Softphone: Zoiper
Internet speed: download 100 Mbps | Upload 100 Mbps
Account entry:
- Code: Select all
[xxxxxx]
defaultuser=xxx
fromuser=xxxx
secret=xxxx
type=peer
dtmfmode=rfc2833
insecure=port,invite
host=xxxxx
defaultip=xxxx
port=5060
session-timers=refuse
disallow=all
allow=alaw
allow=ulaw
alow=gsm
I have a big problem with "breaking up" call in the middle of call.
I am receiving 5-8 complaints a day of calls "breaking up" from agents.
Asterisk CLI shows me the following:
- Code: Select all
Resyncing the jb. last_delay -19, this delay -1503, threshold 1006, new offset 1554
[0K[Apr 29 13:22:32] [1;31;40mWARNING[0;37;40m[8856]: [1;37;40mchan_iax2.c[0;37;40m:[1;37;40m906[0;37;40m [1;37;40mjb_warning_output[0;37;40m: Resyncing the jb. last_delay 11, this delay 1147, threshold 1056, new offset 407
[0K[Apr 29 13:23:31] [1;31;40mWARNING[0;37;40m[8851]: [1;37;40mchan_iax2.c[0;37;40m:[1;37;40m906[0;37;40m [1;37;40mjb_warning_output[0;37;40m: Resyncing the jb. last_delay 647, this delay 4282, threshold 2302, new offset -4282
[0K[Apr 29 13:26:02] [1;31;40mWARNING[0;37;40m[8859]: [1;37;40mchan_iax2.c[0;37;40m:[1;37;40m906[0;37;40m [1;37;40mjb_warning_output[0;37;40m: Resyncing the jb. last_delay -2, this delay -1762, threshold 1058, new offset 2169
in my iax.conf I have the following, maybe I must change something
- Code: Select all
jitterbuffer=yes
forcejitterbuffer=no
maxjitterbuffer=1000
maxjitterinterps=10
resyncthreshold=1000
I don't know what could be the problem ? any suggestion ?