Displaying 1 result from an estimated 1 matches for "jitsi_via_asterisk".
2011 Jun 08
1
Asterisk: BYE is received late
...default gateway: 192.168.103.1
-> Asterisk accesses Internet via eth1 (192.168.103.1 is a DSL modem/router)
I did a tcpdump on the asterisk server while calling from the local softphone as so:
tcpdump -s0 -X -n -w asterisk.cap -i eth0 host 10.215.144.48
It's here:
http://213.96.91.201/temp/jitsi_via_asterisk.cap.gz
Here's the full session (softphone waits 2 minutes until it finally hangs up):
http://213.96.91.201/temp/jitsi_via_asterisk_full_session.cap.gz
Asterisk seems to send BYE to the softphone after 120 seconds since the remote party actually hung up...
A packet dump on eth1 during the ca...