[OpenSIPS-Users] How to hangle Options properly using the proxy

2013-11-27 Thread Nick Cameo
Hello Everyone, Is there a correct way to handle "OPTIONS" requests using OpenSIPS? Our server returns 484s to OPTION requests, and causes the carrier to resend every time. Kind Regards, Nick ___ Users mailing list Users@lists.opensips.org http://list

Re: [OpenSIPS-Users] How to hangle Options properly using the proxy

2013-11-27 Thread Laszlo
Maybe you looking for this one? http://www.opensips.org/html/docs/modules/1.10.x/options.html -Laszlo 2013/11/27 Nick Cameo > Hello Everyone, > > Is there a correct way to handle "OPTIONS" requests using OpenSIPS? > Our server returns 484s to OPTION requests, and causes the carrier to > resen

Re: [OpenSIPS-Users] How to hangle Options properly using the proxy

2013-11-27 Thread Nick Cameo
I love this place :) Thanks Laszlo N. On 11/27/13, Laszlo wrote: > Maybe you looking for this one? > > http://www.opensips.org/html/docs/modules/1.10.x/options.html > > -Laszlo > > > 2013/11/27 Nick Cameo > >> Hello Everyone, >> >> Is there a correct way to handle "OPTIONS" requests using Open

Re: [OpenSIPS-Users] How to hangle Options properly using the proxy

2013-11-27 Thread Jeff Pyle
Or, cheat: if (method == "OPTIONS") sl_send_reply("200", "OK"); Any downside to this approach? - Jeff On Wed, Nov 27, 2013 at 10:30 AM, Nick Cameo wrote: > I love this place :) > > Thanks Laszlo > > N. > > On 11/27/13, Laszlo wrote: > > Maybe you looking for this one? > > > > http://ww