[Asterisk-Users] flashing zap using macro

Eric Wieling eric at fnords.org
Sat Jan 22 18:57:13 MST 2005


MJ wrote:
> 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
> 

You have priority 3 listed twice.



More information about the asterisk-users mailing list