[SR-Users] How to send OPTIONS message by kamailio server

2017-10-26 Thread 吴妙灵
Hello, I don't know how to send OPTIONS message from kamailio server to user client,can you give me same advice? Cheers, Ada ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-u

Re: [SR-Users] How to send OPTIONS message by kamailio server

2017-10-26 Thread Arsen
Hi, Kamailio can send OPTIONS only as a probing method in order to determine remote gateways availability. For example in Dispatcher module you can use OPTIONS requests "dispatcher.html#dispatcher.p.ds_ping_method" Actually proxy servers never generate OPTIONS requests. Regards, Arsen Semionov

Re: [SR-Users] How to send OPTIONS message by kamailio server

2017-10-27 Thread Vasiliy Ganchev
Hi! There is a new module: https://kamailio.org/docs/modules/devel/modules/keepalive.html give it a try - it looks like what you needed. cheers -- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html ___ Kamailio (SER) - Users Mailing L

Re: [SR-Users] How to send OPTIONS message by kamailio server

2017-10-27 Thread José Seabra
Hi, You can also generate SIP Options from UAC module. https://www.kamailio.org/docs/modules/stable/modules/uac.html#uac.f.uac_req_send Regards 2017-10-27 11:11 GMT+01:00 Vasiliy Ganchev : > Hi! > > There is a new module: > https://kamailio.org/docs/modules/devel/modules/keepalive.html > > give