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 debug
To disable the syslog:
enable configure syslog-client remote <SYSLOGSERVER> no facility sip no facility isdn
Additional 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”.