Hi, I have register a sip user to sip server. I can see after registration * is sending periodic "SIP Request: OPTIONS" messages to server. but it's not getting back any response that should be SIP 200/OK as the documents say. 3130.299707 192.168.2.113 -> 58.ab.cd.ef SIP Request: OPTIONS sip: sipserver.net 3131.299513 192.168.2.113 -> 58.ab.cd.ef SIP Request: OPTIONS sip: sipserver.net 3131.299574 192.168.2.113 -> 58.ab.cd.ef SIP Request: OPTIONS sip: sipserver.net 3141.300277 192.168.2.113 -> 58.ab.cd.ef SIP Request: OPTIONS sip: sipserver.net 192.168.2.113 is LAN and 58.ab.cd.ef is global Is it useful, harmful, what If I want to disable this periodic request? -ag -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080219/711352ae/attachment.htm
On Tue, 2008-02-19 at 17:00 +0500, ast guy wrote:> Is it useful, harmful, what If I want to disable this periodic > request?It can be useful, as Asterisk will keep track of whether or not that peer is responding. You can turn off these SIP OPTIONS packets from being sent by setting "qualify=no" in your SIP peer section in sip.conf. -- Jared Smith Community Relations Manager Digium, Inc.