Questions tagged [ccxml]

CCXML, Call Control XML, is a W3C standard language to control telephony systems (both SIP and PSTN). CCXML can make outbound calls, accept inbound calls, create conferences between calls, start dialogs with callers, and send/receive data using web services (e.g., send billing information to db).

CCXML, Call Control XML, provides a W3C standard language to manipulate phone networks (SIP or PSTN), start dialogs with the caller via the VoiceXML language, and can also send and receive data from outside systems. CCXML includes the ability to make outbound calls, answer inbound calls, create conferences between multiple participants, and handle a range of telephony conditions. CCXML applications are in a "state" at all times, and different events (arriving call, call answered, user hangup, response to a dialog, etc.) drive the application. The official CCXML web site.

10 questions
5
votes
4 answers

IVR Development in java

I'm going to develop an on-line IVR application using Java (without PBX). In the software requirements there are some mathematical calculations and database communication which I prefer to implement on Java side. As you know, different technologies…
Amin Shahnazari
  • 95
  • 1
  • 2
  • 7
2
votes
1 answer

How to call telephone number through asterisk trunk from external application talking through prophecy?

Wow, that title was a mouthful... I'm sure that sounds very confusing at first glance. This is the basis of what I've got going on: I have: -a server set up with Asterisk and Voxeo Prophecy running on it. -Prophecy set up as extension for…
Benjamin Kovach
  • 3,190
  • 1
  • 24
  • 38
2
votes
0 answers

Sporadic audio playback issue on Voxeo Prophecy (audio playback conflict)

Prophecy version: 14.5.2 I am using the following CCXML line to playback audio files over a phone call: This works the majority of the time. However sometime a few threads will begin having…
Jack Zach Tibbles
  • 800
  • 1
  • 11
  • 27
1
vote
2 answers

How can I send a 182 Queued SIP message from CCXML?

I'm building a voice application that requires a long period of ringing while my application attempts to setup an outbound call. During this time, the call must remain unanswered. I'm using a SIP based Genesys GVP 8.1 IVR connected to a media…
BG100
  • 4,481
  • 2
  • 37
  • 64
1
vote
1 answer

Its possible to play audio stream(PCM stream 8000) from vxml or ccxml (Voximal)

Hope you doing fine. We been using Voximal(Latest) with asterisk 13 on Ubuntu(16.04.2 LTS). I am trying to call my java web service which returns PCM 8000 stream, this stream we are generating using Amazon polly, then i want to playback the same…
0
votes
0 answers

When we encounter error.recognition for a sub dialog then the next sub dialog which is generated does not have return parameters

We are using Call Router and Call Steering java applications . In which call Router is used to generate vxml page containing subdialog tag and Call steering is used to generate vxml page congaing return params. In normal execution we have a Call…
Akhil Pathania
  • 542
  • 2
  • 5
  • 19
0
votes
1 answer

Can VoiceXML automate the dialing for a employee for me

My company has to test our client's telephone numbers to make sure they are working and that an operater is on the other line answering customers' calls. Right now the employee looks at a list of phone#'s from an excel sheet and manually dials on a…
Nick Dat Le
  • 369
  • 4
  • 12
0
votes
1 answer

What is the difference between the work of JTAPI and CCXML ? Why do we need JTAPI if CCXML is already there?

What is the difference between the work of JTAPI and CCXML ? Why do we need JTAPI if CCXML is already there ??
0
votes
1 answer

How to placing outgoing calls for CCXML and VoiceXML?

How to get outgoing call in in IVR? there are use HP OCMP-RM for call initiation request. I want to "Caller calls an 123 number and after some interaction with an IVR system places and outbound call to a friend". How I get it?
Thilina Sampath
  • 3,615
  • 6
  • 39
  • 65
0
votes
1 answer

Undefined reference to functions in library

I am trying to get Oktopous CCXML running to test the CCXML execution. I have the liboktopous 32 bit library which I downloaded from Oktopous site. The file info for the liboktopous.so liboktopous.so: ELF 32-bit LSB shared object, Intel 80386,…
Abhishek
  • 2,543
  • 4
  • 34
  • 46