Re: [SR-Users] sip options not relaying

2016-07-22 Thread gerry kernan
bject: [SR-Users] sip options not relaying Hi I have a kamailio proxy in front of asterisk ver 13 servers. I'm using path support to route to the relevant asterisk server depending on the domain in the sip header. The incoming registers & invites from sip endpoints get routed to t

[SR-Users] sip options not relaying

2016-07-22 Thread gerry kernan
Hi I have a kamailio proxy in front of asterisk ver 13 servers. I'm using path support to route to the relevant asterisk server depending on the domain in the sip header. The incoming registers & invites from sip endpoints get routed to the correct asterisk server , but when asterisk is sendin

Re: [SR-Users] SIP OPTIONS

2014-01-15 Thread Benjamin Henrion
On Wed, Jan 15, 2014 at 10:06 AM, Daniel-Constantin Mierla wrote: > Hello, > > if you just want to send a 200 ok for OPTIONS, do: > > if(is_method("OPTIONS")) { > send_reply("200", "OK"); > exit; > } > > You can also add condition on IP of the trunk gateway, like: > > if(src_ip==_GW_IP) { > .

Re: [SR-Users] SIP OPTIONS

2014-01-15 Thread Daniel-Constantin Mierla
Hello, if you just want to send a 200 ok for OPTIONS, do: if(is_method("OPTIONS")) { send_reply("200", "OK"); exit; } You can also add condition on IP of the trunk gateway, like: if(src_ip==_GW_IP) { ... } Cheers, Daniel On 13/01/14 17:30, Keith wrote: Hi, I have a trunk trying to con

[SR-Users] SIP OPTIONS

2014-01-13 Thread Keith
Hi, I have a trunk trying to connect to Kamailio but when it sends me OPTIONS I am not replying with 200 OK. This trunk is no authenticated in any way. Any ideas? Keith ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-user