[Freeswitch-users] XML based IVR

EdPimentl edpimentl at gmail.com
Fri May 23 08:22:51 PDT 2008


I would like to see an XML IVR implementation for FreeSwitch along these
lines...

dtmf.class.php
yesnogram.class.php
login.class.php
menu.class.php
message.class.php
navigator.class.php
noinput.class.php
nomatch.class.php
record.class.php
script.class.php
subdb.class.php
transfer.class.php
click2call.class.php
vxml.class.php
vxml.class_debug.class.php

# <?php
#
# /**
# * Default home application
# */
# class home {
#
# // FreeSwitch VXML Application
#
# var $app;
#
# function home () {
#
# }
#
# function process () {
#
# $this->app = new FreeSwitch VXML;
#
# $this->app->start_vxml('','','en','','','2.0');
#
# $this->app->load("message", array("","Hello World !","","hello.wav"));
#
# $this->app->end_vxml();
#
# $this->app->generate();
# }
# }
#
# ?>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080523/96eab936/attachment-0002.html 


More information about the FreeSWITCH-users mailing list