-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asterisk12 async agi events #143
base: master
Are you sure you want to change the base?
Conversation
Hello, Thanks for the pull. Could you please provide a description for the changes and also unit tests? Cheers, |
Asterisk 12+ trigger AsyncAGIStartEvent instead AsyncEvent with sub event "Start". And it trigger AsyncAGIExecEvent where we should handle lastCommmandId. So extracted two interfaces to detect this events. |
…lgiz-badamshin Asterisk12 async agi events Asterisk 12+ trigger AsyncAGIStartEvent instead AsyncEvent with sub event "Start". It will trigger an AsyncAGIExecEvent, where can handle lastCommmandId. Extracted two interfaces to detect these seperate events. Also added "ASYNCAGI BREAK" call in AsyncClientImpl to return control to dialplan: See: https://wiki.asterisk.org/wiki/display/AST/AGICommand_asyncagi+break PR by @ilgiz-badamshin (marcelog#143)
No description provided.