Debugging SIP and ISDN via Syslog on SmartWare
Telnet or SSH into the SmartNode & run the following commands where <SYSLOGSERVER> is the IP address or DNS hostname of your syslog server e.g. ‘remote 192.168.23.2’.
To enable the syslog:
enable
configure
syslog-client
remote <SYSLOGSERVER>
facility sip severity debug
facility isdn severity debugTo disable the syslog:
enable
configure
syslog-client
remote <SYSLOGSERVER>
no facility sip
no facility isdnAdditional info:
Following the mapping of the existing log monitors to syslog:
- facility sip severity error: sip error monitor
- facility sip severity debug: sip error, datapath, registration, signaling and subscription monitors
- facility isdn severity error: call-control isdn error monitor
- facility isdn severity debug: call-control isdn error, datapath and signaling monitors
Note: The system will not generate additional messages for severity levels such as
“Alert”, “Critical”, “Warning”, “Notice”, and “Informational”.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article