Commit Graph

10815 Commits

Author SHA1 Message Date
FusionPBX
bb98f134b5 Update conference_centers.php 2018-06-05 18:12:23 -06:00
FusionPBX
096067d48a Update call_recordings.php 2018-06-05 18:09:49 -06:00
FusionPBX
61046f694f Update call_flows.php 2018-06-05 14:16:09 -06:00
FusionPBX
3ea18a4e92 Update call_center_queues.php 2018-06-05 14:14:47 -06:00
FusionPBX
c007530fa2 Update call_broadcast.php 2018-06-05 13:43:42 -06:00
FusionPBX
e7c6197318 Update calls.php 2018-06-05 13:25:09 -06:00
FusionPBX
c17b9496e5 Update call_center_queue.php 2018-06-05 12:37:23 -06:00
FusionPBX
4cf3d8aeb7 Update call_broadcast.php 2018-06-05 12:34:34 -06:00
FusionPBX
89dfa66333 Update call_block.php 2018-06-05 12:30:25 -06:00
FusionPBX
e70468d5d7 Update bridges.php 2018-06-05 12:29:24 -06:00
FusionPBX
450238d8d6 Update ring_groups.php 2018-06-05 12:18:28 -06:00
FusionPBX
480e75efab Update ivr_menus.php 2018-06-05 12:13:48 -06:00
FusionPBX
8a5929e0da Update 050_user_record.xml 2018-06-03 18:10:02 -06:00
FusionPBX
6288c801e9 Update access_control_nodes.php 2018-06-03 18:02:41 -06:00
FusionPBX
2466b3b37a Update access_control_node_edit.php 2018-06-03 18:01:45 -06:00
FusionPBX
7ed385e0c8 Update access_control_node_delete.php 2018-06-03 18:01:25 -06:00
FusionPBX
0206ba63ca Update access_control_edit.php 2018-06-03 18:01:10 -06:00
FusionPBX
10d66f32fe Update access_control_delete.php 2018-06-03 18:00:10 -06:00
FusionPBX
51fb6c4a43 Update access_controls.php 2018-06-03 17:59:16 -06:00
FusionPBX
4e24a8bf6e Update dialplans.php 2018-06-03 17:42:57 -06:00
FusionPBX
7f3bdb00b9 Update paging.php 2018-06-03 17:06:55 -06:00
FusionPBX
90eb641eda Update destinations.php 2018-06-03 16:54:20 -06:00
FusionPBX
cc5f369927 Update gateways.php 2018-06-03 16:47:15 -06:00
FusionPBX
b0b0885e23 Update users.php 2018-06-03 16:23:00 -06:00
FusionPBX
22aed077b7 Update fax_edit.php 2018-06-02 23:17:13 -06:00
FusionPBX
8c60b28e67 Update fax.php 2018-06-02 22:33:26 -06:00
FusionPBX
571712b18c Update xml_cdr_extension_summary.php 2018-06-02 22:15:19 -06:00
FusionPBX
ea7ab170b7 Update devices.php 2018-06-02 21:51:31 -06:00
FusionPBX
9b01433a1a Update extensions.php 2018-06-02 21:25:11 -06:00
FusionPBX
ad3569ea97 Update contact_notes.php 2018-06-02 21:12:08 -06:00
FusionPBX
c64a93f84e Update login.php 2018-06-02 16:17:16 -06:00
FusionPBX
1826b851d4 Update login.php 2018-06-02 16:15:36 -06:00
FusionPBX
01f86c053c Update click_to_call.php 2018-05-31 21:51:33 -06:00
FusionPBX
54736ca12a Update click_to_call.php 2018-05-31 21:39:07 -06:00
FusionPBX
b59a6e0ecf Update click_to_call.php 2018-05-31 21:23:49 -06:00
FusionPBX
4eff66676d Update click_to_call.php 2018-05-31 21:19:05 -06:00
FusionPBX
2f7b77bc88 Update app_languages.php 2018-05-31 19:19:59 -06:00
emaktech
62a5c942b3 Update ivr_menu_edit.php (#3075) 2018-05-31 16:49:17 -06:00
Len
785f8f87e4 Add label for Profiles (#3081) 2018-05-31 14:18:29 -06:00
Len
fccb81d727 correct } typo (#3080) 2018-05-31 11:16:19 -06:00
FusionPBX
fcbac2bd02 Update database.php 2018-05-31 09:15:23 -06:00
Len
f36e1dc9b0 correct } typo (#3079) 2018-05-31 00:17:03 -06:00
FusionPBX
02a3e3e0da Update disa.lua 2018-05-30 19:54:11 -06:00
Caleb
bc6a58aa30 Added support for authentication via voicemail box passwords (#3076) 2018-05-30 19:52:52 -06:00
FusionPBX
66a5d9e92c Update mkdir.lua 2018-05-30 10:54:01 -06:00
emaktech
1839482f57 Fix Yealink Programmable Key Template Conflicts (#3073)
* Add language, dialect and voice selection

This scans the FreeSWITCH sounds directory to find installed languages and then allows the user to select the language, dialect and voice from a dropdown.  The selected option will then be built into the dialplan and saved in the database when saving the IVR.

This fixes many cases of inconsistent language problems with email templates, multilanguage voicemail support, etc. by setting an appropriate installed dialect and voice. This variable is then passed along to the next applications correctly rather than relying only on the default settings on the switch and creating inconsistent behaviors.

example of poor behavior before: Setting language to "fr" on the IVR with default switch settings as "en, us, callie" would set the language to fr-us callie which is an obviously incorrect configuration. By forcing all variables to be set to together in the IVR dialplan it avoids such inconsistent behaviors.

* Fix Yealink Programmable Key Template Conflicts

Some Yealink templates have both on the {$mac.cfg} files as well as the y000000000000.cfg files. This creates a conflict when configuring the pgorammable keys in the templates so all the programmable options have been removed from the {$mac.cfg} files to resolve the conflict.

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update ivr_menu_edit.php
2018-05-29 15:53:18 -06:00
FusionPBX
ddceed8b02 Update index.php 2018-05-29 14:19:11 -06:00
FusionPBX
bc5314e855 Update autocomplete.php 2018-05-29 14:02:05 -06:00
FusionPBX
80525e6fe2 Update autocomplete.php 2018-05-29 13:52:31 -06:00
Zachary Kitchen
e47c449ef8 Disable anonymous (ghost calling) on Grandstreams (#3068)
* Grandstream Weather App Variable added

Allows users to select metric/imperial for weather app and define city for the weather app on Grandstream

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Disable anonymous (ghost calling) on Grandstreams

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2018-05-28 16:30:25 -07:00