Displaying 3 results from an estimated 3 matches for "5a2600300339934f704528bb14ed05e9".
2015 May 28
2
chan_sip.c: Hanging up call
Hi All
I have a few lines like this at asterisk/messages.
[May 25 15:22:42] WARNING[27725] chan_sip.c: Hanging up call
5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060 - no reply to our critical
packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
Since we have hundreds of clients with hundreds of simultaneous calls, how is
it possible to know to which customer/IP those calls refer to?
The above literature don't sa...
2015 May 28
1
chan_sip.c: Hanging up call
On Thu, 28 May 2015 11:15:45 -0500
Scott Griepentrog <sgriepentrog at digium.com> wrote:
> The string "5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060" is the unique
> identifier for the call in SIP known as the Call-ID. If you have a packet
> capture of the port 5060 SIP traffic, that identifier will be in each SIP
> message related to the call, which also includes the full from and to
> details.
That is the...
2015 May 28
0
chan_sip.c: Hanging up call
The string "5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060" is the unique
identifier for the call in SIP known as the Call-ID. If you have a packet
capture of the port 5060 SIP traffic, that identifier will be in each SIP
message related to the call, which also includes the full from and to
details.
As an alternative to running a...