Debugging SIP and ISDN via Syslog on SmartWare

Modified on Tue, 10 Sep, 2019 at 9:55 AM

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”.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article