Hello! I'm using an example apps/examples/ivr_example/b2bua.py I have the following scheme: UAC1 -> AudioCodes Mediant -> OpenSIPS -> SEMS IVR -> UAC2
Script works fine, but when UAC2 is ringing (self.connectCallee executing) a long time (more than 12 seconds) AudioCodes Mediant killing session with RTP_BROKEN_CONNECTION. As I understand this happens because of "self.disconnectMedia()" which closes RTP session. Am I right? So, should I manually check when UAC2 sends OK and only at that time call self.disconnectMedia? [email protected] www.oyster-telecom.ru _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
