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
try the dial option 'g' that carries on with dialplanOn 8 June 2012 09:26, Khaled W. Chehab wrote: > 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 > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/aste... >