3.19.23
Kazoo Changes
Changes to 3.19 after version 3.19.22
Resolved Tickets
Major (1)
- KAZOO-3250 As a sysadmin, I'd like the callflow app callflow submodule not to allow a call to be transferred to another callflow if the call is hungup
Normal (1)
- KAZOO-3352 As a front-end developer, I want the back-end to let me set a prepend feature on a phone number document, so that I can build the SmartPBX prepend feature easily
Change Details
KAZOO-3250
Summary:
As a sysadmin, I'd like the callflow app callflow submodule not to allow a call to be transferred to another callflow if the call is hungup
Description:
To prevent loops, I'd like it if the callflow module in the callflow app (the action in the UI which lets you transfer calls to another callflow) to not actually process the request if the current channel is not active.
Reporter:
Darren Schreiber <darren@2600hz.org>
KAZOO-3352
Summary:
As a front-end developer, I want the back-end to let me set a prepend feature on a phone number document, so that I can build the SmartPBX prepend feature easily
Description:
Acceptance Criteria:
- The PUT/POST API on /phone_numbers allow developers to set a prepend key ({ ..., prepend: { name: 'JR', enabled: true }, .... } (In theory that should already work and don't need any change on the back-end?)
- If the prepend key is set and if the enabled key is set to true, then the /phone_numbers view, should add the "prepend" value to the "features" array.
UI Ticket matching this back-end ticket is UI-1219
Reporter:
Jean-Roch Maitre <jr@2600hz.com>