Приветствую, Камрады!
Ситуация следующая: есть номер для конференции 900, который все могу позвонить
[local]
exten => 900,1,Answer()
exten => 900,n,ConfBridge(1,confer)
exten => _XXX,1,Dial(SIP/${EXTEN})
exten => _XXX,n,Hangup()
Проблема заключается в том, что когда я звоню с внутреннего номера на мобильный и потом перевожу его в комнату конференции, то он всех кто находится в конференции слышыт нормально, а другие его не слышат. При этом входящие/исходящие звонки работают корректно слышимость есть всегда и проблем не наблюдается, но как только ты звонишь на внешний номер и переводишь его в конференц-комнату то все его не слышно.
В файле confbridge.conf все дефолтное, только добавлено в самый низ:
[confer]
type=bridge
max_members=20
mixing_interval=10
internal_sample_rate=auto
record_conference=no
UPD:
Вот вывод команды по кодекам!
image description
Подскажите как я могу просмотреть какой кодек использует в данный момент пир с внешки?
UDP 2
sip show channel показывает у всех все одинаково. В конференции на номере 900 находятся два номера 3-я (внутренний номер) строка и 6-я (звонок с мобильного на внешний номер, после чего перевод в конференцию.)
UPD 3
Внешний номер подключен со след. данными:
[213153]
type=peer
host=10.10.10.100
port=5060
nat=no
insecure=invite,port
disallow=all
allow=alaw
allow=ulaw
dtmfmode=auto
secret=******
defaultuser=213153
fromuser=213153
callbackextension=213153
context=incoming
canreinvite=no
directmedia=no
UPD 4
На момент звонка с внешки и перевод на конференцию, включил дебаг, логи ниже. Может кто-нибудь помочь в нем разобраться?
136 - это номер, куда пришел звонок с внешки, который потом перевели на номер конеференции 900.
ЛОГ удлален
UPD 5
Разобрался с dtftmode и *2. Попробовал перевести звонок через *2, результат тот же. Тишина.
Порядок действий следующий:
1. Захожу номером 125 в конференцию 900
2. С номера 136 звоню на мобильный
3. С номера 136 нажимаю *2 900 кладу трубку
4. Мобильный номер находится в конференции.
Его слышно - Он ничего не слышит.
P.S. Почему тут нет подката?
voip*CLI> sip set debug on
SIP Debugging enabled
<--- SIP read from UDP:192.168.50.21:5060 --->
INVITE sip:<mobile_num>@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK4105558651
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>
Call-ID: 2_591417299@192.168.50.21
CSeq: 1 INVITE
Contact: <sip:136@192.168.50.21:5060>
Content-Type: application/sdp
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Max-Forwards: 70
User-Agent: Yealink W52P 25.80.0.15
Allow-Events: talk,hold,conference,refer,check-sync
Supported: replaces
Content-Length: 308
v=0
o=- 20214 20214 IN IP4 192.168.50.21
s=SDP data
c=IN IP4 192.168.50.21
t=0 0
m=audio 12138 RTP/AVP 9 0 8 18 101
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=ptime:20
a=sendrecv
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
<------------->
--- (14 headers 15 lines) ---
Sending to 192.168.50.21:5060 (no NAT)
Sending to 192.168.50.21:5060 (no NAT)
Using INVITE request as basis request - 2_591417299@192.168.50.21
Found peer '136' for '136' from 192.168.50.21:5060
<--- Reliably Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK4105558651;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as288e2ead
Call-ID: 2_591417299@192.168.50.21
CSeq: 1 INVITE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="51b4f5be"
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog '2_591417299@192.168.50.21' in 6400 ms (Method: INVITE)
<--- SIP read from UDP:192.168.50.21:5060 --->
ACK sip:<mobile_num>@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK4105558651
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as288e2ead
Call-ID: 2_591417299@192.168.50.21
CSeq: 1 ACK
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP:192.168.50.21:5060 --->
INVITE sip:<mobile_num>@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK714147547
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 INVITE
Contact: <sip:136@192.168.50.21:5060>
Authorization: Digest username="136", realm="asterisk", nonce="51b4f5be", uri="sip:<mobile_num>@192.168.50.1:5060", response="7a35697956eb1c4cb8b139f76fb53711", algorithm=MD5
Content-Type: application/sdp
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Max-Forwards: 70
User-Agent: Yealink W52P 25.80.0.15
Allow-Events: talk,hold,conference,refer,check-sync
Supported: replaces
Content-Length: 308
v=0
o=- 20214 20214 IN IP4 192.168.50.21
s=SDP data
c=IN IP4 192.168.50.21
t=0 0
m=audio 12138 RTP/AVP 9 0 8 18 101
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=ptime:20
a=sendrecv
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
<------------->
--- (15 headers 15 lines) ---
Sending to 192.168.50.21:5060 (no NAT)
Using INVITE request as basis request - 2_591417299@192.168.50.21
Found peer '136' for '136' from 192.168.50.21:5060
Found RTP audio format 9
Found RTP audio format 0
Found RTP audio format 8
Found RTP audio format 18
Found RTP audio format 101
Found audio description format G722 for ID 9
Found audio description format PCMU for ID 0
Found audio description format PCMA for ID 8
Found audio description format G729 for ID 18
Found audio description format telephone-event for ID 101
Capabilities: us - (alaw|ulaw|g729|g723|g722), peer - audio=(ulaw|alaw|g722|g729)/video=(nothing)/text=(nothing), combined - (alaw|ulaw|g729|g722)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
Peer audio RTP is at port 192.168.50.21:12138
Looking for <mobile_num> in phones (domain 192.168.50.1)
sip_route_dump: route/path hop: <sip:136@192.168.50.21:5060>
<--- Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK714147547;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 INVITE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:<mobile_num>@192.168.50.1:5060>
Content-Length: 0
<------------>
Audio is at 15710
Adding codec alaw to SDP
Adding codec ulaw to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 10.10.10.100:5060:
INVITE sip:<mobile_num>@10.10.10.100:5060 SIP/2.0
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK7a740387
Max-Forwards: 70
From: "Vasileva N.G." <sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>
Contact: <sip:213137@10.9.3.7:5060>
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
CSeq: 102 INVITE
User-Agent: Asterisk PBX 13.14.0
Date: Thu, 04 May 2017 11:12:14 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 254
v=0
o=root 242547224 242547224 IN IP4 10.9.3.7
s=Asterisk PBX 13.14.0
c=IN IP4 10.9.3.7
t=0 0
m=audio 15710 RTP/AVP 8 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=maxptime:150
a=sendrecv
---
<--- SIP read from UDP:10.10.10.100:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK7a740387
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>
CSeq: 102 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP:10.10.10.100:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK7a740387
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>;tag=3gu4sur4
CSeq: 102 INVITE
Proxy-Authenticate: Digest realm="Huawei",nonce="14:13:40:23751",stale=false,algorithm=MD5
Content-Length: 0
<------------->
--- (8 headers 0 lines) ---
Transmitting (no NAT) to 10.10.10.100:5060:
ACK sip:<mobile_num>@10.10.10.100:5060 SIP/2.0
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK7a740387
Max-Forwards: 70
From: "Vasileva N.G." <sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>;tag=3gu4sur4
Contact: <sip:213137@10.9.3.7:5060>
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
CSeq: 102 ACK
User-Agent: Asterisk PBX 13.14.0
Content-Length: 0
---
Audio is at 15710
Adding codec alaw to SDP
Adding codec ulaw to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 10.10.10.100:5060:
INVITE sip:<mobile_num>@10.10.10.100:5060 SIP/2.0
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK4130c9a6
Max-Forwards: 70
From: "Vasileva N.G." <sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>
Contact: <sip:213137@10.9.3.7:5060>
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
CSeq: 103 INVITE
User-Agent: Asterisk PBX 13.14.0
Proxy-Authorization: Digest username="213137", realm="Huawei", algorithm=MD5, uri="sip:<mobile_num>@10.10.10.100:5060", nonce="14:13:40:23751", response="a01fd1f78c19b526e5d587624e2880e4"
Date: Thu, 04 May 2017 11:12:14 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 254
v=0
o=root 242547224 242547225 IN IP4 10.9.3.7
s=Asterisk PBX 13.14.0
c=IN IP4 10.9.3.7
t=0 0
m=audio 15710 RTP/AVP 8 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=maxptime:150
a=sendrecv
<--- SIP read from UDP:10.10.10.100:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK4130c9a6
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>
CSeq: 103 INVITE
Content-Length: 0
<------------->
[May 4 14:12:17] WARNING[2387]: netsock2.c:210 ast_sockaddr_split_hostport: Port missing in (null)
<--- SIP read from UDP:10.10.10.100:5060 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK4130c9a6
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>;tag=b331m2mq-CC-22
CSeq: 103 INVITE
Contact: <sip:<mobile_num>@10.10.10.100:5060;user=phone>
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER
Content-Length: 205
Content-Type: application/sdp
v=0
o=HuaweiSoftX3000 3541570 3541570 IN IP4 10.10.10.100
s=Sip Call
c=IN IP4 10.10.12.199
t=0 0
m=audio 59684 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
<------------->
--- (10 headers 9 lines) ---
sip_route_dump: route/path hop: <sip:<mobile_num>@10.10.10.100:5060;user=phone>
Found RTP audio format 8
Found RTP audio format 101
Found audio description format PCMA for ID 8
Found audio description format telephone-event for ID 101
Capabilities: us - (alaw|ulaw), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
Peer audio RTP is at port 10.10.12.199:59684
<--- Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK714147547;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 INVITE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:<mobile_num>@192.168.50.1:5060>
Content-Length: 0
<------------>
Audio is at 19418
Adding codec alaw to SDP
Adding codec ulaw to SDP
Adding codec g729 to SDP
Adding codec g722 to SDP
Adding non-codec 0x1 (telephone-event) to SDP
<--- Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK714147547;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 INVITE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:<mobile_num>@192.168.50.1:5060>
Content-Type: application/sdp
Content-Length: 329
v=0
o=root 6391582 6391582 IN IP4 192.168.50.1
s=Asterisk PBX 13.14.0
c=IN IP4 192.168.50.1
t=0 0
m=audio 19418 RTP/AVP 8 0 18 9 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=maxptime:150
a=sendrecv
<--- SIP read from UDP:10.10.10.100:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK4130c9a6
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>;tag=b331m2mq-CC-22
CSeq: 103 INVITE
Contact: <sip:<mobile_num>@10.10.10.100:5060;user=phone>
Content-Length: 205
Content-Type: application/sdp
v=0
o=HuaweiSoftX3000 3541570 3541571 IN IP4 10.10.10.100
s=Sip Call
c=IN IP4 10.10.12.199
t=0 0
m=audio 59684 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
<------------->
--- (9 headers 9 lines) ---
Found RTP audio format 8
Found RTP audio format 101
Found audio description format PCMA for ID 8
Found audio description format telephone-event for ID 101
Capabilities: us - (alaw|ulaw), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
Peer audio RTP is at port 10.10.12.199:59684
sip_route_dump: route/path hop: <sip:<mobile_num>@10.10.10.100:5060;user=phone>
set_destination: Parsing <sip:<mobile_num>@10.10.10.100:5060;user=phone> for address/port to send to
set_destination: set destination to 10.10.10.100:5060
Transmitting (no NAT) to 10.10.10.100:5060:
ACK sip:<mobile_num>@10.10.10.100:5060;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.9.3.7:5060;branch=z9hG4bK58f4961d
Max-Forwards: 70
From: "Vasileva N.G." <sip:213137@10.9.3.7>;tag=as0b105c13
To: <sip:<mobile_num>@10.10.10.100:5060>;tag=b331m2mq-CC-22
Contact: <sip:213137@10.9.3.7:5060>
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
CSeq: 103 ACK
User-Agent: Asterisk PBX 13.14.0
Content-Length: 0
---
Audio is at 19418
Adding codec alaw to SDP
Adding codec ulaw to SDP
Adding codec g729 to SDP
Adding codec g722 to SDP
Adding non-codec 0x1 (telephone-event) to SDP
<--- Reliably Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK714147547;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 INVITE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:<mobile_num>@192.168.50.1:5060>
Content-Type: application/sdp
Content-Length: 329
v=0
o=root 6391582 6391582 IN IP4 192.168.50.1
s=Asterisk PBX 13.14.0
c=IN IP4 192.168.50.1
t=0 0
m=audio 19418 RTP/AVP 8 0 18 9 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=maxptime:150
a=sendrecv
<--- SIP read from UDP:192.168.50.21:5060 --->
ACK sip:<mobile_num>@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK3601319084
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 2 ACK
Contact: <sip:136@192.168.50.21:5060>
Max-Forwards: 70
User-Agent: Yealink W52P 25.80.0.15
Content-Length: 0
<--- SIP read from UDP:192.168.50.21:5060 --->
BYE sip:<mobile_num>@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK559813084
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 3 BYE
Contact: <sip:136@192.168.50.21:5060>
Authorization: Digest username="136", realm="asterisk", nonce="51b4f5be", uri="sip:<mobile_num>@192.168.50.1:5060", response="47ac0817da06b7a669f15863c1bbe0de", algorithm=MD5
Max-Forwards: 70
User-Agent: Yealink W52P 25.80.0.15
Content-Length: 0
<------------->
--- (11 headers 0 lines) ---
Sending to 192.168.50.21:5060 (no NAT)
Scheduling destruction of SIP dialog '2_591417299@192.168.50.21' in 6400 ms (Method: BYE)
<--- Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK559813084;received=192.168.50.21
From: "Vasileva N.G." <sip:136@192.168.50.1:5060>;tag=1672711229
To: <sip:<mobile_num>@192.168.50.1:5060>;tag=as6e03773d
Call-ID: 2_591417299@192.168.50.21
CSeq: 3 BYE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
<------------->
--- (8 headers 0 lines) ---
Really destroying SIP dialog '4e63c32d38e63466333d36e55c67ae65@192.168.50.1:5060' Method: OPTIONS
<------------->
Really destroying SIP dialog '2_591417299@192.168.50.21' Method: BYE
<------------->
<--- SIP read from UDP:192.168.50.21:5060 --->
BYE sip:900@192.168.50.1:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK1630753931
From: "Ryzhkin S.N." <sip:125@192.168.50.1:5060>;tag=431650465
To: <sip:900@192.168.50.1:5060>;tag=as1d4196a4
Call-ID: 0_3233850664@192.168.50.21
CSeq: 3 BYE
Contact: <sip:125@192.168.50.21:5060>
Authorization: Digest username="125", realm="asterisk", nonce="5fab5b41", uri="sip:900@192.168.50.1:5060", response="14e40e7c522e774fe80dc1b6dba19de8", algorithm=MD5
Max-Forwards: 70
User-Agent: Yealink W52P 25.80.0.15
Content-Length: 0
<------------->
--- (11 headers 0 lines) ---
Sending to 192.168.50.21:5060 (no NAT)
Scheduling destruction of SIP dialog '0_3233850664@192.168.50.21' in 6400 ms (Method: BYE)
<--- Transmitting (no NAT) to 192.168.50.21:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.50.21:5060;branch=z9hG4bK1630753931;received=192.168.50.21
From: "Ryzhkin S.N." <sip:125@192.168.50.1:5060>;tag=431650465
To: <sip:900@192.168.50.1:5060>;tag=as1d4196a4
Call-ID: 0_3233850664@192.168.50.21
CSeq: 3 BYE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
<--- SIP read from UDP:10.10.10.100:5061 --->
BYE sip:213137@10.9.3.7:5060 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.100:5061;branch=z9hG4bKs23gvqt5rsm46tq41umlqtmrt
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
From: <sip:<mobile_num>@10.10.10.100:5060>;tag=b331m2mq-CC-22
To: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
CSeq: 1 BYE
Reason: Q.850;cause=16;text="normal call clearing"
Max-Forwards: 70
Content-Length: 0
<------------->
--- (9 headers 0 lines) ---
Sending to 10.10.10.100:5061 (no NAT)
Scheduling destruction of SIP dialog '7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060' in 32000 ms (Method: BYE)
<--- Transmitting (no NAT) to 10.10.10.100:5061 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.10.10.100:5061;branch=z9hG4bKs23gvqt5rsm46tq41umlqtmrt;received=10.10.10.100
From: <sip:<mobile_num>@10.10.10.100:5060>;tag=b331m2mq-CC-22
To: "Vasileva N.G."<sip:213137@10.9.3.7>;tag=as0b105c13
Call-ID: 7512b30a26add54540a26b9d3002fdf6@10.9.3.7:5060
CSeq: 1 BYE
Server: Asterisk PBX 13.14.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
<------------->
voip*CLI> sip set debug off
подката и ката тут нет, поскольку это не форум и не ваш личный суппорт чатик, а сайт вопросов и ответов. я лично эту простыню читать не буду. хотя может надется кто, кому скучно.
meral ( 2017-05-04 21:36:17 +0400 )редактировать