according to rtpproxy module readme, rtpproxy_destroy function takes optional flags param:
5.4. rtpproxy_destroy([flags])
however, the code does not support it:
{"unforce_rtp_proxy", (cmd_function)unforce_rtp_proxy_f, 0, 0, 0, ANY_ROUTE}, {"rtpproxy_destroy", (cmd_function)unforce_rtp_proxy_f, 0, 0, 0, ANY_ROUTE},
what has happened?
-- juha
Hello,
I fixed it on the master branch for now, probably it has to be backported.
Cheers, Daniel
On 10/19/12 11:04 AM, Juha Heinanen wrote:
according to rtpproxy module readme, rtpproxy_destroy function takes optional flags param:
5.4. rtpproxy_destroy([flags])
however, the code does not support it:
{"unforce_rtp_proxy", (cmd_function)unforce_rtp_proxy_f, 0, 0, 0, ANY_ROUTE}, {"rtpproxy_destroy", (cmd_function)unforce_rtp_proxy_f, 0, 0, 0, ANY_ROUTE},
what has happened?
-- juha
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
On 10/19/12 12:02 PM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
I fixed it on the master branch for now, probably it has to be backported.
ok, thanks. looks like i'm the only one who has ever tried and for me fix in master branch is enough.
I guess Andreas was the one that added it, maybe mainly for offer/answer functions, and probably forgot to update the flags in c code. I never used flags 1 or 2.
Cheers, Daniel