[Asterisk-Users] NoOp
Matteo Brancaleoni
mbrancaleoni at espia.it
Wed Nov 10 23:48:39 MST 2004
Hi,
>Sometimes I see in a context "NoOp"
>
>What is the purpose of "NoOp" (no operation) if it does nothing?
>
Exactly that. Doing nothing :)
btw, noop could be a placeholder for future instructions,
or if you need to delete an application from the dialplan,
saves you from renumbering the priorities.
Or also it helps for debugging the dialplan,
since it can print vars. For example,
exten => s,1,Noop(${CALLERIDNAME})
will print on the console the value
of the var CALLERIDNAME.
Matteo.
More information about the asterisk-users
mailing list