currently i'm using cucm version 6.x i'm able to connect cisco iphone now i need to kwnow the status of each phone to check before connecting the call . and also i need to subscribe those events using subscribesession method.
Getting all the events/device status like onhook ,offhook and also how to subscribe to events
754 Views Asked by sharan At
1
There are 1 best solutions below
Related Questions in CUCM
- Cisco Unified Call Manager (CUCM) AXL API throwing error when used in C#.net project
- SOAP/AXL Request to CUCM Fails with Node.js
- SSL: SSLV3 Alert illegal parametr
- ciscoaxl api python errors
- AXLAPIService Cisco Unified Communications Manager
- Javascript and SOAP (CUCM)
- Generating CDR records from CUCM 9.x
- Writing a SOAP function in php
- Python Netmiko error while making SSH connection to cucm server
- updateUser in Cisco CUCM 11.5 via AXL in C#
- Updating a User with Device in CUCM
- Where to place supplementary files for a python package?
- How to check if extension (phone number) is reachable?
- Get All results without filters in Cisco AXL CUCM
- Asterisk Conference issue from Cisco Call Manager
Related Questions in CISCO-JTAPI
- reading the running config file from a network device
- VIPTELA SDWAN API call issue
- Transmit Sound/Audio from One Cisco Phone to Another
- How to use cBarge (Barge) to create conference with JTApi
- How to find out in Cisco JTAPI if a phone call is connected?
- How to Check if State of Cisco Phone is Ringback - Cisco JTapi
- JTAPI for CUCM Multi Cluster
- Get max length for title and prompt for an ip phone?
- How to check if extension (phone number) is reachable?
- Programming to communicate with CUCM in C#
- How generate a call to a Cisco IP phone from VB.net application
- Cisco Mobility regarding JTAPI
- Cisco visual message waiting indicator (VMWI or MVI) without SIP
- Getting all the events/device status like onhook ,offhook and also how to subscribe to events
- Real time calling functionality between 2 Cisco IP phones each connected to a PC
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
CUCM 6.x is a very old (and unsupported) version!
For application access to detailed phone call progress events and call control operations, you will want to look at the Cisco JTAPI API: https://developer.cisco.com/site/jtapi/index.gsp
You will find the JTAPI developer guide, JavaDocs, and other developer resources needed to get started.
Note, you may be referring to phone 'presence' status updates (e.g Idle or Busy) from CUCM IM & Presence server (aka Cisco Unified Presence,) which are available via several interfaces on CUP/IM&P including XMPP, SIP/SIMPLE, and REST/HTTP. More details available here: https://developer.cisco.com/site/im-and-presence/