Hi,

The 100 Trying is not sent with delay at all, it is send right away you do the t_relay() in your script. If you see a delay (from the point when the INVITE was received) it may be because of your script processing - you do something time consuming (db?, dns?) before sending the request out.

In such a case, you can do from script, in the very beginning : send_reply("100","Trying") (to do it as soon as possible) and when you get to t_relay("0x01"); - see http://www.opensips.org/html/docs/modules/1.8.x/tm.html#id293311 (to avoid sending again the 100 Trying).

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 11/27/2012 04:13 PM, pars3c wrote:

Hi ,

The proxy send the "automatic" provisioning message 100 "Trying" , near 1-2 seconds later the INVITE message, so the client send 3 times the same invite (correct , 500 ms timer).

Is there any parameter to set , for the time between the INVITE and "100" message ?

Is correct to disable the automatic send, and set after the invite, sl_send_reply("100", "Trying"); ?

Thanks


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

Reply via email to