|
| [VB.NET] | |
| Function CreatePhoneNotification
(SessionID As String, IsSmarter As Bool)
As
String |
|
| SessionID |
| Session ID |
| IsSmarter |
| If true the phone equipment tries to recognize answer machine |
|
| Phone notification object ID |
| VB.NET
Example |
Switch to language:
[C#] |
|
| | 'Create personalizer object and Session object |
| | Dim pers As New PersonalizerRef.Personalizer()
|
| | Dim sess As New SessionRef.Session()
|
| | Dim SessionID As
String = "" |
| | Try |
| | SessionID = pers.CreateSession("LogonName", "Password") |
| | ' Create Phone notification proxy object |
| | Dim objPhone As New PhoneRef.Phone()
|
| | 'Create server notification object |
| | Dim PhoneNotifID As
String = sess.CreatePhoneNotification(SessionID, true) |