Click or drag to resize
AGIScriptVerbose Method
Sends a message to the Asterisk console via the verbose message system.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Verbose(
	string message,
	int level
)

Parameters

message
Type: SystemString
the message to send
level
Type: SystemInt32
the verbosity level to use. Must be in [1..4]
See Also