Dynamic VXML
To write a VXML page in its native syntax and maintain a static copy of VXML page is like creating a “Hello world” HTML page and rendering it whenever it is requested.
Customized content for a user can be provided if VXML pages are created on the fly, and rendering them based on the user customization.
A powerful GUI that allows users to customize their requirements for information that their phone should provide will help in rendering dynamic VXML pages.
One way to generate dynamic VXML content is by using ASP.net with VB.net/C#.net as code behind.
.Net web applications create dynamic HTML for web browsers. Dynamic VXML can be rendered by removing HTML tags from aspx and rendering VXML via code behind or from aspx page.
Users can create his online profiles for their horoscope or sports or address book, which are saved in the database. These customized profile results can be heard on phone by getting data from the database and rendering it as VXML.
Customized content for a user can be provided if VXML pages are created on the fly, and rendering them based on the user customization.
A powerful GUI that allows users to customize their requirements for information that their phone should provide will help in rendering dynamic VXML pages.
One way to generate dynamic VXML content is by using ASP.net with VB.net/C#.net as code behind.
.Net web applications create dynamic HTML for web browsers. Dynamic VXML can be rendered by removing HTML tags from aspx and rendering VXML via code behind or from aspx page.
Users can create his online profiles for their horoscope or sports or address book, which are saved in the database. These customized profile results can be heard on phone by getting data from the database and rendering it as VXML.
Comments