We need to get the info about the incoming call when the calling party starts to hear the welcome message from IVR. Could you please advise how can we achieve that.
How to get the info about the incoming call when the calling party starts
288 Views Asked by Rasul At
1
There are 1 best solutions below
Related Questions in AVAYA
- How can I modify the default email that Avaya IP Office sends with each voicemail?
- Avaya IP Office API Connection Fails to Close half the time
- Test connection failed because of an error in initializing provider. ERROR [HY000] [Informix][Informix ODBC Driver][Informix]
- How to use conference transfer in avaya aaod to ensure that ivr does not exit during transfer
- Media Resource Control Protocol (MRCP) Client and Server implementation in python
- Avaya SIP Phones Auth code shown in different line for outgoing calls
- Is there a way to allow for a win32com object to be modified by a COM object method?
- IfxPy connection to Informix DB problem - user with added hostname
- Angular importing JS file/SDK not a module
- Modifying an Avaya CMS script (.acsauto) with Powershell and the resulting script won't run
- Google ASR with Avaya OD Orchestration Designer
- interop method call bad parameter
- Avaya IPO with MTCTI-3 Api
- C# Split string into readable sentences
- Avaya Real-Time data Connection to PowerBI?
Related Questions in JTAPI
- Getting RTP ports of the held call after using consult
- Is there any alternative of CISCO JTAPI, that monitor SIP call?
- JTAPI - How to intercept a call from CUCM
- How to get the info about the incoming call when the calling party starts
- Using JTAPI on a linux server... Is there any possibility?
- JTApi and Missed calls/Previously completed calls
- Panasonic and JTapi
- jtapi Address is out of service error
- Avaya JTAPI: How to get called number after call was established
- What is the difference between the work of JTAPI and CCXML ? Why do we need JTAPI if CCXML is already there?
- Transmit Audio/Music Between Phones
- How to Check if State of Cisco Phone is Ringback - Cisco JTapi
- How to get status of phone Cisco Jtapi
- Pressing Keys Using Cisco JTapi
- Cisco Callmanager JTAPI events flow
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 # Hahtags
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?
Since you tagged that question with [jtapi] I assume you would like to use it.
You didn't mention where you would like to receive or how to use that information so I can give you only a brief overview.
If you need it in the IVR and it is a Avaya Experience Portal then you just add the CTI integration to your project and use the CTI Call Info node to have access to call data.
Or you can develop custom application in Java with JTAPI. You start monitoring IVR incoming extensions and when a new call is answered you store call data and the IVR script can get this data via web service calls for example.