http://kamailio.org/docs/modules/3.0.x/modules_k/nathelper.html
refers to functions rtpproxy_offer() and rtpproxy_answer() But I get an error when using them in my script.
Are these not available in 3.0.x?
Regards
Jeremy
They should exist. Are you sure you aren't using the git HEAD, where they have been moved into the "rtpproxy" module?
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
On Nov 30, 2010, at 3:14 AM, Jeremya jeremy@electrosilk.net wrote:
http://kamailio.org/docs/modules/3.0.x/modules_k/nathelper.html
refers to functions rtpproxy_offer() and rtpproxy_answer() But I get an error when using them in my script.
Are these not available in 3.0.x?
Regards
Jeremy
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Alex Balashov wrote:
They should exist. Are you sure you aren't using the git HEAD, where they have been moved into the "rtpproxy" module?
On Nov 30, 2010, at 3:14 AM, Jeremya jeremy@electrosilk.net wrote:
http://kamailio.org/docs/modules/3.0.x/modules_k/nathelper.html
refers to functions rtpproxy_offer() and rtpproxy_answer() But I get an error when using them in my script.
Are these not available in 3.0.x?
I'm not quite sure which version I'm using at the moment - possibly git HEAD but I'm not near the system to check.
In git HEAD are rtpproxy_offer and rtpproxy_answer aliases to force_rtp_proxy? Or do they provide different functionality?
On 11/30/2010 07:57 AM, Jeremya wrote:
In git HEAD are rtpproxy_offer and rtpproxy_answer aliases to force_rtp_proxy? Or do they provide different functionality?
They are aliases internally to the function, and have always been. The difference between the releases and the git HEAD is simply which module exports them.
On Tue, Nov 30, 2010 at 7:57 AM, Jeremya jeremy@electrosilk.net wrote:
Alex Balashov wrote:
They should exist. Are you sure you aren't using the git HEAD, where they have been moved into the "rtpproxy" module?
On Nov 30, 2010, at 3:14 AM, Jeremya jeremy@electrosilk.net wrote:
http://kamailio.org/docs/modules/3.0.x/modules_k/nathelper.html
refers to functions rtpproxy_offer() and rtpproxy_answer() But I get an error when using them in my script.
Are these not available in 3.0.x?
I'm not quite sure which version I'm using at the moment - possibly git HEAD but I'm not near the system to check.
In git HEAD are rtpproxy_offer and rtpproxy_answer aliases to force_rtp_proxy? Or do they provide different functionality?
force_rtp_proxy was removed completely from HEAD as some of the functionality was deprecated. Please use rtpproxy_offer/answer as it provides better wrapping around the internal forcertpproxy function.
A short recap: In 3.0 everything was in nathelper. In 3.1 all rtpproxy functionality was moved to the new rtpproxy module and part of the code was reworked (integration with the core sdp parser). In the upcoming 3.2 (today's HEAD) the force_rtp_proxy was removed.
It seems that the README files for 1.6 are still pointing to the dev version. Daniel, can you check and correct this?
Regards, Ovidiu Sas
On 11/30/2010 09:25 AM, Ovidiu Sas wrote:
Please use rtpproxy_offer/answer as it provides better wrapping around the internal forcertpproxy function.
I assumed the OP was asking about the internal function.
On 11/30/10 3:25 PM, Ovidiu Sas wrote:
On Tue, Nov 30, 2010 at 7:57 AM, Jeremyajeremy@electrosilk.net wrote:
Alex Balashov wrote:
They should exist. Are you sure you aren't using the git HEAD, where they have been moved into the "rtpproxy" module?
On Nov 30, 2010, at 3:14 AM, Jeremyajeremy@electrosilk.net wrote:
http://kamailio.org/docs/modules/3.0.x/modules_k/nathelper.html
refers to functions rtpproxy_offer() and rtpproxy_answer() But I get an error when using them in my script.
Are these not available in 3.0.x?
I'm not quite sure which version I'm using at the moment - possibly git HEAD but I'm not near the system to check.
In git HEAD are rtpproxy_offer and rtpproxy_answer aliases to force_rtp_proxy? Or do they provide different functionality?
force_rtp_proxy was removed completely from HEAD as some of the functionality was deprecated. Please use rtpproxy_offer/answer as it provides better wrapping around the internal forcertpproxy function.
A short recap: In 3.0 everything was in nathelper. In 3.1 all rtpproxy functionality was moved to the new rtpproxy module and part of the code was reworked (integration with the core sdp parser). In the upcoming 3.2 (today's HEAD) the force_rtp_proxy was removed.
It seems that the README files for 1.6 are still pointing to the dev version. Daniel, can you check and correct this?
probably this is a left over after release of 1.5 -- we had no 1.6. I will check and remove if it is there.
Thanks, Daniel