Commit Graph

385 Commits

Author SHA1 Message Date
FusionPBX 05b31555f7
Update app_config.php 2019-10-10 14:16:35 -06:00
FusionPBX ef59ec613a
Update app_config.php 2019-10-10 14:02:06 -06:00
Len c73a3aeb9f Update app_config.php (#4757) 2019-10-08 15:05:17 -07:00
FusionPBX 1c217a7d41
Update provision.php 2019-09-10 23:32:13 -06:00
FusionPBX 6115daebad
Update provision.php 2019-09-10 16:39:42 -06:00
Nate d40beacf0b Misc: Database class integration. 2019-09-04 12:21:57 -06:00
FusionPBX c11d500fb0
Update provision.php 2019-09-03 17:19:11 -06:00
Nate 4a7bddbf14 Provision: Remove old reference to . 2019-09-03 08:57:30 -06:00
Nate 3d15a1c8b6 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
FusionPBX c268345ecb
Update provision.php 2019-08-27 13:24:11 -06:00
FusionPBX 477a0f30fc
Update provision.php 2019-08-21 16:34:08 -06:00
FusionPBX cc5a6b4360
Update provision.php 2019-08-21 16:32:14 -06:00
FusionPBX 0edc72362d
Update provision.php 2019-08-19 13:19:38 -06:00
Len d178d11141 Update app_config.php (#4445) 2019-08-16 14:42:21 -06:00
FusionPBX c1e5630389
Update provision.php 2019-08-15 14:25:56 -06:00
FusionPBX c24f06f908
Update provision.php 2019-08-15 13:39:55 -06:00
FusionPBX 1b2bfeb418
Update provision.php 2019-08-14 16:45:51 -06:00
FusionPBX 7f18d11d8e
Update provision.php 2019-08-12 13:34:37 -06:00
FusionPBX 2cb2eee07c
Update index.php 2019-08-12 13:31:25 -06:00
Nate 96c1ff5edf Provision: Database class integration. 2019-08-12 06:03:27 -06:00
saraxxin ed0fc4ee36 New variables added for Aastra provisioning (#4388)
* Create app_config.php

Add new variables for Aastra phones to default settings

* Rename app/app_config.php to app/aastra/app_config.php

* Delete app_config.php

* Create app_config.php

Create new variables for Aastra phones.

* Update app_config.php

Moved Aastra variables to app/aastra/app_config.php

* Update {$mac}.cfg
2019-07-25 18:02:40 -06:00
FusionPBX ffe282b927
Update index.php 2019-07-04 10:10:33 -06:00
FusionPBX 14314ed9d0
Update index.php 2019-07-04 10:08:25 -06:00
konradSC f3715a1e89 Make call_group available to provisioning (#4328)
Make v_extensions.call_group available to the provisioning engine for templates that pull from v_extensions for contacts.
2019-07-02 14:44:04 -06:00
Len ff3c30ad44 Update app_config.php (#4286) 2019-06-14 22:12:01 -06:00
FusionPBX 79e3a295ba
Update provision.php 2019-06-14 19:43:20 -06:00
FusionPBX 79037e1941
Update provision.php 2019-06-09 18:44:33 -06:00
FusionPBX c6d91fc331
Update provision.php 2019-05-21 10:00:55 -06:00
FusionPBX 36aeda4e34
Update app_defaults.php 2019-04-30 23:57:10 -06:00
FusionPBX a699bc0bbb
Update app_defaults.php 2019-04-30 23:49:44 -06:00
FusionPBX e9f7a03adf
Update index.php 2019-04-30 23:10:13 -06:00
FusionPBX 5c5c00022c
Update app_defaults.php 2019-04-30 23:09:24 -06:00
FusionPBX 8ac9c1530c
Update app_config.php 2019-04-30 23:08:53 -06:00
FusionPBX 14951a48cc
Update app_config.php 2019-03-12 08:23:11 -06:00
FusionPBX c50ab2dfb2
Update provision.php 2019-02-09 08:26:35 -07:00
FusionPBX 07805810ad
Update app_config.php 2019-01-18 14:38:31 -07:00
FusionPBX 4e1def619c
Update provision.php 2019-01-09 11:25:55 -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
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
Killsudo 05ec7cc2e4 Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894) 2018-12-04 00:16:35 -07:00
FusionPBX 718ecb5eb5
Update app_defaults.php 2018-10-24 18:30:39 -06:00
FusionPBX 1ba5bd4431
Update provision.php 2018-10-20 14:18:06 -06:00
FusionPBX 55dcd97366
Update provision.php 2018-10-19 12:15:49 -06:00
Killsudo 3366674868 Fix grandstream private (#3632)
* Setup Grandstream GXP2100 Template and Phonebook for working provisioning

* Fix private function contact_grandstream so it can work until the code path is removed entirely
2018-10-12 14:33:05 -06:00
Killsudo 95951dbeed Check for directory before trying to create (#3627) 2018-10-04 20:30:31 -06:00
FusionPBX 8731dee3bf
Update provision.php 2018-09-12 13:59:27 -06:00
FusionPBX 09d837761e
Update provision.php 2018-08-21 21:23:43 -06:00
FusionPBX 2a7096d8d7
Update provision.php 2018-08-21 21:21:03 -06:00