Commit Graph

4305 Commits

Author SHA1 Message Date
emaktech 1df5c26b68 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
Zachary Kitchen 1938c362a8 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
FusionPBX 1b55081035
Update functions.php 2018-05-28 13:48:16 -06:00
Zachary Kitchen 0fa7255a75 Updated for Weather App on Grandstream Phones (#3067)
* 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
2018-05-23 16:00:15 -07:00
Len 55ba2e79e2 Update {$mac}.cfg (#3062)
fix missing dst option
2018-05-22 21:32:03 -06:00
FusionPBX f187433798
Update functions.php 2018-05-19 23:51:59 -06:00
FusionPBX 3052fc774f
Update database.php 2018-05-19 15:48:02 -06:00
FusionPBX db729bf91e
Update database.php 2018-05-18 18:56:06 -06:00
Luis Daniel Lucio Quiroz 9910f202b5 Fix Mysql/MariaDB installation 2/2 [4.5] (#3056)
Missing default speed ups
2018-05-18 00:58:15 -06:00
FusionPBX 45cce55fdf
Update call_forward.lua 2018-05-09 22:47:21 -06:00
FusionPBX bd48a006a8
Update call_forward.lua 2018-05-09 22:45:55 -06:00
Jim Kusznir 15268af0e9 Adds distinctive ring for grandstream 2170 template (#3051) 2018-05-09 18:58:45 -06:00
FusionPBX 08850a4323
Update index.lua 2018-05-09 09:57:47 -06:00
konradSC ff23a9c69c Bug Fix: Wrong Variable Type (#3050)
The variable "external" is set as a String not as a Boolean. Changed the If statement to reflect.
2018-05-09 09:54:41 -06:00
FusionPBX 41a2a18a0a
Update index.lua 2018-05-09 09:48:48 -06:00
FusionPBX 8bef63a8e0
Update index.lua 2018-05-09 09:07:40 -06:00
FusionPBX ebe56cd38c
Update index.lua 2018-05-09 09:01:56 -06:00
The-Operator 57e0905a36 Enhance Call Blocking [master] (#2988)
* Added support for regular expressions in the numbers to be blocked.
Reduced the caching timeout, as the counter is only incremented when a call is blocked and the number is not cached.

* Added default sort order.

* Added option to switch on/off use of regular expression matching for pgsql and mysql.

* Added support for sqlite and updated default number match to "LIKE" as suggested by MafooUK on IRC.

* Selection of behavior (default [=], regex or like matching) is now done via the variable call_block_matching = regex|like|EMPTY - type text - in the Call Block section of Default Settings.

* Updated comment to match new matching.
2018-05-08 08:50:57 -06:00
FusionPBX 9b7d4e4f80
Update index.lua 2018-05-07 19:59:41 -06:00
Zachary Kitchen 47ee12bbd6 Update {$mac}.xml (#3038) 2018-05-07 08:33:10 -06:00
Zachary Kitchen 83b59b8e99 Update {$mac}.xml (#3037)
Allows users to configure the city code in the default settings table
2018-05-07 08:29:58 -06:00
FusionPBX 8f25154950
Update index.lua 2018-05-06 13:10:08 -06:00
konradSC cfff4beb2b Use Freeswitch for mkdir (#3049)
This change reduces  the strain on the system by running the OS command through Freeswitch rather than directly from Lua. When running directly from Lua it causes RTP jitter in a high capacity system.
2018-05-04 13:32:36 -06:00
FusionPBX f7b57ebb3e
Update dialplan.lua 2018-05-03 15:19:23 -06:00
FusionPBX 1ca9133739
Update paging.php 2018-05-01 02:47:22 -06:00
emaktech 5aff46f1d4 Add Ability to Edit Yealink Programmable Keys (#3041)
Edited all Yealink templates to allow programmable keys to be modified from the Devices page.
2018-04-30 17:56:28 -06:00
FusionPBX cb23dd1af6
Update y000000000028.cfg 2018-04-30 16:02:27 -06:00
FusionPBX a9458de5df
Update record_greeting.lua 2018-04-30 10:32:05 -06:00
afanucchi 0983f3ec97 Allow call forwarding to be enabled and set by argument in INVITE. Useful for softkey on hard phones. (#3035) 2018-04-27 00:44:43 -06:00
Luis Daniel Lucio Quiroz fac71ed1da Same as 4.4 (#3040)
...
2018-04-26 14:42:23 -06:00
FusionPBX c4a0d01f40
Update index.lua 2018-04-25 21:19:31 -06:00
Len 1d3da026d4 Fix key type disabled (#3033)
Fix key type disabled for park, page etc
2018-04-22 12:12:07 -06:00
FusionPBX 64eab97d0d
Update pdo.php 2018-04-21 09:31:02 -06:00
FusionPBX dce574b987
Update index.lua 2018-04-20 09:33:33 -06:00
FusionPBX be0f45e60a
Update {$mac}.cfg 2018-04-15 00:30:36 -06:00
FusionPBX 0a6537d250
Update {$mac}.cfg 2018-04-15 00:30:14 -06:00
FusionPBX 2b9280b1b0
Update {$mac}.cfg 2018-04-15 00:29:51 -06:00
FusionPBX 7400029500
Update {$mac}.cfg 2018-04-15 00:29:11 -06:00
FusionPBX 0f346bb55c
Update {$mac}.cfg 2018-04-14 16:17:05 -06:00
FusionPBX f97d715b49
Update {$mac}.cfg 2018-04-14 16:16:44 -06:00
FusionPBX 697e260c3a
Update {$mac}.cfg 2018-04-14 16:16:25 -06:00
FusionPBX 2a2adbf3d5
Update {$mac}.cfg 2018-04-14 16:15:40 -06:00
Len b2fcd5e097 p1359 (#3029)
* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2018-04-14 00:04:40 -06:00
FusionPBX 911c91944c
Update {$mac}.cfg 2018-04-12 00:03:22 -06:00
FusionPBX 107abf64a6
Update {$mac}.cfg 2018-04-12 00:02:06 -06:00
FusionPBX 27adebd411
Update {$mac}.cfg 2018-04-11 23:59:40 -06:00
FusionPBX 7d4a29d1df
Create phonebook.xml 2018-04-11 23:51:26 -06:00
FusionPBX a0cf30be8b
Create phonebook.xml 2018-04-11 23:50:56 -06:00
FusionPBX 315b12a42f
Create phonebook.xml 2018-04-11 23:49:47 -06:00
FusionPBX 7d9964accf
Update phonebook.xml 2018-04-11 23:49:10 -06:00
FusionPBX 9989275b2d
Create phonebook.xml 2018-04-11 23:40:57 -06:00
FusionPBX 8b4d1fabc2
Update {$mac}.cfg 2018-04-11 23:40:36 -06:00
FusionPBX da6cc26f75
Update {$mac}.cfg 2018-04-11 23:23:58 -06:00
FusionPBX 8c581c4311
Update {$mac}.cfg 2018-04-11 23:22:27 -06:00
FusionPBX 2ba9fd8d4b
Update {$mac}.cfg 2018-04-11 23:20:36 -06:00
FusionPBX 5100a71ec9
Update {$mac}.cfg 2018-04-11 23:18:44 -06:00
FusionPBX af00e51e67
Update ringbacks.php 2018-04-10 21:14:12 -06:00
FusionPBX cfa2447816
Update app_languages.php 2018-04-10 20:46:12 -06:00
FusionPBX 484e1e1f9a
Update ringbacks.php 2018-04-10 20:37:01 -06:00
FusionPBX d4268649d1
Update ringbacks.php 2018-04-10 20:13:38 -06:00
Len b4ba944f2f Update {$mac}.xml (#3024)
value not needed, causes issue for updating phone
2018-04-10 18:24:25 -06:00
Len a4126131c2 Update {$mac}.xml (#3026)
value not needed, causes issue for updating phone
2018-04-10 18:23:47 -06:00
FusionPBX 1ed83d341b
Update index.lua 2018-04-09 16:15:52 -06:00
FusionPBX deb40fa846
Update index.lua 2018-04-09 15:26:25 -06:00
FusionPBX 1217da9668
Update index.lua 2018-04-09 10:40:05 -06:00
FusionPBX 826fa17657
Update {$mac}.xml 2018-04-06 09:13:26 -06:00
FusionPBX ef647ec2e1
Update {$mac}.xml 2018-04-06 08:57:16 -06:00
FusionPBX 54686f1b07
Update functions.php 2018-04-05 22:29:03 -06:00
FusionPBX 2653caceab
Update functions.php 2018-04-05 22:25:45 -06:00
FusionPBX 830dd27022
Update index.lua 2018-04-05 20:02:24 -06:00
FusionPBX d8c06a3bd6
Update app_languages.php 2018-04-05 14:49:38 -06:00
FusionPBX 92d4e8e906
Update index.lua 2018-03-31 13:05:21 -06:00
FusionPBX aa636c0c74
Update callcenter.conf.lua 2018-03-31 11:13:08 -06:00
krstork 1e96f0a8d3 Update {$mac}.xml (#3018)
* Update {$mac}.xml

Added Screensaver, SIP Transport, and SRTP Mode.
Fixed DNS Mode and NAT Traversal naming.

* Update {$mac}.xml

Added back in the original SIP Transport code.
2018-03-30 12:42:10 -06:00
FusionPBX 87d9b84cd3
Update switch.php 2018-03-29 19:30:25 -06:00
FusionPBX e41ed77a9d
Update switch.php 2018-03-29 19:29:12 -06:00
FusionPBX bf411b6175
Update ringbacks.php 2018-03-29 19:27:22 -06:00
FusionPBX dbab857c4a
Update tones.php 2018-03-29 19:26:01 -06:00
FusionPBX 89121398aa
Update index.lua 2018-03-28 22:40:55 -06:00
FusionPBX 208e926ff7
Update {$mac}.cfg 2018-03-26 23:23:58 -06:00
FusionPBX 31b6cb0eac
Update {$mac}.cfg 2018-03-26 23:23:36 -06:00
FusionPBX 570b504c6e
Update {$mac}.cfg 2018-03-26 23:23:11 -06:00
FusionPBX b58e122125
Update {$mac}.cfg 2018-03-26 23:22:29 -06:00
FusionPBX 7e07ef5dde
Create {$mac}.cfg 2018-03-26 23:06:53 -06:00
FusionPBX 5f73adf690
Rename {$mac}.xml to {$mac}.cfg 2018-03-26 23:05:00 -06:00
FusionPBX 91ba8ac10f
Create {$mac}.xml 2018-03-26 23:01:32 -06:00
FusionPBX f0230423fd
Update {$mac}.cfg 2018-03-26 22:59:27 -06:00
FusionPBX 334a3aabab
Create {$mac}.cfg 2018-03-26 22:59:01 -06:00
emaktech 7950c85724 Add Yealink GUI Language Variable (#3017)
Adds yealink_language_gui variable to all Yealink templates.

Note: Some templates were forcing "English" through conditional statement or hard-coded.

Now, if no value is set, it will not set any value in the template. This should not hurt anything as default language on Yealink phones is "English"
2018-03-25 22:46:07 -06:00
emaktech 3ab4dd842c Add Yealink W60B Provisioning Template (#3016)
* Add new Yealink MWI Subscribe Variable

Adds new variable in Yealink provisioning templates to allow control of MWI subscribe setting behavior on all accounts. Setting the new variable once affects all accounts.

New variable:
yealink_subscribe_mwi_to_vm.

Setting affected:
account.X.subscribe_mwi_to_vm setting

Phones affected:
T1x
T2x
T3x
T4x

May affect MWI subscription behavior. Yealink default is 0, many of the old templates hard coded 1. This change may affect MWI behavior for some users, so check to make sure the variable is added in FusionPBX to match your previous settings before upgrading.

* Add Yealink alert_info Distinctive Ring Variables

Adds new variables in Yealink provisioning templates to allow control of distinctive ring text and distinctive ringtone options.

New variables:
yealink_ring_text_X
yealink_ring_file_X

Setting affected:
distinctive_ring_tones.alert_info.X.text
distinctive_ring_tones.alert_info.X.ringer

Phones affected:
T1x
T2x
T3x
T4x
T5x

User Effect
This should not have any effect on existing provisioning settings unless the new variables are defined.

* Add files via upload

* Fix yealink_firmware_url

* Delete {$mac}.cfg

* Delete y000000000076.cfg

* Delete y000000000000.boot

* Add Yealink W60B Template

New template for Yealink W60b DECT handset.
2018-03-25 22:27:09 -06:00
FusionPBX 1c483ce128
Update switch.php 2018-03-25 11:21:26 -06:00
FusionPBX df373bfe9c
Update index.lua 2018-03-24 17:33:49 -06:00
FusionPBX 91e5344bc1
Update index.lua 2018-03-24 17:33:10 -06:00
FusionPBX 969502f70e
Update index.lua 2018-03-24 15:45:11 -06:00
FusionPBX c140c01668
Update index.lua 2018-03-24 15:38:10 -06:00
FusionPBX d3f7c5eb2a
Update index.lua 2018-03-24 15:35:32 -06:00
FusionPBX f374f0e521
Update index.lua 2018-03-24 15:34:54 -06:00
FusionPBX 1f45620624
Update index.lua 2018-03-24 15:24:43 -06:00
FusionPBX 3fb1e146ba
Update send_email.lua 2018-03-24 15:16:33 -06:00
Len eab9aed886
Update {$mac}.cfg 2018-03-23 00:43:37 -04:00
Len ffafded50f
Update {$mac}.cfg 2018-03-22 23:59:22 -04:00
Len 4a05b8f414
Update {$mac}.cfg 2018-03-22 13:38:51 -04:00
Len 9dd9bd0f0e
Update {$mac}.cfg 2018-03-22 11:41:07 -04:00
Len 9ea32fb423
Update {$mac}.cfg 2018-03-22 11:24:31 -04:00
FusionPBX 17dc45c86e
Update functions.php 2018-03-21 01:43:07 -06:00
FusionPBX 7d002c9f2e
Update index.lua 2018-03-16 00:44:11 -06:00
Len c73ff6cdac
Update {$mac}.cfg 2018-03-14 15:47:49 -04:00
Caleb 5ea386da9e Changed NOTIFY Event header for Grandstream phones (#3014)
Changed SIP NOTIFY Event header for Grandstream phones to allow provisioning with out requiring a reboot of the device. Based on communication with a Grandstream support rep. Tested on Grandstream GXP2130 and GXP2160 models.
2018-03-07 13:51:22 -07:00
sergey-mz 31514f31c6 Add provision template for Cisco 7941, 7961 phones (#3013)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'

* Spelling errors

* Requests to speech platform can fail

* Add template for Cisco 7941, 7961 phones
2018-03-07 11:34:06 -07:00
Mafoo ae55af8848 Enhance - Text class (#3012)
try and preserve existing comments when organizing a language
2018-03-06 10:06:56 -07:00
FusionPBX 0ecb6d5929
Update {$mac}.xml 2018-03-05 14:55:21 -07:00
FusionPBX a723e9e264
Update app_languages.php 2018-03-02 02:03:15 -07:00
FusionPBX 165ea63b14
Update app_languages.php 2018-03-02 00:57:09 -07:00
FusionPBX 799c9dd8ae
Update ringbacks.php 2018-03-01 21:19:38 -07:00
Len c8d6cdfbcc
Update {$mac}.xml 2018-03-01 22:23:41 -05:00
Len 430351549c
Update {$mac}.xml 2018-03-01 22:04:01 -05:00
Len 88b91bb690
Update {$mac}.xml 2018-03-01 22:02:06 -05:00
Len 7f33654056
Update {$mac}.xml 2018-03-01 21:59:39 -05:00
Len 42111fba74
Update {$mac}.xml 2018-03-01 21:57:28 -05:00
Len 63e6235829
Update {$mac}.xml 2018-03-01 21:54:50 -05:00
Len f617569dce
Update {$mac}.xml 2018-03-01 19:32:15 -05:00
Len ad5626c1c3
Update {$mac}.xml 2018-03-01 19:30:57 -05:00
Len 2a70ecfe32
Update {$mac}.xml 2018-03-01 19:28:19 -05:00
Len de14d32613
Update {$mac}.xml 2018-03-01 19:26:38 -05:00
Len 7b26f3f359
Update {$mac}.xml 2018-03-01 19:24:53 -05:00
Len 9433a25cb2
Update {$mac}.xml 2018-03-01 19:23:11 -05:00
Len 4a1c540570
Update {$mac}.xml 2018-03-01 19:19:45 -05:00
Len 738e49931b
Update {$mac}.xml 2018-03-01 19:17:01 -05:00
Len 29dac613b0
Update {$mac}.xml 2018-03-01 19:13:41 -05:00
Len ae0201f645
Update {$mac}.xml 2018-03-01 19:10:39 -05:00
Len a0328416c7
Update {$mac}.xml 2018-03-01 19:09:38 -05:00
Len d79b497773
Update {$mac}.xml 2018-03-01 19:08:41 -05:00
Len f0130fa84a
Update {$mac}.xml 2018-03-01 19:07:49 -05:00
Len efb59e0a33
Update {$mac}.xml 2018-03-01 19:05:11 -05:00
Len 07900b253f
Update {$mac}.xml 2018-03-01 19:03:46 -05:00
Len 588188a921
Update {$mac}.xml 2018-03-01 19:00:49 -05:00
Len 295023089d
Update {$mac}.xml 2018-03-01 18:59:31 -05:00
Len e5d06c0504
Update {$mac}.xml 2018-03-01 18:57:58 -05:00
Len fdc9a13629
Update {$mac}.xml 2018-03-01 18:53:09 -05:00
Len 46568940a7
Update {$mac}.xml 2018-03-01 18:50:27 -05:00
Len e34bba97bf
Update {$mac}.xml 2018-03-01 18:45:08 -05:00
Len 8b61b8e563
Update {$mac}.xml 2018-03-01 18:42:24 -05:00
Len 3cbf72bac1
Update {$mac}.xml 2018-03-01 18:40:07 -05:00
Len 746ae100c1
Update {$mac}.xml 2018-03-01 18:34:37 -05:00
Len 6c60dfeef9
Update {$mac}.xml 2018-03-01 18:31:46 -05:00
Len b4f44a6870
Update {$mac}.xml 2018-03-01 18:27:53 -05:00
Len 0596f1beb0
Update {$mac}.xml 2018-03-01 18:26:16 -05:00
Len 1385d30ab3
Update {$mac}.xml 2018-03-01 18:25:13 -05:00
Len 8cc17b8d89
Update {$mac}.xml 2018-03-01 18:23:06 -05:00
Len 870c0a05c8
Update {$mac}.xml 2018-03-01 18:21:50 -05:00
Len 9857409a0f
Update {$mac}.xml 2018-03-01 17:59:25 -05:00
Len 748910d0d1
Update {$mac}.xml 2018-03-01 17:53:43 -05:00
Len 3200375bfa
Update {$mac}.xml 2018-03-01 17:45:46 -05:00
Len adbe8312cc
Update {$mac}.xml 2018-03-01 17:44:01 -05:00
Len e29def29e4
Update {$mac}.xml 2018-03-01 17:40:50 -05:00
Len 3756297036
Update {$mac}.xml 2018-03-01 17:33:12 -05:00
Len 93e2e7e056
Update {$mac}.xml 2018-03-01 17:29:52 -05:00
Len 4f05a937a7
Update {$mac}.xml 2018-03-01 17:25:38 -05:00
Len 891115a71b
Update {$mac}.xml 2018-03-01 17:19:43 -05:00
Len 26a8bbcb13
Update {$mac}.xml 2018-03-01 17:17:32 -05:00
Len e58d11c660
Update {$mac}.xml 2018-03-01 17:12:34 -05:00
Len 5407761812
Update {$mac}.xml 2018-03-01 17:08:15 -05:00
Len 412710b98b
Update {$mac}.xml 2018-03-01 17:06:28 -05:00
Len d146967248
Update {$mac}.xml 2018-03-01 17:03:07 -05:00
Len 004b772bb3
Update {$mac}.xml 2018-03-01 17:00:10 -05:00
Len ece2f9abd0
Update {$mac}.xml 2018-03-01 16:58:22 -05:00
Len 56bd05fe2b
Update {$mac}.xml 2018-03-01 16:52:13 -05:00
Len c0330e2222
Update {$mac}.xml 2018-03-01 16:49:22 -05:00
Len 55ef7fcfe1
Update y000000000023.cfg 2018-03-01 16:33:08 -05:00
FusionPBX 2a79a73ebb
Create {$mac}.xml 2018-03-01 00:43:46 -07:00
futureFry ffbf67b2a9 Update switch.php at Line 1282 detecting windows (#3007)
if (stristr(PHP_OS, 'WIN')) isn't specific enough, it will be true for Darwin or Windows.
2018-02-28 20:45:50 -07:00
Len 0e448337a9
Update {$mac}.cfg 2018-02-26 14:21:49 -05:00
Mafoo 214ab1afe8 Enhance [master] - update Aastra provision templates (#2997)
* Enhance update Aastra provision templates

add default settings for time format, date format and timezone
hide include folders (they are not provision templates)
update links to documents
add note to 6xxx templates

* Aastra - the descriptions for the time settings are useful.
2018-02-25 01:58:17 -07:00
FusionPBX cb12138405
Update domains.php 2018-02-25 01:08:54 -07:00
Len 01de4d4cb7
Update {$mac}.cfg 2018-02-23 21:08:08 -05:00
Len 8703ef9560
Update {$mac}.cfg 2018-02-23 20:25:18 -05:00
Len b95dd7ff78
Update {$mac}.cfg 2018-02-23 19:22:00 -05:00
krstork bba68302e6 Update {$mac}.xml (#3006)
Fixed NAT and LDAP settings
2018-02-23 16:59:40 -07:00
krstork 00cc34d215 Update GXP2170 Template and Readme (#3005)
* Update README.txt

Corrected paths in readme

* Update {$mac}.xml

Updated template to support the latest Grandstream firmware - v1.0.9.26
Fixed some broken and incomplete entries.  Cleaned up formatting.
Corrected values to match entries in Default Settings (gs_xxxx to grandstream_xxxx)

* Update app_config.php

Fixed descriptions for their correct value.
Set timezone from fixed Pacific to Auto.

* Update app_config.php

Added entries to match up with values in the provision template.
2018-02-23 15:09:19 -07:00
FusionPBX 541739b603
Update schema.php 2018-02-23 10:11:34 -07:00
FusionPBX 97bfcfbd61
Update y000000000053.cfg 2018-02-22 21:28:47 -07:00
FusionPBX ad1539ad69
Update y000000000000.cfg 2018-02-22 21:26:39 -07:00
FusionPBX 3bce1cb2f8
Update y000000000000.cfg 2018-02-22 21:26:01 -07:00
FusionPBX c883e187b3
Update y000000000037.cfg 2018-02-22 21:24:51 -07:00
FusionPBX 5f87dc8d41
Update y000000000023.cfg 2018-02-22 21:21:43 -07:00
FusionPBX 0a4c279046
Update y000000000025.cfg 2018-02-22 21:19:15 -07:00
FusionPBX dc674c64e7
Update y000000000025.cfg 2018-02-22 21:18:38 -07:00
Len a7cc0c97ca
Update {$mac}.cfg 2018-02-22 21:03:34 -05:00
Len cb3db2feac
Update {$mac}.cfg 2018-02-22 20:31:43 -05:00
Len 6b0585a114
Update {$mac}.cfg 2018-02-22 20:30:10 -05:00
Len 45151a5e23
Update {$mac}.cfg 2018-02-22 17:53:27 -05:00
Len f92e5e4a36
Update {$mac}.cfg 2018-02-22 17:49:59 -05:00
Len 96542d6b74
Update {$mac}.cfg 2018-02-22 17:47:21 -05:00
Len 837457b1ef
Update {$mac}.cfg 2018-02-22 17:43:54 -05:00
Len 949af0de31
Update {$mac}.cfg 2018-02-22 17:40:27 -05:00
Len 171012d532
Update {$mac}.cfg 2018-02-22 17:31:08 -05:00
Len 7f5f375c5d
Update {$mac}.cfg 2018-02-22 17:24:48 -05:00
Len dd21e90e46
Update {$mac}.cfg 2018-02-22 16:29:26 -05:00
FusionPBX 791fc57f5c
Update index.lua 2018-02-22 12:47:47 -07:00
Len 1ec2d93eda
Update {$mac}.cfg 2018-02-22 14:38:17 -05:00
Len d233db8178
Update {$mac}.cfg 2018-02-22 14:18:35 -05:00
FusionPBX 4db64e5085
Update index.lua 2018-02-22 10:12:45 -07:00
Len df08f97bb0
Update {$mac}.cfg 2018-02-21 23:47:39 -05:00
Len 251d5e3abf
Update {$mac}.cfg 2018-02-21 23:35:28 -05:00
Len bc8a7c0862
Update {$mac}.cfg 2018-02-21 22:18:48 -05:00
Len f9c0283884
Update {$mac}.cfg 2018-02-21 18:58:16 -05:00
Len ab7910acb0
Update {$mac}.xml 2018-02-21 17:33:51 -05:00
Len 58c9f492e3
Update {$mac}.xml 2018-02-21 17:31:24 -05:00
Len 106340bc97
Update {$mac}.xml 2018-02-21 17:30:42 -05:00
Len b441bcfc4b
Update {$mac}.xml 2018-02-21 17:30:10 -05:00
Len 9296dc3189
Update {$mac}.xml 2018-02-21 17:26:42 -05:00
Len 705f08b111
Update {$mac}.xml 2018-02-21 17:25:57 -05:00
Len 83f97adbdc
Update {$mac}.xml 2018-02-21 17:25:06 -05:00
Len 6f0878b6fa
Update {$mac}.xml 2018-02-21 17:19:05 -05:00
Len 417358739d
Update {$mac}.xml 2018-02-21 17:18:22 -05:00
Len 10418e0ae5
Update {$mac}.xml 2018-02-21 17:17:32 -05:00
Len b7056ec8fa
Update {$mac}.xml 2018-02-21 17:13:48 -05:00
Len 6bbe029ac7
Update {$mac}.xml 2018-02-21 17:12:16 -05:00
Len f52cad7a2d
Update {$mac}.xml 2018-02-21 17:11:35 -05:00
Len bad69f34d2
Update {$mac}.xml 2018-02-21 17:10:18 -05:00
Len 4a333d7a84
Update {$mac}.xml 2018-02-21 17:08:00 -05:00
Len 41ea7c6cdd
Update {$mac}.xml 2018-02-21 17:06:11 -05:00
Len 8248399807
Update {$mac}.xml 2018-02-21 17:04:51 -05:00
Len 7198d05b7f
Update {$mac}.xml 2018-02-21 17:03:38 -05:00
Len 8a645d09e1
Update {$mac}.xml 2018-02-21 17:02:17 -05:00
Len bb26a7bb64
Update {$mac}.xml 2018-02-21 17:00:46 -05:00
Len e570a4ab36
Update {$mac}.xml 2018-02-21 16:56:50 -05:00
Len 4d8b593928
Update {$mac}.xml 2018-02-21 16:55:55 -05:00
Len d9065879b6
Update {$mac}.xml 2018-02-21 16:54:44 -05:00
Len 695c1b5d28
Update {$mac}.xml 2018-02-21 16:53:55 -05:00
Len 5c89af7a7a
Update {$mac}.xml 2018-02-21 16:52:19 -05:00
Len e38a442fcf
Update {$mac}.xml 2018-02-21 16:51:21 -05:00
Len 3b9844f310
Update {$mac}.xml 2018-02-21 16:49:08 -05:00
Len 360cb38759
Update {$mac}.xml 2018-02-21 16:46:29 -05:00
FusionPBX dd7ed4334d
Update {$mac}.xml 2018-02-21 13:10:13 -07:00
FusionPBX abedc0bc6f
Update {$mac}.xml 2018-02-21 13:06:44 -07:00
FusionPBX b871c3a883
Update {$mac}.xml 2018-02-21 13:05:54 -07:00
FusionPBX 2f428900dc
Update {$mac}.xml 2018-02-21 13:03:07 -07:00
FusionPBX 986f9e14d7
Update {$mac}.xml 2018-02-21 13:02:26 -07:00
FusionPBX 54d8d28f65
Update {$mac}.xml 2018-02-21 13:01:27 -07:00
FusionPBX 92cdaecd7d
Update {$mac}.xml 2018-02-21 13:00:38 -07:00
Len bf83e66eb6
Update {$mac}.cfg 2018-02-20 21:03:30 -05:00
Len c1a26c7487
Update {$mac}.cfg 2018-02-20 20:56:22 -05:00
Len b2d54dd86f
Update {$mac}.cfg 2018-02-20 20:53:26 -05:00
Len 45d62da750
Update {$mac}.cfg 2018-02-20 20:52:18 -05:00
Len 7cc92d2bf8
Update {$mac}.cfg 2018-02-20 20:50:15 -05:00
Len 557fbb4a2f
Update {$mac}.cfg 2018-02-20 20:46:56 -05:00
Len adcfc677a7
Update {$mac}.cfg 2018-02-20 20:31:05 -05:00
Len 0697a8b784
Update {$mac}.cfg 2018-02-20 18:28:27 -05:00
Len c329cd0e0a
Update {$mac}.cfg 2018-02-20 17:48:59 -05:00