Andrew Querol
6af292e2ba
Improve the GXV3370 template to handle multiple SIP lines and add missing settings
2020-11-04 12:06:42 -06:00
FusionPBX
1675da029d
Merge pull request #5492 from Len-PGH/patch-132
...
Use updated phonebook code
2020-10-27 14:29:19 -06:00
FusionPBX
a4e09df3bf
Merge pull request #5493 from Len-PGH/patch-133
...
Updated phonebook code
2020-10-27 14:28:46 -06:00
FusionPBX
1afdb7767d
Merge pull request #5494 from Len-PGH/patch-134
...
Update phonebook.xml
2020-10-27 14:25:54 -06:00
FusionPBX
3db209d862
Merge pull request #5495 from Len-PGH/patch-135
...
Uses updated phonebook code
2020-10-27 14:25:50 -06:00
FusionPBX
05588e0fe0
Merge pull request #5491 from Len-PGH/patch-131
...
Update {$mac}.xml
2020-10-27 11:05:46 -06:00
demonspork
b0bbae3a40
GXP17xx Template Improvements
...
Various basic variables were missing like transport type and sip_port and basic things were wrong like Accept Incoming SIP from Proxy Only was disabled.
This template P codes are almost identical to the GXP16XX except that the loops for button programming doesn't seem to work with it at least with my limited testing, so they are left out for now.
Tested and working with firmware 1.0.1.89
2020-10-19 00:11:43 -05:00
demonspork
05f5f8692d
Fix Config URLs for unconfigured Grandstream Phones
...
Fix config URL so that the phones don't get an invalid URL when $domain_name is unset. They would previously receive `/app/provision` with no domain/ip included, which makes the phone unable to provision again once they have been added to the Devices page without manually re-setting the config URL or factory defaulting the device.
The alternative solution is that the PHP code could always ensure that the $domain_name variable is set even if the device doesn't exist. My suggestion is to see if it can be set to the same domain/IP as the original provision request from this unconfigured device
2020-10-18 12:34:52 -05:00
demonspork
083453784b
Grandstream GXP and GRP feature Key Sync
...
Grandstream GXP and GRP feature key sync variables.
2020-10-16 18:47:01 -05:00
FusionPBX
105fd59f19
Merge pull request #5536 from Len-PGH/patch-163
...
phonebook
2020-10-14 14:33:27 -06:00
FusionPBX
b3f0d0499c
Merge pull request #5537 from Len-PGH/patch-164
...
phonebook
2020-10-14 14:32:34 -06:00
FusionPBX
2e1931c183
Merge pull request #5538 from Len-PGH/patch-165
...
phonebook
2020-10-14 14:31:49 -06:00
FusionPBX
e1020c3f55
Merge pull request #5535 from Len-PGH/patch-162
...
phonebook
2020-10-14 14:30:52 -06:00
FusionPBX
bd7335942c
Merge pull request #5539 from Len-PGH/patch-166
...
phonebook
2020-10-14 14:30:21 -06:00
Len
12b09a0a3d
phonebook
2020-10-14 12:25:41 -04:00
Len
7273073018
phonebook
2020-10-14 11:30:36 -04:00
Len
b6779978d0
Update {$mac}.xml
2020-10-14 11:29:17 -04:00
Len
6d591e4b9d
phonebook
2020-10-14 11:28:25 -04:00
Len
0b9c3ca108
Update {$mac}.xml
2020-10-14 11:25:44 -04:00
Len
a25a9dd0e2
phonebook
2020-10-14 11:22:46 -04:00
Len
e833ede883
Update {$mac}.cfg
2020-10-13 22:31:30 -04:00
Len
aec6e1e2fb
Update {$mac}.cfg
2020-10-13 22:28:28 -04:00
Len
ef7e58d309
Update {$mac}.cfg
2020-10-13 22:22:43 -04:00
Len
c40190081a
Update {$mac}.cfg
2020-10-13 22:04:42 -04:00
Len
6e3f138549
Update {$mac}.cfg
2020-10-13 21:26:55 -04:00
Len
536559d11b
Update y000000000107.cfg
2020-10-13 20:47:02 -04:00
FusionPBX
b0c657a7de
Create y000000000000.boot
...
Add the y000000000000.boot file for the Yealink T43u.
2020-10-13 16:25:38 -06:00
FusionPBX
bc3bde8c75
Create favorite_setting.xml
...
Add the favorite_setting.xml file for the Yealink t43u.
2020-10-13 16:23:11 -06:00
FusionPBX
e56eab665e
Create directory.xml
...
Add the directory.xml for the Yealink t43u
2020-10-13 16:21:26 -06:00
FusionPBX
d61012fc42
Create y000000000107.cfg
...
Add the common file for the Yealink t43u.
2020-10-13 16:19:46 -06:00
FusionPBX
50f7bbebf8
Create {$mac}.cfg
...
Add start of new Yealink T43u template.
2020-10-13 16:08:49 -06:00
demonspork
324468c3fd
Add grandstream_speaker_ring_volume to all templates
...
Excludes the P8352 value if the default setting grandstream_speaker_ring_volume is unset. Depends on PR #5522
Before anyone asks, Mandatory just means that the variable must be valid, not that it must be included in every XML download. The phone already has a valid value in its internal settings, so as long as we stay safe from setting it to an empty value or outside of the range of 0-7, we are safe. Excluding it is a valid option, which is also true for all settings labelled Mandatory in the Grandstream templates.
2020-10-09 23:15:31 -05:00
FusionPBX
4ac80d54b1
Merge pull request #5505 from vivoras/master
...
Add grandstream phonebook options
2020-10-06 18:28:32 -06:00
FusionPBX
1d5c32805a
Merge pull request #5519 from Len-PGH/patch-150
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:51 -06:00
FusionPBX
8469e2f3e0
Merge pull request #5518 from Len-PGH/patch-149
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:42 -06:00
FusionPBX
cc20e047a8
Merge pull request #5517 from Len-PGH/patch-148
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:27 -06:00
FusionPBX
e0991252a7
Merge pull request #5516 from Len-PGH/patch-147
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:04 -06:00
FusionPBX
457b27775b
Merge pull request #5515 from Len-PGH/patch-146
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:54 -06:00
FusionPBX
855da68745
Merge pull request #5514 from Len-PGH/patch-145
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:44 -06:00
FusionPBX
cb9888282e
Merge pull request #5512 from Len-PGH/patch-143
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:31 -06:00
FusionPBX
1acdd826e2
Merge pull request #5513 from Len-PGH/patch-144
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:19 -06:00
FusionPBX
9123efa9fe
Update {$mac}.xml ( #5510 )
2020-10-06 00:15:58 -06:00
Len
ac44e39700
Update {$mac}.xml ( #5511 )
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:15:47 -06:00
Len
d692003363
Update {$mac}.xml ( #5509 )
...
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:15:21 -06:00
Len
0873e1d52c
Update {$mac}.xml ( #5508 )
2020-10-06 00:12:41 -06:00
Len
b91ac5ba51
Update {$mac}.xml
2020-10-05 11:28:35 -04:00
Len
4618b81754
Update {$mac}.xml
2020-10-05 11:27:15 -04:00
Len
6b74561730
Update {$mac}.xml
2020-10-05 11:26:03 -04:00
Len
aead316600
Update {$mac}.xml
2020-10-05 11:25:08 -04:00
Len
4ed112feeb
Update {$mac}.xml
2020-10-05 11:24:02 -04:00
Len
f95aec9d3e
Update {$mac}.xml
2020-10-05 11:22:28 -04:00
Len
88a0061820
Update {$mac}.xml
2020-10-05 11:20:31 -04:00
Len
bca290615e
Update {$mac}.xml
2020-10-05 11:19:36 -04:00
Len
729a2676b2
Update {$mac}.xml
2020-10-05 11:16:53 -04:00
PennyTone
bbe7c763a4
Update {$mac}.xml
...
line 6262 - auto upgrade based on hour of day. set to 2
line 6294 - Firmware Upgrade Confirmation set to 0 no
this will allow unattended firmware upgrade.
2020-10-03 14:57:32 -07:00
vivoras
477d411023
Update {$mac}.xml
...
Add phonebook options
2020-10-02 07:40:01 +02:00
vivoras
d4ae16bce7
Update {$mac}.xml
...
Add phonebook options
2020-10-02 07:39:31 +02:00
Len
5aeed44bbf
added phonebook button option ( #5497 )
2020-09-28 20:36:35 -06:00
chansizzle
3dc94ab71c
added missing dns variable account.5 ( #5499 )
2020-09-28 20:24:04 -06:00
Len
0745457145
Uses updated phonebook code
2020-09-28 14:20:33 -04:00
Len
844c43d9f8
Update phonebook.xml
2020-09-28 14:19:48 -04:00
Len
36a433fcb0
Updated phonebook code
2020-09-28 14:19:05 -04:00
Len
f5d85a8086
Use updated phonebook code
2020-09-28 14:17:46 -04:00
Len
c409e04472
Update {$mac}.xml
2020-09-28 13:19:25 -04:00
chansizzle
5358e8c0e4
fix boot issues ( #5475 )
2020-09-22 18:02:30 -06:00
chansizzle
af62473e38
fix boot dialing issues ( #5476 )
2020-09-22 18:02:23 -06:00
chansizzle
fd18c214a6
fix boot dial issues ( #5477 )
2020-09-22 18:02:18 -06:00
chansizzle
b8e4f611a7
fix dialing boot issues ( #5478 )
2020-09-22 18:02:07 -06:00
chansizzle
a2bb66b3ba
fix dial boot issues ( #5479 )
2020-09-22 18:01:58 -06:00
chansizzle
bc268c9266
fix boot dial issues ( #5480 )
2020-09-22 18:01:49 -06:00
chansizzle
65c74c224f
fix boot dial and small issues ( #5481 )
2020-09-22 18:01:35 -06:00
Jason Kinner
3dc23ee3f1
Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables ( #5473 )
...
Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality)
Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them)
2020-09-22 17:42:51 -06:00
Jason Kinner
acab500c56
Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables ( #5472 )
...
Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality)
Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them)
2020-09-22 17:42:23 -06:00
Jason Kinner
74e5b2f683
Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables ( #5471 )
...
Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality)
Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them)
2020-09-22 17:42:04 -06:00
Jason Kinner
d2002a6e49
Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables ( #5470 )
...
Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality)
Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them)
2020-09-22 17:41:55 -06:00
Jason Kinner
09c1f841d8
Add new grandstream_onhook_dial_barging & grandstream_history_dialplan_bypass variables ( #5474 )
...
Enable the option to prevent incoming calls from interrupting outbound dialing (a commonly requested functionality)
Enable the option to bypass Grandstream phone's dialplan when dialing from call history (to prevent errors on calls that contained a + in front of them)
2020-09-22 17:41:16 -06:00
Redbehrend
6fa1687100
Added daylight saving to templates ( #5482 )
...
Added daylight savings from normal template commit.
2020-09-22 17:30:47 -06:00
Jason Kinner
c226c528ea
Add existing grandstream_lan_port_vlan setting ( #5469 )
...
Enable VLAN tagging
2020-09-21 16:13:50 -06:00
Jason Kinner
f824fbc8b1
Add existing VLAN options to this template ( #5468 )
...
Added yealink_vlan_enable and yealink_vlan_id settings
2020-09-21 16:12:49 -06:00
chansizzle
46de011465
added missing closing bracket ( #5464 )
2020-09-21 11:18:06 -06:00
chansizzle
648afc95db
added missing closing bracket ( #5465 )
2020-09-21 11:17:14 -06:00
chansizzle
84a4613539
added missing closing bracket ( #5466 )
2020-09-21 11:16:28 -06:00
chansizzle
60666d1780
added mising closing bracket ( #5467 )
2020-09-21 11:15:55 -06:00
FusionPBX
ab7d1069a7
Add yealink_vlan_enable provisioning variable.
2020-09-18 12:25:28 -06:00
Redbehrend
54ca294116
Yealink Combined Provisioning + for loops ( #5266 )
...
* Yealink Combined Provisioning
Yealink combined provisioning + foreach loop to cut down and simplify account settings.
* Fixed missing returns
fixed missing returns so github wouldn't yell about it everytime the file was altered.
* Made changes request by Mark + Len Update
Made changes request by Mark + Len Update
2020-09-12 13:58:41 -06:00
chansizzle
002da38d46
Added many variables to the template. ( #5449 )
2020-09-11 10:48:22 -06:00
chansizzle
3a7583895d
add x1s/x1sp model ( #5448 )
2020-09-11 10:24:53 -06:00
chansizzle
42b520ea97
update keys, add some variables ( #5452 )
2020-09-11 10:24:28 -06:00
chansizzle
e83e3d4875
Add Fanvil variables ( #5450 )
...
Added the following variables fanvil_country_toneset, fanvil_default_answer_mode, fanvil_default_ringtone_ext, fanvil_menu_password, fanvil_greeting, fanvil_display_xxx, fanvil_time_xxx, fanvil_softkey_xxx, admin_name, admin_password and more.
2020-09-10 15:56:58 -06:00
chansizzle
8f673a3144
Add Fanvil variables ( #5451 )
...
Added the following variables fanvil_default_answer_mode, fanvil_default_ringtone_ext, fanvil_default_ringtone_ext2, fanvil_syslog_enable, fanvil_syslog_server, fanvil_stun_server, and fanvil_firmware_config.
2020-09-10 15:50:40 -06:00
chansizzle
6eda981eb2
Add Fanvil x3sg ( #5447 )
2020-09-09 09:49:48 -06:00
chansizzle
9f38fe2e73
Change dssSide instead of SidekeyConfig1 ( #5445 )
2020-09-08 16:10:50 -06:00
chansizzle
fd1efb83ba
Change dssSide instead of SidekeyConfig1 ( #5446 )
2020-09-08 16:09:42 -06:00
chansizzle
904c27232a
Change dssSide instead of SidekeyConfig1 ( #5444 )
2020-09-08 16:08:09 -06:00
Simon Smith
4382f7ed65
old linksys spa changes ( #5372 )
...
* remove not supported values for old linksys spa devices
* change lcd_contrast
2020-09-08 10:12:56 -06:00
Len
3f4ff7378e
Add grandstream_stun_server variable
...
update {$mac}.xml (#5442 )
2020-09-08 08:59:29 -06:00
chansizzle
b29b9cdac9
Add account.6 settings, add opus, and service codes.
...
Update {$mac}.cfg (#5438 )
2020-09-05 13:17:13 -06:00
chansizzle
fe90773d25
Add new fanvil/x4sg
...
Create {$mac}.cfg (#5439 )
2020-09-05 13:15:30 -06:00
chansizzle
6825b33de2
Update {$mac}.cfg ( #5436 )
2020-09-02 19:13:14 -06:00
chansizzle
9d70d819c0
Update {$mac}.cfg ( #5437 )
2020-09-02 19:04:33 -06:00
chansizzle
8c6ca952f9
Update {$mac}.cfg ( #5435 )
...
side keys, function keys, and soft keys updated
2020-09-02 16:15:22 -06:00
chansizzle
5a76e296c6
Update {$mac}.cfg ( #5433 )
...
side keys, function keys, and soft keys updated
2020-09-02 16:14:40 -06:00
chansizzle
d74dbe1081
Update {$mac}.cfg ( #5434 )
...
side keys, function keys, and soft keys updated
2020-09-02 16:10:07 -06:00
Dan
17c2a12390
Grandstream GXP and GRP device config updates ( #5397 )
...
* Add dnd variable, fix formatting error in GRP2615 and GRP2616 templates
* Configurable headset volume added
* Added $grandstream_blind_xfer_blf variable to GRP templates
2020-08-31 14:59:37 -06:00
Len
e76d959bf5
Update {$mac}.cfg ( #5420 )
...
missing = and added SIP to fix tls registrations
2020-08-24 15:10:04 -06:00
chansizzle
017f9702f9
Update {$mac}.cfg ( #5416 )
2020-08-20 07:39:37 -06:00
FusionPBX
2a2b66c07c
Remove the network section as its already in the y000 common file.
2020-08-19 22:47:00 -06:00
FusionPBX
e216b275f5
Update y000000000067.cfg
...
Add yealink_lldp_enable and update dns_server_primary, and dns_server_secondary
2020-08-19 22:44:55 -06:00
chansizzle
0512d9040b
Update {$mac}.cfg ( #5414 )
...
small discrepancies fixed
2020-08-19 18:58:50 -06:00
chansizzle
0ac5ae6d47
Update {$mac}.cfg ( #5415 )
...
small discrepencies fixed
2020-08-19 18:58:07 -06:00
vivoras
afeed88ddd
Update {$mac}.xml ( #5410 )
2020-08-18 18:25:55 -06:00
chansizzle
5bd250a42b
Update {$mac}.cfg ( #5413 )
2020-08-18 15:23:50 -06:00
chansizzle
c5dfa28a20
Update {$mac}.cfg ( #5412 )
2020-08-18 12:29:55 -06:00
chansizzle
d419fd38ef
Update {$mac}.cfg ( #5409 )
2020-08-17 15:46:58 -06:00
chansizzle
384079decc
Update {$mac}.cfg ( #5401 )
2020-08-17 12:35:42 -06:00
chansizzle
b54a0efa76
Update {$mac}.cfg ( #5402 )
2020-08-17 12:35:25 -06:00
chansizzle
9ff36b577c
Update {$mac}.cfg ( #5403 )
2020-08-17 12:34:32 -06:00
Dan
57e9b3c637
Add TLS settings to enable working with LetsEncrypt wildcard ( #5398 )
2020-08-17 12:34:11 -06:00
chansizzle
608b6c32e6
Update {$mac}.cfg ( #5404 )
2020-08-17 12:04:05 -06:00
chansizzle
a988a1c8fb
Update {$mac}.cfg ( #5405 )
2020-08-17 12:03:15 -06:00
chansizzle
34a941b150
Update {$mac}.cfg ( #5406 )
2020-08-17 12:01:35 -06:00
chansizzle
e630a84442
Update {$mac}.cfg ( #5407 )
2020-08-17 12:01:05 -06:00
chansizzle
98e9dad1ec
Update {$mac}.cfg ( #5408 )
2020-08-17 12:00:35 -06:00
chansizzle
c0231dcf80
Update {$mac}.cfg ( #5400 )
2020-08-17 10:53:00 -06:00
chansizzle
f05de800e9
Update {$mac}.cfg ( #5399 )
2020-08-17 10:52:46 -06:00
chansizzle
b893b7b530
Update {$mac}.cfg ( #5393 )
2020-08-13 22:23:37 -06:00
chansizzle
3166f70b64
Update {$mac}.cfg ( #5394 )
...
remove duplicate entries
2020-08-13 22:23:10 -06:00
chansizzle
b2d8cb6c66
Update {$mac}.cfg ( #5395 )
2020-08-13 22:22:49 -06:00
Bryan Redeagle
d0f4b62371
Updated snom templates to work with newer firmware ( #5396 )
...
* Updated snom templates to work with newer firmware
* Updated snom templates to work with newer firmware
Co-authored-by: Bryan Redeagle <bryanredeagle@Carpainter.local>
2020-08-13 18:37:15 -06:00
chansizzle
e72f7a4673
Update {$mac}.cfg ( #5392 )
2020-08-12 16:32:55 -06:00
Len
57058f2e70
Update {$mac}.cfg ( #5389 )
2020-08-10 20:39:15 -06:00
Len
05e5c8646f
Update y000000000066.cfg ( #5388 )
2020-08-10 20:38:40 -06:00
Len
9d773f8d4b
Update y000000000067.cfg ( #5387 )
2020-08-10 20:37:33 -06:00
chansizzle
eeb5271918
Update {$mac}.cfg ( #5386 )
2020-08-10 12:31:59 -06:00
chansizzle
f34c0b796b
Update {$mac}.cfg ( #5385 )
2020-08-10 12:31:36 -06:00
chansizzle
243aafb39a
Update {$mac}.cfg ( #5384 )
2020-08-07 17:06:10 -06:00
Simon Smith
303d417d5e
Update {$mac}.xml ( #5363 )
...
* Update {$mac}.xml
fix lcd_contrast in spa941
2020-07-30 10:09:36 -06:00
Simon Smith
e2988f25a4
Update {$mac}.xml ( #5364 )
...
add Lcd_Contrast to display screen better
2020-07-30 10:07:52 -06:00
FusionPBX
cd8b60813e
Remove and extra $
2020-07-26 19:01:21 -06:00
Mendy E
6f19d13252
Fix trusted certificates on yealink ( #5361 )
...
* Update y000000000068.cfg
* Update y000000000067.cfg
* Update y000000000066.cfg
* Update y000000000065.cfg
* Update y000000000070.cfg
2020-07-21 18:14:47 -06:00
FusionPBX
da6e471c28
Add Cisco SPA191 template.
2020-07-14 10:10:31 -06:00
FusionPBX
cb1b59712f
Rename resources/templates/provision/cisco/spa194/{$mac}.xml to resources/templates/provision/cisco/spa192/{$mac}.xml
2020-07-14 09:43:17 -06:00
Len
b88c29592e
Create {$mac}.xml ( #5346 )
...
* Create {$mac}.xml
New ATA template. Works on SPA191 and SPA192.
* Rename resources/templates/provision/cisco/spa19x/{$mac}.xml to resources/templates/provision/cisco/spa194/{$mac}.xml
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-07-14 09:40:15 -06:00
Len
64ca990012
Update {$mac}.cfg ( #5325 )
2020-07-02 01:34:11 -06:00
FusionPBX
f6277e9fa5
Use polycom_request_validation_method and polycom_request_validation_request template variables
2020-06-30 17:42:20 -06:00
FusionPBX
85b6f20158
Change the order of the xml tags
2020-06-30 17:40:31 -06:00
FusionPBX
764a8d8969
Update {$mac}.xml
2020-06-26 15:33:49 -06:00
FusionPBX
fb76c78707
Add literal to snom 720
2020-06-26 15:32:17 -06:00
FusionPBX
7c76af223b
Add literal to snom 300
2020-06-26 15:29:45 -06:00
FusionPBX
e012bb0082
Add literal to snom 360
2020-06-26 15:28:45 -06:00
FusionPBX
9f00773411
Add literal to snom 320
2020-06-26 15:28:06 -06:00
FusionPBX
17af75268f
Add literal to snom 300
2020-06-26 15:27:26 -06:00
FusionPBX
7074e7fc31
Update the provision URL on snom 8xx
2020-06-26 15:20:45 -06:00
FusionPBX
00c5f1d54a
Add literal to the snom 7xx template
2020-06-26 15:18:48 -06:00
FusionPBX
9b19637d67
Add ntp server to snom 7xx template.
2020-06-26 15:10:07 -06:00
FusionPBX
59c3b912ac
Add ntp server info to the snom 3xx template
2020-06-26 15:09:20 -06:00
FusionPBX
a642745586
Add the SIP transport to the snom 7xx template
2020-06-26 14:50:25 -06:00
FusionPBX
363df88954
Add the SIP port and transport to snom 3xx
2020-06-26 14:48:33 -06:00
FusionPBX
734237143c
Simplify the snom provisioning URL
2020-06-26 14:24:57 -06:00
FusionPBX
0d5d99acb2
Simplify the snom provisioning URL.
2020-06-26 14:24:06 -06:00
FusionPBX
8562a99823
Simplify the snom provisioning URL.
2020-06-26 14:23:14 -06:00
FusionPBX
88e88e44f9
Update {$mac}.xml
2020-06-26 14:22:32 -06:00
FusionPBX
d76fc08868
Simplify the snom provisioning URL
2020-06-26 14:21:39 -06:00
FusionPBX
487c53bd23
Simplify the snom provisioning URL.
2020-06-26 14:19:58 -06:00
FusionPBX
c1ef1ec084
Update {$mac}.xml
2020-06-26 14:18:36 -06:00
Baji Zsolt
966a218da2
Daylight Saving changes ( #5229 )
...
* Daylight Saving changes:
- enabled on server auto.DST.xml configuration for phones
- added new autoDST.xml file to fusionpbx server
- corrected autoDST.xml, addde balkans countries
* Fixed the yealink_auto_dst_url name to fix the syntax problem.
* Rename AutoDST.xml to auto_dst.xml
* Update app_config.php
* Update auto_dst.xml
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-06-25 00:49:45 -06:00
benwiesner1
32a9799241
Update {$mac}.cfg ( #5308 )
...
fixed small error
2020-06-18 18:59:01 -06:00
Len
4b405f6b9b
Fanvil H5 Template Update {$mac}.cfg ( #5299 )
2020-06-10 22:55:39 -06:00
hershyheilpern
e017bb4751
Update {$mac}.cfg ( #5293 )
2020-06-08 22:59:25 -06:00
Len
cc3f919ffb
Update {$mac}.xml ( #5292 )
2020-06-06 09:07:40 -06:00
StratoSwitch
77ec12138b
GRP 26xx series templates ( #5287 )
...
* GRP 26xx series templates
2020-06-06 09:07:17 -06:00
Len
4c1660e694
Update {$mac}.xml ( #5294 )
2020-06-06 08:01:46 -06:00
StratoSwitch
11178787a6
correct account 8 settings ( #5291 )
...
Codes for account 8 were using account 4 array.
also reworded note about profile 2 settings
2020-06-01 15:30:38 -06:00
Len
d1619e25c4
Update y000000000095.cfg ( #5289 )
2020-05-29 14:12:59 -06:00
Len
778e2f2386
Update y000000000096.cfg ( #5288 )
2020-05-29 14:12:35 -06:00
Len
5f746d0d43
Update y000000000097.cfg ( #5290 )
2020-05-29 14:12:03 -06:00
Jason Kinner
23c7d64d44
Remove duplicate declaration of P2916 ( #5280 )
...
P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
2020-05-21 18:58:03 -06:00
Jason Kinner
0e86cc4d89
Remove duplicate declaration of P2916 ( #5281 )
...
P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
2020-05-21 18:57:51 -06:00
Jason Kinner
847d78cc40
Remove duplicate declaration of P2916 ( #5282 )
...
P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
2020-05-21 18:57:28 -06:00
Jason Kinner
b699dbafde
Remove duplicate declaration of P2916 ( #5283 )
...
P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
2020-05-21 18:57:09 -06:00
Mark J Crane
f267fa1362
Add fanvil settings and correct some mistakes
2020-05-19 17:27:36 -06:00
Mark J Crane
3234d9959b
Fanvil - Add some changes to x6 and x7 templates
2020-05-19 13:35:26 -06:00
FusionPBX
2202ffcb2c
Add start of Fanvil H5 template.
2020-05-19 11:46:27 -06:00
FusionPBX
44b14d9303
Add start of Fanvil X5U template.
2020-05-19 11:30:09 -06:00
FusionPBX
59403b88d0
Add start of Fanvil X6U template.
2020-05-19 11:18:04 -06:00
FusionPBX
ebd0019c23
Add start of Fanvil X4U template.
2020-05-19 10:56:27 -06:00
FusionPBX
ebbd120223
Add start of Fanvil X3U template.
2020-05-19 10:42:58 -06:00
FusionPBX
1da0f9280a
Add start of Fanvil X7 template.
2020-05-19 10:12:04 -06:00
Len
448c121433
Update y000000000068.cfg ( #5269 )
...
* Update y000000000068.cfg
2020-05-18 22:56:35 -06:00
Len
54a804c9f0
Update y000000000067.cfg ( #5270 )
...
* Update y000000000067.cfg
* Update y000000000067.cfg
2020-05-14 22:18:51 -06:00
Len
d359f9914f
Update y000000000066.cfg ( #5271 )
...
* Update y000000000066.cfg
* Update y000000000066.cfg
2020-05-14 22:18:06 -06:00
Len
d03e33f046
Update y000000000065.cfg ( #5272 )
...
* Update y000000000065.cfg
* Update y000000000065.cfg
2020-05-14 22:17:19 -06:00
Len
ca07ef723e
Update y000000000074.cfg ( #5273 )
...
* Update y000000000074.cfg
* Update y000000000074.cfg
2020-05-14 22:16:44 -06:00
FusionPBX
8ef66fca34
Add yealink_dnd_allow to t46g
2020-05-12 15:57:24 -06:00
FusionPBX
03cd094bf5
Update y000000000066.cfg
2020-05-12 15:56:24 -06:00
FusionPBX
b0c19d8cc4
Add yealink_dnd_allow to t40g common file.
2020-05-12 15:50:34 -06:00
FusionPBX
155252d570
Rename {$mac}.boot to y000000000000.boot
2020-05-12 12:36:42 -06:00
FusionPBX
7cc3861712
Delete {$mac}.boot
2020-05-12 12:36:22 -06:00
FusionPBX
7b012c01f4
Rename {$mac}.boot to y000000000000.boot
2020-05-12 12:35:21 -06:00
FusionPBX
7621553115
Rename {$mac}.boot to y000000000000.boot
2020-05-12 12:35:04 -06:00
Len
43c431894b
Update {$mac}.xml ( #5254 )
2020-05-04 22:13:37 -06:00
Len
368f4bc4d2
Update {$mac}.xml ( #5252 )
2020-05-02 17:38:26 -06:00
Len
af118b276e
Update {$mac}.xml ( #5253 )
2020-05-02 17:37:56 -06:00
Len
44e76067cb
Update {$mac}.xml ( #5255 )
2020-05-02 17:36:31 -06:00
FusionPBX
5621f70820
Update {$mac}.xml
2020-05-02 13:52:17 -06:00
vivoras
0279b655f2
Add Language options for GXP16XX ( #5249 )
...
* Update {$mac}.xml
Add language options
2020-05-01 19:29:23 -06:00
Redbehrend
587d164f9d
Fixed Yealink Account 6 Errors ( #5242 )
...
Fixed Yealink Account 6 Errors (misstyped)
2020-04-24 00:28:00 -06:00
Len
3094933c10
Update {$mac}.xml ( #5233 )
2020-04-07 09:52:28 -06:00
vivoras
a2cc37dd03
Update {$mac}.xml ( #5230 )
2020-04-03 16:38:31 -06:00
Trick Solutions
3854716bb3
Update All Mitel Templates to use variables ( #5190 )
...
* Mitel phones require the exact model in the template. A 5320 and 5320e phones take an identical template. The "e" model has a gigabit ethernet port.
* 1. Added variable {$domain_name} in a few places that need it.
2. Set the NTP server to use dns name instead of IP address.
3. Set dns for NTP to use pool address (0.pool.ntp.org)
4. Removed Admin account to set back to defaults. Will look at setting that as variable.
5. Hardcoded user account password to be more simple. Will look at setting that as a variable.
6. Set host_ip and video_ip to be {$domain_name} as these were pointed to an AT&T old dns server
7. Set hostname of phone to be SIP ID
8. Remove hardcoded IP for NTP and added the DNS pool.
9. Removed boot version and image version from template as wasn't in other provision systems.
* 1. Set admin password to use provisioning variable.
2. Set user password to use provisioning variable.
* Updating Mitel templates
2020-03-23 17:29:17 -06:00
Len
4898edfab8
Update {$mac}.xml ( #5197 )
2020-03-23 17:14:11 -06:00
Len
390fe6423c
Update {$mac}.xml ( #5198 )
2020-03-23 17:13:16 -06:00
Len
d01413b0c7
Update {$mac}.xml ( #5199 )
2020-03-23 17:13:06 -06:00
Len
e0abcfee6b
Update {$mac}.xml ( #5200 )
2020-03-23 17:12:57 -06:00
Len
a8f27e8aea
Update {$mac}.xml ( #5201 )
2020-03-23 17:12:30 -06:00
Len
f14debf8dc
Update y000000000067.cfg ( #5186 )
2020-03-20 13:34:31 -06:00
Len
3a88f7ecaf
Update y000000000068.cfg ( #5187 )
2020-03-20 13:34:12 -06:00
Len
68edcc3b3f
Update y000000000066.cfg ( #5185 )
2020-03-20 13:33:55 -06:00
Len
87a69438d9
Update y000000000065.cfg ( #5184 )
2020-03-20 13:33:39 -06:00
vivoras
4d7d6918b0
add grandstream options ( #5151 )
...
Vivoras <vivoras@debian>
2020-03-11 20:00:00 -06:00
vivoras
23fd57fa3a
Update {$mac}.xml ( #5175 )
...
The capital letter is not accepted by phone
2020-03-11 19:55:13 -06:00
Len
345e91abf2
Fix codec section ( #5163 )
2020-02-28 23:55:36 -07:00
Len
466beb4fcf
fix coded section ( #5164 )
2020-02-28 23:55:05 -07:00
Len
a4e44ba1f5
Update y000000000097.cfg ( #5166 )
2020-02-28 23:54:21 -07:00
Len
55f70d5065
Update {$mac}.cfg ( #5165 )
2020-02-28 23:53:32 -07:00
mtghr
4aed6b1ddf
Update {$mac}.cfg ( #5160 )
...
* Update {$mac}.cfg
option to disbale the DND softkey
2020-02-27 21:57:41 -07:00
FusionPBX
49129911a9
Update {$mac}.xml
2020-02-14 12:44:21 -07:00
benwiesner1
7110b5d18b
Update {$mac}.cfg ( #5147 )
...
error i caught from last one. updated for sip tls
2020-02-07 15:28:22 -07:00
benwiesner1
f6b646f243
Update {$mac}.cfg ( #5146 )
2020-02-07 14:09:23 -07:00
Len
479a376713
Update {$mac}.xml ( #5131 )
2020-01-28 21:34:41 -07:00
Len
b4c2890bce
Update {$mac}.xml ( #5132 )
2020-01-28 21:34:01 -07:00
Len
4960cd340f
Update {$mac}.xml ( #5129 )
2020-01-24 13:40:25 -07:00
Len
1370881914
Update {$mac}.xml ( #5130 )
2020-01-24 13:39:53 -07:00
Len
053e2916aa
Update {$mac}.xml ( #5128 )
2020-01-24 08:32:11 -07:00
FusionPBX
7f5b35459d
Merge pull request #5006 from Len-PGH/patch-1
...
Update {$mac}.xml
2020-01-23 09:52:42 -07:00
Len
16a0d15fb1
Update {$mac}.xml
2020-01-22 22:46:35 -05:00
Len
c4d97b9e43
Update {$mac}.xml
2020-01-22 22:09:20 -05:00
FusionPBX
4d0dcc694c
Update {$mac}.xml
2020-01-22 13:20:29 -07:00
FusionPBX
b4af0d83cb
Update {$mac}.xml
2020-01-22 12:53:47 -07:00
FusionPBX
926cba9c53
Update {$mac}.xml
2020-01-22 12:36:52 -07:00
FusionPBX
10f92d612a
Update {$mac}.xml
2020-01-22 12:31:39 -07:00
FusionPBX
a9fb714585
Update {$mac}.xml
2020-01-22 12:07:57 -07:00
FusionPBX
8129b6ca93
Update {$mac}.xml
2020-01-22 11:29:42 -07:00
FusionPBX
37c4aa7af8
Update {$mac}.xml
2020-01-22 11:24:36 -07:00
FusionPBX
b5b656d19a
Merge pull request #5099 from Len-PGH/patch-46
...
Update y000000000005.cfg
2020-01-16 09:26:09 -07:00
FusionPBX
91f5634a93
Merge pull request #5098 from Len-PGH/patch-45
...
Update y000000000052.cfg
2020-01-16 09:25:55 -07:00
FusionPBX
7429edda78
Merge pull request #5094 from Len-PGH/patch-41
...
Update y000000000037.cfg
2020-01-16 09:25:30 -07:00
FusionPBX
25182da31d
Merge pull request #5097 from Len-PGH/patch-44
...
Update y000000000007.cfg
2020-01-16 09:25:18 -07:00
FusionPBX
b8d579a3f6
Merge pull request #5095 from Len-PGH/patch-42
...
Update y000000000000.cfg
2020-01-16 09:25:07 -07:00
FusionPBX
b4e6c8e08c
Merge pull request #5096 from Len-PGH/patch-43
...
Update y000000000053.cfg
2020-01-16 09:24:55 -07:00
FusionPBX
9b9e3c5076
Merge pull request #5100 from Len-PGH/patch-47
...
Update y000000000044.cfg
2020-01-16 09:20:27 -07:00
FusionPBX
9cc4f9ed09
Merge pull request #5101 from Len-PGH/patch-48
...
Update y000000000044.cfg
2020-01-16 09:20:18 -07:00
FusionPBX
5b3c8dc20b
Merge pull request #5102 from Len-PGH/patch-49
...
Update y000000000004.cfg
2020-01-16 09:18:58 -07:00
FusionPBX
020d009058
Merge pull request #5103 from Len-PGH/patch-50
...
Update y000000000069.cfg
2020-01-16 09:18:50 -07:00
FusionPBX
6aba6cd548
Merge pull request #5106 from Len-PGH/patch-53
...
Update y000000000032.cfg
2020-01-16 09:18:41 -07:00
FusionPBX
61bd0d2f91
Merge pull request #5107 from Len-PGH/patch-54
...
Update y000000000038.cfg
2020-01-16 09:18:30 -07:00
FusionPBX
307105207e
Merge pull request #5104 from Len-PGH/patch-51
...
Update y000000000045.cfg
2020-01-16 09:17:38 -07:00
FusionPBX
2011212789
Merge pull request #5105 from Len-PGH/patch-52
...
Update y000000000000.cfg
2020-01-16 09:17:18 -07:00
FusionPBX
9889e38c13
Merge pull request #5108 from Len-PGH/patch-55
...
Update y000000000076.cfg
2020-01-16 09:11:09 -07:00
FusionPBX
92c4e65b3a
Merge pull request #5109 from Len-PGH/patch-56
...
Update y000000000054.cfg
2020-01-16 09:07:08 -07:00
FusionPBX
86c99d2620
Merge pull request #5110 from Len-PGH/patch-57
...
Update y000000000036.cfg
2020-01-16 09:06:51 -07:00
FusionPBX
70f798e62e
Merge pull request #5111 from Len-PGH/patch-58
...
Update y000000000029.cfg
2020-01-16 09:06:34 -07:00
FusionPBX
c2f18cf19f
Merge pull request #5112 from Len-PGH/patch-59
...
Update y000000000035.cfg
2020-01-16 09:06:19 -07:00
FusionPBX
65c0eeee98
Merge pull request #5113 from Len-PGH/patch-60
...
Update y000000000051.cfg
2020-01-16 09:06:04 -07:00
FusionPBX
2303b14c06
Merge pull request #5114 from Len-PGH/patch-61
...
Update y000000000066.cfg
2020-01-16 09:05:51 -07:00
FusionPBX
24c73eb7e3
Merge pull request #5115 from Len-PGH/patch-62
...
Update y000000000065.cfg
2020-01-16 09:05:37 -07:00
FusionPBX
0867d359a2
Merge pull request #5116 from Len-PGH/patch-63
...
Update y000000000067.cfg
2020-01-16 09:05:21 -07:00
Len
ddd43f3254
Update y000000000068.cfg
2020-01-15 23:19:54 -05:00
Len
c24dee4814
Update y000000000067.cfg
2020-01-15 23:17:28 -05:00
Len
13b2882b18
Update y000000000065.cfg
2020-01-15 23:16:37 -05:00
Len
c7e8212f46
Update y000000000066.cfg
2020-01-15 23:14:54 -05:00
Len
9e04a73c71
Update y000000000051.cfg
2020-01-15 22:44:40 -05:00
Len
7a5e33ac34
Update y000000000035.cfg
2020-01-15 22:43:12 -05:00
Len
6527b33dc1
Update y000000000029.cfg
2020-01-15 22:38:24 -05:00
Len
89cef1e6e9
Update y000000000036.cfg
2020-01-15 22:32:21 -05:00
Len
0aca089a74
Update y000000000054.cfg
2020-01-15 22:31:36 -05:00
Len
0e855fe789
Update y000000000076.cfg
2020-01-15 22:30:48 -05:00
Len
0e1b67b742
Update y000000000038.cfg
2020-01-15 22:30:02 -05:00
Len
16922dd2b3
Update y000000000032.cfg
2020-01-15 22:29:16 -05:00
Len
d15b189aa7
Update y000000000000.cfg
2020-01-15 22:27:33 -05:00
Len
9ee042af70
Update y000000000045.cfg
2020-01-15 22:26:31 -05:00
Len
75b2ea0ef4
Update y000000000069.cfg
2020-01-15 22:24:59 -05:00
Len
5604761539
Update y000000000004.cfg
2020-01-15 22:24:20 -05:00
Len
3e3e4134dc
Update y000000000044.cfg
2020-01-15 22:23:23 -05:00
Len
d210613700
Update y000000000044.cfg
2020-01-15 22:22:40 -05:00
Len
78d025e640
Update y000000000005.cfg
2020-01-15 22:21:43 -05:00
Len
494006b418
Update y000000000052.cfg
2020-01-15 22:20:34 -05:00
Len
b1004744ba
Update y000000000007.cfg
2020-01-15 22:19:51 -05:00
Len
d7da3c9c4c
Update y000000000053.cfg
2020-01-15 22:18:00 -05:00
Len
293ea4c78d
Update y000000000000.cfg
2020-01-15 22:16:21 -05:00
Len
f8516bfa0d
Update y000000000037.cfg
2020-01-15 22:15:00 -05:00
FusionPBX
fe88856614
Merge pull request #5072 from Len-PGH/patch-20
...
Update y000000000054.cfg
2020-01-15 13:57:38 -07:00
FusionPBX
78089a93a5
Merge pull request #5068 from Len-PGH/patch-17
...
Update y000000000036.cfg
2020-01-15 13:56:00 -07:00
FusionPBX
bbd4dc3e95
Merge pull request #5067 from Len-PGH/patch-16
...
Update y000000000068.cfg
2020-01-15 13:55:51 -07:00
FusionPBX
469a81647a
Merge pull request #5066 from Len-PGH/patch-15
...
Update y000000000029.cfg
2020-01-15 13:55:42 -07:00
FusionPBX
35d793a60f
Merge pull request #5065 from Len-PGH/patch-14
...
Update y000000000067.cfg
2020-01-15 13:55:32 -07:00
FusionPBX
68d619e80b
Merge pull request #5060 from Len-PGH/patch-9
...
Update y000000000096.cfg
2020-01-15 13:55:22 -07:00
FusionPBX
daaa195832
Merge pull request #5058 from Len-PGH/patch-7
...
Update y000000000095.cfg
2020-01-15 13:54:57 -07:00
FusionPBX
02864e0431
Merge pull request #5054 from Len-PGH/patch-3
...
Update y000000000035.cfg
2020-01-15 13:54:51 -07:00
FusionPBX
2643fbbd65
Merge pull request #5073 from Len-PGH/patch-21
...
Update y000000000076.cfg
2020-01-15 13:54:18 -07:00
FusionPBX
b0923a94cd
Merge pull request #5074 from Len-PGH/patch-22
...
Update y000000000038.cfg
2020-01-15 13:54:00 -07:00
FusionPBX
8fccb1b952
Merge pull request #5064 from Len-PGH/patch-13
...
Update y000000000023.cfg
2020-01-15 13:52:35 -07:00
FusionPBX
017cf7d022
Merge pull request #5063 from Len-PGH/patch-12
...
Update y000000000058.cfg
2020-01-15 13:52:26 -07:00
FusionPBX
30fdebf45a
Merge pull request #5061 from Len-PGH/patch-10
...
Update y000000000056.cfg
2020-01-15 13:52:16 -07:00
FusionPBX
eb42c94cd1
Merge pull request #5059 from Len-PGH/patch-8
...
Update y000000000070.cfg
2020-01-15 13:52:04 -07:00
FusionPBX
3c32a91100
Merge pull request #5057 from Len-PGH/patch-6
...
Update y000000000074.cfg
2020-01-15 13:51:52 -07:00
FusionPBX
3c22000546
Merge pull request #5056 from Len-PGH/patch-5
2020-01-15 13:51:25 -07:00
FusionPBX
053d6fa373
Update y000000000065.cfg ( #5055 )
...
* Update y000000000065.cfg
* Update y000000000065.cfg
2020-01-15 13:51:03 -07:00
Len
865567ccdc
Update y000000000066.cfg ( #5053 )
...
* Update y000000000066.cfg
* Update y000000000066.cfg
2020-01-15 13:50:41 -07:00
FusionPBX
ac61a7dedb
Update y000000000028.cfg
2020-01-15 13:27:11 -07:00
FusionPBX
6acfdeb57a
Update {$mac}.xml
2020-01-14 13:26:27 -07:00
FusionPBX
3cc96323f8
Update {$mac}.xml
2020-01-14 13:05:38 -07:00
Len
07ac6cba69
Update y000000000032.cfg ( #5075 )
2020-01-14 12:54:41 -07:00
Len
3709a28bb6
Update y000000000046.cfg ( #5076 )
2020-01-14 12:54:26 -07:00
Len
007cf59ad6
Update y000000000000.cfg ( #5077 )
2020-01-14 12:54:14 -07:00
Len
93737dff69
Update y000000000004.cfg ( #5080 )
2020-01-14 12:53:59 -07:00
Len
64846cdc5f
Update y000000000045.cfg ( #5078 )
2020-01-14 12:53:45 -07:00
Len
4527ed8a8d
Update y000000000069.cfg ( #5079 )
2020-01-14 12:53:34 -07:00
Len
8e7f805ae9
Update y000000000044.cfg ( #5081 )
2020-01-14 12:53:22 -07:00
Len
345ed99ec6
Update y000000000044.cfg ( #5082 )
2020-01-14 12:52:45 -07:00
Len
562b676d57
Update y000000000005.cfg ( #5083 )
2020-01-14 12:52:27 -07:00
Len
c2ec796373
Update y000000000007.cfg ( #5085 )
2020-01-14 12:51:48 -07:00
Len
d3d5ade95e
Update y000000000053.cfg ( #5086 )
2020-01-14 12:51:36 -07:00
Len
0986ea2123
Update y000000000000.cfg ( #5087 )
2020-01-14 12:49:45 -07:00
Len
dc55f74f80
Update y000000000052.cfg ( #5088 )
2020-01-14 12:49:30 -07:00
Len
c5b1b24b78
Update y000000000000.cfg ( #5089 )
2020-01-14 12:49:14 -07:00
Len
b370ba9fe5
Update y000000000037.cfg ( #5090 )
...
* Update y000000000037.cfg
* Update y000000000037.cfg
* Update y000000000037.cfg
2020-01-14 12:48:56 -07:00
Len
bc9582efd1
Update y000000000028.cfg ( #5091 )
...
* Update y000000000028.cfg
* Update y000000000028.cfg
2020-01-14 12:48:45 -07:00
FusionPBX
c9b896f393
Update {$mac}.xml
2020-01-14 12:46:09 -07:00
FusionPBX
4437fdf158
Rename {$mac.xml} to {$mac}.xml
2020-01-14 12:30:02 -07:00
FusionPBX
6952d34896
Rename {$mac.xml} to {$mac}.xml
2020-01-14 12:29:29 -07:00
FusionPBX
7c3170c9e4
Update {$mac.xml}
2020-01-14 11:03:50 -07:00
FusionPBX
d9ca3f7be6
Update {$mac.xml}
2020-01-14 10:36:48 -07:00
Len
ebcab3368f
Update y000000000097.cfg ( #5062 )
...
* Update y000000000097.cfg
* Update y000000000097.cfg
* Update y000000000097.cfg
2020-01-14 00:14:27 -07:00
Len
ad72845d79
Update y000000000058.cfg
2020-01-13 22:51:44 -05:00
Len
9f864feeff
Update y000000000023.cfg
2020-01-13 22:50:03 -05:00
Len
3dedfc958b
Update y000000000067.cfg
2020-01-13 22:48:39 -05:00
Len
f0a196a9f9
Update y000000000029.cfg
2020-01-13 22:46:33 -05:00
Len
cb495c208d
Update y000000000068.cfg
2020-01-13 22:44:21 -05:00
Len
7b49ee1ad3
Update y000000000036.cfg
2020-01-13 22:42:24 -05:00
Len
e3935909f5
Update y000000000054.cfg
2020-01-13 22:38:42 -05:00
Len
57f5fcb846
Update y000000000076.cfg
2020-01-13 22:37:20 -05:00
Len
dd8554166c
Update y000000000038.cfg
2020-01-13 22:35:21 -05:00
Len
f94d4a97f4
Update y000000000035.cfg
2020-01-13 22:07:53 -05:00
Len
8923f05616
Update y000000000065.cfg
2020-01-13 22:06:52 -05:00
Len
677e1973d7
Update y000000000051.cfg
2020-01-13 22:05:42 -05:00
Len
6fbf78954f
Update y000000000074.cfg
2020-01-13 22:02:45 -05:00
Len
71da35c649
Update y000000000095.cfg
2020-01-13 22:00:27 -05:00
Len
fe58b50ca6
Update y000000000070.cfg
2020-01-13 21:59:08 -05:00
Len
9f147af1a1
Update y000000000096.cfg
2020-01-13 21:56:17 -05:00
Len
52c46c1514
Update y000000000056.cfg
2020-01-13 21:53:35 -05:00
Len
5179ae29ba
Update y000000000058.cfg
2020-01-13 21:38:22 -05:00
Len
76ee9984d7
Update y000000000023.cfg
2020-01-13 21:36:34 -05:00
Len
4c87ac8789
Update y000000000067.cfg
2020-01-13 21:33:54 -05:00
Len
7e96cfe8d6
Update y000000000029.cfg
2020-01-13 21:31:53 -05:00
Len
b2110e8963
Update y000000000068.cfg
2020-01-13 21:29:30 -05:00
Len
1db3894cd6
Update y000000000036.cfg
2020-01-13 21:27:46 -05:00
Len
50d0f0d17e
Update y000000000054.cfg
2020-01-13 21:23:23 -05:00
Len
5f4271bb01
Update y000000000076.cfg
2020-01-13 21:22:06 -05:00
Len
1a161650f1
Update y000000000038.cfg
2020-01-13 21:21:12 -05:00
Len
93aaef066f
Update y000000000038.cfg
2020-01-13 13:54:43 -05:00
Len
7a64596d56
Update y000000000076.cfg
2020-01-13 13:52:38 -05:00
Len
3d45b3f12e
Update y000000000054.cfg
2020-01-13 13:51:20 -05:00
Len
97966612e8
Update y000000000036.cfg
2020-01-13 13:45:30 -05:00
Len
98c0270e90
Update y000000000068.cfg
2020-01-13 13:44:15 -05:00
Len
2a7070214e
Update y000000000029.cfg
2020-01-13 13:42:30 -05:00
Len
2891cb5590
Update y000000000067.cfg
2020-01-13 13:41:03 -05:00
Len
f6cd9618a3
Update y000000000023.cfg
2020-01-13 13:37:22 -05:00
Len
8d291d1d66
Update y000000000058.cfg
2020-01-13 13:35:10 -05:00
Len
e34be16328
Update y000000000056.cfg
2020-01-13 13:29:44 -05:00
Len
5abaa3fa81
Update y000000000096.cfg
2020-01-13 13:27:24 -05:00
Len
0e4478042e
Update y000000000070.cfg
2020-01-13 13:25:25 -05:00
Len
c2574064d2
Update y000000000095.cfg
2020-01-13 13:23:00 -05:00
Len
5b70c7ff30
Update y000000000074.cfg
2020-01-13 13:20:55 -05:00
Len
31a1ff2d05
Update y000000000051.cfg
2020-01-13 13:18:37 -05:00
Len
148d9c379e
Update y000000000065.cfg
2020-01-13 13:15:50 -05:00
Len
babd4c0958
Update y000000000035.cfg
2020-01-13 13:13:55 -05:00
FusionPBX
b8a08419ad
Update y000000000028.cfg
2020-01-13 10:59:07 -07:00
Len
07f3f697b0
Update {$mac}.xml
...
remove duplicates
2020-01-05 01:01:27 -05:00
micomms
acf99ead87
Update {$mac}.cfg ( #4996 )
...
THE FOLLOWING WERE CHANGED TO VARIABLES: ACCOUNT 1, 2, 3, 4, RING TONES (P104, P423,P523& P623), PC PORT (P231), VLAN TAG (P51), PREFERENCE NO KEY (P85), DIAL NOW (P1085), SRTP MODE (P183 P443 P543 P643), ADVANCED VLAN (P24053), DST START MONTH, DAY, & HOUR (P20076, 77, & 78), DST END MONTH, DAY, & HOUR (P20079, 80, & 81)
2020-01-04 21:32:08 -07:00
mtghr
226061d62f
Update y000000000097.cfg ( #4995 )
2020-01-03 12:10:10 -07:00
micomms
4d2d2f831b
Update {$mac}.cfg ( #4997 )
...
Dial first digit was set to 0 which meant, it would only wake up the screen but not dial the digit. In setting to 1, it will wake
up screensaver and dial.
2020-01-03 12:06:18 -07:00
micomms
acb86b33a0
Update {$mac}.cfg ( #5005 )
...
The following were changed to variables: Account 1, 2, 3, 4, ring tones (P104, P423,P523& P623), PC Port (P231), VLAN TAG (P51), Preference no key (P85), Dial now (P1085), SRTP mode (P183 P443 P543 P643), Advanced VLAN (P24053), DST Start month, day, & hour (P20076, 77, & 78), DST end month, day, & hour (P20079, 80, & 81). (P20018) Pref Dial first digit was set to 0 which meant, it would only wake up the screen but not dial the digit. In setting to 1, it will wake up screensaver and dial. When set to 0, the first digit of a dialed number is often missed.
2020-01-03 12:05:58 -07:00
benwiesner1
8da2d3531e
Update {$mac}.xml ( #4945 )
...
added spa_provision_url
2019-12-31 11:46:15 -07:00
TNSSF
efc9f57631
Update {$mac.xml} ( #4993 )
2019-12-30 16:29:45 -07:00
FusionPBX
e2bb1c445e
Create {$mac.xml}
2019-12-30 12:50:51 -07:00
Baji Zsolt
3ff29c9edc
Added openvpn_url and vpn_enable to all files ( #4989 )
2019-12-28 12:37:00 -07:00
mtghr
f21a029828
Update {$mac}.cfg ( #4988 )
...
disable call forward
2019-12-24 12:52:25 -07:00
FusionPBX
d3ac3f17a1
Update directory.xml
2019-12-18 14:03:21 -07:00
FusionPBX
71e54b4b2a
Update directory.xml
2019-12-18 13:14:56 -07:00
FusionPBX
006ea31c9e
Create config.xml
2019-12-18 12:51:10 -07:00
FusionPBX
a03b8fd140
Create directory.xml
2019-12-17 10:41:24 -07:00
Len
d07e76eda2
Update {$mac}.xml ( #4953 )
2019-12-16 10:58:02 -07:00
Len
7a1fc03831
Update {$mac}.xml ( #4952 )
2019-12-16 10:57:42 -07:00
Len
65621e4e79
Update {$mac}.xml ( #4951 )
2019-12-16 10:57:18 -07:00
Len
52e2701050
Update {$mac}.xml ( #4950 )
2019-12-16 10:56:56 -07:00
Len
ebf825c9c4
Update {$mac}.xml ( #4949 )
2019-12-16 10:56:41 -07:00
root
45319ef301
Set directories to 755 and files to 644
2019-12-14 17:34:17 +00:00
Len
5abdd8fef2
Update y000000000095.cfg ( #4939 )
2019-12-12 08:11:51 -07:00
Len
e51097689a
Update {$mac}.cfg ( #4934 )
...
fix error duplicate
2019-12-06 22:22:34 -07:00
micomms
828b6b96e6
Update {$mac}.cfg ( #4912 )
...
These settings are for EHS/HEADSETS. The template has them set to 0 (Disabled).. So when they get enabled, they end up going back to disabled once phone provisions. I deleted the 0 and left it blank.
2019-12-04 22:00:49 -07:00
TNSSF
e95183a14e
Create {$mac.xml} ( #4842 )
...
* Create {$mac.xml}
This is a template for poly-obi-vvx450
Buttons 1-24 are left side pages 1 - 4
buttons 25-48 are right side pages 1 - 4
Variables used in default settings (all text)
poly_obi_dst_enabled (Day Light savings enabled True / False)
poly_obi_logo_450 (URL TO LOGO FILE)
poly_obi_timezone (For example: "GMT-10:00(Hawaii)" )
* Update {$mac.xml}
corrected line 6463 to set as
<V X_UD="Y"/>
* Update {$mac.xml}
updated
<N>ProxyServerPort</N>
and
<N>ProxyServerTransport</N>
To use values from FusionGUI
* Rename resources/templates/provision/obihai/poly-vvx-450/{$mac.xml} to resources/templates/provision/poly/poly-vvx-450/{$mac.xml}
* Create app_config.php
* Update app_config.php
2019-12-04 16:26:58 -07:00
Len
0b35eb3064
Update {$mac}.xml ( #4927 )
2019-12-03 15:02:27 -07:00
chansizzle
899a7a6ed7
Update {$mac}.cfg ( #4929 )
2019-12-03 12:55:40 -07:00
Len
1ad240f19d
Update {$mac}.cfg ( #4928 )
2019-12-03 12:38:49 -07:00
demonspork
fec8752a8a
Add grandstream_call_waiting and sip_port variables to Grandstream AT… ( #4887 )
...
* Add grandstream_call_waiting and sip_port variables to Grandstream ATA Templates
* Disable Local Feature Codes
2019-11-25 15:21:18 -07:00
Len
4b420f5497
Update {$mac}.xml ( #4894 )
2019-11-22 19:36:44 -07:00
Len
dddda3e8fa
Update {$mac}.xml ( #4895 )
2019-11-22 19:36:22 -07:00
Len
598d8738b4
Update phonebook.xml ( #4898 )
2019-11-22 19:36:13 -07:00
Len
2671d71f6c
Update {$mac}.xml ( #4896 )
2019-11-22 19:35:59 -07:00
Len
892c2d2d50
Update {$mac}.xml ( #4897 )
2019-11-22 19:35:51 -07:00
Len
2fa8edb3fd
Update phonebook.xml ( #4899 )
2019-11-22 19:35:34 -07:00
Len
5b2ad45a40
Update phonebook.xml ( #4900 )
2019-11-22 19:35:28 -07:00
Len
386d601981
Update phonebook.xml ( #4901 )
2019-11-22 19:35:17 -07:00
Len
21d1d97acf
Update phonebook.xml ( #4902 )
2019-11-22 19:35:01 -07:00
Len
64d1b39dd7
Update {$mac}.xml ( #4903 )
2019-11-22 19:34:35 -07:00
Len
3d4d02d449
Update {$mac}.xml ( #4904 )
2019-11-22 19:33:22 -07:00
Len
741245d8fe
Create phonebook.xml ( #4905 )
2019-11-22 19:32:55 -07:00
Len
ebcc53ba10
Create phonebook.xml ( #4906 )
2019-11-22 19:32:33 -07:00
FusionPBX
60f577c088
Update {$mac}.xml
2019-11-21 20:06:01 -07:00
FusionPBX
1e96601bbd
Update phonebook.xml
2019-11-21 19:25:34 -07:00
FusionPBX
c4224a389f
Update directory.xml
2019-11-21 17:21:09 -07:00
FusionPBX
83996cef3f
Update directory.xml
2019-11-21 17:20:30 -07:00
FusionPBX
15745a0cd2
Update directory.xml
2019-11-21 17:20:22 -07:00
FusionPBX
4bba6b555f
Update directory.xml
2019-11-21 17:20:14 -07:00
FusionPBX
ca4e106e1e
Update directory.xml
2019-11-21 17:20:05 -07:00
FusionPBX
68445f3af5
Update directory.xml
2019-11-21 17:19:57 -07:00
FusionPBX
d7da2011ae
Update directory.xml
2019-11-21 17:19:44 -07:00
FusionPBX
b949bd415d
Update directory.xml
2019-11-21 17:19:35 -07:00
FusionPBX
5f4edcac7c
Update directory.xml
2019-11-21 17:19:26 -07:00
FusionPBX
9537237a4d
Update directory.xml
2019-11-21 17:19:19 -07:00
FusionPBX
7841361ec7
Update directory.xml
2019-11-21 17:19:11 -07:00
FusionPBX
5626ba031c
Update directory.xml
2019-11-21 17:19:03 -07:00
FusionPBX
0dc2c62d3f
Update directory.xml
2019-11-21 17:18:56 -07:00
FusionPBX
e49e980278
Update directory.xml
2019-11-21 17:18:48 -07:00
FusionPBX
cffb6e066c
Update directory.xml
2019-11-21 17:18:40 -07:00
FusionPBX
ffb6e135fc
Update directory.xml
2019-11-21 17:16:21 -07:00
FusionPBX
77f7e27756
Update directory.xml
2019-11-21 17:16:09 -07:00
FusionPBX
b779c8c25f
Update directory.xml
2019-11-21 17:15:47 -07:00
FusionPBX
eaa1083554
Update directory.xml
2019-11-21 17:15:31 -07:00
FusionPBX
fb2f957876
Update directory.xml
2019-11-21 17:15:15 -07:00
FusionPBX
f8b817d417
Update directory.xml
2019-11-21 17:14:58 -07:00
FusionPBX
47958f253a
Update directory.xml
2019-11-21 17:14:41 -07:00
FusionPBX
39c1eec7a2
Update directory.xml
2019-11-21 17:14:30 -07:00
FusionPBX
fd92e92474
Update directory.xml
2019-11-21 17:14:15 -07:00
FusionPBX
e71176db7d
Update directory.xml
2019-11-21 17:13:47 -07:00
FusionPBX
1d6a305aef
Update directory.xml
2019-11-21 17:12:56 -07:00
FusionPBX
34bd9c5c52
Update directory.xml
2019-11-21 17:12:35 -07:00
FusionPBX
7eb277e54a
Update directory.xml
2019-11-21 17:12:17 -07:00
FusionPBX
c3bb61b306
Update directory.xml
2019-11-21 17:12:02 -07:00
FusionPBX
5806be1d78
Update directory.xml
2019-11-21 17:11:43 -07:00
FusionPBX
d813f2b1c1
Update directory.xml
2019-11-21 17:10:40 -07:00
FusionPBX
1b3b021fa2
Update directory.xml
2019-11-21 17:10:16 -07:00
FusionPBX
b180549df9
Update directory.xml
2019-11-21 17:10:01 -07:00
FusionPBX
7125a81340
Update directory.xml
2019-11-21 17:09:12 -07:00
FusionPBX
5624c9a0d4
Update directory.xml
2019-11-21 17:08:57 -07:00
FusionPBX
1dee938c9b
Update directory.xml
2019-11-21 17:08:39 -07:00
FusionPBX
04bf5ab12a
Update directory.xml
2019-11-21 17:08:11 -07:00
FusionPBX
02b9a225f0
Update directory.xml
2019-11-21 17:07:47 -07:00
FusionPBX
a8ffecd96f
Update phonebook.xml
2019-11-21 14:52:20 -07:00
FusionPBX
6128284a0f
Update phonebook.xml
2019-11-21 10:24:47 -07:00
Len
e1aa2aa0e9
Update phonebook.xml ( #4884 )
2019-11-21 10:20:45 -07:00
Len
f90f703f18
Update {$mac}.xml ( #4851 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-18 21:07:43 -07:00
Len
2471a9c8c5
Update {$mac}.xml ( #4852 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-18 21:07:22 -07:00
Len
498c267656
Update {$mac}.xml ( #4853 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-18 21:07:02 -07:00
Len
efe4720e53
Update {$mac}.xml ( #4854 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-18 21:02:01 -07:00
Len
067024ec73
Update {$mac}.xml ( #4855 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-18 21:01:17 -07:00
Len
83c7ab0aa6
Update {$mac}.xml ( #4848 )
2019-11-12 20:19:45 -07:00
FusionPBX
613644f0e8
Update {$mac}.cfg
2019-11-12 19:42:21 -07:00
FusionPBX
454d19fe60
Update {$mac}.cfg
2019-11-12 19:41:23 -07:00
Len
21179a6048
Update {$mac}.xml ( #4839 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-11-11 09:23:09 -07:00
saraxxin
593d031da8
Fixed syntax error ( #4841 )
...
Replaced bad syntax on {if isset {variable} with correct syntax: {if isset (variable)}.
2019-11-08 08:46:22 -07:00
Len
6b47b8297b
Create {$mac}.xml ( #4798 )
...
* Create {$mac}.xml
* Update {$mac}.xml
2019-11-06 09:09:47 -07:00
saraxxin
7942ba7954
Updates to Yealink codec provisioning ( #4834 )
...
* Updates to Yealink codec provisioning
Changed codecs to use variables set in default settings.
* Added basic provisioning for swissvoice cp2502 and cp2505g
Codec handling set in default settings.
Need to still work on directory and funtion keys.
* Update app_config.php
2019-11-06 09:05:34 -07:00
Len
25bb925c82
Update {$mac}.xml ( #4824 )
2019-11-05 09:11:32 -07:00
Len
92cb0f0f14
Update {$mac}.xml ( #4825 )
2019-11-05 09:10:57 -07:00
Len
1614587130
Update {$mac}.xml ( #4826 )
2019-11-05 09:09:46 -07:00
Len
b285d6c47e
Update {$mac}.xml ( #4827 )
2019-11-05 09:09:27 -07:00
Len
283598c061
Update {$mac}.xml ( #4828 )
2019-11-05 09:09:12 -07:00
Len
be15980392
Update {$mac}.cfg ( #4703 )
2019-10-21 13:32:31 -06:00
Bryan Redeagle
ce7a7a8dc4
Added better support for Snom phone configuration and firmware. ( #4794 )
2019-10-21 13:28:21 -06:00
Trick Solutions
232199c627
Adding new Mitel 5320e template ( #4793 )
...
* Mitel phones require the exact model in the template. A 5320 and 5320e phones take an identical template. The "e" model has a gigabit ethernet port.
* 1. Added variable {$domain_name} in a few places that need it.
2. Set the NTP server to use dns name instead of IP address.
3. Set dns for NTP to use pool address (0.pool.ntp.org)
4. Removed Admin account to set back to defaults. Will look at setting that as variable.
5. Hardcoded user account password to be more simple. Will look at setting that as a variable.
6. Set host_ip and video_ip to be {$domain_name} as these were pointed to an AT&T old dns server
7. Set hostname of phone to be SIP ID
8. Remove hardcoded IP for NTP and added the DNS pool.
9. Removed boot version and image version from template as wasn't in other provision systems.
* 1. Set admin password to use provisioning variable.
2. Set user password to use provisioning variable.
2019-10-21 13:25:32 -06:00
Len
cebf510d0f
Update {$mac}.xml ( #4782 )
...
* Update {$mac}.xml
2019-10-16 21:44:50 -06:00
Len
0c5a284ec8
Update {$mac}.xml ( #4788 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-10-16 19:36:26 -07:00
Len
1f5d37d7b2
Update {$mac}.xml ( #4787 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-10-16 19:35:52 -07:00
Len
0bfea641ac
Update {$mac}.xml ( #4786 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-10-16 19:35:34 -07:00
Len
5c286f6d39
Update {$mac}.xml ( #4785 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-10-16 19:35:07 -07:00
Len
006a0fa97f
Update {$mac}.xml ( #4784 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-10-16 19:34:45 -07:00
Len
562384e843
Update {$mac}.xml ( #4790 )
2019-10-16 19:34:18 -07:00
Len
157a5f9a66
Update {$mac}.xml ( #4774 )
2019-10-10 22:39:38 -07:00
Len
8bf7addb09
Update {$mac}.xml ( #4773 )
2019-10-10 22:39:17 -07:00
Len
df2091e132
Update {$mac}.xml ( #4772 )
2019-10-10 22:38:45 -07:00
Len
fbbf0fbc43
Update {$mac}.xml ( #4771 )
2019-10-10 22:38:16 -07:00
Len
6d1ccf2043
Update {$mac}.xml ( #4770 )
2019-10-10 22:37:55 -07:00
Len
114fee5cb6
Update {$mac}.xml ( #4769 )
2019-10-10 22:37:29 -07:00
Len
0a949b946b
Update {$mac}.xml ( #4768 )
2019-10-10 22:36:59 -07:00
Len
e885848691
Update {$mac}.xml ( #4767 )
2019-10-10 22:36:27 -07:00
Len
37c2770a9c
Update {$mac}.xml ( #4766 )
2019-10-10 22:35:46 -07:00
Len
5bffd4f992
Update {$mac}.xml ( #4765 )
2019-10-10 22:35:07 -07:00
FusionPBX
5c5fb635eb
Update {$mac}.xml
2019-10-10 14:22:17 -06:00