Brekeke Forum Index » Brekeke PBX Forum

Post new topic   Reply to topic
Log reason phrase with SIP response codes for failures
Author Message
dudley.aoi
Brekeke Addict


Joined: 17 Oct 2018
Posts: 31

PostPosted: Wed Feb 13, 2019 9:04 am    Post subject: Log reason phrase with SIP response codes for failures Reply with quote

1. Brekeke Product Name and Version:
Brekeke SIP Server 3.8.6.4/501

2. Java version:
Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 10.0.1

3. OS type and the version:
CentOS Linux release 7.5.1804 (Core) kernel 3.10.0-862.14.4.el7.x86_64

4. UA (phone), gateway or other hardware/software involved:
Avaya Communication Manager

5. Your problem:
Often when determining root cause for an issue, our Avaya team wants specifics for the reason phrase in addition to the SIP response code. I would rather not leave debug logging on all the time, for performance, as per the Brekeke wiki documentation. Is there any method for logging the reason phrase with the response code, but only for 4xx, 5xx, and 6xx SIP responses? Or is it possible to set debug logging for only specific dialplan rules?
Back to top
View user's profile
Mohney
Brekeke Talented


Joined: 20 Nov 2007
Posts: 79

PostPosted: Wed Feb 13, 2019 11:55 am    Post subject: Reply with quote

You don't have to enable debug logging just for getting responses code and their reasons.

Please go to Brekeke PBX's [Diagnostics]->[Debug Logs] page and click [Download] button.

After you unzip the downloaded file, you will find "callxxx.log" under pbx/logs/2019/02

The log format is:
Code:
session-id, call-uri, side, talk-length, invite-start-time, talk-start-time, end-time, result, error-code

SIP status code will be shown as error-code if it is 4xx, 5xx, or 6xx.
This log file will be generated automatically without enabling any debug logging categories.
Back to top
View user's profile
dudley.aoi
Brekeke Addict


Joined: 17 Oct 2018
Posts: 31

PostPosted: Wed Feb 13, 2019 1:35 pm    Post subject: Reply with quote

Yes, but that only shows the SIP response code, not the actual reason phrase. What I really want is a way to capture the reason phrase that the Avaya is sending, without having to resort to debug logging or packet captures.

As an example, let us assume the Avaya responds to an INVITE with a SIP response code of 403 Forbidden. There are different Avaya 403 responses, which are given in the reason phrase. A response of "403 Forbidden (Unknown Far-End)" has a completely different root cause than a response of "403 Forbidden (Invalid Domain)", even though both are SIP response code 403 Forbidden.

In the Brekeke logs, both of these examples would appear as 403 Forbidden responses, with no reason phrase. Actually, the Avaya is providing critical root cause details in the reason phrase of its response.
Back to top
View user's profile
dudley.aoi
Brekeke Addict


Joined: 17 Oct 2018
Posts: 31

PostPosted: Wed Feb 13, 2019 2:09 pm    Post subject: Reply with quote

Perhaps what I am really looking for is a detailed list of what the logging levels provide.

For example, if I set
Code:
net.sip.loglevel.file = 26
to include Status level, would that include the reason phrase in the log?

What specifically is logged at the status and detail levels, different than full debug level logging?
Back to top
View user's profile
Mohney
Brekeke Talented


Joined: 20 Nov 2007
Posts: 79

PostPosted: Wed Feb 13, 2019 3:34 pm    Post subject: Reply with quote

FYI:
https://docs.brekeke.com/sip/brekeke-log-level

> to include Status level, would that include the reason phrase in the log?

It will be: net.sip.loglevel.file = 16
Back to top
View user's profile
dudley.aoi
Brekeke Addict


Joined: 17 Oct 2018
Posts: 31

PostPosted: Tue Apr 02, 2019 2:31 pm    Post subject: Reply with quote

I tried net.sip.loglevel.file = 16 but that only logs the response code, not the response phrase. After testing, it seems the only way I can reliably capture the response phrase in the logs for non-error responses is by turning on debug logging with net.sip.loglevel.file = 64.

For errors, such as 404 Not Found, the response phrase is in the error log. For non-error responses, such as 403 Forbidden, the response phrase only appears in debug logging.

What I really wanted was a way to increase verbosity in the session logs to include the response phrase, and not just the response code. Sad
Back to top
View user's profile
janP
Brekeke Master Guru


Joined: 25 Nov 2007
Posts: 336

PostPosted: Tue Apr 02, 2019 4:07 pm    Post subject: Reply with quote

It can be done by custom session plugin or CDR plugin.
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke PBX Forum All times are GMT - 7 Hours
Page 1 of 1