[OpenSIPS-Users] RTPPROXY shutdown at each call
spady
spady77 at gmail.com
Fri Sep 7 14:57:38 CEST 2012
I installed it by
git clone git://sippy.git.sourceforge.net/gitroot/sippy/rtpproxy
then ./configure and then make, make install.
Sorry if i cannot understand but i'am not so skilled with opensips.
I believe that code, where rtpproxy is called, is this:
route[1] {
# for INVITEs enable some additional helper routes
if (is_method("INVITE")) {
if (isflagset(10)) {
rtpproxy_offer("ro");
}
t_on_branch("2");
t_on_reply("2");
t_on_failure("1");
}
if (isflagset(10)) {
add_rr_param(";nat=yes");
}
if (!t_relay()) {
send_reply("500","Internal Error");
};
exit;
}
branch_route[2] {
xlog("new branch at $ru\n");
}
onreply_route[2] {
if (nat_uac_test("1"))
fix_nated_contact();
if ( isflagset(10) )
rtpproxy_answer("ro");
xlog("incoming reply\n");
}
--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/RTPPROXY-shutdown-at-each-call-tp7581647p7581712.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
More information about the Users
mailing list