For all calls combined, or for the current call?<br><br><div class="gmail_quote">On Sat, Jan 30, 2010 at 2:48 PM, Thomas Perron <span dir="ltr">&lt;<a href="mailto:thomas.perron@gmail.com">thomas.perron@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I want to create a script for IVR that compiles responses, aggregates<br>
them to a total number.<br>
Then, run an equation based on the result.<br>
<br>
Press 1 for X (X is a positive number 500)<br>
Press 2 for Y (Y is a positive number 200)<br>
Press 3 for Z (Z is a positive number 300)<br>
<br>
Press 20 to calculate the results<br>
= 500+200+300 =1000<br>
then,<br>
exten =&gt; s,n,Read(NUMBER,,1000)<br>
exten =&gt; s,n,SayDigits(${NUMBER})<br>
<font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></blockquote></div><br>