Displaying 1 result from an estimated 1 matches for "noasnwer".
Did you mean:
noanswer
2007 Jul 13
3
Macro: s-NOANSWER, _s-.
Hi List;
I have this example for Macro and I am not able to
understand some line, if any one can help me plz :)-
[macro-voicemail]
exten => s,1,Dial(${ARG1},20)
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})
exten => s-NOANSWER,2,Goto(incoming,s,1)
exten => s-BUSY,1,Voicemail(b${MACRO_EXTEN})
exten => s-BUSY,2,Goto(incoming,s,1)
exten