AGIRequest Class |
Namespace: AsterNET.FastAGI
The AGIRequest type exposes the following members.
Name | Description | |
---|---|---|
AGIRequest |
Creates a new AGIRequest.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parameter | ||
ParameterMap | ||
ParameterValues | ||
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AccountCode |
Returns the account code set for the call.
| |
CallerId | ||
CallerIdName | ||
CallingAni2 | ||
CallingPres | ||
CallingTns | ||
CallingTon | ||
Channel |
Returns the name of the channel.
| |
Context |
Returns the context in the dial plan from which the AGI script was called.
| |
Dnid | ||
Enhanced |
Returns wheather this agi is passed audio (EAGI - Enhanced AGI). Enhanced AGI is currently not supported on FastAGI. true if this agi is passed audio, false otherwise. | |
Extension |
Returns the extension in the dial plan from which the AGI script was called.
| |
Language |
Returns the language, for example "en".
| |
LocalAddress | ||
LocalPort | ||
Priority |
Returns the priority in the dial plan from which the AGI script was called.
| |
Rdnis | ||
RemoteAddress | ||
RemotePort | ||
Request | ||
RequestURL |
Returns the full URL of the request in the form agi://host[:port][/script].
| |
Script |
Returns the name of the script to execute.
| |
Type |
Returns the type of the channel, for example "SIP".
| |
UniqueId |
Returns the unqiue id of the channel.
|