16 nov 2006 kl. 13.12 skrev Bogdan-Andrei Iancu:

Hi Bastin,

probably there is kind of a RTP deadlock between the RTPproxy and OpenPBX - both are waiting for the other party to send the media before sending on its turn.

try something like:
   if (nat_uac_test("8")) {
         force_rtp_proxy();
   } else {
         force_rtp_proxy("r");
   }

refer to http://www.openser.org/docs/modules/1.2.x/nathelper.html for more details.


Does the RTP proxy handle UDPTL too, or do we need an UDPTL proxy?

/O

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to