[Spce-user] Responding to SIP Option Ping

Daniel Grotti dgrotti at sipwise.com
Tue Apr 29 07:29:04 EDT 2014


Hi,
you should have a section like that in
/etc/ngcp-config/templates/etc/kamailio/proxy/kamailio.cfg.tt2:


if(((is_method("NOTIFY") && $hdr(Event) =~ "keep-alive") ||
is_method("OPTIONS")) &&
                (is_domain_local("$rd") [% FOREACH extip IN sip_ext_ips
-%] || $rd == "[% extip %]" [% END %]))
        {
                sl_send_reply("200", "Alive");
                [% debug_dump('exit', 'MAIN') %]
                exit;
        }



Can you share log file related to OPTIONS ping on
/var/log/ngcp/kamailio-lb.log and kamailio-proxy.log ?



Daniel




On 04/29/2014 12:10 PM, Tabi Tabe Tabi wrote:
> Hi,
> 
> I am getting SIP Option ping from a carrier partner and they expect me
> to respond with a 200 Ok SIP message. How do I get SPCE to respond with
> 200 ok? 
> 
> Using SPCE 3.2
> 
> 
> Regards,
> 
> -- 
> ...Tabi
> 
> 
> 
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
> 




More information about the Spce-user mailing list