VodiaSNOMOne Class Reference
List of all members.
Detailed Description
Implements CSTA XML operations for the Vodia SNOMOne PBX device.
Constructor & Destructor Documentation
Constructs an instance associated with the given PBX identifier and port.
- Parameters:
-
| pbxSystem | Well-known name or IP address of the PBX. |
| port | Port on which the PBX listens for CSTA messages. |
Constructs an instance associated with the given PBXSession object.
- Parameters:
-
| sessionObject | A PBXSession object. |
Member Function Documentation
Issues a MonitorStart request to the PBX.
- Parameters:
-
| deviceToMonitor | Identifier (e.g., telephone number) of the device to monitor. |
- Returns:
- A CSTAResponseInfo object.
Reimplemented from GenericXMLed3.
CSTAResponseInfo StartSession |
( |
string |
applicationID, |
|
|
string |
userName, |
|
|
string |
password | |
|
) |
| | |
Establish a session with the PBX.
- Parameters:
-
| applicationID | A free text string to identify the application. |
| userName | The user name to send to the PBX. |
| password | The password for the specified user name. |
- Returns:
- A CSTAResponseInfo object.
Establish a session with the PBX, using "CSTADLL" as the application identifier.
- Parameters:
-
| userName | The user name to send to the PBX. |
| password | The password for the specified user name. |
- Returns:
- A CSTAResponseInfo object.