Displaying 2 results from an estimated 2 matches for "hangupexten".
2011 Feb 08
0
Asterisk CallCompletion dialplan
...=generic ;We will accept defaults for the rest of the cc parameters;We also are not concerned with other SIP details for this;example [Richard]context=phone_callscc_agent_policy=genericcc_monitor_policy=generic
extensions.conf
[phone_calls]exten => 1000,1,Dial(SIP/Mark,20)exten => 1000,n,Hangupexten => 2000,1,Dial(SIP/Richard,20)exten => 2000,n,Hangupexten => 30,1,CallCompletionRequestexten => 30,n,Hangupexten => 31,1,CallCompletionCancelexten => 31,n,Hangup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.c...
2005 Jan 22
2
flashing zap using macro
I'm having problems using the following.
[sip]
exten => _*4.,1,macro(test,${EXTEN:2},${CALLERIDNUM})
[macro-test]
exten => s,1,Answer
exten => s,3,Flash
exten => s,3,Dial(SIP/${ARG2},30,t)
exten => s,4,Dial(SIP/${ARG1},30,t)
exten => s,t,Hangup
exten => s,i,Hangup
exten => s,h,Hangup
I know I must be missing something simple, but here is the output from