Commit Graph

4150 Commits

Author SHA1 Message Date
nemerald-voip e796bb7bde
Update {$mac}.cfg
Fixed Intercom button. Added extension pick up button. Implemented ability to control which buttons show on idle and home screens
2021-03-08 07:17:33 -08:00
FusionPBX 5b0f7d95b9
Merge pull request #5788 from greenbea/patch-23
Yealink T29g add yealink_dnd_allow variable
2021-03-06 09:52:58 -07:00
FusionPBX 98392adcf0
Merge pull request #5790 from demonspork/grandstream_hide-remote-blf_status
Grandstream: Hide BLF Remote Status And More Distinctive Ring

Hide the other connected party on the BLF of supported phones. When not hidden a busy BLF will show the other connected party/sttaus of the call by flashing back and forth between the BLF label and the caller ID.
It also impacts the park buttons, but they typically only show the word "park" because of the character limitations.
Also did more effective find/replace for the distnctive ring variables with regex! (plus a typo was made in the previous version)
2021-03-06 09:49:00 -07:00
chansizzle 886544367f
closed open if statements 2021-03-05 17:13:21 -07:00
demonspork 99fb4ae078 Grandstream: Hide BLF Remote Status And More Distinctive Ring
Hide the other connected party on the BLF of supported phones. When not hidden a busy BLF will show the other connected party/sttaus of the call by flashing back and forth between the BLF label and the caller ID.
It also impacts the park buttons, but they typically only show the word "park" because of the character limitations.
Also did more effective find/replace for the distnctive ring variables with regex!
2021-03-02 21:34:25 -06:00
agree 229675ae49
Yealink T29g add yealink_dnd_allow variable 2021-03-01 15:01:29 -05:00
FusionPBX f054319197
Merge pull request #5784 from demonspork/grandstream-headsets
Grandstream: Plantronics EHS and additional non-clobbering of settings
2021-02-25 17:36:43 -07:00
demonspork 1d9694a671 Grandstream template nway conference support
Support enabling nway conference with Grandstream phones if nway_conference is set to true. If it is not true, it sets the conference URI back to blank to restore local conference
2021-02-25 17:10:49 -06:00
demonspork 0f9098cfb4 Grandstream: Plantronics EHS and additional non-clobbering of settings
Grandstream template updates to support plantronics EHS via grandstream_headset_type and grandstream_headset_key_mode variables.
Also updated wallpaper and screensaver if/else statements to leave out the variables if they are not defined instead of clobbering the user setting. If you want to mandate a certain setting, just set the variable. If the variable is unset it will not overwrite on provision and allow the previous setting to remain.
2021-02-25 15:23:33 -06:00
FusionPBX 313704745a
Merge pull request #5780 from chansizzle/patch-398
y000000000000.cfg renamed y000000000073.cfg
2021-02-22 15:28:24 -07:00
chansizzle bc39596fd9
Rename y000000000000.cfg to y000000000073.cfg 2021-02-22 12:51:27 -07:00
chansizzle c0634e5b40
y000000000000.cfg renamed y000000000073.cfg 2021-02-22 12:50:27 -07:00
FusionPBX c7e981dd20
Merge pull request #5774 from chansizzle/patch-397
y000000000000.cfg renamed y000000000078.cfg
2021-02-18 21:05:03 -07:00
FusionPBX db3dbf69fb
Merge pull request #5773 from chansizzle/patch-396
Rename y000000000000.cfg to y000000000078.cfg
2021-02-18 21:04:49 -07:00
FusionPBX 13d97d67e2
Added http.cfg.enabled and httpd.cfg.port. 2021-02-18 17:00:07 -07:00
chansizzle f4948f6886
y000000000000.cfg renamed y000000000078.cfg 2021-02-18 13:35:05 -07:00
chansizzle 39c6b4a3f0
Rename y000000000000.cfg to y000000000078.cfg 2021-02-18 13:34:01 -07:00
FusionPBX 8e92ad53d2
Chang the tls-verify-date so that it defaults to false. 2021-02-17 22:12:42 -07:00
FusionPBX 21e03349dd
Chang the tls-verify-date so that it defaults to false. 2021-02-17 22:12:24 -07:00
FusionPBX 183e7b1bcb
Change tls-verify-date so that it defaults to false. 2021-02-17 22:11:33 -07:00
FusionPBX 9cededce15
Change tls-verify-date to false. 2021-02-17 22:10:51 -07:00
FusionPBX c6cb47de95
Update {$mac}.cfg 2021-02-16 12:27:20 -07:00
FusionPBX 63a48d61c5
Update {$mac}.cfg 2021-02-16 10:59:45 -07:00
chansizzle 104146df64
Update y000000000000.cfg 2021-02-12 14:00:35 -07:00
chansizzle ae168b1e6e
Update {$mac}.cfg 2021-02-11 14:58:24 -07:00
chansizzle b77025b9ba
Update {$mac}.cfg 2021-02-10 14:51:34 -07:00
chansizzle 33c3cebdcd
Update {$mac}.cfg 2021-02-10 14:04:40 -07:00
cranben f4169c3ff6
Update {$mac}.cfg
Updated format with     account.{$row.line_number}     which allows us to drop the 5 extra accounts. going from 3061 lines to 673 
also fixed some spacing issues
2021-02-10 11:42:01 -07:00
FusionPBX 5a5ef08641
Merge pull request #5747 from jasonkinner/patch-3
Added OpenVPN Variables
2021-02-05 12:28:10 -07:00
FusionPBX eedc439db2
Merge pull request #5746 from jasonkinner/patch-2
Added OpenVPN Variables

Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-02-05 12:27:48 -07:00
FusionPBX 3a17f0a587
Merge pull request #5745 from jasonkinner/patch-1
Added OpenVPN Variables

Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-02-05 12:27:34 -07:00
FusionPBX fd85413b3c
Merge pull request #5748 from jasonkinner/patch-4
Added OpenVPN Variables

Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-02-05 12:27:05 -07:00
FusionPBX b7f24515a9
Merge pull request #5744 from jasonkinner/patch-9
Added OpenVPN Variables

Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-02-05 12:25:01 -07:00
FusionPBX afb4941152
Merge pull request #5757 from chansizzle/patch-389
improved voicemail button
2021-02-05 12:23:05 -07:00
chansizzle 741becd8bb
improved voicemail button 2021-02-05 11:53:28 -07:00
chansizzle a2faa30c21
improved voicemail button 2021-02-05 11:40:25 -07:00
FusionPBX 8ce56586ec
Add line keys, feature key sync, admin password to vp59. 2021-02-04 12:11:07 -07:00
FusionPBX b821cc92b0
Additional changes to vp59 to complete phone registration. 2021-02-04 12:09:50 -07:00
FusionPBX 9609e9860f
Create favorite_setting.xml 2021-02-04 10:38:48 -07:00
FusionPBX ca83d7da74
Create directory.xml 2021-02-04 10:38:09 -07:00
FusionPBX 4c84c96442
Create y000000000000.boot 2021-02-04 10:37:28 -07:00
FusionPBX d3f22ead66
Create y000000000091.cfg
Initial commit for the Yealink vp59 common file.
2021-02-04 10:36:14 -07:00
FusionPBX fd620b3823
Start the Yealink vp59 template. 2021-02-04 10:25:25 -07:00
FusionPBX e10e530561
Fix the callBackMode, Add subscribe.expires, and contacts_directory 2021-02-03 12:51:07 -07:00
FusionPBX b04b2b8a8b
Fix the callBackMode, Add subscribe.expires, and contacts_directory 2021-02-03 12:49:47 -07:00
FusionPBX a5b9b2b3d3
Fix the callBackMode, Add subscribe.expires, and contacts_directory 2021-02-03 12:14:11 -07:00
demonspork 89c51da324 Add nway conference network URI to Yealink Templates
Support for the nway_conference variable and dialplan (disabled by default) baked into the templates.
2021-02-01 13:59:54 -06:00
Jason Kinner e43527c48c
Added OpenVPN Variables
Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-01-28 16:18:54 -05:00
Jason Kinner 520a249297
Added OpenVPN Variables
Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-01-28 16:17:42 -05:00
Jason Kinner 38340347f6
Added OpenVPN Variables
Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-01-28 16:16:29 -05:00
Jason Kinner 16ac6dbdaf
Added OpenVPN Variables
Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-01-28 16:15:11 -05:00
Jason Kinner 61cf9b998b
Added OpenVPN Variables
Added the following variables to support OpenVPN:
grandstream_openvpn_enable (P7050)
grandstream_openvpn_server (P7051)
grandstream_openvpn_port (P7052)
grandstream_openvpn_transport (P2912)
grandstream_openvpn_ca (P9902)
grandstream_openvpn_cert (P9903)
grandstream_openvpn_key (P9904)
grandstream_openvpn_cipher (P8396)
grandstream_openvpn_username (8394)
grandstream_openvpn_password (P8395)
grandstream_openvpn_options (P8460)
2021-01-28 16:06:42 -05:00
chansizzle 0a80d0a626
improved voicemail button 2021-01-26 15:59:28 -07:00
FusionPBX 951842aa6f
Merge pull request #5741 from nemerald-voip/master
Updated Polycom config with more features and enhanced security. This request also has a fix for Polycom TLS issue for Debian 9 not matching Polycom default ciphers.
2021-01-25 11:56:13 -07:00
nemerald-voip 19f3126159
Update {$mac}.cfg 2021-01-25 10:49:58 -08:00
nemerald-voip 8510e1984a
Polycom config file with more features and securities 2021-01-25 10:05:16 -08:00
Mark J Crane 6f878f7a89 Add new Polycom 6.x template 2021-01-25 10:01:55 -07:00
FusionPBX 7bfb6f08ef
Update {$mac}.cfg
Add strictCertCommonNameValidation.set = 1 so that certificate validation setting works better.
2021-01-21 17:44:20 -07:00
FusionPBX 71a2ad9a24
Update {$mac}.cfg
Add strictCertCommonNameValidation.set = 1 so that certificate validation setting works better.
2021-01-21 17:42:46 -07:00
FusionPBX 0762d22059
Update the 4.x TLS settings. 2021-01-20 18:02:46 -07:00
FusionPBX 19d51c6ab8
Remove a redundant device.sec.TLS.prov.strictCertCommonNameValidation 2021-01-20 17:58:21 -07:00
FusionPBX cf517da6c1
Merge pull request #5734 from chansizzle/patch-387
softkey updates
2021-01-19 16:44:37 -07:00
FusionPBX 0d40da0b12
Merge pull request #5732 from greenbea/patch-8
Grandstream HT802 fix loop_current_disconnect}
2021-01-19 16:44:12 -07:00
chansizzle 3d091aec49
softkey updates 2021-01-19 14:10:07 -07:00
agree 546ecc79f8
Grandstream add session timer variable 2021-01-19 15:18:03 -05:00
agree 9dfec2ce9a Grandstream HT802 fix loop_current_disconnect} 2021-01-19 12:27:21 -05:00
chansizzle a13af28cdd
improved for voicemail button 2021-01-18 14:12:43 -07:00
FusionPBX 012b5b2184
Delete resources/templates/conf/sip_profiles/external directory
Remove deprecated files.
2021-01-15 19:17:22 -07:00
FusionPBX c4dc4dde12
Delete resources/templates/conf/sip_profiles/internal directory
More directory cleanup of deprecated files.
2021-01-15 19:17:02 -07:00
FusionPBX a5d2286d3c
Remove the gateway include 2021-01-15 19:16:38 -07:00
FusionPBX cb0b13eaad
Remove the gateway include 2021-01-15 19:16:00 -07:00
FusionPBX 6b3e832d43
Delete default.xml.noload
Remove deprecated files.
2021-01-15 19:14:26 -07:00
FusionPBX d891eb06dd
Delete features.xml.noload
Remove deprecated files.
2021-01-15 19:14:20 -07:00
FusionPBX dda37c76e1
Delete public.xml.noload
Remove deprecated files.
2021-01-15 19:14:14 -07:00
FusionPBX 208ce9e860
Delete skinny-patterns.xml.noload
Remove deprecated files.
2021-01-15 19:14:02 -07:00
FusionPBX 1f5840d257
Delete resources/templates/conf/dialplan/public directory
Remove deprecated files.
2021-01-15 19:13:54 -07:00
FusionPBX 01f78e8287
Delete resources/templates/conf/dialplan/default directory
Remove deprecated files.
2021-01-15 19:13:26 -07:00
FusionPBX 930696ae31
Delete resources/templates/conf/dialplan/skinny-patterns directory
Remove deprecated files.
2021-01-15 19:12:57 -07:00
FusionPBX b797469948
Delete brian.xml.noload
Remove deprecated files.
2021-01-15 19:12:25 -07:00
FusionPBX 4939ba863a
Delete default.xml.noload
Remove deprecated files.
2021-01-15 19:12:08 -07:00
FusionPBX ecd39ddc1e
Delete example.com.xml.noload
Remove deprecated files.
2021-01-15 19:12:01 -07:00
FusionPBX 1d8b236bcc
Delete skinny-example.xml.noload
Remove deprecated files.
2021-01-15 19:11:51 -07:00
FusionPBX eaa04f9e22
Delete default.xml.noload
Remove deprecated files.
2021-01-15 19:11:38 -07:00
chansizzle fe197cd2f9
improved for voicemail button 2021-01-14 14:40:44 -07:00
agree 80f47cb919
Grandstream add Loop Current Disconnect variable 2021-01-11 17:11:54 -05:00
Adrian Fretwell 77a800672c
Create {$mac}.cfg 2021-01-05 21:09:15 +00:00
Adrian Fretwell 3bd771302c
Create favorite_setting.xml 2021-01-05 21:06:28 +00:00
Adrian Fretwell 50c66d7d4c
Update directory.xml 2021-01-05 21:04:56 +00:00
Adrian Fretwell 4501c390e1
Create directory.xml 2021-01-05 21:04:12 +00:00
Adrian Fretwell 05f197920c
Update y000000000123.cfg 2021-01-05 21:03:28 +00:00
Adrian Fretwell 5d5008ba3d
Create y000000000123.cfg 2021-01-05 21:02:21 +00:00
Adrian Fretwell a6d6786d52
Update y000000000000.boot 2021-01-05 21:00:36 +00:00
Adrian Fretwell fc15aee3d5
Create y000000000000.boot 2021-01-05 21:00:08 +00:00
chansizzle db7c5bc01b
create X7C 2021-01-04 17:53:53 -07:00
FusionPBX 60a620f494
Yealink Add original party caller ID to call history for unparked calls
Add the ability for the "History" to show the original caller ID when picking up parked/intercepted calls instead of the history showing the dial code that was used to pick up the call. The Call History on the phones would show park+*5901 after using a button to pick up a parked call. The Caller's name would display properly during the call but wasn't in the history unless this variable is set.
2020-12-22 10:43:46 -07:00
demonspork ff498aa6f9 Yealink Add original party caller ID to call history for picked up call park and call intercept.
Add the ability for the "History" to show the original caller ID when picking up parked/intercepted calls instead of the history showing the dial code that was used to pick up the call. The Call History on the phones would show park+*5901 after using a button to pick up a parked call. The Caller's name would display properly during the call but wasn't in the history unless this variable is set.
2020-12-22 10:54:45 -06:00
chansizzle b0f845e864
account #s update 2020-12-21 13:30:56 -07:00
fusionate d73ce5e1d8 Provisioning - Htek UC903,UC923,UC924: Add Line Key 9-12 Account template variables. 2020-12-18 16:44:24 -07:00
fusionate a2b4c75969 Provisioning - Htek UC926: Add Line Key 9-12 Account template variables. 2020-12-18 16:17:02 -07:00
chansizzle aee172e845
Create gxv3380 2020-12-15 13:26:35 -07:00
FusionPBX a4107a1b6c
Merge pull request #5645 from chansizzle/patch-349
adding dhcp options variables
2020-12-14 18:08:20 -07:00
FusionPBX 9d86c0a174
Merge pull request #5644 from chansizzle/patch-348
adding dhcp options variables
2020-12-14 18:08:13 -07:00
FusionPBX d87ddf61e6
Merge pull request #5639 from chansizzle/patch-343
adding dhcp options variables
2020-12-14 18:08:08 -07:00
FusionPBX e0174b9f43
Merge pull request #5638 from chansizzle/patch-342
adding dhcp options variables
2020-12-14 18:08:01 -07:00
FusionPBX 79364a0548
Merge pull request #5637 from chansizzle/patch-341
adding dhcp options variables
2020-12-14 18:07:55 -07:00
FusionPBX b41571d5c3
Merge pull request #5636 from chansizzle/patch-340
adding dhcp options variables
2020-12-14 18:07:49 -07:00
FusionPBX 36fa4205c7
Merge pull request #5635 from chansizzle/patch-339
adding dhcp options variables
2020-12-14 18:07:41 -07:00
FusionPBX 47b972b8a5
Merge pull request #5634 from chansizzle/patch-338
adding dhcp options variables
2020-12-14 18:07:33 -07:00
FusionPBX 3704403bdb
Merge pull request #5633 from chansizzle/patch-337
adding dhcp options variables
2020-12-14 18:07:19 -07:00
FusionPBX dd45e4a5a1
Merge pull request #5632 from chansizzle/patch-336
adding dhcp options variables
2020-12-14 18:07:10 -07:00
FusionPBX 0839881aa5
Merge pull request #5630 from chansizzle/patch-334
adding dhcp options variables
2020-12-14 18:07:03 -07:00
FusionPBX 51feb7d32d
Merge pull request #5646 from chansizzle/patch-350
adding dhcp options variables
2020-12-14 18:05:58 -07:00
FusionPBX 434712ce11
Merge pull request #5658 from chansizzle/patch-363
adding dhcp options variables
2020-12-14 18:05:48 -07:00
FusionPBX 0344c1df89
Merge pull request #5657 from chansizzle/patch-362
adding dhcp options variables
2020-12-14 18:05:32 -07:00
FusionPBX 81d998606a
Merge pull request #5655 from chansizzle/patch-360
adding dhcp options variables
2020-12-14 18:05:21 -07:00
FusionPBX e972d572d6
Merge pull request #5654 from chansizzle/patch-359
adding dhcp options variables
2020-12-14 18:05:16 -07:00
FusionPBX 6b90f34b33
Merge pull request #5653 from chansizzle/patch-357
adding dhcp options variables
2020-12-14 18:05:12 -07:00
FusionPBX dc7da01e5e
Merge pull request #5652 from chansizzle/patch-356
adding dhcp options variables
2020-12-14 18:05:05 -07:00
FusionPBX 9c67208fcf
Merge pull request #5651 from chansizzle/patch-355
adding dhcp options variables
2020-12-14 18:04:58 -07:00
FusionPBX 27a5cc912d
Merge pull request #5650 from chansizzle/patch-354
adding dhcp options variables
2020-12-14 18:04:49 -07:00
FusionPBX 76c3d2d108
Merge pull request #5647 from chansizzle/patch-351
adding dhcp options variables
2020-12-14 18:04:35 -07:00
FusionPBX 4d78d9ef05
Merge pull request #5656 from chansizzle/patch-361
adding dhcp options variables
2020-12-14 18:04:17 -07:00
FusionPBX 6c48a52033
Merge pull request #5643 from chansizzle/patch-347
adding dhcp options variables
2020-12-14 18:03:46 -07:00
FusionPBX 55f8bb60ad
Merge pull request #5649 from chansizzle/patch-353
adding dhcp options variables
2020-12-14 18:02:38 -07:00
FusionPBX 4bc2cb6a80
Merge pull request #5648 from chansizzle/patch-352
adding dhcp options variables
2020-12-14 18:02:29 -07:00
FusionPBX 88b7af1dcd
Merge pull request #5642 from chansizzle/patch-346
adding dhcp options variables
2020-12-14 18:02:08 -07:00
FusionPBX 6958c1ce24
Merge pull request #5641 from chansizzle/patch-345
adding dhcp options variables
2020-12-14 18:02:01 -07:00
FusionPBX e6c4d75cc4
Merge pull request #5640 from chansizzle/patch-344
Adding DHCP options variables
2020-12-14 18:01:55 -07:00
FusionPBX 1db81cf8a2
Adding dhcp options variables. Pull request #5631
adding dhcp options variables
2020-12-12 01:58:47 -07:00
FusionPBX 154af8be2e
Adding dhcp options variables. Pull request #5629
adding dhcp options variables
2020-12-12 01:58:05 -07:00
FusionPBX 227505be58
Adding dhcp options variables. Pull request #5628
adding dhcp options variables
2020-12-12 01:57:44 -07:00
FusionPBX 4af7d5b02a
Adding dhcp options variables. Pull request #5627
adding dhcp options variables
2020-12-12 01:57:26 -07:00
FusionPBX 2d6cc4706b
Adding dhcp options variables. Pull request #5626
Update {$mac}.xml
2020-12-12 01:56:39 -07:00
FusionPBX dd20dd46e0
Adding dhcp options variables. Pull request #5625
Update {$mac}.xml
2020-12-12 01:56:20 -07:00
FusionPBX e09109cf2b
Adding dhcp options variables. Pull request #5624
Update {$mac}.xml
2020-12-12 01:56:08 -07:00
FusionPBX 256a2dbca6
Adding dhcp options variables. Pull request #5623
Update {$mac}.xml
2020-12-12 01:54:49 -07:00
FusionPBX 3441e20d4b
Adding dhcp options variables. Pull request #5622
Update {$mac}.xml
2020-12-12 01:54:01 -07:00
FusionPBX 6db11e428c
Adding dhcp options variables. Pull request #5659
adding dhcp options variables
2020-12-12 01:53:20 -07:00
FusionPBX ddfb543cb6
Adding dhcp options variables. Pull request #5660
adding dhcp options variables
2020-12-12 01:53:01 -07:00
FusionPBX d535dbe40e
Adding dhcp options variables. Pull request #5661
adding dhcp options variables
2020-12-12 01:52:41 -07:00
FusionPBX 1067162a05
Adding dhcp options variables. Pull request #5662
adding dhcp options variables
2020-12-12 01:52:18 -07:00
FusionPBX 5bd719322d
Adding dhcp options variables. Pull request #5663
adding dhcp options variables
2020-12-12 01:51:56 -07:00
FusionPBX 6c4c87df6a
Adding dhcp options variables. Pull ull request #5665
adding dhcp options variables
2020-12-12 01:51:36 -07:00
FusionPBX 56877f1f55
Adding dhcp options variables. Pull request #5666
adding dhcp options variables
2020-12-12 01:51:06 -07:00
FusionPBX 4da8aaa9c4
Adding dhcp options variables. Pull request #5667
adding dhcp options variables
2020-12-12 01:50:02 -07:00
FusionPBX 7af1c5007a
Adding dhcp options variables. Pull request #5664
adding dhcp options variables
2020-12-12 01:48:54 -07:00
FusionPBX 2843b786db
Adding dhcp options variables. Pull request #5668
adding dhcp options variables
2020-12-12 01:48:11 -07:00
FusionPBX a8296ce604
Adding dhcp options variables. Pull request #5669
adding dhcp options variables
2020-12-12 01:47:45 -07:00
FusionPBX b72aba79a5
Adding dhcp options variables. Pull request #5670
adding dhcp options variables
2020-12-12 01:47:14 -07:00
chansizzle 624bcd215a
adding dhcp options variables 2020-12-11 16:15:17 -07:00
chansizzle 6df278da2f
adding dhcp options variables 2020-12-11 16:14:21 -07:00
chansizzle 4000a64c65
adding dhcp options variables 2020-12-11 16:13:28 -07:00
chansizzle 8310e672a5
adding dhcp options variables 2020-12-11 16:12:30 -07:00
chansizzle 6c59863987
adding dhcp options variables 2020-12-11 16:11:43 -07:00
chansizzle 9609ca5977
adding dhcp options variables 2020-12-11 16:10:56 -07:00
chansizzle 8f905a5e26
adding dhcp options variables 2020-12-11 16:10:15 -07:00
chansizzle 53063d6627
adding dhcp options variables 2020-12-11 16:09:33 -07:00
chansizzle fa3890e2c9
adding dhcp options variables 2020-12-11 16:07:17 -07:00
chansizzle 2cc3f9a88b
adding dhcp options variables 2020-12-11 16:06:13 -07:00
chansizzle df27ae9d76
adding dhcp options variables 2020-12-11 16:05:19 -07:00
chansizzle b803a2cebe
adding dhcp options variables 2020-12-11 16:04:24 -07:00
chansizzle 1ca265c4cf
adding dhcp options variables 2020-12-11 16:03:10 -07:00
chansizzle 7b1c4b6ba7
adding dhcp options variables 2020-12-11 16:02:12 -07:00
chansizzle 012541b90b
adding dhcp options variables 2020-12-11 16:01:22 -07:00
chansizzle 96ccbaeca1
adding dhcp options variables 2020-12-11 16:00:40 -07:00
chansizzle 719091db15
adding dhcp options variables 2020-12-11 15:59:50 -07:00
chansizzle 8c9897994b
adding dhcp options variables 2020-12-11 15:59:04 -07:00
chansizzle 6560ef8aee
adding dhcp options variables 2020-12-11 15:56:55 -07:00
chansizzle c10d1e5811
adding dhcp options variables 2020-12-11 15:56:05 -07:00
chansizzle fbafece897
adding dhcp options variables 2020-12-11 15:55:05 -07:00
chansizzle 528efad407
adding dhcp options variables 2020-12-11 15:54:06 -07:00
chansizzle 068f3cc302
adding dhcp options variables 2020-12-11 15:53:04 -07:00
chansizzle 00906fea1e
adding dhcp options variables 2020-12-11 15:51:56 -07:00
chansizzle 4c92637b4f
adding dhcp options variables 2020-12-11 15:51:08 -07:00
chansizzle ae0b773346
adding dhcp options variables 2020-12-11 15:50:20 -07:00
chansizzle ba2663368a
adding dhcp options variables 2020-12-11 15:48:46 -07:00
chansizzle 885e37f5d5
adding dhcp options variables 2020-12-11 15:45:42 -07:00
chansizzle 3ae4f25072
adding dhcp options variables 2020-12-11 15:44:32 -07:00
chansizzle 608432e5b5
adding dhcp options variables 2020-12-11 15:42:36 -07:00
chansizzle 9fd7d873d5
adding dhcp options variables 2020-12-11 15:31:55 -07:00
chansizzle 6d23d223d7
adding dhcp options variables 2020-12-11 15:30:53 -07:00
chansizzle 370aa13344
adding dhcp options variables 2020-12-11 15:29:39 -07:00
chansizzle 7310c7abed
adding dhcp options variables 2020-12-11 15:28:36 -07:00
chansizzle 649ca34513
adding dhcp options variables 2020-12-11 15:26:51 -07:00
chansizzle 6f5c923b11
adding dhcp options variables 2020-12-11 15:25:33 -07:00
chansizzle 4d82af83d6
adding dhcp options variables 2020-12-11 15:24:11 -07:00
chansizzle d231741dcd
adding dhcp options variables 2020-12-11 15:22:43 -07:00
chansizzle ada36e65b2
adding dhcp options variables 2020-12-11 15:21:34 -07:00
chansizzle 5dbe8b19b8
adding dhcp options variables 2020-12-11 15:19:54 -07:00
chansizzle 15af7e3589
adding dhcp options variables 2020-12-11 15:18:21 -07:00
chansizzle d984098524
adding dhcp options variables 2020-12-11 15:17:07 -07:00
chansizzle 0e0bdb502b
adding dhcp options variables 2020-12-11 15:16:07 -07:00
chansizzle c0e6dfaaee
adding dhcp options variables 2020-12-11 15:15:02 -07:00
chansizzle 526f595c05
adding dhcp options variables 2020-12-11 15:14:01 -07:00
chansizzle 146c2f848f
Update {$mac}.xml
dhcp options
2020-12-11 15:07:20 -07:00
chansizzle 402632eb85
Update {$mac}.xml
dhcp options
2020-12-11 15:04:20 -07:00
chansizzle e57ae5b159
Update {$mac}.xml
dhcp options
2020-12-11 15:03:05 -07:00
chansizzle 3a5195f9c8
Update {$mac}.xml
dhcp options
2020-12-11 14:59:12 -07:00
chansizzle 4fc1143a6b
Update {$mac}.xml
dhcp options
2020-12-11 14:57:39 -07:00
chansizzle 30efd90981
Update {$mac}.xml
sip transport protocol
2020-12-04 18:14:04 -07:00
FusionPBX 8433a83c79
Add polycom lcl.ml.lang 2020-12-01 12:51:44 -07:00
FusionPBX cd692a5973
Add polycom lcl.ml.lang 2020-12-01 12:51:04 -07:00
FusionPBX f6334ad9d0
Merge pull request #5605 from chansizzle/patch-322
Improved button display format TLS transport
2020-11-28 10:51:55 -07:00
FusionPBX 278019e4fe
Merge pull request #5607 from winsock/grandstream_dialplan
Allow park+x in the Grandstream Dialplan
2020-11-28 10:48:48 -07:00
FusionPBX 6489868e6a
Add shared_line support to Snom D745 2020-11-25 22:44:34 -07:00
Andrew Querol f1349fac12 Allow both park+x and park+*x prefixes in the Grandstream dialplan.
See #5606 for context
2020-11-20 19:17:43 -06:00
chansizzle a4c21079b5
Update {$mac}.cfg
improved button display format
TLS transport
2020-11-20 14:25:51 -07:00
FusionPBX 8be1550689
Merge pull request #5596 from demonspork/yealink-local-directory
Yealink Local Directory - Enable Local Directory. Disabled by default to preserve existing behavior (variable unset in configuration file)
2020-11-20 11:36:10 -07:00
FusionPBX 7a627734f5
Merge pull request #5603 from chansizzle/patch-320
Fanvil x5u - improved button display format, TLS transport
2020-11-20 11:21:57 -07:00
FusionPBX 44ad82052b
Merge pull request #5604 from chansizzle/patch-321
Fanvil x4u - tls, side key update
2020-11-20 11:21:01 -07:00
chansizzle 2ca05b0eb6
Update {$mac}.cfg
TLS transport
2020-11-20 10:21:18 -07:00
chansizzle c5923f0818
Update {$mac}.cfg
improved button display format
TLS transport
2020-11-20 10:14:36 -07:00
chansizzle 22fea7375e
Update {$mac}.cfg
tls
side key update
2020-11-19 22:40:53 -07:00
chansizzle d5e5cc45cf
Update {$mac}.cfg
updated to conform to firmware 2.2.10 tags
improved button display format
TLS transport
2020-11-19 17:02:40 -07:00
demonspork 99e2060a50 Yealink Local Directory
Enable Local Directory. Disabled by default to preserve existing behavior (variable unset in configuration file)
2020-11-18 12:51:11 -06:00
FusionPBX f013aa5059
Merge branch 'master' into gxp_feature_key_sync 2020-11-18 08:39:14 -07:00
FusionPBX ecfe0fac00
Merge pull request #5543 from demonspork/grandstream-unconfigured-provision
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.
2020-11-17 21:19:00 -07:00
FusionPBX 600eea47b5
Firmware Upgrade Confirmation set to 0 no this will allow unattended firmware upgrade. 2020-11-17 20:24:43 -07:00
FusionPBX df94bc97e6
Update {$mac}.xml 2020-11-17 20:19:09 -07:00
FusionPBX 9af41fab4f
Merge pull request #5547 from demonspork/GXP17xx-template-fixes
GXP17xx Template Improvements
2020-11-17 20:16:03 -07:00
FusionPBX 2ecd64554d
Merge pull request #5585 from winsock/grp2614-2616-typos
Fix XML issues with the GRP2614/2616 Templates
2020-11-17 20:12:59 -07:00
FusionPBX 3696269c39
Merge pull request #5560 from winsock/grandstream-xml
Grandstream GXV3370 Template Improvements
2020-11-17 20:11:55 -07:00
FusionPBX 36360f8ce3
Merge pull request #5590 from greenbea/https_provisioning
grandstream dp750 use https provisioning
2020-11-17 18:25:34 -07:00
Greenbea 0068aa8ee2 grandstream dp750 use https provisioning 2020-11-17 17:23:49 -05:00
Andrew Querol 658bc3835e Fix XML validation issues with the templates. 2020-11-16 21:20:15 -06:00
chansizzle 04d7538b45
Update {$mac}.cfg
updated to conform to firmware 2.2.10 tags.
improved button display format.
2020-11-13 14:25:21 -07:00
FusionPBX 808d284cb6
Merge pull request #5577 from Len-PGH/patch-182
Create y000000000000.boot for Yealink T46u
2020-11-12 20:18:30 -07:00
FusionPBX 328894b3e3
Create favorite_setting.xml for Yealink T46u 2020-11-12 20:17:15 -07:00
FusionPBX 792a37df2c
Merge pull request #5575 from Len-PGH/patch-180 2020-11-12 20:16:38 -07:00
FusionPBX 46f416e00c
Create y000000000108.cfg for Yealink t46u 2020-11-12 20:16:05 -07:00
FusionPBX 8022b5db89
Create favorite_setting.xml for Yealink T58a 2020-11-12 20:14:19 -07:00
Len 0490a7013b
Rename resources/templates/provision/yealink/favorite_setting.xml to resources/templates/provision/yealink/t46u/favorite_setting.xml 2020-11-12 22:06:44 -05:00
Len 07e3515108
Rename resources/templates/provision/yealink/y000000000000.boot to resources/templates/provision/yealink/t46u/y000000000000.boot 2020-11-12 22:05:24 -05:00
Len 2f723098dd
Rename resources/templates/provision/yealink/favorite_setting.xml to resources/templates/provision/yealink/t58a/favorite_setting.xml 2020-11-12 22:03:52 -05:00
FusionPBX 0a666bb060
Create directory.xml for Yealink T58a 2020-11-12 19:56:57 -07:00
Len d852a9bb85
Rename resources/templates/provision/yealink/directory.xml to resources/templates/provision/yealink/t58a/directory.xml 2020-11-12 21:55:21 -05:00
FusionPBX c59ae2f137
Merge pull request #5569 from mbarvoipdrs/master
Yealink T53W, T54W, W60B mac.cfg update
2020-11-12 19:48:12 -07:00
mbarvoipdrs 8094c35a3b
Update {$mac}.cfg
fixed spacing.
2020-11-12 17:25:06 -05:00
mbarvoipdrs 89a492c012
Update {$mac}.cfg
Updated T53W config to be able for username to be ext@domain if the primary server is set.
2020-11-12 17:19:55 -05:00
mbarvoipdrs 95fbe66763
Update {$mac}.cfg
Fixing account 9.
2020-11-12 17:18:37 -05:00
mbarvoipdrs b4604c08ba
Update {$mac}.cfg
added if a primary server is set for lines 1-10 the username will be ext@domain
2020-11-12 15:53:07 -05:00
mbarvoipdrs 7c8a63b41d
Update y000000000077.cfg
Added firmware line for the W59R handset:
over_the_air.url.w59r = {$yealink_firmware_url}/{$yealink_w59r_handset_firmware_url}
2020-11-12 14:53:13 -05:00
mbarvoipdrs 573f1872fc
Update {$mac}.cfg
Update to W60B:
Added:
SCA
Voicemail for all Lines
Added if then else for ext@domain when the primary server is set for that extension on all lines.
2020-11-12 14:14:14 -05:00
mbarvoipdrs a730cad9f1
Update {$mac}.cfg
Added SCA for lines 1-8
Added voicemail for lines 1-4 and corrected for 5-8
2020-11-12 13:18:16 -05:00
Len 84bbe689c2
Create directory.xml 2020-11-12 10:34:13 -05:00
Len d84b5da909
Create favorite_setting.xml 2020-11-12 10:33:13 -05:00
Len b7f13ae0b7
Create y000000000000.boot 2020-11-12 10:31:51 -05:00
Len fc621253d9
Create y000000000108.cfg 2020-11-12 10:30:52 -05:00
Len 8881af15a8
Create {$mac}.cfg 2020-11-12 10:28:39 -05:00
FusionPBX bd2039e7d2
Merge pull request #5573 from Len-PGH/patch-178
Create y000000000000.boot for Yealink t58a
2020-11-12 00:01:42 -07:00