FusionPBX
3b8620e6bf
Update ivr_menu_edit.php
2017-10-31 11:38:15 -06:00
FusionPBX
12e5893462
Update ivr_menu_edit.php
...
Make the ivr_menu_language optional as it can be set before reaching the IVR Menu.
2017-07-24 23:47:17 -06:00
FusionPBX
beb432dcbd
Update ivr_menu_edit.php
2017-07-18 14:26:46 -06:00
emaktech
249e576108
Add IVR language option (master) ( #2744 )
...
* Add available translations for new language option
* Add language option to IVR menu editing page
Adds the option to define language on the IVR edit page. This is needed because when a phrase is selected in a language other than the default language, Freeswitch fails to load the file.
2017-07-18 14:23:12 -06:00
FusionPBX
2205d30f4e
Update ivr_menu_edit.php
2017-06-22 09:20:40 -06:00
Mafoo
b7f4cba09c
Enhance - Convert more messages ( #2646 )
...
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -06:00
FusionPBX
ef40872f8c
Update ivr_menu_edit.php
...
Add a missing $ in the IVR menu dialplan.
2017-02-15 08:20:41 -07:00
FusionPBX
e81e705651
Update ivr_menu_edit.php
2017-01-12 02:57:27 -07:00
Alexey Melnichuk
2946866316
Fix. Use `Ivr Menu/application` settings to switch IVR engine. ( #2219 )
2016-12-01 11:51:55 -07:00
FusionPBX
fbf53a942e
Update ivr_menu_edit.php
2016-10-21 10:20:44 -06:00
FusionPBX
efa2cd50b4
Update ivr_menu_edit.php
2016-10-18 09:07:04 -06:00
FusionPBX
844f7d8994
Update ivr_menu_edit.php
...
Fix the recent change to IVR Menu dialplan to fix the IVR Menu exit app.
2016-10-03 22:15:46 -06:00
FusionPBX
4f821949b2
Update ivr_menu_edit.php
...
Fix a problem when adding a new IVR Menu.
2016-10-02 15:33:17 -06:00
FusionPBX
3fa4f93a37
Update ivr_menu_edit.php
2016-10-02 01:05:40 -06:00
FusionPBX
b99acd76ff
Update ivr_menu_edit.php
2016-10-01 19:17:07 -06:00
FusionPBX
b7f620d12d
Update ivr_menu_edit.php
...
This file has been completely rewritten includes the new search tool as used in other files.
2016-10-01 19:02:44 -06:00
FusionPBX
604a45f3af
Update ivr_menu_edit.php
...
Allow users in the superadmin group to set option destinations that are numeric and the ivr menu syntax will be added automatically.
2016-09-02 09:05:39 -06:00
FusionPBX
4ca854fa38
Update ivr_menu_edit.php
...
Make ivr_menu_edit.php more efficient.
2016-08-13 18:47:36 -06:00
FusionPBX
19ffcf256b
Update ivr_menu_edit.php
2016-08-13 14:28:26 -06:00
FusionPBX
444a5a4065
Update ivr_menu_edit.php
...
Improve the layout for the IVR Menu edit description.
2016-08-04 17:43:35 -06:00
FusionPBX
b731d988a4
Update ivr_menu_edit.php
...
Use only the space needed to display the IVR Menu options.
2016-08-04 17:34:00 -06:00
FusionPBX
783a9d170d
Update ivr_menu_edit.php
...
Make the IVR Menu long and short greeting editable for a user in the superadmin group.
2016-08-04 17:21:04 -06:00
markjcrane
28c59d4eec
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
FusionPBX
4fdb9045a5
Update ivr_menu_edit.php
...
Add an empty option for long greeting so it doesn't select option say: automatically.
2016-07-22 12:14:30 -06:00
FusionPBX
61a265d2de
Update ivr_menu_edit.php
...
Fix the phrases list for IVR Menu edit greetings.
2016-07-19 20:08:19 -06:00
FusionPBX
6bcad98cbd
Update ivr_menu_edit.php
...
Use the right variable for the ivr_menu_options array.
2016-07-14 01:56:43 -06:00
FusionPBX
249210c9df
Update ivr_menu_edit.php
...
When adding an IVR menu allow adding multiple IVR options.
2016-07-14 01:37:26 -06:00
FusionPBX
92ff680c86
Update ivr_menu_edit.php
...
Simplify ivr_menu_edit.php and remove the edit option link as it is no longer needed.
2016-07-14 01:11:17 -06:00
FusionPBX
bec130b265
Update ivr_menu_edit.php
...
Improve the indentation and some progress to separate getting the data from displaying it.
2016-07-11 17:06:32 -06:00
FusionPBX
086650f7c9
Update ivr_menu_edit.php
...
Change the ivr_menu_ringback to default back to the original default of music on hold.
2016-06-19 09:39:47 -06:00
Mafoo
4605117d51
Enhance Ringback ( #1590 )
...
created new class to look after generating the list of ringbacks
available
adjusted MOH class so legacy method is still possible (just not recommend) and utilizes optgroups as well
converted ring_groups and ivr_menus to use new method
added translations
implemented list_recordings in switch_recordings class
2016-06-08 07:21:45 -06:00
markjcrane
7aa61e2d53
After making changes to the IVR Menu flush memcache for the IVR.
2016-05-03 23:09:18 -06:00
markjcrane
0bef8e2e5a
Fix IVR Menu say and tone for long greeting.
2016-04-06 01:38:30 -06:00
markjcrane
fa0f310d97
Change some IVR Menu defaults as 0 is unlimited and 1 continues to the exit on the first error.
2016-03-29 21:10:43 -06:00
mafoo
416a704c12
made it possible to find phrases
...
fixed string replace not taking out spaces aswell
2016-02-04 16:19:27 +00:00
mafoo
467384aece
Corrected selected statements
2016-02-03 17:32:07 +00:00
FusionPBX
2c4270fb82
Merge pull request #1425 from mafoo/BugFix-Phrases
...
Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid
2016-02-03 08:17:26 -07:00
mafoo
c17fccbff2
Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid
2016-02-03 15:08:28 +00:00
Alexey Melnichuk
227cd5d854
Fix. Save instead of empty value path to recordings for some sound options.
2016-02-03 10:28:12 +03:00
markjcrane
aac6d4ff96
Using phrase uuid instead of the phrase name reason is this prevents the phrase from breaking when the phrase name is changed.
2016-01-04 17:16:14 -07:00
markjcrane
ff8b838b5e
After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used.
2015-12-06 13:37:35 -07:00
markjcrane
6a767846e6
Comment out the sounds in ivr menu edit use the phrases or recordings instead.
2015-08-07 14:38:33 -05:00
markjcrane
ce93da056b
Increase the memory efficiency and page load time for IVR Menu edit.
2015-08-07 14:34:58 -05:00
markjcrane
1238d109c6
Remove and extra line and add creation of the object.
2015-08-07 14:25:49 -05:00
markjcrane
bf96d4afc1
Add the missing echo.
2015-08-07 13:39:25 -05:00
markjcrane
4366aa083a
Use the new destinations php class for ivr menu and destinations.
2015-08-07 13:13:55 -05:00
markjcrane
84a97b52fa
To be more consistent with naming convention rename app/ivr_menu to app/ivr_menus.
2015-08-03 09:43:15 -06:00