Displaying 2 results from an estimated 2 matches for "numbertwo".
Did you mean:
humberto
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
...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:
Command: Originate
Channel: SIP/123
Context: TestFestival
Priority: 1
Exten: 555
Variable: $numberONE, $numberTWO, $numberTHREE
/etc/asterisk/extensions.conf:
[TestFestival]
exten => 555,1,Answer()
exten => 555,n,Festival(you entered: $numberONE $numberTWO $numberTHREE)
exten => 555,n,Hangup()
I very much appreacitate any input on this.
trixbox1*CLI> manager show command originate
Action: Or...
2007 Aug 07
2
array
Hello,
I have some files generated from microarray experiments. I used scan() to
read the files, and assigned each file to a unique name with many rows and
columns. Now I want to create a array (ArrayA) with unique names, and I can
use ArrayA[1,2][[6]] to refer the data in each file. Is there any packages
available for array of array?
Thanks!
[[alternative HTML version deleted]]