English 中文(简体)
record voice in vxml (Tellme studio developer account)
原标题:
  • 时间:2010-11-23 12:35:32
  •  标签:
  • xml
  • ivr
  • vxml

I have developer account in tell studio ,

I tried some basic snippet its working fine, finaly i tried record tag,

but its not working , eve NOINPUT TAG also not working ,

This is my snippet ,

 <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
   <form id="form-record">
     <record name="greeting" beep="true" maxtime="10s" finalsilence="2000ms">
       <prompt> 
         Please record your greeting after the tone.---------------This line executing
       </prompt> 
       <noinput> 
         i did not hear anything. <reprompt/> ------this line not working, 
       </noinput> 
     </record>
     <field name="confirm" type="boolean">
       <prompt>
         your greeting is <audio expr="greeting"/> 
         to keep it say yes, to discard it say no.
       </prompt>
       <filled>
         <if cond="confirm">
           <prompt> ok, i will save your greeting </prompt>
           <submit method="post" namelist="greeting"
             next="greetingstore.jsp"/>
         <else/> 
           <prompt> ok, lets try again </prompt>
           <clear namelist="greeting confirm"/>
         </if>
       </filled>
     </field> 
   </form>
 </vxml>
最佳回答

Do you keep quiet around telephone?

"record" can gathering very small noise.

Please press mute button of your telephone.

问题回答

暂无回答




相关问题
Asterisk handling multiple simultaneous calls for IVR

Hi I am new to asterisk. I want to build an IVR system so that approximately 10-15 users can call simultaneously and use the same dialplan.. We have PRI lines and are thinking of buying Digium TE!21 ...

record voice in vxml (Tellme studio developer account)

I have developer account in tell studio , I tried some basic snippet its working fine, finaly i tried record tag, but its not working , eve NOINPUT TAG also not working , This is my snippet , &...

Recording in Linux

In Fedora 12, what is available FREE, so that i can record my voice as G711u/a or GSM or G729 audio codec s. Thanks in advance. N.b: Tried gnome-sound-recorder 2.28.5 but it save file as WAV but ...

IVR vs Asp.net MVC: How can I stop reinventing the browser?

I m making an IVR system for a project, and have decided on Twilio to handle the phone portion (making and receiving calls, sending and receiving SMS messages). This will surface a website with an IVR ...

IVR development [closed]

I need to build an IVR application (possibly 10 Phone lines). I am entirely new to this domain and am familiar with some concepts, Can someone please provide me with some links/advice on how I can go ...

热门标签