Difference between revisions of "SIP debug info"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Process SIPCHANINFO'''
'''Process SIPCHANINFO'''


Can be enabled per '''SIP''' device basis. It is useful in debugging. And it is saved to calls table when it is enabled.
SIP debug info can be enabled per '''SIP''' device basis. It is useful in debugging. When enabled, it is saved to the Calls table.
 
Can be turned on/off in device edit window.
 
When it is checked and Device Type is SIP, then in Asterisk CLI you can see something like:


It can be turned on/off in the device edit window:
<br><br>
[[Image:sipchaninfo_gui.png]]
<br><br>
When it is checked and the Device Type is SIP, then in Asterisk CLI you can see something like:
<br><br>
[[Image:sipchaninfo_asterisk.png]]
[[Image:sipchaninfo_asterisk.png]]
<br><br>
In GUI this info is available in [[Call Info]].
<br><br>
= See also =


 
* [[Call Info]]
In GUI hold mouse over special icon for this call to see same info:
 
[[Image:sipchaninfo.png]]

Latest revision as of 15:00, 12 March 2014

Process SIPCHANINFO

SIP debug info can be enabled per SIP device basis. It is useful in debugging. When enabled, it is saved to the Calls table.

It can be turned on/off in the device edit window:

Sipchaninfo gui.png

When it is checked and the Device Type is SIP, then in Asterisk CLI you can see something like:

Sipchaninfo asterisk.png

In GUI this info is available in Call Info.

See also