Displaying 1 result from an estimated 1 matches for "incoming_wait".
Did you mean:
incoming_kuwait
2011 Sep 07
4
(no subject)
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))...