From 24b2843f348b07c4d1cc07df03d0dd566471c399 Mon Sep 17 00:00:00 2001 From: Hugo Zigha Date: Mon, 6 Sep 2021 15:54:06 +0200 Subject: [PATCH] TT#138353 AutoAttendant - Add 'default' action for the Auto-Attendant functionality Change-Id: I4926cfbc1ff734cc39b601ca25993cbd25ca90e5 --- src/store/pbx-auto-attendants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/pbx-auto-attendants.js b/src/store/pbx-auto-attendants.js index 00a2292b..f3fe5601 100644 --- a/src/store/pbx-auto-attendants.js +++ b/src/store/pbx-auto-attendants.js @@ -8,7 +8,7 @@ export default { slots: [], newSlots: [], subscribers: [], - slotsNumbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] + slotsNumbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'default'] }, getters: { slots (state) {