2009/3/13 michel freiha michofr@gmail.com:
Dear Inaki,
Thanks a lot for your reply...The INVITE check is created outside the URI existing check...But It was not inside the loose route function...I have implemented it now as you said...I need please to check below and let me know if I'm missing anything here
if(loose_route()){
if((t_check_status("200|183|180") && search("Content_Type: application/sdp")) || search("Content-Type: application/sdp"))
I don't like at all that "t_check_status" into loose_route section. Instead add "t_on_reply("X")" into loose_route section.