Hello Everyone,
How to check whether the call was dropped by the caller or the called party aside from the SIP handshake/messages? Is it visible on the console logs?
Thanks in advance.
Hello Everyone,
How to check whether the call was dropped by the caller or the called party aside from the SIP handshake/messages? Is it visible on the console logs?
Thanks in advance.
The one that sent the BYE dropped the call. If the setup never completes it is the caller if there is a CANCEL, otherwise the callee. These are visible on the conole if you enable protocol debugging, or the protocol history options.
Hello David551,
Yes but we are not actually using sip set debug on by default.
What do you mean by “These are visible on the conole if you enable protocol debugging, or the protocol history options.” What specific command that I need to execute?
Thanks.
At the CLI : help sip
You didn’t say you were using chan_sip.
Hello David551,
Aside from checking the sip debugging. Is there anyway that I could see it on the asterisk verbose logs? or on the cdr (Master.csv)?
Using sip history.
Of coruse you can construct dialplans, using g for Dial and c for queue, that will behave differently in the two cases.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.