Amazing. Thanks Jarrod. <div><br><div><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 7:09 PM, Jarrod Lash <span dir="ltr">&lt;<a href="mailto:jarrod@fed-com.com">jarrod@fed-com.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Bruce,<br>
<br>
<a href="http://www.voip-info.org/wiki/view/Asterisk+manager+API" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+manager+API</a><br>
<br>
In the AMI do :<br>
Variable: crap1=data<br>
Variable: crap2=data<br>
Variable: crap3=data<br>
<br>
<br>
In the dialplan variables will be in the format..<br>
${crap1}<br>
<br>
<br>
Also as an FYI.. Look at cepstral in place of Festival...<br>
<br>
--<br>
Jarrod Lash, &lt;<a href="mailto:jarrod@fed-com.com">jarrod@fed-com.com</a>&gt;<br>
Federated Communications, LLC.<br>
<a href="http://www.fed-com.com" target="_blank">www.fed-com.com</a><br>
Office: +1-412-357-2127<br>
Mobile: +1-412-999-0049<br>
Fax: +1-412-545-8368<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Wed, Dec 23, 2009 at 6:28 PM, Bruce Nik &lt;<a href="mailto:brucevoip@gmail.com">brucevoip@gmail.com</a>&gt; wrote:<br>
&gt; Hello Everyone,<br>
&gt; I want to send a few numbers (variables) when doing Asterisk AMI Originate<br>
&gt; command and then have Festival read them back to customer in the context.<br>
&gt; How should this be done? Following is my not working example and also<br>
&gt; reference on AMI Originate Command:<br>
&gt; Command: Originate<br>
&gt; Channel: SIP/123<br>
&gt; Context: TestFestival<br>
&gt; Priority: 1<br>
&gt; Exten: 555<br>
&gt; Variable: $numberONE, $numberTWO, $numberTHREE<br>
&gt; /etc/asterisk/extensions.conf:<br>
&gt; [TestFestival]<br>
&gt; exten =&gt; 555,1,Answer()<br>
&gt; exten =&gt; 555,n,Festival(you entered: $numberONE $numberTWO $numberTHREE)<br>
&gt; exten =&gt; 555,n,Hangup()<br>
&gt; I very much appreacitate any input on this.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; trixbox1*CLI&gt; manager show command originate<br>
&gt; Action: Originate<br>
&gt; Synopsis: Originate Call<br>
&gt; Privilege: originate,all<br>
&gt; Description: Generates an outgoing call to a Extension/Context/Priority or<br>
&gt;   Application/Data<br>
&gt; Variables: (Names marked with * are required)<br>
&gt;         *Channel: Channel name to call<br>
&gt;         Exten: Extension to use (requires &#39;Context&#39; and &#39;Priority&#39;)<br>
&gt;         Context: Context to use (requires &#39;Exten&#39; and &#39;Priority&#39;)<br>
&gt;         Priority: Priority to use (requires &#39;Exten&#39; and &#39;Context&#39;)<br>
&gt;         Application: Application to use<br>
&gt;         Data: Data to use (requires &#39;Application&#39;)<br>
&gt;         Timeout: How long to wait for call to be answered (in ms)<br>
&gt;         CallerID: Caller ID to be set on the outgoing channel<br>
&gt;         Variable: Channel variable to set, multiple Variable: headers are<br>
&gt; allowed<br>
&gt;         Account: Account code<br>
&gt;         Async: Set to &#39;true&#39; for fast origination<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<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>
</blockquote></div><br></div></div>