search for: crap2

Displaying 2 results from an estimated 2 matches for "crap2".

Did you mean: crap
2011 Jun 24
3
Fwd: Extract element of a list based on an index value
...like > > 2158 > > as these correspond to the index value. This wouldn't be so bad if > it were 5 geneologies, but there are hundreds. I've been fighting > with lapply() and sapply() to to avail, for instance I can turn the > geneaology into a list using: > > crap2<-tapply(warmerge$Warrior, warmerge$SibID, "[") > > crap2[1:5] > $`2013` > [1] 3793 > > $`2024` > [1] 2013 3769 > > $`2037` > [1] 2747 > > $`2039` > [1] 2083 2085 2086 2556 > > $`2040` > [1] 2050 2158 3045 > > lapply(crap2[1:5], &quo...
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
Hello Everyone, 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: Command: Originate Channel: SIP/123 Context: TestFestival Priority: 1 Exten: 555 Variable: $numberONE, $numberTWO, $numberTHREE