1.4 CLI> sip set debug off BUT STILL DEBUGS!

Hi List,

Asterisk is running without debugging from an init script. Here is the output from CLI prior to issuing “sip set debug off” then after. It’s still debugging.

Any help, great :smile:

Retransmitting #2 (no NAT) to 202.61.13.40:5060:
REGISTER sip:xxxxxx.com.au SIP/2.0
Via: SIP/2.0/UDP 203.xxx.xxx.xxx:5060;branch=z9hG4bK047107f8;rport
From: sip:028209xxxx@xxxxxxx.com.au;tag=as45d3b20e
To: sip:028209xxxx@xxxxxxxx.com.au
Call-ID: 7799b89d476d86500ed00b4275c5973e@xxx.net.au
CSeq: 111 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Expires: 120
Contact: sip:s@203.xxx.xxx.xxx
Event: registration
Content-Length: 0


ipbx-cvt*CLI> sip set debug off
SIP Debugging Disabled
Retransmitting #3 (no NAT) to 202.61.13.40:5060:
REGISTER sip:byo.engin.com.au SIP/2.0
Via: SIP/2.0/UDP 203.xxx.xxx.xxx:5060;branch=z9hG4bK047107f8;rport
From: sip:028209xxx@xxxxxx.com.au;tag=as45d3b20e
To: sip:028209xxxx@xxxxxx.com.au
Call-ID: 7799b89d476d86500ed00b4275c5973e@xxx.net.au
CSeq: 111 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Expires: 120
Contact: sip:s@203.xxx.xxx.xxx
Event: registration
Content-Length: 0

Restart the asterisk and start fresh, hope it will work :smile:

derrrr - of course I tried that :wink:

I left out an important fact - I’m using asterisk-gui as well, and that had sip debugging enabled in the global sip settings.

Turn that off, then issue “sip set debug off” after activating the gui change and it’s back to normal.

Thanks for the tip anyway!