| AGIScriptSetCallerId Method |
Sets the caller id on the current channel.
The raw caller id to set, for example "John Doe<1234>".
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SetCallerId(
string callerId
)
Protected Sub SetCallerId (
callerId As String
)
protected:
void SetCallerId(
String^ callerId
)
member SetCallerId :
callerId : string -> unit
Parameters
- callerId
- Type: SystemString
[Missing <param name="callerId"/> documentation for "M:AsterNET.FastAGI.AGIScript.SetCallerId(System.String)"]
See Also