chrispopp Posted March 23, 2018 Report Share Posted March 23, 2018 Looking to retrieve a list of extensions from the PBX. This is to populate the a third party app. I was thinking about LDAP, but it might be easier using the REST api. Any code for this? XCAP? Quote Link to comment Share on other sites More sharing options...
Support Posted March 23, 2018 Report Share Posted March 23, 2018 Hi, Yes the REST API would be easier. Please check out this page https://vodia.com/pbxapi/extensions_api If you need strictly only the list of extensions then you can use this command we just made: curl -ku admin:password GET -D - https://<PBX_DOMAIN_NAME_OR_IP>/rest/domain/<DOMAIN_NAME/extensions Quote Link to comment Share on other sites More sharing options...
chrispopp Posted March 23, 2018 Author Report Share Posted March 23, 2018 Thanks for the quick reply. Will try. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.