[asterisk-users] simple dialplan question

Vieri rentorbuy at yahoo.com
Wed Apr 28 12:14:09 CDT 2010


Sorry for the simple question.

I'm trying to match "sipprovider.nocredit" but the following doesn't execute NoOp (it runs "context" but not "context-custom"). What am I doing wrong?

[context]
include => context-custom
exten => _.,1,Set(GROUP()=1)
exten => _.,n,Goto(destcontext,${EXTEN},1)

[context-custom]
exten => sipprovider.nocredit,1,NoOp(No credit left)

Thanks

Vieri



      



More information about the asterisk-users mailing list