Dear Asterisk-Community,
when the user beyond the Asterisk 22 receives a call and hangs up after the call Asterisk doesn’t send a BYE-Request. Consequence is that the call isn’t hang up on the remote party. On the remote party the call remains but silent.
This is the inbound section of the extensions.conf:
[from-giganetz]
exten => +49xxx,1,Dial(PJSIP/one,20,rt)
same => n,VoiceMail(mbone@default)
same => n,Hangup
The hardware beyond the Asterisk is a Gigaset-Go-System; the remote party is a Samsung cell phone registered in the Telefonica 4G network. SIP provider is Deutsche GigaNetz GmbH who uses Purtel’s infrastructure; the subscription is MyNet 600 with three landline numbers. The Asterisk runs on a Debian stable VM.
This is the SIP trace in Wireshark:
The fault is reproducable. I tested it with other hardware which isn’t based on Asterisk. It sends the BYE-Request and the fault doesn’t appear.
What have I to do in order to fix the fault?
Thank you very much!
Bes regards
Jung-Fernmelder