Hello Everyone,<div><br></div><div>I want to send a few numbers (variables) when doing Asterisk AMI Originate command and then have Festival read them back to customer in the context. How should this be done? Following is my not working example and also reference on AMI Originate Command:</div>
<div><br></div><div>Command: Originate</div><div>Channel: SIP/123</div><div>Context: TestFestival</div><div>Priority: 1</div><div>Exten: 555</div><div>Variable: $numberONE, $numberTWO, $numberTHREE</div><div><br></div><div>
/etc/asterisk/extensions.conf:</div><div>[TestFestival]</div><div>exten =&gt; 555,1,Answer()</div><div>exten =&gt; 555,n,Festival(you entered: $numberONE $numberTWO $numberTHREE)</div><div>exten =&gt; 555,n,Hangup()</div>
<div><br></div><div>I very much appreacitate any input on this.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div>trixbox1*CLI&gt; manager show command originate</div><div>Action: Originate</div>
<div>Synopsis: Originate Call</div><div>Privilege: originate,all</div><div>Description: Generates an outgoing call to a Extension/Context/Priority or</div><div>  Application/Data</div><div>Variables: (Names marked with * are required)</div>
<div>        *Channel: Channel name to call</div><div>        Exten: Extension to use (requires &#39;Context&#39; and &#39;Priority&#39;)</div><div>        Context: Context to use (requires &#39;Exten&#39; and &#39;Priority&#39;)</div>
<div>        Priority: Priority to use (requires &#39;Exten&#39; and &#39;Context&#39;)</div><div>        Application: Application to use</div><div>        Data: Data to use (requires &#39;Application&#39;)</div><div>        Timeout: How long to wait for call to be answered (in ms)</div>
<div>        CallerID: Caller ID to be set on the outgoing channel</div><div>        Variable: Channel variable to set, multiple Variable: headers are allowed</div><div>        Account: Account code</div><div>        Async: Set to &#39;true&#39; for fast origination</div>
<div><br></div></div>