I have recently configured early media to send video on incoming calls to my indoor unit. Here’s the configuration I added:
exten => _XXX,1,Progress() ; Send early media indication
same => n,Dial(PJSIP/${EXTEN}) ; Dial the extension
same => n,Hangup()
The issue is that I receive the video properly on the first call, but the video gets stuck after that. The video will not appear in subsequent calls, even after waiting for some time. When I make another call, the video works again for the first call but not for subsequent ones.
And my log is here.
<--- Received SIP request (731 bytes) from UDP:122.171.21.77:5490 --->
INVITE sip:500@domain.com:7456 SIP/2.0
Max-Forwards: 20
Via: SIP/2.0/UDP 192.168.1.102:5060;rport;branch=z9hG4bK376425127
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com:7456>
Call-ID: 1155894894@192.168.1.102
CSeq: 66 INVITE
User-Agent: YATE/5.5.0
Contact: <sip:400@192.168.1.102:5060>
Allow: ACK, INVITE, BYE, CANCEL, MESSAGE, OPTIONS, INFO
Content-Type: application/sdp
Content-Length: 290
v=0
o=yate 1732083215 1732083215 IN IP4 192.168.1.102
s=SIP Call
c=IN IP4 192.168.1.102
t=0 0
m=audio 9654 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
m=video 9856 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=4D001F; packetization-mode=1
<--- Transmitting SIP response (472 bytes) to UDP:122.171.21.77:5490 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.1.102:5060;rport=5490;received=122.171.21.77;branch=z9hG4bK376425127
Call-ID: 1155894894@192.168.1.102
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com>;tag=z9hG4bK376425127
CSeq: 66 INVITE
WWW-Authenticate: Digest realm="asterisk",nonce="1733314264/fcc67b59b1244c3508e9acf7f942d901",opaque="52303f9877b4f756",algorithm=MD5,qop="auth"
Server: Asterisk PBX 20.5.0
Content-Length: 0
<--- Received SIP request (366 bytes) from UDP:122.171.21.77:5490 --->
ACK sip:500@domain.com:7456 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.102:5060;rport;branch=z9hG4bK376425127
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com:7456>;tag=z9hG4bK376425127
Call-ID: 1155894894@192.168.1.102
CSeq: 66 ACK
Max-Forwards: 20
Contact: <sip:400@192.168.1.102:5060>
User-Agent: YATE/5.5.0
Content-Length: 0
<--- Received SIP request (1028 bytes) from UDP:122.171.21.77:5490 --->
INVITE sip:500@domain.com:7456 SIP/2.0
Max-Forwards: 20
Via: SIP/2.0/UDP 192.168.1.102:5060;rport;branch=z9hG4bK913601322
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com:7456>
Call-ID: 1155894894@192.168.1.102
User-Agent: YATE/5.5.0
Contact: <sip:400@192.168.1.102:5060>
Allow: ACK, INVITE, BYE, CANCEL, MESSAGE, OPTIONS, INFO
CSeq: 67 INVITE
Authorization: Digest username="400", realm="asterisk", nonce="1733314264/fcc67b59b1244c3508e9acf7f942d901", uri="sip:500@domain.com:7456", response="60aa5efe05dea8a01056ac32eb9f5782", algorithm=MD5, opaque="52303f9877b4f756", qop=auth, nc=00000026, cnonce="bb6df7770b57954461aa5d6b92c2cbef"
Content-Type: application/sdp
Content-Length: 290
v=0
o=yate 1732083215 1732083215 IN IP4 192.168.1.102
s=SIP Call
c=IN IP4 192.168.1.102
t=0 0
m=audio 9654 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
m=video 9856 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=4D001F; packetization-mode=1
<--- Transmitting SIP response (299 bytes) to UDP:122.171.21.77:5490 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.1.102:5060;rport=5490;received=122.171.21.77;branch=z9hG4bK913601322
Call-ID: 1155894894@192.168.1.102
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com>
CSeq: 67 INVITE
Server: Asterisk PBX 20.5.0
Content-Length: 0
-- Executing [500@1:1] NoOp("PJSIP/400-0000000f", "Starting call flow for extension 500") in new stack
-- Executing [500@1:2] Progress("PJSIP/400-0000000f", "") in new stack
-- Executing [500@1:3] Set("PJSIP/400-0000000f", "CALLERID(num)=1234567890") in new stack
-- Executing [500@1:4] Set("PJSIP/400-0000000f", "MUSICCLASS=default") in new stack
-- Executing [500@1:5] Dial("PJSIP/400-0000000f", "PJSIP/500,30") in new stack
<--- Transmitting SIP response (890 bytes) to UDP:122.171.21.77:5490 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 192.168.1.102:5060;rport=5490;received=122.171.21.77;branch=z9hG4bK913601322
Call-ID: 1155894894@192.168.1.102
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
CSeq: 67 INVITE
Server: Asterisk PBX 20.5.0
Contact: <sip:public-ip-ec2:7456>
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Content-Type: application/sdp
Content-Length: 359
v=0
o=- 1732083215 1732083217 IN IP4 public-ip-ec2
s=Asterisk
c=IN IP4 public-ip-ec2
t=0 0
m=audio 18262 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
m=video 19734 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=4D001F
a=sendrecv
-- Called PJSIP/500
<--- Transmitting SIP request (1100 bytes) to UDP:122.171.21.77:11917 --->
INVITE sip:500@122.171.21.77:11917;line=6884d5276018d03 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj23012c1a-b33a-4720-ae73-382543fdfc1d
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>
Contact: <sip:asterisk@public-ip-ec2:7456>
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Type: application/sdp
Content-Length: 381
v=0
o=- 617644431 617644431 IN IP4 public-ip-ec2
s=Asterisk
c=IN IP4 public-ip-ec2
t=0 0
m=audio 10780 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
m=video 18180 RTP/AVP 99
a=rtpmap:99 H264/90000
a=fmtp:99 packetization-mode=1;profile-level-id=4D001F
a=sendrecv
<--- Received SIP response (368 bytes) from UDP:122.171.21.77:11917 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj23012c1a-b33a-4720-ae73-382543fdfc1d
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 INVITE
User-Agent: HKVS/2.0.0
Content-Length: 0
<--- Received SIP response (434 bytes) from UDP:122.171.21.77:11917 --->
SIP/2.0 101 Dialog Establishement
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj23012c1a-b33a-4720-ae73-382543fdfc1d
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 INVITE
Contact: <sip:500@192.168.1.7:5060>
User-Agent: HKVS/2.0.0
Content-Length: 0
<--- Received SIP request (507 bytes) from UDP:122.171.21.77:11917 --->
MESSAGE sip:asterisk@public-ip-ec2:7456 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.7:5060;rport;branch=z9hG4bK1424391282
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 2 MESSAGE
Contact: <sip:500@192.168.1.7:5060>
Content-Type: text/plain
Max-Forwards: 70
User-Agent: HKVS/2.0.0
Content-Length: 48
<locknumXML>
<lockNum>0</lockNum>
</locknumXML>
<--- Received SIP response (420 bytes) from UDP:122.171.21.77:11917 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj23012c1a-b33a-4720-ae73-382543fdfc1d
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 INVITE
Contact: <sip:500@192.168.1.7:5060>
User-Agent: HKVS/2.0.0
Content-Length: 0
<--- Transmitting SIP response (381 bytes) to UDP:122.171.21.77:11917 --->
SIP/2.0 202 Accepted
Via: SIP/2.0/UDP 192.168.1.7:5060;rport=11917;received=122.171.21.77;branch=z9hG4bK1424391282
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
CSeq: 2 MESSAGE
Server: Asterisk PBX 20.5.0
Content-Length: 0
-- PJSIP/500-00000010 is ringing
<--- Transmitting SIP response (890 bytes) to UDP:122.171.21.77:5490 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 192.168.1.102:5060;rport=5490;received=122.171.21.77;branch=z9hG4bK913601322
Call-ID: 1155894894@192.168.1.102
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
CSeq: 67 INVITE
Server: Asterisk PBX 20.5.0
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Contact: <sip:public-ip-ec2:7456>
Content-Type: application/sdp
Content-Length: 359
v=0
o=- 1732083215 1732083217 IN IP4 public-ip-ec2
s=Asterisk
c=IN IP4 public-ip-ec2
t=0 0
m=audio 18262 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
m=video 19734 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=4D001F
a=sendrecv
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:24818 --->
OPTIONS sip:700@122.171.21.77:24818 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjc4d47fdb-b8c8-4202-afc0-72075b1cddb5
From: <sip:700@private-ip-ec2>;tag=33288bc0-3326-469e-8198-2ec717df2a86
To: <sip:700@122.171.21.77>
Contact: <sip:700@public-ip-ec2:7456>
Call-ID: 34c08bab-fd6a-41d5-bc59-f8f952c2aab1
CSeq: 48528 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Received SIP response (738 bytes) from UDP:122.171.21.77:11917 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj23012c1a-b33a-4720-ae73-382543fdfc1d
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 INVITE
Contact: <sip:500@192.168.1.7:5060>
Content-Type: application/sdp
User-Agent: HKVS/2.0.0
Content-Length: 288
v=0
o=Q32022856 0 0 IN IP4 192.168.1.7
s=Talk session
c=IN IP4 192.168.1.7
t=0 0
m=audio 9654 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
m=video 9654 RTP/AVP 99
a=rtpmap:99 H264/90000
a=fmtp:99 packetization-mode=1;profile-level-id=4D001F
a=recvonly
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:11917 --->
ACK sip:500@122.171.21.77:11917 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj7f024e66-1a5c-4fef-a0fd-bf0c5ec7a542
From: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
To: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 9004 ACK
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
-- PJSIP/500-00000010 answered PJSIP/400-0000000f
<--- Transmitting SIP response (924 bytes) to UDP:122.171.21.77:5490 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.102:5060;rport=5490;received=122.171.21.77;branch=z9hG4bK913601322
Call-ID: 1155894894@192.168.1.102
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
CSeq: 67 INVITE
Server: Asterisk PBX 20.5.0
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Contact: <sip:public-ip-ec2:7456>
Supported: 100rel, timer, replaces, norefersub
Content-Type: application/sdp
Content-Length: 359
v=0
o=- 1732083215 1732083217 IN IP4 public-ip-ec2
s=Asterisk
c=IN IP4 public-ip-ec2
t=0 0
m=audio 18262 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
m=video 19734 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=4D001F
a=sendrecv
-- Channel PJSIP/500-00000010 joined 'simple_bridge' basic-bridge <8dad196d-68de-4ed3-9f14-f2850abd2b1c>
-- Channel PJSIP/400-0000000f joined 'simple_bridge' basic-bridge <8dad196d-68de-4ed3-9f14-f2850abd2b1c>
<--- Received SIP request (676 bytes) from UDP:122.171.21.77:5490 --->
ACK sip:public-ip-ec2:7456 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.102:5060;rport;branch=z9hG4bK1348605793
From: "400" <sip:400@192.168.1.102>;tag=703436105
To: <sip:public-ip-ec2:7456>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
Call-ID: 1155894894@192.168.1.102
CSeq: 67 ACK
Max-Forwards: 20
Contact: <sip:400@192.168.1.102:5060>
Authorization: Digest username="400", realm="asterisk", nonce="1733314264/fcc67b59b1244c3508e9acf7f942d901", uri="sip:500@domain.com:7456", response="60aa5efe05dea8a01056ac32eb9f5782", algorithm=MD5, opaque="52303f9877b4f756", qop=auth, nc=00000026, cnonce="bb6df7770b57954461aa5d6b92c2cbef"
User-Agent: YATE/5.5.0
Content-Length: 0
<--- Transmitting SIP request (1023 bytes) to UDP:122.171.21.77:5490 --->
INVITE sip:400@122.171.21.77:5490 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj443b878b-12c9-43e5-812e-9e7c47201f76
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Contact: <sip:public-ip-ec2:7456>
Call-ID: 1155894894@192.168.1.102
CSeq: 12379 INVITE
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Supported: 100rel, timer, replaces, norefersub, histinfo
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Type: application/sdp
Content-Length: 359
v=0
o=- 1732083215 1732083218 IN IP4 public-ip-ec2
s=Asterisk
c=IN IP4 public-ip-ec2
t=0 0
m=audio 18262 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
m=video 19734 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=4D001F
a=recvonly
<--- Received SIP response (364 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj443b878b-12c9-43e5-812e-9e7c47201f76;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12379 INVITE
Server: YATE/5.5.0
Content-Length: 0
<--- Received SIP response (779 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj443b878b-12c9-43e5-812e-9e7c47201f76;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12379 INVITE
Server: YATE/5.5.0
Contact: <sip:400@192.168.1.102:5060>
Allow: ACK, INVITE, BYE, CANCEL, MESSAGE, OPTIONS, INFO
Content-Type: application/sdp
Content-Length: 290
v=0
o=yate 1732083215 1732083215 IN IP4 192.168.1.102
s=SIP Call
c=IN IP4 192.168.1.102
t=0 0
m=audio 9654 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
m=video 9856 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=4D001F; packetization-mode=1
<--- Transmitting SIP request (384 bytes) to UDP:122.171.21.77:5490 --->
ACK sip:400@122.171.21.77:5490 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj13e5bb21-678a-4b85-b81d-26ff68e81108
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12379 ACK
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Received SIP request (506 bytes) from UDP:122.171.21.77:11917 --->
MESSAGE sip:asterisk@public-ip-ec2:7456 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.7:5060;rport;branch=z9hG4bK777480472
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 3 MESSAGE
Contact: <sip:500@192.168.1.7:5060>
Content-Type: text/plain
Max-Forwards: 70
User-Agent: HKVS/2.0.0
Content-Length: 48
<locknumXML>
<lockNum>0</lockNum>
</locknumXML>
<--- Transmitting SIP response (380 bytes) to UDP:122.171.21.77:11917 --->
SIP/2.0 202 Accepted
Via: SIP/2.0/UDP 192.168.1.7:5060;rport=11917;received=122.171.21.77;branch=z9hG4bK777480472
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
CSeq: 3 MESSAGE
Server: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (469 bytes) to UDP:122.171.21.77:5490 --->
MESSAGE sip:400@122.171.21.77:5490 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj531f8674-b576-45ce-859e-701e5f1a5682
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12380 MESSAGE
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Type: text/plain
Content-Length: 48
<locknumXML>
<lockNum>0</lockNum>
</locknumXML>
<--- Received SIP response (365 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj531f8674-b576-45ce-859e-701e5f1a5682;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12380 MESSAGE
Server: YATE/5.5.0
Content-Length: 0
<--- Received SIP response (461 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 405 Method Not Allowed
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj531f8674-b576-45ce-859e-701e5f1a5682;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12380 MESSAGE
Server: YATE/5.5.0
Allow: ACK, INVITE, BYE, CANCEL, MESSAGE, OPTIONS, INFO
Content-Type: text/plain
Content-Length: 1
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:24818 --->
OPTIONS sip:700@122.171.21.77:24818 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjc4d47fdb-b8c8-4202-afc0-72075b1cddb5
From: <sip:700@private-ip-ec2>;tag=33288bc0-3326-469e-8198-2ec717df2a86
To: <sip:700@122.171.21.77>
Contact: <sip:700@public-ip-ec2:7456>
Call-ID: 34c08bab-fd6a-41d5-bc59-f8f952c2aab1
CSeq: 48528 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:20154 --->
OPTIONS sip:400@122.171.21.77:20154 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjefc2a31a-97da-4af7-a915-69bf8ed1149e
From: <sip:400@private-ip-ec2>;tag=511e0cef-ef4d-4bbf-aa45-ad4358c7f862
To: <sip:400@122.171.21.77>
Contact: <sip:400@public-ip-ec2:7456>
Call-ID: 3e0faa06-8dde-4b9f-8cd8-69bd078823c5
CSeq: 2715 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:20154 --->
OPTIONS sip:400@122.171.21.77:20154 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjefc2a31a-97da-4af7-a915-69bf8ed1149e
From: <sip:400@private-ip-ec2>;tag=511e0cef-ef4d-4bbf-aa45-ad4358c7f862
To: <sip:400@122.171.21.77>
Contact: <sip:400@public-ip-ec2:7456>
Call-ID: 3e0faa06-8dde-4b9f-8cd8-69bd078823c5
CSeq: 2715 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
-- Removed contact 'sip:400@122.171.21.77:20154;x-ast-orig-host=192.168.1.102:5060' from AOR '400' due to expiration
-- Removed contact 'sip:700@122.171.21.77:24818' from AOR '700' due to expiration
-- Removed contact 'sip:900@122.171.21.77:11912' from AOR '900' due to expiration
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:20154 --->
OPTIONS sip:400@122.171.21.77:20154 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjefc2a31a-97da-4af7-a915-69bf8ed1149e
From: <sip:400@private-ip-ec2>;tag=511e0cef-ef4d-4bbf-aa45-ad4358c7f862
To: <sip:400@122.171.21.77>
Contact: <sip:400@public-ip-ec2:7456>
Call-ID: 3e0faa06-8dde-4b9f-8cd8-69bd078823c5
CSeq: 2715 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:24818 --->
OPTIONS sip:700@122.171.21.77:24818 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjc4d47fdb-b8c8-4202-afc0-72075b1cddb5
From: <sip:700@private-ip-ec2>;tag=33288bc0-3326-469e-8198-2ec717df2a86
To: <sip:700@122.171.21.77>
Contact: <sip:700@public-ip-ec2:7456>
Call-ID: 34c08bab-fd6a-41d5-bc59-f8f952c2aab1
CSeq: 48528 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:20154 --->
OPTIONS sip:400@122.171.21.77:20154 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjefc2a31a-97da-4af7-a915-69bf8ed1149e
From: <sip:400@private-ip-ec2>;tag=511e0cef-ef4d-4bbf-aa45-ad4358c7f862
To: <sip:400@122.171.21.77>
Contact: <sip:400@public-ip-ec2:7456>
Call-ID: 3e0faa06-8dde-4b9f-8cd8-69bd078823c5
CSeq: 2715 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:11912 --->
OPTIONS sip:900@122.171.21.77:11912 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj3d19c6b6-1b87-4b8a-b3e3-9c49503176ac
From: <sip:900@private-ip-ec2>;tag=f74eed9d-f028-4129-98a0-5514fdfaf7da
To: <sip:900@122.171.21.77>
Contact: <sip:900@public-ip-ec2:7456>
Call-ID: 2c65b3f2-38e8-45f7-996f-f66524f1cb63
CSeq: 62662 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:11912 --->
OPTIONS sip:900@122.171.21.77:11912 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj3d19c6b6-1b87-4b8a-b3e3-9c49503176ac
From: <sip:900@private-ip-ec2>;tag=f74eed9d-f028-4129-98a0-5514fdfaf7da
To: <sip:900@122.171.21.77>
Contact: <sip:900@public-ip-ec2:7456>
Call-ID: 2c65b3f2-38e8-45f7-996f-f66524f1cb63
CSeq: 62662 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:11912 --->
OPTIONS sip:900@122.171.21.77:11912 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj3d19c6b6-1b87-4b8a-b3e3-9c49503176ac
From: <sip:900@private-ip-ec2>;tag=f74eed9d-f028-4129-98a0-5514fdfaf7da
To: <sip:900@122.171.21.77>
Contact: <sip:900@public-ip-ec2:7456>
Call-ID: 2c65b3f2-38e8-45f7-996f-f66524f1cb63
CSeq: 62662 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:24818 --->
OPTIONS sip:700@122.171.21.77:24818 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjc4d47fdb-b8c8-4202-afc0-72075b1cddb5
From: <sip:700@private-ip-ec2>;tag=33288bc0-3326-469e-8198-2ec717df2a86
To: <sip:700@122.171.21.77>
Contact: <sip:700@public-ip-ec2:7456>
Call-ID: 34c08bab-fd6a-41d5-bc59-f8f952c2aab1
CSeq: 48528 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Received SIP request (420 bytes) from UDP:122.171.21.77:11917 --->
BYE sip:asterisk@public-ip-ec2:7456 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.7:5060;rport;branch=z9hG4bK522722188
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
CSeq: 4 BYE
Contact: <sip:500@192.168.1.7:5060>
Max-Forwards: 70
User-Agent: HKVS/2.0.0
Content-Length: 0
<--- Transmitting SIP response (370 bytes) to UDP:122.171.21.77:11917 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.7:5060;rport=11917;received=122.171.21.77;branch=z9hG4bK522722188
Call-ID: aae48e57-c948-4a64-b8d8-d5756cb31e96
From: <sip:500@122.171.21.77;line=6884d5276018d03>;tag=213771234
To: "400" <sip:1234567890@private-ip-ec2>;tag=8fd1690c-a995-4b5d-b11d-e1895b0952a2
CSeq: 4 BYE
Server: Asterisk PBX 20.5.0
Content-Length: 0
-- Channel PJSIP/500-00000010 left 'simple_bridge' basic-bridge <8dad196d-68de-4ed3-9f14-f2850abd2b1c>
-- Channel PJSIP/400-0000000f left 'simple_bridge' basic-bridge <8dad196d-68de-4ed3-9f14-f2850abd2b1c>
== Spawn extension (1, 500, 5) exited non-zero on 'PJSIP/400-0000000f'
<--- Transmitting SIP request (408 bytes) to UDP:122.171.21.77:5490 --->
BYE sip:400@122.171.21.77:5490 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj15333259-2e88-4b54-95fe-c78cbe1b50da
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12381 BYE
Reason: Q.850;cause=16
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Received SIP response (361 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj15333259-2e88-4b54-95fe-c78cbe1b50da;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12381 BYE
Server: YATE/5.5.0
Content-Length: 0
<--- Received SIP response (459 bytes) from UDP:122.171.21.77:5490 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP public-ip-ec2:7456;rport=7456;branch=z9hG4bKPj15333259-2e88-4b54-95fe-c78cbe1b50da;received=public-ip-ec2
From: <sip:500@domain.com>;tag=f632ae2a-1cdc-4477-be33-130295b5da40
To: "400" <sip:400@192.168.1.102>;tag=703436105
Call-ID: 1155894894@192.168.1.102
CSeq: 12381 BYE
P-RTP-Stat: PS=0,OS=0,PR=521,OR=122400,PL=0
Server: YATE/5.5.0
Allow: ACK, INVITE, BYE, CANCEL, MESSAGE, OPTIONS, INFO
Content-Length: 0
<--- Transmitting SIP request (423 bytes) to UDP:122.171.21.77:20154 --->
OPTIONS sip:400@122.171.21.77:20154 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPjefc2a31a-97da-4af7-a915-69bf8ed1149e
From: <sip:400@private-ip-ec2>;tag=511e0cef-ef4d-4bbf-aa45-ad4358c7f862
To: <sip:400@122.171.21.77>
Contact: <sip:400@public-ip-ec2:7456>
Call-ID: 3e0faa06-8dde-4b9f-8cd8-69bd078823c5
CSeq: 2715 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0
<--- Transmitting SIP request (424 bytes) to UDP:122.171.21.77:11912 --->
OPTIONS sip:900@122.171.21.77:11912 SIP/2.0
Via: SIP/2.0/UDP public-ip-ec2:7456;rport;branch=z9hG4bKPj3d19c6b6-1b87-4b8a-b3e3-9c49503176ac
From: <sip:900@private-ip-ec2>;tag=f74eed9d-f028-4129-98a0-5514fdfaf7da
To: <sip:900@122.171.21.77>
Contact: <sip:900@public-ip-ec2:7456>
Call-ID: 2c65b3f2-38e8-45f7-996f-f66524f1cb63
CSeq: 62662 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 20.5.0
Content-Length: 0