Audium Knowledge Base

Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Jump to ID Browse by Category
The DTMF input '#' is not recognized when used in a VoiceXML Insert element
Categories: Audium Call Services 3.4.x and 3.5, Audium OpenSDK, Audium Studio (3.4.x)
Article ID: 55
Last updated: November 02, 2006
User Opinions
No users have voted.

How would you rate this answer?
Helpful
Not helpful

SUMMARY

Although the VoiceXML for a VoiceXML Insert element has been written to recognize the DTMF entry of '#', it is not being recognized during calls.

SYMPTOMS

Developer has created a VoiceXML page that is accessed through a VoiceXML Insert element.  In the VoiceXML, the DTMF entry of '#' is recognized (e.g. as a choice for a <menu>).  When the application is deployed and called into, the choice triggered by '#' is not accessible.

RESOLUTION

Some voice browsers require this character to be surrounded by single quotes (apostrophes).  For example, if this is being recognized as part of a menu, change the line:

<choice dtmf="#" next="#anothersection"/>

(where "#anothersection" is the fragment identifier of where you would like to send the caller) to:

<choice dtmf="'#'" next="#anothersection"/>

Visitor Comments
No visitor comments posted. Post a comment
Related Questions
No related questions were found.
Attachments
No attachments were found.

Copyright (c) 2005 Audium Corporation. All rights reserved.
Audium Home | Audium Support Center Home | Audium Customer Care Home