Tags being read weird behaviour
Posted: Mon Dec 31, 2007 1:33 pm
Hello guys, I have the following piece of xml:
<menu id="monsterTruckRallyGuy">
<prompt bargein="false">
<value expr="friendsname"/>
<voice name="ray">
Did you know weekends start
on Thursday, Thursday, Thursday! That's right
</voice>
</prompt>
<prompt bargein="false">
<value expr="friendsname"/>
<voice name="ray"> it's
Boneless Thursdays and
</voice>
</prompt>
<prompt bargein="false">
<value expr="yourname"/>
<voice name="ray">
would like you to come on down and
devour some blazin boneless wings,
watch sports and drink beer at Buffalo Wild Wings!
This Thursday night at
</voice>
</prompt>
<prompt bargein="false">
<voice name="ray">
<value expr="hourglobal"/> hours and <value expr="minutesglobal"/> minutes
That's Thursday, Thursday, Thursday night!
For Boneless Thursdays at Buffalo Wild Wings.
It's gonna be awesome, awesome, awesome…
</voice>
<value expr="friendsname"/>
</prompt>
<prompt bargein="false">
<voice name="ray">
Press 1 to review the message. 2 to send it
along. Or 3 to go back.
</voice>
</prompt>
<choice dtmf="1" next="#monsterTruckRallyGuy"></choice>
<choice dtmf="3" next="#chooseCharacter"></choice>
<choice dtmf="2" next="#commitData"></choice>
<!-- <choice dtmf="2" next="#sendMessage"></choice> -->
</menu>
I dont understand why the tags are being read, for example, if you run this, you will listen "blah blah bargein equals false blah blah blah"
In some cases the <value expr="yourname"/> recording is not played, I had to put this tag out of the voice tag because it was not being played.
Any ideas?
Thank you
<menu id="monsterTruckRallyGuy">
<prompt bargein="false">
<value expr="friendsname"/>
<voice name="ray">
Did you know weekends start
on Thursday, Thursday, Thursday! That's right
</voice>
</prompt>
<prompt bargein="false">
<value expr="friendsname"/>
<voice name="ray"> it's
Boneless Thursdays and
</voice>
</prompt>
<prompt bargein="false">
<value expr="yourname"/>
<voice name="ray">
would like you to come on down and
devour some blazin boneless wings,
watch sports and drink beer at Buffalo Wild Wings!
This Thursday night at
</voice>
</prompt>
<prompt bargein="false">
<voice name="ray">
<value expr="hourglobal"/> hours and <value expr="minutesglobal"/> minutes
That's Thursday, Thursday, Thursday night!
For Boneless Thursdays at Buffalo Wild Wings.
It's gonna be awesome, awesome, awesome…
</voice>
<value expr="friendsname"/>
</prompt>
<prompt bargein="false">
<voice name="ray">
Press 1 to review the message. 2 to send it
along. Or 3 to go back.
</voice>
</prompt>
<choice dtmf="1" next="#monsterTruckRallyGuy"></choice>
<choice dtmf="3" next="#chooseCharacter"></choice>
<choice dtmf="2" next="#commitData"></choice>
<!-- <choice dtmf="2" next="#sendMessage"></choice> -->
</menu>
I dont understand why the tags are being read, for example, if you run this, you will listen "blah blah bargein equals false blah blah blah"
In some cases the <value expr="yourname"/> recording is not played, I had to put this tag out of the voice tag because it was not being played.
Any ideas?
Thank you