Hi EveryBody, I'm using pjsip to implement a VoIP application on iOS and I am facing a weird issue. While pjsip is correctly recovering audio if interrupted by a GSM Call, it does not recover correctly if the VoIP call is interrupted by a multimedia file, let's say youtube video for example. The problem is that (from the log) I can see that pjsip correctly receives the BeginInterruption notification but does not receive the EndInterruption. Is this a known issue? Or there is something I have to implement in my application in order to manage this scenario? In addition, how can the app being notified by pjsip of the interruption in order to put on hold the VoIP call? Please note that the GSM call interruption is correctly handled, so I already put in my app the following lines of code: - (BOOL) canBecomeFirstResponder { return YES; } -(void) viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; [self becomeFirstResponder]; } Thanks a lot in advance! Silvia ________________________________ -- The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120611/c3a7c76b/attachment.html>