GithubHelp home page GithubHelp logo

vxml-tools's Introduction

VXML Tools

It contain library and Generator for the Rails 3 application.

Example

You can write VXML in Ruby. First Method :- vxml = VXML.new do|v| v.block do |b| b.prompt “Welcome to all” b.if_cond “1==1” do |v| v.prompt “Both are equal” end end end

render :xml => vxml.to_vxml Second Method :- v = VXML.new b = v.block b.prompt “Welcome to all” cond = b.if_cond “1==1” cond.prompt “Both are equal”

render :xml => v.to_vxml

Syntax

Create vxml view file .

Create vxml file with controller :- rails g controller ivr hello_world -e vxml

Create vxml file only :- rails g vxml:controller ivr hello_world

Configure the routes get “hai/hello_world(.:format)”

vxml-tools's People

Contributors

siddick avatar

Stargazers

 avatar  avatar Jai Madhav avatar  avatar Mark Headd (He/Him) avatar

Watchers

 avatar James Cloos avatar

Forkers

jmadhav narath

vxml-tools's Issues

VXML Queries

Hi,

Can we write a standalone vxml application on notepad or notepad++ or some other tool (if available) and integrate it with database and web services using java code ? And need to make war file to deploy it in tomcat so that we can access it through AEP (Avaya Experiance Portal) by dialing the number.
Please advice and let us know how we can achieve this ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.