Dear Inaki,
This is my in dialog:
if(does_uri_exist()){
# local uri does exist, is probably a user.
# lookup location
if(lookup("location")){
t_on_failure("1");
t_on_reply("1");
force_rtp_proxy();
t_relay();
}
Here I defined the loose route to reply on the REINVITE message:
f(loose_route()){
t_on_reply("7");
if (is_method("INVITE")) {
t_on_failure("1");
force_rtp_proxy();
t_relay();
exit();
}
}
and the Onreply(7) is:
onreply_route[7] {
if (status=~ "200"){
t_on_failure("1");
force_rtp_proxy();
}
exit;
}
Please help me in this...I tried everything with No luck...I just have the
200OK issue that is not sent back to Asterisk and everything will work fine
Regards
On Sun, Mar 15, 2009 at 7:12 PM, Iñaki Baz Castillo <ibc(a)aliax.net> wrote:
El Domingo, 15 de Marzo de 2009, michel freiha
escribió:
Dear Inaki,
You are right...Just let me know what could be done in order to fix this
issue...I can provide you all info needed in order to fix
Fix your in-dialog section. The default kamailio.cfg already does it well.
--
Iñaki Baz Castillo
_______________________________________________
Kamailio (OpenSER) - Users mailing list
Users(a)lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users