Reading Training Samples - Wiki
Wiki
« Back to Developer Trainings
Reading Training Samples
Samples during Training sessions in Reading, UK (May 4th - 6th 2010) #
Class Exercises Slide Deck over here
| Samples | Description | |
|---|---|---|
| MyGatherDigits.zip | Use Case: 1. User dials the specified pilot number Ex: 203040 2. An IVR is played to enter digits 3. CUAE gathers the digits and plays back using TTS 4. Call is Transferred to the destination number provided | |
| MyDeviceListX.zip | Use Case: 1. User launches the refresh device and retrieve all the devices web service Ex: http://10.78.89.40:8000/MyDeviceListX 2. Refreshes "device_info" table in "ciscodevicelistx" database 3. Retrieves all the devices that are registered | |
| IPPhoneMenu1.zip | Use Case: 1. User selects the service "Restaurant Services" 2. User is provided with 2 soft keys "Breakfast" & "Lunch" 3. Selection of each of the soft keys show the corresponding "Breakfast" or "Lunch" Menus 4. Once the user selects the menu item a confirm message is displayed | |
| MyJTAPI3P.zip | Use Case: 1. User specifies DeviceIDs that needs to be monitored on the web page Ex: http://10.78.89.27:8000/JTAPIMonitorDevice?Device1=SEP001EF7C356F1&Device2=SEP001F9E2634C7&Device3=SEP00215555716E&Device4=SEP001FCAE847E5 2. Specify devices to know their status Ex: http://10.78.89.27:8000/JTAPIGetStatus?Device1=SEP001EF7C356F1&Device2=SEP001F9E2634C7&Device3=SEP00215555716E&Device4=SEP001FCAE847E5 3. Select 2 devices and make a call Ex: http://10.78.89.27:8000/MakeCall?Device1=SEP001EF7C356F1&Device2=SEP001F9E2634C7&Device3=SEP00215555716E&Device4=SEP001FCAE847E5 4. Hangup (Obtain the callID from Make Call) Ex: http://10.78.89.27:8000/Hangup?CallID= | |
| DialVOffice1.zip | Use Case: 1. User Dials a pilot number 2. An IVR prompt is played to enter the Profile number, Pin and the Destination Number After authentication of profile and pin, the call is transferred to the destination number | |
| DialVOffice.zip | Use Case: 1. User specifies from number and To number on a web page. Ex: http://10.78.89.27:8000/DialVOffice?From=105501&To=105502 2. CUAE dials out to the "From" number specified When the call is answered CUAE will transfer the call to "To" number. | |
| MyEM.zip | Use Case: 1. User specifies UserID, DeviceID and Device Profile on a web page Ex: http://10.78.89.40:8000/MyEM?UserID=EmUser1&DeviceID=&DeviceProfile= 2. Profile is loaded on the phone with the DN specified in the profile 3. Log-out after 30 secs | |
| MyConferencing.zip | Use Case: 1. The user dials into a conference bridge. 2. The Call is answered and is put into conference 3. Another call is made to the specified phone 4. Specified phone is added to the conference in "monitor only" mode | |
| PresenceApplication.zip | Use Case: 1. User initiates a "Presence" subscribe or un-subscribe 2. Notifications are received by the application and the parsed 3. The parsed values are saved in a file |
704 Views