- Joined
- Dec 24, 2020
- Messages
- 7
- Reaction score
- 2
Hiya!
Coming from Asterisk, I had many clients who would use call flow conditionals to have a day mode and night mode. Basically the way it worked is anyone could use *280 to toggle day or night mode. Currently the way I've gotten around this is I've set up a call flow app that checks the status of one extension, if the status is Available it dials the ring group, and if the status is anything other than Available, it will perform whatever function they need for night mode, such as going to an IVR, going direct to voicemail, or forwarding to an answering service.
The problem here is multi-faceted - #1, this needs to be done from one phone. #2, this kindof feels like I'm putting a big piece of duct tape over the system. Does anyone know of a cleaner way that this can be done? Perhaps one that will allow any user (or, a list of users) to toggle this setting?
Thank you
Coming from Asterisk, I had many clients who would use call flow conditionals to have a day mode and night mode. Basically the way it worked is anyone could use *280 to toggle day or night mode. Currently the way I've gotten around this is I've set up a call flow app that checks the status of one extension, if the status is Available it dials the ring group, and if the status is anything other than Available, it will perform whatever function they need for night mode, such as going to an IVR, going direct to voicemail, or forwarding to an answering service.
The problem here is multi-faceted - #1, this needs to be done from one phone. #2, this kindof feels like I'm putting a big piece of duct tape over the system. Does anyone know of a cleaner way that this can be done? Perhaps one that will allow any user (or, a list of users) to toggle this setting?
Thank you