How can I have SER instruct RTPProxy to stop relaying after a BYE is received?
RTPproxy stops now only after the predefined timeout of 60 seconds.
Adrian Georgescu ag@ag-projects.com http://ag-projects.com Tel: +31-23-5458104 IP phone: sip:ag@ag-projects.com ------------------------------------------------ DNS, ENUM & IP telephony http://managed-dns.org/
Adrian Georgescu wrote:
How can I have SER instruct RTPProxy to stop relaying after a BYE is received?
RTPproxy stops now only after the predefined timeout of 60 seconds.
You can use unforce_rtp_proxy() command available in the latest cvs version of the module. This command asks rtp proxy to delete session immediately, something along the lines:
if (method == "BYE" || method == "CANCEL") { unforce_rtp_proxy(); };
-Maxim
Adrian Georgescu ag@ag-projects.com http://ag-projects.com Tel: +31-23-5458104 IP phone: sip:ag@ag-projects.com
DNS, ENUM & IP telephony http://managed-dns.org/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers