Jump to content

Recommended Posts

Posted

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

Posted

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'}"
 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...