Click or drag to resize
AGIScriptSetCallerId Method
Sets the caller id on the current channel.
The raw caller id to set, for example "John Doe<1234>".

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SetCallerId(
	string callerId
)

Parameters

callerId
Type: SystemString

[Missing <param name="callerId"/> documentation for "M:AsterNET.FastAGI.AGIScript.SetCallerId(System.String)"]

See Also