Thanks a lot Venkatesh!!!! That was a fantastic clue!!!

Just one more thing, following your advice, in the INVITE part of the script
I'm calling an external app like:

if (!t_relay("3"))
{
        if((is_method("INVITE")))
        {
                exec_avp("some script to wake-up the client");
        }
}

The point is that the called UA wakes-up (so this part is working) but the
call (invite) is not arriving, should i use something like:

append_branch();
t_relay();

after my exec_avp("some script to wake-up the client"); ?



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/SIP-2-0-477-Send-failed-477-TM-Route-tp7595929p7596068.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to