Unclosed channel
Tags: answer the call, call, call play, dears, scenario, thanks in advance, trunk call, Unclosed
Dears,
My scenario is to accept the call from user àAnswer the call -àplay mohà
dial(SIP/Trunk,XXXXX)
The problem is when the user send the bye the trunk call will not hangup
How to solve this issue
exten => 446696,1,Ringing
exten => 446696,n,Answer()
exten => 446696,n,Wait(2)
exten => 446696,n,Playback(Welcome)
exten => 446696,n,Dial(SIP/Trunk/${EXTEN},300)
exten => 446696,n,Hangup
How to solve such issue
Thanks in advance