ViciBox 9.0.3 Keeps LIVE CALL After Client Hangup
Posted: Mon Mar 28, 2022 11:58 am
Hello,
I have 2 servers:
1- Vicibox 8.1.1 / Asterisk 13.21.1-vici
2- ViciBox 9.0.3 / Asterisk 13.38.2-vici
The two carriers are configured the same
The 2 servers work with no problem except for the second, with a new carrier, it keeps showing LIVE CALL for the agent even after the customer have hang-up the call.
With other carriers I don't have this problem but with this one I have it only on the 2nd server.
2 years ago I got the same problem on the same server but it was ViciBox 9.0.1 and with another carrier.
I managed to fix it after some hard work, but now I'm stuck not knowing how to fix it.
I remember it was something like the BYE that the carrier sends maybe no longer understandable by ViciBox 9+ (just assuming) or maybe the tTo, tTor ...
Any help would be appreciated.
Here is my carrier config:
I have 2 servers:
1- Vicibox 8.1.1 / Asterisk 13.21.1-vici
2- ViciBox 9.0.3 / Asterisk 13.38.2-vici
The two carriers are configured the same
The 2 servers work with no problem except for the second, with a new carrier, it keeps showing LIVE CALL for the agent even after the customer have hang-up the call.
With other carriers I don't have this problem but with this one I have it only on the 2nd server.
2 years ago I got the same problem on the same server but it was ViciBox 9.0.1 and with another carrier.
I managed to fix it after some hard work, but now I'm stuck not knowing how to fix it.
I remember it was something like the BYE that the carrier sends maybe no longer understandable by ViciBox 9+ (just assuming) or maybe the tTo, tTor ...
Any help would be appreciated.
Here is my carrier config:
- Code: Select all
[CARRIER]
disallow=all
allow=alaw
allow=ulaw
type=peer
dtmfmode=rfc2833
nat=yes
qualify=no
insecure=invite
ignoresdpversion=yes
canreinvite=no
host=***host_ip***
sendrpid=yes
trustrpid=yes
exten => _0X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0X.,2,AGI(mk_random_number.agi,${EXTEN})
exten => _0X.,3,SET(CALLERID(num)=${mynumber})
exten => _0X.,4,SipAddHeader(P-Asserted-Identity: <sip:${CALLERID(num)}@***my_ip***>)
exten => _0X.,5,Dial(${CARRIER}/+41${EXTEN:1},,tTo)
exten => _0X.,6,Hangup