Actions

Toolpack:Configuring Call Trace D: Difference between revisions

mNo edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
{{DISPLAYTITLE:Configuring Call Trace}}
{{DISPLAYTITLE:Configuring Call Trace}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|-
|SBC
|3.1, 3.3
|}


Call Trace is a diagnostic tool that is designed to trace the path a call takes through a system, and to provide information about numerous aspects of the call path, such as:
Call Trace is a diagnostic tool that is designed to trace the path a call takes through a system, and to provide information about numerous aspects of the call path, such as:
Line 13: Line 24:


A call path is shown as separate call legs, distinguishing the incoming portion with other portions of a call. Calls may be filtered by called number, calling number, Network Access Point (NAP), time of day range, protocol and direction.  
A call path is shown as separate call legs, distinguishing the incoming portion with other portions of a call. Calls may be filtered by called number, calling number, Network Access Point (NAP), time of day range, protocol and direction.  
 
<br><br>
<div class="mw-collapsible mw-collapsed" data-collapsetext="Enabling Call Trace" data-expandtext="Enabling Call Trace" style="width: 400px;">
 
'''This procedure only needs to be carried out one time for each system.'''
 
1- Select '''Applications''' in the navigation menu.
 
[[Image:EnableCallTrace_B_0.png]]
 
 
2- Select the '''Status''' tab.
 
[[Image:EnableCallTrace_B_1.png]]
 
 
3- Select the '''tbuctwriter''' application
 
[[Image:EnableCallTrace_B_2.png]]
 
3- Select '''Run'''
* Click '''Apply States'''
 
[[Image:EnableCallTrace_B_3.png]]
 
</div>
 
Call trace enables a default of 10,000 call legs to be stored in the system and to be viewed using the Web Portal. This value can be increased from the Call Trace application configuration parameters.
Call trace enables a default of 10,000 call legs to be stored in the system and to be viewed using the Web Portal. This value can be increased from the Call Trace application configuration parameters.


Line 71: Line 57:
'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/aaa_Innsys_201602/applications/tbuctwriter/log_parameters
/configurations/aaa_201602/applications/tbuctwriter/log_parameters
default_trace_level        = "Level 4 (quiet)"
default_trace_level        = "Level 4 (quiet)"
log_file_path              = ""
log_file_path              = ""

Latest revision as of 10:38, 5 March 2026

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3

Call Trace is a diagnostic tool that is designed to trace the path a call takes through a system, and to provide information about numerous aspects of the call path, such as:

  • The routing decision
  • The outgoing call
  • Subsequent outgoing calls, in the case of a route retry
  • Parameters selected for a SIP SDP
  • The SIP Call-id
  • The trunk and timeslot chosen for TDM protocols
  • The termination result code, and more.

A call path is shown as separate call legs, distinguishing the incoming portion with other portions of a call. Calls may be filtered by called number, calling number, Network Access Point (NAP), time of day range, protocol and direction.

Call trace enables a default of 10,000 call legs to be stored in the system and to be viewed using the Web Portal. This value can be increased from the Call Trace application configuration parameters.

1- Select Applications in the navigation menu.


2- Select the tbuctwriter application


3- Click Application Parameters


4- Configure the Trace Level and other associated trace parameters.

  • Click Save


Path

/configurations/AllynWikiSystem/applications/tbuctwriter/log_parameters

Parameters (text)

/configurations/aaa_201602/applications/tbuctwriter/log_parameters
default_trace_level        = "Level 4 (quiet)"
log_file_path              = ""
max_gzipped_log_files_size = "100 MB"
max_log_file_segment_size  = "10 MB"

Parameters (json)

{
  "application_type" : "TbUctWriter",
  "bin_path" : "@{PKG_BIN}/tbuctwriter",
  "command_line_arguments" : "",
  "log_parameters" : {
    "default_trace_level" : "Level 4 (quiet)",
    "log_file_path" : "",
    "max_gzipped_log_files_size" : "100 MB",
    "max_log_file_segment_size" : "10 MB"
  }, 
  "working_path" : "../tbuctwriter/"
}


List of Parameters