Commit Graph

6233 Commits

Author SHA1 Message Date
FusionPBX ddc46f8901
Update follow_me.php 2019-03-04 13:03:31 -07:00
FusionPBX ca0ba0ec39
Delete 520_follow_me_bridge.xml 2019-03-03 15:23:14 -07:00
FusionPBX 2dc5c30ffd
Update xml_cdr_inc.php 2019-03-03 12:03:13 -07:00
emaktech f30457b12b 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 db13ae9cf0
Update contact_edit.php 2019-03-01 06:08:47 -07:00
Nate 6470afb3d0 Restore Login Reset Password functionality, adjust default SMTP debug level. 2019-02-28 17:32:27 -07:00
FusionPBX c9f30389e0
Update time_conditions.php 2019-02-23 17:53:34 -07:00
FusionPBX a0686b1b53
Update time_condition_edit.php 2019-02-23 17:41:56 -07:00
FusionPBX a7170051c6
Update time_conditions.php 2019-02-23 17:07:45 -07:00
FusionPBX 59e61a7f59
Update app_config.php 2019-02-23 17:06:09 -07:00
FusionPBX 996d1a2251
Update providers.php 2019-02-23 16:25:54 -07:00
FusionPBX c437e9ec0c
Update providers.php 2019-02-23 16:25:02 -07:00
FusionPBX 25f29bc0d6
Update providers.php 2019-02-23 16:18:35 -07:00
FusionPBX 9f6a119239
Update providers.php 2019-02-23 13:42:53 -07:00
FusionPBX 34782f28d6
Update providers.php 2019-02-23 13:32:24 -07:00
FusionPBX f7f0115068
Update providers.php 2019-02-23 13:06:03 -07:00
FusionPBX 9e8ad4153c
Update follow_me.php 2019-02-21 17:45:43 -07:00
FusionPBX 5c65247dbb
Update 520_follow_me_bridge.xml 2019-02-20 09:06:34 -07:00
FusionPBX f879183ee9
Update 010_user_exists.xml 2019-02-20 08:58:54 -07:00
FusionPBX 02cf937e55
Update contact_edit.php 2019-02-20 08:09:12 -07:00
FusionPBX c66a03b93e
Update destinations.php 2019-02-20 07:59:51 -07:00
FusionPBX 8c36da3e87
Update 520_follow_me_bridge.xml 2019-02-19 11:55:31 -07:00
FusionPBX 01b9cdff3a
Update follow_me.php 2019-02-19 11:26:44 -07:00
FusionPBX bcbda3feff
Update call_edit.php 2019-02-19 10:30:23 -07:00
FusionPBX 044f048363
Update app_config.php 2019-02-19 09:24:40 -07:00
FusionPBX 31c0fa01fc
Update extension_edit.php 2019-02-19 08:41:56 -07:00
FusionPBX 4da0925737
Update device_edit.php 2019-02-19 08:40:37 -07:00
FusionPBX 758170eaf3
Update device_edit.php 2019-02-19 08:38:48 -07:00
konradSC 762f28aeea 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 d8e1f249b6 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 edb3300dff
Rename 030_is_local.xml to 035_is_local.xml 2019-02-18 18:29:41 -07:00
FusionPBX 4972776d73
Update xml_cdr.php 2019-02-18 13:30:17 -07:00
FusionPBX 29bcbc44a1
Update app_defaults.php 2019-02-14 10:27:20 -07:00
FusionPBX f3c2d0a41e
Update fax_edit.php 2019-02-12 14:01:04 -07:00
FusionPBX 27d29f8448
Update fax_send.php 2019-02-12 12:49:13 -07:00
FusionPBX 536776cfb4
Update app_config.php 2019-02-11 20:45:25 -07:00
FusionPBX 45a73dcd20
Update extension_edit.php 2019-02-11 20:42:59 -07:00
FusionPBX c50ab2dfb2
Update provision.php 2019-02-09 08:26:35 -07:00
FusionPBX 22ffb7c11b
Update call_broadcast_send.php 2019-02-09 08:23:10 -07:00
FusionPBX 112266735c
Update 010_user_exists.xml 2019-02-08 16:06:44 -07:00
FusionPBX 36c8a0116c
Update 050_user_record.xml 2019-02-08 16:01:02 -07:00
FusionPBX af02f5c969
Update phrase_edit.php 2019-02-05 18:37:52 -07:00
FusionPBX 7d62552c98
Update dialplan_add.php 2019-02-05 18:36:45 -07:00
FusionPBX c9787b0865
Update ivr_menu.php 2019-02-05 18:35:35 -07:00
FusionPBX 1b4e080b53
Update dialplan_detail_edit.php 2019-02-05 18:34:55 -07:00
FusionPBX 35796435f3
Update ivr_menu_copy.php 2019-02-05 18:33:50 -07:00
FusionPBX a24d4b969d
Update dialplan_detail_delete.php 2019-02-05 18:33:18 -07:00
FusionPBX 07c93d9855
Update app_defaults.php 2019-02-05 18:31:03 -07:00
FusionPBX 9643372270
Update ring_group_delete.php 2019-02-05 18:29:38 -07:00
FusionPBX bc3b1bf24a
Update phrase_detail_delete.php 2019-02-05 18:28:57 -07:00
FusionPBX 43ca227dae
Update call_flow_delete.php 2019-02-05 18:27:01 -07:00
FusionPBX 01bbccb706
Update phrase_detail_delete.php 2019-02-05 18:15:54 -07:00
FusionPBX 7e20bc9951
Update phrase_delete.php 2019-02-05 18:15:31 -07:00
FusionPBX e80593bd5e
Update ivr_menu_copy.php 2019-02-05 18:09:36 -07:00
FusionPBX 095e644982
Update gateway_edit.php 2019-02-05 10:46:16 -07:00
FusionPBX 9a1b30dda4
Update gateway_edit.php 2019-02-05 10:46:03 -07:00
FusionPBX 49feffc07c
Update phrase_delete.php 2019-02-05 10:43:19 -07:00
FusionPBX 24980f0bc3
Update phrase_edit.php 2019-02-05 10:40:51 -07:00
FusionPBX fd62d027ec
Update phrase_delete.php 2019-02-05 10:39:17 -07:00
FusionPBX 65b3792125
Update phrase_edit.php 2019-02-05 10:37:30 -07:00
FusionPBX c70bec82f3
Update gateway_copy.php 2019-02-05 10:31:55 -07:00
FusionPBX f2135f0231
Update gateway_delete.php 2019-02-05 10:15:26 -07:00
emaktech 84856c91da 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 e120cca479
Update app_defaults.php 2019-02-04 16:08:50 -07:00
FusionPBX abc927dfde
Update follow_me.php 2019-02-04 13:47:05 -07:00
FusionPBX cdc3f75961
Update cmd.php 2019-02-03 12:43:02 -07:00
FusionPBX b9d79d2fce
Update registrations.php 2019-02-03 12:41:55 -07:00
FusionPBX 5f84af010c
Update xml_cdr_inc.php 2019-02-01 13:35:30 -07:00
FusionPBX af77669ac7
Update app_config.php 2019-01-30 09:32:07 -07:00
FusionPBX e5a4fa96d4
Update app_config.php 2019-01-30 09:02:38 -07:00
FusionPBX 4e36b93847
Update xml_cdr.php 2019-01-30 08:52:49 -07:00
FusionPBX 52697e6047
Update app_config.php 2019-01-30 08:49:25 -07:00
FusionPBX 0474473257
Update xml_cdr_inc.php 2019-01-30 08:36:37 -07:00
FusionPBX 7801971a0f
Update app_config.php 2019-01-29 20:05:49 -07:00
FusionPBX cc8e253c20
Update app_config.php 2019-01-29 19:44:54 -07:00
FusionPBX 35f9d0ac8f
Update app_config.php 2019-01-29 16:02:26 -07:00
FusionPBX 49567e4b6e
Update app_menu.php 2019-01-29 16:00:56 -07:00
FusionPBX b71eb2c04e
Update app_config.php 2019-01-29 15:56:18 -07:00
FusionPBX 6f9734f199
Update app_menu.php 2019-01-29 15:55:14 -07:00
FusionPBX 3d6cb4da44
Update app_config.php 2019-01-29 15:50:36 -07:00
FusionPBX e667fc4517
Update app_menu.php 2019-01-29 15:50:00 -07:00
FusionPBX a5ee680282
Update extension_edit.php 2019-01-29 13:22:17 -07:00
FusionPBX d26d4a5ce1
Update app_config.php 2019-01-29 13:19:34 -07:00
FusionPBX 0d14646b28
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 500073c8ec
Update contacts.php (#3974) 2019-01-24 22:32:53 -07:00
Nate 26ab6d62fb Server Errors app to display web server error log. 2019-01-23 20:10:38 -07:00
Nate 5e9fcbd1ea 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 f12097d303
Update extension_edit.php 2019-01-19 13:38:55 -07:00
FusionPBX 9e1c8a3252
Update follow_me.php 2019-01-19 11:59:47 -07:00
FusionPBX 732546b653
Update follow_me.php 2019-01-19 11:39:04 -07:00
FusionPBX 33689799d7
Update follow_me.php 2019-01-19 11:36:40 -07:00
FusionPBX 2928f13f48
Update follow_me.php 2019-01-19 11:27:05 -07:00
FusionPBX 96bb08381f
Update device_edit.php 2019-01-18 14:44:12 -07:00
FusionPBX 07805810ad
Update app_config.php 2019-01-18 14:38:31 -07:00
Valiantiam 396c936a7f Update 370_tone_stream.xml (#3964) 2019-01-17 13:10:40 -05:00
FusionPBX c81e5c1114
Update 310_extension-to-voicemail.xml 2019-01-14 17:30:42 -05:00
FusionPBX 1eb9c1f0ee
Update 900_voicemail.xml 2019-01-14 17:29:12 -05:00
FusionPBX 848d33bc05
Update 890_local_extension.xml 2019-01-14 17:28:40 -05:00
FusionPBX 77dd11565c
Update 010_user_exists.xml 2019-01-14 17:27:54 -05:00
FusionPBX d28ca1488a
Update extension_edit.php 2019-01-13 23:59:03 -05:00
FusionPBX 4e0fcb8875
Update conference_edit.php 2019-01-13 22:53:12 -05:00
FusionPBX 4e1def619c
Update provision.php 2019-01-09 11:25:55 -07:00
FusionPBX 9df02db52b
Update extension_edit.php 2019-01-05 09:50:10 -07:00
dougstamp a3f1df75fe 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 868ee6cd28 Add Fanvil support to adjust display brightness and inactivity dimmer (#3946) 2019-01-05 08:56:41 -07:00
TylerP caad231b13 Resize images for gswave app (#3955)
* Resize Images

* Update index.php
2019-01-05 08:39:27 -07:00
Nate 6e2ceda5b8 Adminer: Minor fixes. 2019-01-04 11:57:26 -07:00
FusionPBX d97aa75a6b
Update app_config.php 2019-01-02 16:33:09 -07:00
FusionPBX e9143fd1d3
Update app_config.php 2019-01-02 16:25:27 -07:00
FusionPBX b8eedfff2e
Update app_config.php 2019-01-02 15:51:23 -07:00
FusionPBX 3996db202e
Update app_menu.php 2019-01-02 15:49:40 -07:00
FusionPBX 93a4b1dca7
Update app_config.php 2019-01-02 15:49:10 -07:00
FusionPBX 0fab7ad674
Update app_menu.php 2019-01-02 15:40:09 -07:00
Nate e166e61b43 Messages: Further permissions integration. 2019-01-02 13:23:32 -07:00
Nate bb5f0c310a Messages: Sending of media files now functional. Permission added to control New Messages. 2019-01-02 13:21:14 -07:00
Nate 05a888c9c6 Messages: Misc improvements. Ability to set usage type(s) on Destinations for From field. 2018-12-29 16:05:59 -07:00
Nate 7ade63d978 Messages: Apply display limits to Contacts/numbers list. 2018-12-29 11:52:47 -07:00
Nate 3189659924 Messages: Add Default Settings to control Contact and Thread refresh rates. 2018-12-29 11:31:54 -07:00
Nate 5701e774b7 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 1b0bb6452d
Update destination_edit.php 2018-12-27 13:18:13 -07:00
Nate ad63bd4c98 Remove mobile detection class, use modified user_agent function instead. 2018-12-27 09:12:24 -07:00
konradSC 65ebdf38ac 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 838a05808c 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 5c4a4ebff1 Add mobile device detection to project. Improved Messages app when used on a mobile device. 2018-12-21 23:29:20 -07:00
Nate 3097deeb1f
Update message_media.php 2018-12-20 21:55:26 -08:00
Nate d359d0cd0b Messages display image media, prompt to download other media types. 2018-12-20 22:53:00 -07:00
Nate dd908c0701 View received media in Messages. 2018-12-20 21:03:12 -07:00
Nate 88d8e7a4df Add needed language strings to Messages. 2018-12-20 18:42:10 -07:00
reliberate 67278e1d9a Messages app modifications. 2018-12-19 22:21:32 -08:00
FusionPBX 2a0e3f108b
Update fax_files.php 2018-12-17 18:49:02 -07:00
FusionPBX 02c07afecf
Update fax_file_delete.php 2018-12-17 18:36:09 -07:00
FusionPBX ef62e70f7a
Update fax_files_remote.php 2018-12-17 18:34:35 -07:00
FusionPBX be4cdbaf92
Update fax_log_view.php 2018-12-17 18:33:04 -07:00
FusionPBX b76f882605
Update fax_log_delete.php 2018-12-17 18:31:48 -07:00
FusionPBX e3ceb8ba8f
Update fax_logs.php 2018-12-17 18:26:21 -07:00
FusionPBX 32cbb55853
Update xml_cdr_inc.php 2018-12-16 14:33:55 -07:00
FusionPBX 896092a932
Update app_config.php 2018-12-15 10:03:02 -07:00
FusionPBX 80bb383b8b
Update index.php 2018-12-14 21:13:45 -07:00
FusionPBX 0474dc3e79
Update index.php 2018-12-14 20:55:09 -07:00
FusionPBX a741012fad
Update fax_edit.php 2018-12-14 15:13:28 -07:00
FusionPBX 7264e21aa7
Update 330_vmain_user.xml 2018-12-14 14:42:34 -07:00
FusionPBX 6ba6f48edf
Update app_languages.php 2018-12-13 18:14:36 -07:00
FusionPBX 445622d2bb
Update setting_edit.php 2018-12-13 18:08:45 -07:00
FusionPBX 0800db8c08
Update app_languages.php 2018-12-13 17:58:38 -07:00
FusionPBX 6693bc3837
Update setting_edit.php 2018-12-13 17:57:36 -07:00
FusionPBX 4a30ae883e
Update app_languages.php 2018-12-13 17:56:37 -07:00
FusionPBX 61f82f7bbf
Update app_languages.php 2018-12-13 17:52:48 -07:00
FusionPBX 545c82425d
Update setting_edit.php 2018-12-13 17:48:17 -07:00
FusionPBX 949f679b6d
Update setting_edit.php 2018-12-13 17:34:49 -07:00
FusionPBX fe2325c425
Update setting_edit.php 2018-12-13 17:17:00 -07:00
FusionPBX e32d592aff
Update app_languages.php 2018-12-13 17:11:54 -07:00
FusionPBX 65fca65930
Update app_config.php 2018-12-13 17:08:06 -07:00
volga629 2785bdcffe 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 9fcf3c613e 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 f7beda8624
Update filelist.php 2018-12-13 01:11:25 -07:00
FusionPBX 3d3f3afa58
Update app_config.php 2018-12-12 10:11:16 -07:00
Killsudo e24e79c3c1 Add support for setting default ring tone and unique ring tone per line (#3945) 2018-12-12 10:09:52 -07:00
Killsudo 143a7537ab 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 accb89fc21 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 5bded55b54 Default Fanvil X6 to ISO8601 time and date format. (#3943) 2018-12-12 10:03:56 -07:00
FusionPBX 3e0e150453
Update provision.php 2018-12-11 15:38:15 -07:00
FusionPBX 718c847a00
Update provision.php 2018-12-11 15:34:00 -07:00
FusionPBX fe5d194421
Update index.php 2018-12-11 12:37:57 -07:00
FusionPBX d4ddfae63c
Update conference_sessions.php 2018-12-11 03:16:21 -07:00
FusionPBX 7191e40a65
Update conference_sessions.php 2018-12-10 17:36:22 -07:00
FusionPBX 438430848b
Create download.php 2018-12-10 17:18:02 -07:00
FusionPBX d6f9abcc1b
Update conference_rooms.php 2018-12-10 17:16:19 -07:00
FusionPBX 08ac59670c
Update conference_centers.php 2018-12-10 17:05:02 -07:00
FusionPBX 3df15ee1a1
Rename conference_center.php to conference_centers.php 2018-12-10 16:57:49 -07:00
FusionPBX 7d69365da7
Update conference_center.php 2018-12-10 16:57:37 -07:00
FusionPBX cb499f2c58
Update call_recordings.php 2018-12-10 16:00:56 -07:00
konradSC 60653d279b 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 1c2c1a778e
Update index.php 2018-12-08 18:32:15 -07:00
FusionPBX f979392822
Update filelist.php 2018-12-08 15:47:03 -07:00
FusionPBX 0bbc81cee5
Rename 507-call_forward_not_registered.xml to 507_call_forward_not_registered.xml 2018-12-08 10:53:58 -07:00
FusionPBX 960d5fe83a
Update 507-call_forward_not_registered.xml 2018-12-08 10:39:05 -07:00
FusionPBX d7d7d385b4
Update 520_follow_me_bridge.xml 2018-12-08 10:35:17 -07:00
FusionPBX 93f8a253d0
Create 507-call_forward_not_registered.xml 2018-12-08 10:34:44 -07:00
Killsudo 1a987def48 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 a6bd7ecba4 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 c2e581d18e
Update dialplan.php 2018-12-06 09:32:39 -07:00
konradSC 0e7e802c1f 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 ef014ab3f3
Update app_config.php 2018-12-05 19:57:11 -07:00
Killsudo d545da2325 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 8ed480914b 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 51737ef033
Update dialplan_edit.php 2018-12-05 17:20:09 -07:00
FusionPBX 2f8eb25ce3
Update app_languages.php 2018-12-05 17:19:28 -07:00
FusionPBX 801e9cca19
Update app_config.php 2018-12-05 17:18:27 -07:00
FusionPBX f7557e5d0b
Update click_to_call.php 2018-12-05 00:45:40 -07:00
FusionPBX ffc07fcd82
Update dialplans.php 2018-12-04 23:17:27 -07:00
FusionPBX 00b4d42fa6
Update extensions.php 2018-12-04 22:06:50 -07:00
Killsudo 05ec7cc2e4 Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894) 2018-12-04 00:16:35 -07:00
Marcel Gisselmann d3374a0aeb Update xml_cdr_delete.php (#3891)
Fix typo in delete() query
2018-12-03 13:12:16 -07:00
konradSC df086084ef Update 520_follow_me_bridge.xml (#3893)
Search through all SIP Profiles when looking up the Contact.
2018-12-03 10:44:33 -07:00
FusionPBX f89e683d75
Update app_config.php 2018-12-02 21:59:03 -07:00
FusionPBX 904550df11
Update app_config.php 2018-12-02 11:21:46 -07:00
FusionPBX 96d5d3fd78
Update app_defaults.php 2018-12-02 11:15:38 -07:00
konradSC 23340a361e Update follow_me.php (#3885)
Escape the single quote so the sql query will work correctly.
2018-11-30 14:12:12 -07:00
Len b8d4642722 Create readme (#3875) 2018-11-29 14:36:44 -07:00
FusionPBX 67dfa2d046
Update 230_group-intercept.xml 2018-11-29 10:18:19 -07:00