Hi All again,
Somebody can help me about my doubts? I can't get understanding how set extra_id_pv parameter of the rtpproxy module... The documentation show the bellow line:
modparam("rtpproxy", "extra_id_pv", "$avp(extra_id)")
What means value "$avp(extra_id)"? I don't understand how set correctly a value to extra_id_pv parameter, maybe because I can't get understanding the meaning of "$avp(extra_id)".
Best Regards
2013/4/30 Bruno Bresciani bruno.bresciani@gmail.com
Hi All,
I need forking a call to multiple destinations in paralel on different network segments, requiring different rtpproxy parameters. Reading the rtpproxy module documentation I discovered that is possible by setting the "b" parameter on rtpproxy_manage(), rtpproxy_offer(), rtpproxy_answer() and rtpproxy_destroy() functions, but I'm with some doubts...
I can't understanding how set the extra_id_pv parameter correctly to use when the "b" parameter is used.
The "b" parameter is supported on rtpproxy version 1.2.1?
Best Regards