-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not able to generate event #29
Comments
what version of asterisk are you using? |
Asterisk 16 |
Are you able to post some sample code that you are using so we can replicate the issue? It would be great if you can also post the output of said code. |
After writing the login code I wrote the following code to send (CoreShowChannel) action-
This action supposed to generate two different events(CoreShowChannel,CoreShowChannelsComplete). To register those events I wrote following code-
I supposed to get following output-
CoreShowChannel event may come multiple times but it will be followed by CoreShowChannelsComplete |
When I am sending action(CoreShowChannels) in Asterisk terminal, I am getting events details. If I send the same action to Asterisk server by using pystrix library, I am not getting events details and it is happening only with show related command. I am not able to listen the events generated by the action command also but I have registered those events before sending the command. How will I solve this problem? How will I listen the generated events using pystrix?
The text was updated successfully, but these errors were encountered: