Skip to content
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

Changed Asterisk AMI URI according to wiki, adjusted stringcheck #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JayBraker
Copy link

Hi, while attempting to use this plugin with my local Asterisk 18 installation I noticed two bits:

  1. URIs to Asterisk Manager Interface seem to have changed, omitting /asterist/
    Interestingly enough, calling the mxml endpoint to login succeeds but I could not authenticate afterwards to originate the call.
  2. The stringcheck on success has not been able to complete as XMLHttüRequest.responseXML returns None
    Probably bc the rawman endpoint never was intended to return XML?

I may have a few mixups regarding the different endpoint which led to unnecessary changes, if you have any I would appreciate extended documentation for these, I found the ami articles on wiki.asterisk.com rather lacking.

@JayBraker
Copy link
Author

So in summary; I had to adjust the AMI URI, remove this /asterisk/ prefix to make this extension work with Asterisk 18.
Currently using the plugin as development state but would appreciate a merge and updated extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant