Does nothing.
NoOp(text)
This application does absolutely nothing - well, not
exactly. You can use NoOp() to print
text to the Asterisk CLI, which can be very useful.
The text need not be between quotation marks. If they are entered, they will be printed on the CLI along with the rest of the text.
|
|
|
Text from |
exten => 123,1,NoOp(Caller-ID: ${CALLERID})
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'NoOp' =- [Synopsis] Do Nothing [Description] NoOp(): This applicatiion does nothing. However, it is useful for debu gging purposes. Any text that is provided as arguments to this application can be viewed at the Asterisk CLI. This method can be used to see the evaluatio ns of variables or functions without having any effect. diff output to internal help in Asterisk 1.2: - none - |
See also. the section called “DumpChan()”, the section called “Log()”, the section called “Verbose()”