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
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
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) {
> .
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
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