[Freeswitch-users] XML based IVR

Michael Collins mcollins at fcnetwork.com
Fri May 23 11:15:36 PDT 2008


PHP?! Yucky! :-(

 

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
EdPimentl
Sent: Friday, May 23, 2008 8:23 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] XML based IVR

 

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/2dc1abb8/attachment-0002.html 


More information about the FreeSWITCH-users mailing list