Commit Graph

6231 Commits

Author SHA1 Message Date
FusionPBX 097294c0d1 Update app_config.php 2019-03-14 23:54:59 -06:00
FusionPBX 06b040c42f Update app_defaults.php 2019-03-14 23:53:15 -06:00
FusionPBX 9076f44d3a Update 400_recordings.xml 2019-03-14 23:42:09 -06:00
FusionPBX e6ad6ef488 Update v_xml_cdr_import.php 2019-03-14 14:57:46 -06:00
Nate a35f618ec2 Password Reset: Add email message to Email Templates. 2019-03-13 23:30:39 -06:00
FusionPBX 978dd8342e Update xml_cdr.php 2019-03-13 20:15:19 -06:00
FusionPBX 57b742cf6f Update app_config.php 2019-03-13 20:14:32 -06:00
FusionPBX b470ec914e Update app_config.php 2019-03-12 08:23:11 -06:00
FusionPBX 0bc846df56 Update gateway_delete.php 2019-03-08 14:13:16 -07:00
FusionPBX cf41c6a093 Update destination_edit.php 2019-03-08 08:48:38 -07:00
FusionPBX 3841c6f51c Update gateway_delete.php 2019-03-07 16:44:09 -07:00
FusionPBX 7ba3fd49c5 Update app_defaults.php 2019-03-07 16:37:47 -07:00
Nate 06a0fa7235 User Edit: Only list Contacts not already assigned to a User. Contact Edit: Display button to User the Contact is assigned to (if any). 2019-03-06 19:54:12 -07:00
Len ed9d23658e Update app_config.php (#4009)
fix duplicate uuid
2019-03-05 20:00:00 -07:00
FusionPBX 2395ec6f1f Update app_config.php 2019-03-05 18:34:52 -07:00
FusionPBX 6dde7f362f Update app_config.php 2019-03-05 18:17:42 -07:00
ednt b1faf1cf83 Bug option list and with multiple registartions. (#4012)
de-ring was not in the option list.

If multiple devices are registered with the same extension, only on device was ringing. (And this was not the device in front of you :) )
The Call UUID was 'duplicated'
The fix is to remove the origination_uuid. Then all devices rings simultaniously.
2019-03-05 12:19:10 -07:00
FusionPBX 28c8c69843 Update follow_me.php 2019-03-04 13:03:31 -07:00
FusionPBX bd18ccb7e6 Delete 520_follow_me_bridge.xml 2019-03-03 15:23:14 -07:00
FusionPBX acac0f284d Update xml_cdr_inc.php 2019-03-03 12:03:13 -07:00
emaktech a5ff016ef5 Retrieve gateway names with variables and failover (#4004)
Previously, if a bridge statement was written with prepended variables to be passed, the gateway name would not be parsed and replaced. Additionally, if multiple bridges were used in failover in a single bridge statement separated by a pipe, only the first would be parsed and replaced.

I noticed this after upgrade to FreeSWITCH 1.8.5 (from 1.6.20) which changed failover behavior with multiple separate bridge statements. When network returns 486 BUSY, it will proceed to second bridge statement, initiating a second call. To allow failover and not have this behavior, you must write a single statement and separate your failover bridges with a pipe, this change allows the UI to show all gateway names on the line once saved.

Examples:
{fax_use_ecm=on}sofia/gateway/99b1234c-667c-4b31-9d2f-31d4f396abfa/$1
=> {fax_use_ecm=on}sofia/gateway/Gateway_Name/$1

sofia/gateway/0e70e123-00fd-4f0c-b525-bc7f6283cfa1/$1|sofia/gateway/99b1234c-667c-4b31-9d2f-31d4f396abfa/1$1
=> sofia/gateway/Gateway_One/$1|sofia/gateway/Gateway_Two/1$1
2019-03-03 11:10:15 -07:00
FusionPBX 9a9bbac7f1 Update contact_edit.php 2019-03-01 06:08:47 -07:00
Nate 36b32599f1 Restore Login Reset Password functionality, adjust default SMTP debug level. 2019-02-28 17:32:27 -07:00
FusionPBX 6e360176a1 Update time_conditions.php 2019-02-23 17:53:34 -07:00
FusionPBX 24e985fdec Update time_condition_edit.php 2019-02-23 17:41:56 -07:00
FusionPBX 3fb1d7ffaa Update time_conditions.php 2019-02-23 17:07:45 -07:00
FusionPBX fd77834430 Update app_config.php 2019-02-23 17:06:09 -07:00
FusionPBX 9b0f97469d Update follow_me.php 2019-02-21 17:45:43 -07:00
FusionPBX 293386d72c Update 520_follow_me_bridge.xml 2019-02-20 09:06:34 -07:00
FusionPBX 823ce58d4c Update 010_user_exists.xml 2019-02-20 08:58:54 -07:00
FusionPBX de4c5d4f03 Update contact_edit.php 2019-02-20 08:09:12 -07:00
FusionPBX 70d1eb4cd5 Update destinations.php 2019-02-20 07:59:51 -07:00
FusionPBX b99054552f Update 520_follow_me_bridge.xml 2019-02-19 11:55:31 -07:00
FusionPBX d1d6d263f3 Update follow_me.php 2019-02-19 11:26:44 -07:00
FusionPBX 444193f001 Update call_edit.php 2019-02-19 10:30:23 -07:00
FusionPBX 5da935c55d Update app_config.php 2019-02-19 09:24:40 -07:00
FusionPBX a1cf0e90ce Update extension_edit.php 2019-02-19 08:41:56 -07:00
FusionPBX 8752303a3b Update device_edit.php 2019-02-19 08:40:37 -07:00
FusionPBX 45f32cf7cb Update device_edit.php 2019-02-19 08:38:48 -07:00
konradSC 020e2b4733 autocomplete="new-password" for devices (#4005)
Chrome is no longer supporting autocomplete="off". The new standard for Chrome is autocomplete="new-password". This also seems to work for Firefox as well.
2019-02-19 08:37:10 -07:00
konradSC 9727035305 Marker for identifying call as follow-me loopback (#3977)
* Marker for identifying call as follow-me loopback

We need a way of the dialplan identifying calls that are generated by follow-me using loopback. This setting couple with a dialplan statement allows us to identify and set proper caller-id-name/number.

* Create 030_is_loopback.xml

Are you a follow_me call that is using the loopback interface? 
Ok then, are you a user on the system? 
Yes, ok. Let's set your outbound_caller_id_name and outbound_caller_id_number so that you show up correctly. 
Thanks.
2019-02-18 18:41:24 -07:00
FusionPBX af7a313cad Rename 030_is_local.xml to 035_is_local.xml 2019-02-18 18:29:41 -07:00
FusionPBX 0d98092c9c Update xml_cdr.php 2019-02-18 13:30:17 -07:00
FusionPBX 41336e191d Update app_defaults.php 2019-02-14 10:27:20 -07:00
FusionPBX e647de5601 Update fax_edit.php 2019-02-12 14:01:04 -07:00
FusionPBX a1a68faf0d Update fax_send.php 2019-02-12 12:49:13 -07:00
FusionPBX 3d258cb44c Update app_config.php 2019-02-11 20:45:25 -07:00
FusionPBX a3767d4913 Update extension_edit.php 2019-02-11 20:42:59 -07:00
FusionPBX f3bfec4c3c Update provision.php 2019-02-09 08:26:35 -07:00
FusionPBX ffe608bb78 Update call_broadcast_send.php 2019-02-09 08:23:10 -07:00
FusionPBX 9d2b5d40c1 Update 010_user_exists.xml 2019-02-08 16:06:44 -07:00
FusionPBX 90e93e8977 Update 050_user_record.xml 2019-02-08 16:01:02 -07:00
FusionPBX ca6996fa16 Update phrase_edit.php 2019-02-05 18:37:52 -07:00
FusionPBX fec97a0a20 Update dialplan_add.php 2019-02-05 18:36:45 -07:00
FusionPBX fbfd8703b0 Update ivr_menu.php 2019-02-05 18:35:35 -07:00
FusionPBX 9e9d9a6252 Update dialplan_detail_edit.php 2019-02-05 18:34:55 -07:00
FusionPBX f19d95d345 Update ivr_menu_copy.php 2019-02-05 18:33:50 -07:00
FusionPBX 72274b9a50 Update dialplan_detail_delete.php 2019-02-05 18:33:18 -07:00
FusionPBX e2a110ccbd Update app_defaults.php 2019-02-05 18:31:03 -07:00
FusionPBX 6ee722be37 Update ring_group_delete.php 2019-02-05 18:29:38 -07:00
FusionPBX a325c11c67 Update phrase_detail_delete.php 2019-02-05 18:28:57 -07:00
FusionPBX 47f1ee33eb Update call_flow_delete.php 2019-02-05 18:27:01 -07:00
FusionPBX 178966d5cd Update phrase_detail_delete.php 2019-02-05 18:15:54 -07:00
FusionPBX 9b24edeec8 Update phrase_delete.php 2019-02-05 18:15:31 -07:00
FusionPBX 4d0b88c442 Update ivr_menu_copy.php 2019-02-05 18:09:36 -07:00
FusionPBX 9dfe4f924a Update gateway_edit.php 2019-02-05 10:46:16 -07:00
FusionPBX 89e3a144f6 Update gateway_edit.php 2019-02-05 10:46:03 -07:00
FusionPBX 93c36ff33d Update phrase_delete.php 2019-02-05 10:43:19 -07:00
FusionPBX a37e2a8b71 Update phrase_edit.php 2019-02-05 10:40:51 -07:00
FusionPBX 9a2a255fac Update phrase_delete.php 2019-02-05 10:39:17 -07:00
FusionPBX 1613627a78 Update phrase_edit.php 2019-02-05 10:37:30 -07:00
FusionPBX d7aa219b13 Update gateway_copy.php 2019-02-05 10:31:55 -07:00
FusionPBX 5166801b05 Update gateway_delete.php 2019-02-05 10:15:26 -07:00
emaktech 966844d558 Show fax file date in user's timezone (#3999)
Previously timezone was showing in GMT, this now shows fax time in user's timezone. Code to display timezone was copied from fax_logs.php page.
2019-02-04 17:22:40 -07:00
FusionPBX b6851e76cf Update app_defaults.php 2019-02-04 16:08:50 -07:00
FusionPBX b190190070 Update follow_me.php 2019-02-04 13:47:05 -07:00
FusionPBX 61d96f7f05 Update cmd.php 2019-02-03 12:43:02 -07:00
FusionPBX f6f2df8152 Update registrations.php 2019-02-03 12:41:55 -07:00
FusionPBX a7785cef65 Update xml_cdr_inc.php 2019-02-01 13:35:30 -07:00
FusionPBX 0e359fa573 Update app_config.php 2019-01-30 09:32:07 -07:00
FusionPBX c7161b89df Update app_config.php 2019-01-30 09:02:38 -07:00
FusionPBX d02dbc0f9d Update xml_cdr.php 2019-01-30 08:52:49 -07:00
FusionPBX 78db3f3c42 Update app_config.php 2019-01-30 08:49:25 -07:00
FusionPBX 29bf914dcb Update xml_cdr_inc.php 2019-01-30 08:36:37 -07:00
FusionPBX daebf57a9f Update app_config.php 2019-01-29 20:05:49 -07:00
FusionPBX 22b50d2032 Update app_config.php 2019-01-29 19:44:54 -07:00
FusionPBX f76a7d253f Update app_config.php 2019-01-29 16:02:26 -07:00
FusionPBX fcb41fa504 Update app_menu.php 2019-01-29 16:00:56 -07:00
FusionPBX 3bf215aa5e Update app_config.php 2019-01-29 15:56:18 -07:00
FusionPBX 992d960771 Update app_menu.php 2019-01-29 15:55:14 -07:00
FusionPBX ea8163e72a Update app_config.php 2019-01-29 15:50:36 -07:00
FusionPBX 3f8509ce53 Update app_menu.php 2019-01-29 15:50:00 -07:00
FusionPBX 2de15017e6 Update extension_edit.php 2019-01-29 13:22:17 -07:00
FusionPBX 6f8a116c82 Update app_config.php 2019-01-29 13:19:34 -07:00
FusionPBX e00284a956 Update xml_cdr.php (#3975)
Truncate values in the CDR list to fix the Column width.
2019-01-24 22:34:23 -07:00
FusionPBX eac9e0942b Update contacts.php (#3974) 2019-01-24 22:32:53 -07:00
Nate 6007b02e8c Server Errors app to display web server error log. 2019-01-23 20:10:38 -07:00
Nate 04b02d5fa5 Fix Port and integrate Hostname Setting on send_email() function. Add Test button to Emails app to test outbound SMTP Settings. 2019-01-23 14:40:10 -07:00
FusionPBX c4b5bfa95f Update extension_edit.php 2019-01-19 13:38:55 -07:00
FusionPBX d6f2dc13f2 Update follow_me.php 2019-01-19 11:59:47 -07:00
FusionPBX 6cb5264b1c Update follow_me.php 2019-01-19 11:39:04 -07:00
FusionPBX 4a9f0f5e38 Update follow_me.php 2019-01-19 11:36:40 -07:00
FusionPBX c8b5819f1d Update follow_me.php 2019-01-19 11:27:05 -07:00
FusionPBX a74e832542 Update device_edit.php 2019-01-18 14:44:12 -07:00
FusionPBX d198a9af60 Update app_config.php 2019-01-18 14:38:31 -07:00
Valiantiam ca9a179549 Update 370_tone_stream.xml (#3964) 2019-01-17 13:10:40 -05:00
FusionPBX 254c1649eb Update 310_extension-to-voicemail.xml 2019-01-14 17:30:42 -05:00
FusionPBX ac746ac9c9 Update 900_voicemail.xml 2019-01-14 17:29:12 -05:00
FusionPBX cc17e23c91 Update 890_local_extension.xml 2019-01-14 17:28:40 -05:00
FusionPBX adaf7b0db4 Update 010_user_exists.xml 2019-01-14 17:27:54 -05:00
FusionPBX 68450df8a6 Update extension_edit.php 2019-01-13 23:59:03 -05:00
FusionPBX 0078ac1f04 Update conference_edit.php 2019-01-13 22:53:12 -05:00
FusionPBX cd6cef5237 Update provision.php 2019-01-09 11:25:55 -07:00
FusionPBX c40205bdf6 Update extension_edit.php 2019-01-05 09:50:10 -07:00
dougstamp 19d5877fa4 Update extension_edit.php (#3473)
Added code to update device_key_label on devices that have the extension set as BLF/etc. when an extensions effective_caller_id_name is changed.
2019-01-05 09:02:31 -07:00
Killsudo 55653bc0af Add Fanvil support to adjust display brightness and inactivity dimmer (#3946) 2019-01-05 08:56:41 -07:00
TylerP d4d16af40d Resize images for gswave app (#3955)
* Resize Images

* Update index.php
2019-01-05 08:39:27 -07:00
Nate 7d9b56c81a Adminer: Minor fixes. 2019-01-04 11:57:26 -07:00
FusionPBX f1634d13d3 Update app_config.php 2019-01-02 16:33:09 -07:00
FusionPBX 9854f7564d Update app_config.php 2019-01-02 16:25:27 -07:00
FusionPBX 49752437dc Update app_config.php 2019-01-02 15:51:23 -07:00
FusionPBX 1e4f4af060 Update app_menu.php 2019-01-02 15:49:40 -07:00
FusionPBX 31d4140f47 Update app_config.php 2019-01-02 15:49:10 -07:00
FusionPBX 99c4ac1938 Update app_menu.php 2019-01-02 15:40:09 -07:00
Nate f4d582037c Messages: Further permissions integration. 2019-01-02 13:23:32 -07:00
Nate 7ad667455b Messages: Sending of media files now functional. Permission added to control New Messages. 2019-01-02 13:21:14 -07:00
Nate 674e69ebf8 Messages: Misc improvements. Ability to set usage type(s) on Destinations for From field. 2018-12-29 16:05:59 -07:00
Nate 356db35167 Messages: Apply display limits to Contacts/numbers list. 2018-12-29 11:52:47 -07:00
Nate fdfa619432 Messages: Add Default Settings to control Contact and Thread refresh rates. 2018-12-29 11:31:54 -07:00
Nate ab0acd1fa1 Messages app improvements. Output escaped. Display limit added as Default Setting. Media download fixed. Sending of media/file attachments enabled, but not yet functional - waiting on feedback from provider. 2018-12-29 11:13:18 -07:00
FusionPBX bfd0f89268 Update destination_edit.php 2018-12-27 13:18:13 -07:00
Nate 4d0e1c1ec5 Remove mobile detection class, use modified user_agent function instead. 2018-12-27 09:12:24 -07:00
konradSC 365aebc308 Update BLF for agents when making changes in the GUI. Also use BLF as a speed dial for login/logout. (#3949)
* Create call_center_notify.php

Function for sending BLF notify to ELS.

* Update call_center_agent_status.php

* Update 200_agent_status.xml

* Update 200_agent_status.xml
2018-12-25 22:25:24 -07:00
Marcel Gisselmann 4d99191679 Update xml_cdr_delete.php (#3899)
* Update xml_cdr_delete.php

Fix typo in delete() query

* Update xml_cdr_delete.php

Fix delete recording from filesystem and database

* Fix Padding
2018-12-24 13:19:54 -07:00
Nate 463a94f537 Add mobile device detection to project. Improved Messages app when used on a mobile device. 2018-12-21 23:29:20 -07:00
Nate 8b55c90b73 Update message_media.php 2018-12-20 21:55:26 -08:00
Nate 5c88575702 Messages display image media, prompt to download other media types. 2018-12-20 22:53:00 -07:00
Nate da9dd87546 View received media in Messages. 2018-12-20 21:03:12 -07:00
Nate 4e81a01c6c Add needed language strings to Messages. 2018-12-20 18:42:10 -07:00
reliberate 4e795e642e Messages app modifications. 2018-12-19 22:21:32 -08:00
FusionPBX efe44c71e4 Update fax_files.php 2018-12-17 18:49:02 -07:00
FusionPBX 4393fdd75d Update fax_file_delete.php 2018-12-17 18:36:09 -07:00
FusionPBX 7ce02c79fb Update fax_files_remote.php 2018-12-17 18:34:35 -07:00
FusionPBX 4942a43b01 Update fax_log_view.php 2018-12-17 18:33:04 -07:00
FusionPBX 64e18695d9 Update fax_log_delete.php 2018-12-17 18:31:48 -07:00
FusionPBX 265815f129 Update fax_logs.php 2018-12-17 18:26:21 -07:00
FusionPBX 9c2e8e2ae2 Update xml_cdr_inc.php 2018-12-16 14:33:55 -07:00
FusionPBX 77f7d2b970 Update app_config.php 2018-12-15 10:03:02 -07:00
FusionPBX 0042c5f889 Update index.php 2018-12-14 21:13:45 -07:00
FusionPBX 1e50557606 Update index.php 2018-12-14 20:55:09 -07:00
FusionPBX 5ea5c64855 Update fax_edit.php 2018-12-14 15:13:28 -07:00
FusionPBX cfa1b5a040 Update 330_vmain_user.xml 2018-12-14 14:42:34 -07:00
FusionPBX 0787dd358a Update app_languages.php 2018-12-13 18:14:36 -07:00
FusionPBX adc9032269 Update setting_edit.php 2018-12-13 18:08:45 -07:00
FusionPBX c7acf601a9 Update app_languages.php 2018-12-13 17:58:38 -07:00
FusionPBX 92f920f20a Update setting_edit.php 2018-12-13 17:57:36 -07:00
FusionPBX 983bfce4d6 Update app_languages.php 2018-12-13 17:56:37 -07:00
FusionPBX 90bcd8faee Update app_languages.php 2018-12-13 17:52:48 -07:00
FusionPBX c47653656e Update setting_edit.php 2018-12-13 17:48:17 -07:00
FusionPBX 4796b14411 Update setting_edit.php 2018-12-13 17:34:49 -07:00
FusionPBX fd2d453d54 Update setting_edit.php 2018-12-13 17:17:00 -07:00
FusionPBX 8d6f02e4f3 Update app_languages.php 2018-12-13 17:11:54 -07:00
FusionPBX 40c7743cfa Update app_config.php 2018-12-13 17:08:06 -07:00
volga629 acb6c20536 Allow event socket set 0.0.0.0 (#3951)
* Allow set 0.0.0.0

* Update sip_status.php
2018-12-13 17:02:03 -07:00
konradSC a4ce898e9f Fix the labels and the paging controls (#3950)
* Fix the labels and the paging controls

* Update xml_cdr_archive.php

Change uuid to xml_cdr_uuid.
2018-12-13 15:59:42 -07:00
FusionPBX c3145b2b9f Update filelist.php 2018-12-13 01:11:25 -07:00
FusionPBX 550e7f2598 Update app_config.php 2018-12-12 10:11:16 -07:00
Killsudo a7c858dfde Add support for setting default ring tone and unique ring tone per line (#3945) 2018-12-12 10:09:52 -07:00
Killsudo 582118bd71 Fanvil x6 softkey (#3944)
* Add intial Fanvil X6 softkey settings

* Map 'programmable' key to dssSoft internal keys
2018-12-12 10:09:07 -07:00
Killsudo 96a6c350d4 Add device key icon for dss programming (#3896)
* Expand Fanvil DSS-Key support for templating

* Add DSS key programming to Fanvil X6

* Add device key icon support.

* Additional device key icon fixes

* Fix SQL for device_key_label

* Add device_key_icon varible to X6 dss key programming

* Add new Advanced SIP Var (#3859)

Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"

sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}

* Variables for DP750 Handset Assignment, Ring Type (#3772)

New variables for the DP750 to allow the following settings:

$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)

$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)

$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)

* Update app_config.php

* Update 520_follow_me_bridge.xml (#3893)

Search through all SIP Profiles when looking up the Contact.

* Update xml_cdr_delete.php (#3891)

Fix typo in delete() query

* Make storage_path and storage_type = http_cache work (#3892)

* Make storage_path work

if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.

* Update ivr.conf.lua

Add storage_path definition so storage_type of http_cache works correctly

* Fix IVR (#3898)

IVR was broken after previous update/change.

* Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)

* Update directory.xml

* Update directory.xml

* Update directory.xml

* Update directory.xml

* Update directory.xml (#3931)

* Update directory.xml (#3929)

* Update directory.xml (#3928)

* Update directory.xml (#3930)

* Update directory.xml (#3927)

* Update directory.xml (#3924)

* Update directory.xml (#3922)

* Update directory.xml (#3921)

* Update directory.xml (#3923)

* Update directory.xml (#3926)

* Update directory.xml (#3925)

* Update directory.xml (#3920)

* Update directory.xml (#3916)

* Update directory.xml (#3906)

* Update directory.xml (#3919)

* Update directory.xml (#3918)

* Update directory.xml (#3917)

* Update directory.xml (#3915)

* Update directory.xml (#3914)

* Update directory.xml (#3912)

* Update directory.xml (#3911)

* Update directory.xml (#3910)

* Update directory.xml (#3909)

* Update directory.xml (#3913)

* Update directory.xml (#3908)

* Update directory.xml (#3901)

* Update directory.xml (#3902)

* Update directory.xml (#3904)

* Update directory.xml (#3907)

* Update directory.xml (#3905)

* Update directory.xml (#3903)

* Update extensions.php

* Update domains.php

* Update dialplans.php

* Update users.php

* Update click_to_call.php

* Update app_config.php

* Update app_languages.php

* Update dialplan_edit.php

* Show enabled extension only on operator panel (#3900)

Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.

* Add new default_settings for Fanvil products (#3895)

* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options

* Add intial Fanvil i30 device support (#3897)

* Update app_config.php

* Update dialplan.php (#3934)

Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.

* Update dialplan.php

* Fanvil x6 template (#3936)

* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys

* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.

* Remove TR069 CPE serial number from template

* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login

* Fanvil i30 template fixes (#3933)

* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default

* Fix Fanvil 'Memory' keys (#3932)

* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support

* Update recordings.lua (#3937)

Bug fix. Allow for nil and blank entries.

* Add DSS key programming to Fanvil X6

* Fanvil 'icon' key for dss key profiles

* Fanvil 'icon' key for dss key profiles

Add new Advanced SIP Var (#3859)

Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"

sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}

Variables for DP750 Handset Assignment, Ring Type (#3772)

New variables for the DP750 to allow the following settings:

$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)

$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)

$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)

Update app_config.php

Update 520_follow_me_bridge.xml (#3893)

Search through all SIP Profiles when looking up the Contact.

Update xml_cdr_delete.php (#3891)

Fix typo in delete() query

Make storage_path and storage_type = http_cache work (#3892)

* Make storage_path work

if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.

* Update ivr.conf.lua

Add storage_path definition so storage_type of http_cache works correctly

Fix IVR (#3898)

IVR was broken after previous update/change.

Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)

Update directory.xml

Update directory.xml

Update directory.xml

Update directory.xml

Update directory.xml (#3931)

Update directory.xml (#3929)

Update directory.xml (#3928)

Update directory.xml (#3930)

Update directory.xml (#3927)

Update directory.xml (#3924)

Update directory.xml (#3922)

Update directory.xml (#3921)

Update directory.xml (#3923)

Update directory.xml (#3926)

Update directory.xml (#3925)

Update directory.xml (#3920)

Update directory.xml (#3916)

Update directory.xml (#3906)

Update directory.xml (#3919)

Update directory.xml (#3918)

Update directory.xml (#3917)

Update directory.xml (#3915)

Update directory.xml (#3914)

Update directory.xml (#3912)

Update directory.xml (#3911)

Update directory.xml (#3910)

Update directory.xml (#3909)

Update directory.xml (#3913)

Update directory.xml (#3908)

Update directory.xml (#3901)

Update directory.xml (#3902)

Update directory.xml (#3904)

Update directory.xml (#3907)

Update directory.xml (#3905)

Update directory.xml (#3903)

Update extensions.php

Update domains.php

Update dialplans.php

Update users.php

Update click_to_call.php

Update app_config.php

Update app_languages.php

Update dialplan_edit.php

Show enabled extension only on operator panel (#3900)

Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.

Add new default_settings for Fanvil products (#3895)

* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options

Update app_config.php

Update dialplan.php (#3934)

Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.

Update dialplan.php

Fanvil x6 template (#3936)

* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys

* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.

* Remove TR069 CPE serial number from template

* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login

Fanvil i30 template fixes (#3933)

* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default

Fix Fanvil 'Memory' keys (#3932)

* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support

Update recordings.lua (#3937)

Bug fix. Allow for nil and blank entries.

Add DSS key programming to Fanvil X6

* resync3
2018-12-12 10:08:21 -07:00
Killsudo e2587078eb Default Fanvil X6 to ISO8601 time and date format. (#3943) 2018-12-12 10:03:56 -07:00
FusionPBX 0da7c5e103 Update provision.php 2018-12-11 15:38:15 -07:00
FusionPBX ac9d8ca228 Update provision.php 2018-12-11 15:34:00 -07:00
FusionPBX e4444a8faa Update index.php 2018-12-11 12:37:57 -07:00
FusionPBX 3f4d0de600 Update conference_sessions.php 2018-12-11 03:16:21 -07:00
FusionPBX a72ce0f6c2 Update conference_sessions.php 2018-12-10 17:36:22 -07:00
FusionPBX d4064c4be4 Create download.php 2018-12-10 17:18:02 -07:00
FusionPBX edb295b95f Update conference_rooms.php 2018-12-10 17:16:19 -07:00
FusionPBX 2690d5baec Update conference_centers.php 2018-12-10 17:05:02 -07:00
FusionPBX 2f4cf98b18 Rename conference_center.php to conference_centers.php 2018-12-10 16:57:49 -07:00
FusionPBX af21dee65f Update conference_center.php 2018-12-10 16:57:37 -07:00
FusionPBX 66a92d9c6b Update call_recordings.php 2018-12-10 16:00:56 -07:00
konradSC 78389fee4f Update recordings.php (#3942)
Recording Descriptions are very important when using recording slots. They should be displayed on the main page and not relegated to an unremarkable corner of recordings_edit.php. No longer will Descriptions hide in the darkness. Now is the time for Descriptions to come forth into the light and shine brightly as a beacon of hope for all superusers and admins that seek their aid.
2018-12-10 09:55:37 -07:00
FusionPBX eb5ed98d84 Update index.php 2018-12-08 18:32:15 -07:00
FusionPBX 18c854f794 Update filelist.php 2018-12-08 15:47:03 -07:00
FusionPBX 8ff1b40633 Rename 507-call_forward_not_registered.xml to 507_call_forward_not_registered.xml 2018-12-08 10:53:58 -07:00
FusionPBX e9a487da68 Update 507-call_forward_not_registered.xml 2018-12-08 10:39:05 -07:00
FusionPBX db91ddadab Update 520_follow_me_bridge.xml 2018-12-08 10:35:17 -07:00
FusionPBX 94ad0df3ca Create 507-call_forward_not_registered.xml 2018-12-08 10:34:44 -07:00
Killsudo 108356bb59 Fix Fanvil 'Memory' keys (#3932)
* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support
2018-12-06 21:19:49 -07:00
Killsudo 2b0e70f68b Fanvil i30 template fixes (#3933)
* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default
2018-12-06 21:19:02 -07:00
FusionPBX 2cdc5f1b95 Update dialplan.php 2018-12-06 09:32:39 -07:00
konradSC d075905309 Update dialplan.php (#3934)
Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.
2018-12-06 09:24:33 -07:00
FusionPBX f5ce4d63c5 Update app_config.php 2018-12-05 19:57:11 -07:00
Killsudo 3864b234b5 Add new default_settings for Fanvil products (#3895)
* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options
2018-12-05 19:51:54 -07:00
sergey-mz f0a8d44229 Show enabled extension only on operator panel (#3900)
Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.
2018-12-05 19:50:46 -07:00
FusionPBX 8dbcf22541 Update dialplan_edit.php 2018-12-05 17:20:09 -07:00
FusionPBX df36be9570 Update app_languages.php 2018-12-05 17:19:28 -07:00
FusionPBX df090e31dc Update app_config.php 2018-12-05 17:18:27 -07:00
FusionPBX 2b2c27afeb Update click_to_call.php 2018-12-05 00:45:40 -07:00