Write a native implementation in c or a middleware in event socket?
On Jun 25, 2010 10:06 PM, "Jan Berger" wrote:
Hi,
I have a headache with the integration of CCXML/VXML into FreeSWITCH that I
hope you might have some input on.
The issue is that Call Control and Voice Control in these 2
Hi,
I have a headache with the integration of CCXML/VXML into FreeSWITCH that I
hope you might have some input on.
The issue is that Call Control and Voice Control in these 2 standards
require that Call Control run asynch and process events in parallel with
sessions controlling the voice-pa
Hi,
>From a module you have a few choices:
1- Call switch_ivr_originate() to establish a new session, then call
switch_ivr_uuid_bridge() with both uuids (you can get the uuid using
switch_core_session_get_uuid())
2- Execute the "bridge" application directly with
switch_core_session_execute_appl
Hi Juam , you could try it using the own bridge API, chek out
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge
if possible to reach more than one endpoint at same time using ",", or
using "|" to call to call each by each
Saludos
Arturo Monroy
El 25/06/2010 05:11 p.m., Juan Antonio
Hello!
I am working on a module having this doubt:
Once a call reachs to dialplan I call my app and I don't know which is the
best way (if more than one exits) to bridge that call to an onbound provider
controlling failed connections to try with a failure trunk. Is there any way
to get call co