search for: cyr2242

Displaying 4 results from an estimated 4 matches for "cyr2242".

2009 Jun 05
5
How run AsyncAGI commands in background
Hi all, I have an external application commanding asterisk by AMI and AsyncAGI. I also have a dialplan like this: ; AsyncAGI extensions exten => _8.,1,Noop(entering in AGI loop at 8 ${EXTEN}); exten => _8.,n,AGI(agi:async); exten => _8.,n,Hangup(); ; Meetme extensions exten => _1.,1,Noop(Conference ${EXTEN} ${CONTEXT}); exten =>
2009 Mar 30
1
The Redirect hangups the call while playing a file
Hi, I'm bringing this discussion here from http://www.moythreads.com/wordpress/2007/12/24/asterisk-asynchronous-agi/ about how to manage stopping a playback on a extension previously launched with AsyncAGI and redirecting the call to another exension. If I make the Redirect without a playback, the Redirect works: http://docs.google.com/Doc?id=ahfnfrcrh3rr_30f7fzq4hd But if I make the
2009 Jul 29
1
Matching Originate action with its NewChannel event
An application commanding asterisk with AMI is going to launch lots of concurrent calls in very few seconds using the Originate AMI command but it's also going to need to be able to cancel very quickly any call of them even before each OriginateResponse event comes in. All the calls will be done by the same trunk (a trunking enabled channel). But there's a problem for canceling any call:
2009 Jul 21
1
Scalability and stability matters
Hi all, I'm planning to develop a custom autodialer application which will be dealing with its own model for agents and queues, therefore it won't use neither asterisk agents nor asterisk queues, nor asterisk cdr. The application will supply the whole reporting and agent managing features by itself. The application will command asterisk through an AMI telnet connection using only the