PyVXML Project for VXML2.0
Project description
PyVXML Project
=======================
Sample Uses:
-----------
from PyVXML import PyVXML
vxml = PyVXML(version='2.0')
vxml.start_form(fid='subscriptionmsg')
vxml.start_block()
vxml.start_prompt(bargein='true')
vxml.start_audio(src='http://example.com/prompts/voicechat/mainmenu/Thanks.wav')
vxml.end_audio()
vxml.end_prompt()
vxml.start_disconnect()
vxml.end_block()
vxml.end_form()
vxml_xml = vxml.generate()
=======================
Sample Uses:
-----------
from PyVXML import PyVXML
vxml = PyVXML(version='2.0')
vxml.start_form(fid='subscriptionmsg')
vxml.start_block()
vxml.start_prompt(bargein='true')
vxml.start_audio(src='http://example.com/prompts/voicechat/mainmenu/Thanks.wav')
vxml.end_audio()
vxml.end_prompt()
vxml.start_disconnect()
vxml.end_block()
vxml.end_form()
vxml_xml = vxml.generate()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyVXML-0.2.tar.gz
(7.8 kB
view hashes)