cwernstedt Posted October 24, 2018 Report Posted October 24, 2018 Is there a way to periodically and automatically change the participant access code (PIN) of a conference using a script that accesses the API or manipulates settings files? It's an "ad-hoc" conference that users regularly access. I have studied the API documentation, but I can't find the name of the attribute to change, and it's unclear if a new access code can be submitted via the API at all. /CW Quote
Support Posted October 24, 2018 Report Posted October 24, 2018 Hi, Try this API: curl -u admin:password -D - http://<PBX_IP:Port>/rest/domain/<domain_name>/user_settings/<conf_account> -X POST -d "{'pin':'2222','upin':'3333'}" Quote
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.