Skip to main content

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()

Project details


Release history Release notifications | RSS feed

This version

0.2

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)

Uploaded Source

Built Distribution

PyVXML-0.2-py2.py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page