- Joined
- Aug 26, 2024
- Messages
- 2
- Reaction score
- 1
What would be the best way to schedule a change in the participants in a ring group programmatically?
My problem is that I have to manage inside 3cx a turnation, inside a ring group I have the extension of the person that need to answer that turn and I need at every turn change to modify the extension by hand.
The turn changes could be on different days of the week and, barring exceptions, are known week by week.
Having the various users log in/log out in the queue isn't doable because it open us up to human error, there must always be someone answering, but also because they often redirect the call from their extension to their cellphone, they have other queues so logging out from all queues isn't a good solution and logging out from a single queue is something that cannot be done without the web app which they don't always have access to.
The best way would be using the web api, we already have a scheduler in our ticketing software with the right turnation, sending an api call to change the ring group at the appropriate time would simplify the operation, but while I can get the participants using the call control API I can't seem to find a way to change them.
My problem is that I have to manage inside 3cx a turnation, inside a ring group I have the extension of the person that need to answer that turn and I need at every turn change to modify the extension by hand.
The turn changes could be on different days of the week and, barring exceptions, are known week by week.
Having the various users log in/log out in the queue isn't doable because it open us up to human error, there must always be someone answering, but also because they often redirect the call from their extension to their cellphone, they have other queues so logging out from all queues isn't a good solution and logging out from a single queue is something that cannot be done without the web app which they don't always have access to.
The best way would be using the web api, we already have a scheduler in our ticketing software with the right turnation, sending an api call to change the ring group at the appropriate time would simplify the operation, but while I can get the participants using the call control API I can't seem to find a way to change them.