Displaying 2 results from an estimated 2 matches for "hangupextens".
Did you mean:
hangupexten
2011 Feb 08
0
Asterisk CallCompletion dialplan
Hi Users,
I'm planing to implement call completion feature in asterisk 1.8 but having some issue. I am following this document https://wiki.asterisk.org/wiki/display/AST/Generic+Call+Completion+Example
I am getting error non-zero error on console. I am using softphone x-lite
root at tux:/etc/asterisk# asterisk -r
Verbosity is at least 3
== Using SIP RTP CoS mark 5
-- Executing [30 at
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