[asterisk-users] (no subject)
Vinod Dharashive
vdharashive at gmail.com
Tue Sep 6 21:42:55 CDT 2011
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
More information about the asterisk-users
mailing list