[OpenSER-Devel] How to stop OpenSER from replying with 100 Trying?

Rajat Dudeja rajat.dudeja at tcs.com
Mon Feb 18 11:03:44 CET 2008


>2008/2/18, Iñaki Baz Castillo <ibc at in.ilimit.es>:

> > 1. Are there any special settings by which I can stop OpenSER doing 
so?
> > (...  in openser.cfg ? or through some other settings? )

> Yes, you can add some flags to "t_relay()" in order to avoid OpenSer 
replying
> with a "100 Trying". Read the t_relay doc in "tm" module.

I've even tried t_relay, but it gives 500 Application Server Error. Below 
is my route logic:
route{
                if(!t_relay("0x01"))
                {
                    sl_reply_error();
                    exit;
                }
                if(!as_relay_t("app_server")){
                        t_reply("500","Application Server error");
                }
}
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openser.org/pipermail/devel/attachments/20080218/947dbb4d/attachment.htm 


More information about the Devel mailing list