Hi team,

I am trying to find solution to hangup b-party call after 1 min with out 
disconnecting the call of a-party but following dial plan which is disconnect 
both the calls.


Please suggest me the solution.

[TB]



exten => _X.,1,Wait(${INCOMING_WAIT})

exten =>_X.,2,Verbose(TB)

exten =>_X.,3,Answer()

exten => _X.,4,Set(mainLoop=0)

exten => _X.,5,Set(TIMEOUT(absolute)=10)        ; set time in  milliseconds

exten => _X.,6,Playback(/var/callagent/prompts/monitor/thanks)

exten => _X.,7,Dial(DAHDI/7/

09501032209,10,S(60))



exten => _X.,8,Noop(${DIALEDTIME})

exten =>_X.,9,Goto(TB,_X.,1)

exten =>_X.,n,Hangup()

Thanks
Vinod Dharashive
Sent from BlackBerry® on Airtel
--
_____________________________________________________________________
-- 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/asterisk-users

Reply via email to