freeswitch-users at li... Guest
|
Posted: Fri Feb 18, 2022 4:54 pm Post subject: [Freeswitch-users] Why did the user phone send a BYE. |
|
|
------ Start of attached email. Subject: Why did the user phone send a BYE. ------
I have reviewed my pcap file MANY times. I have a FAILED call and a GOOD call from the same extension. I will attempt you list the signaling below.
One oddity that jumps out at me, there are no SIP 183 packets in the call that WORKED.
It is clear that the user is hanging up, but they state the call rings 4 times, then goes to busy. The tshark command I am using is:
tshark -f "port 5060" -i any -w capturefile.pcap
How can I include RTP messages? Will that let me see if there is early media, then busy or failure?
Call that failed signaling:
U is the User extension behind NAT.
FS is the server with public IP.
GW is gateway with public IP (Voip Innovations).
U-> FS INVITE
FS->U AUTH REQ
U->FS Request: ACK
U->FS INVITE
FS->U Trying
FS->GW INVITE
GW->FS TRYING
U->FS Status 200
GW->FS Status: 183 Session Progress
FS->U Status: 183 Session Progress
1/10 Second Later
GW->FS Status: 183 Session Progress
21 Seconds Later
GW->FS Status: 183 Session Progress
GW->FS Status: 200
FS->GW Request: ACK
FS->U Status 200
U->FS Request ACK
FS->U Request: UPDATE
U->FS Status 200
3 Seconds Later - 26 seconds total
U->FS BYE
FS->U Status: 200
FS->GW BYE
GW->FS Status: 200
Regards,
Sean Devoy
VP Operations and Development
Business Focused Internet Systems, Inc.
------ End of attached email ------
_________________________________________________________________________
The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.
Join our online community to chat in real time https://signalwire.community
Professional FreeSWITCH Services
sales@freeswitch.com
https://freeswitch.com
Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com |
|