El Domingo, 15 de Marzo de 2009, michel freiha escribió:
Dear Inaki,
Thanks for the help..really appreciated...I guess I should add a ACK check to loose route because as you said it's a new in dialog transaction...Please chek below:
if ( is_method("ACK") ) { if ( t_check_trans() ) {
t_relay(); exit;
} }
Regarding INFO and NOTIFY...I'll do that later after ACK is OK
What I did above is OK?
Check the default config file of Kamailio:
http://openser.svn.sourceforge.net/viewvc/openser/branches/1.5/etc/kamailio....
Basically copy&paste it and just add "t_on_failure("1")" and "force_rtp_proxy()" if the method is INVITE.