Commit Graph

213 Commits

Author SHA1 Message Date
markjcrane ffd901b5ba Escape ivr_menu_option_description to prevent XSS 2021-07-25 09:00:53 -06:00
FusionPBX 77064157d5
Merge pull request #5756 from greenbea/patch-19
IVR Menu fix menu options with same length as direct dial regex
2021-04-28 11:33:26 -06:00
FusionPBX 2ca45d4cf2
Add elseif and improve indentation. 2021-02-10 12:38:18 -07:00
Luis Daniel Lucio Quiroz 52c70f6172
Update app_defaults.php 2021-02-09 14:14:53 -05:00
agree c4dfb7ce59 IVR Menu fix menu options with same length as direct dial regex 2021-02-03 17:23:51 -05:00
emaktech 056e19ce8f
Update app_languages.php
French language update
2021-01-06 16:16:33 -05:00
FusionPBX f71d7f4d43
Update ivr_menu_copy.php 2020-12-01 12:25:25 -07:00
FusionPBX 77043d3961
Use ivr_menu_language, ivr_menu_dialect, ivr_menu_voice 2020-12-01 12:16:42 -07:00
FusionPBX af40fe0a62
Add new fields ivr_menu_dialect and ivr_menu_voice. 2020-12-01 12:13:34 -07:00
FusionPBX 485ebced6a
Use the ivr_menu_language to update the language dialect and voice. 2020-12-01 12:12:29 -07:00
fusionate c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07:00
fusionate 72e6368044 IVR Menu: Change spaces to tabs in last commit. 2020-11-27 16:33:05 -07:00
fusionate 6128269328 IVR Menu: Fix issue with CID Name Prefix missing. 2020-11-27 16:31:34 -07:00
FusionPBX 62887136b1
Add permissions ivr_menus_sub_destinations, ivr_menus_other_destinations and fix related features. 2020-11-23 09:41:35 -07:00
FusionPBX 95c8fc9c7a
Update ivr_menu.php 2020-10-22 03:16:10 -06:00
FusionPBX fb72d597f2
Update ivr_menu.php
Change session context to domain_name.
2020-10-22 03:09:58 -06:00
FusionPBX 2020e398b2
Update ivr_menu_xml.php
Change session context to domain_name.
2020-10-22 03:01:47 -06:00
FusionPBX 9208a270ac
Update ivr_menu_copy.php
Change session context to domain_name.
2020-10-22 02:57:57 -06:00
Greenbea 3aa39634c9 ivr menu add pin number 2020-10-18 15:44:33 -04:00
agree e3f36157d3
Allow flexible defaults for ivr failure and timeout (#5502)
* Allow flexible defaults for ivr failure and timeout

* Allow flexible defaults for ivr failure and timeout

* Fix default setting description
2020-10-01 14:22:05 -06:00
agree 16b34145d6
add extensions to destination class (#5501) 2020-09-29 11:43:48 -06:00
FusionPBX 00227699cc
Update app_config.php 2020-08-27 13:24:18 -06:00
Andrew Querol ebab725771
[4.5] Allow changing the direct dial digits regex for IVRs (#5421)
* Modify ivr.conf.lua to allow changing the direct dial matching digits from default settings

This is needed to allow using direct dial with IVR options that overlap the default regex pattern.

* Add in the new direct_dial_digits setting to allow changing what triggers attempting a direct dial in IVRs
2020-08-27 08:04:48 -06:00
FusionPBX 463a29f25c
Add uuid to the destinations array. 2020-08-24 09:03:16 -06:00
FusionPBX d96ec878bc
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:22:56 -06:00
FusionPBX bb457f6b40
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:16:43 -06:00
FusionPBX ae9da80ed1
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:15:47 -06:00
agree e5d3295975
Fix destination->valid method for ivr (#5312)
* Update destinations.php

* Update ivr_menu_edit.php
2020-06-24 16:42:03 -06:00
agree 4b5ed3d8ef
Update ivr_menu_edit.php (#5317) 2020-06-22 22:58:15 -06:00
agree 0abbb1e51a
Update ivr_menu_edit.php (#5316) 2020-06-22 10:19:25 -06:00
FusionPBX 6aabdea144
Remove a line that was accidently added to the new ivr_menu_uuid field. 2020-06-19 08:41:50 -06:00
FusionPBX 5e1d8c74ef
Use the valid type = ivr 2020-06-18 17:08:46 -06:00
agree 38adb80130
Add IVR menu-back (#5307)
* Update app_config.php

* Update app_languages.php

* Update ivr_menu_edit.php
2020-06-18 13:16:22 -06:00
Mark J Crane 3c3932ca7d Add additional IVR Menu Options to the Destination Select list 2020-06-18 10:44:16 -06:00
agree f97249aa79
Update ivr_menu_edit.php (#5305) 2020-06-17 19:18:09 -06:00
FusionPBX ec7024ed41
Add ivr_menu_parent_uuid for adding a parent IVR Menu 2020-06-17 13:39:57 -06:00
FusionPBX 754692bc76
Add new label label-ivr_menu_parent_uuid 2020-06-17 13:20:38 -06:00
FusionPBX ecaf45b407
Add ivr_menu_parent_uuid 2020-06-17 13:11:33 -06:00
Nate 7eae27ffa2 IVR Menus: Modal integration. 2020-03-26 09:56:24 -06:00
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate d92de7e63e IVR Menu - Edit: Fix clear cache when deleting Options. 2020-03-03 23:25:36 -07:00
Nate 3d1e70ecbf IVR Menu - Edit: Minor mod. 2020-03-03 19:15:43 -07:00
Nate cb86601fd4 IVR Menus - Edit: Permission adjustments, code cleanup. 2020-02-28 07:33:11 -07:00
Nate 8063d3f7ff IVR Menus - Edit: Add select-all checkbox for bulk delete of Options. 2020-02-27 19:00:15 -07:00
Nate 967e3471a7 IVR Menus: Dynamic delete button action. 2020-02-27 09:27:11 -07:00
Nate a8288d85c8 IVR Menus: Remove deprecated option delete script. 2020-02-19 19:57:23 -07:00
Nate 9cf52ba33d IVR Menu - Edit: Integrate checkboxes on Options for bulk delete on Save (uses token). 2020-02-19 19:56:11 -07:00
Nate dce18888dd IVR Menu: Remove deprecated delete script. 2020-02-12 14:34:32 -07:00
Nate 6484f42b44 IVR Menus: Clean up. 2020-02-10 22:00:26 -07:00