Commit Graph

4400 Commits

Author SHA1 Message Date
FusionPBX
ce52b2f750 Change formatting for user and admin password 2023-02-10 10:31:56 -07:00
FusionPBX
324b720cda Fix the syntax $ needs to inside the variable brackets 2023-02-08 16:28:47 -07:00
markjcrane
87192bd07d Add autoanswer setting to more phones 2023-02-03 16:30:40 -07:00
markjcrane
d8f3f698e3 Add settings for autoanswer 2023-02-03 16:17:48 -07:00
FusionPBX
433e42d933 Update sv voicemail language 2023-01-26 16:40:45 -07:00
FusionPBX
9672dcc299 Use /es/mx/maria by default
Copied the wrong one in a previous commit. FreeSWITCH has sound files for es/mx/maria so we will use this by default.
2023-01-25 08:41:42 -07:00
FusionPBX
0279384ed6 Update es.xml 2023-01-25 08:37:24 -07:00
markjcrane
4ad93b421d For spanish use /es/ar/mario by default 2023-01-25 08:36:31 -07:00
FusionPBX
9781d965ff Added to support the Disabled option 2023-01-24 11:22:57 -07:00
FusionPBX
3bfa2fc525 Added to support the Disabled option 2023-01-24 11:21:49 -07:00
FusionPBX
28aa3dce38 Add spa_vlan_enable, spa_vlan_id and spa_vlan_pc_id 2023-01-20 11:24:25 -07:00
FusionPBX
819d7aeb4c Update spandsp 2023-01-02 23:58:38 -07:00
zrd740
7908de0965 Update t41p {$mac}.cfg to correct IPv4 / IPv6 bug (#6516)
I was having an issue where my T41P phones were getting provisioned with IPv4 & IPv6 - even though I specified in default settings yealink_ip_address_mode=0 for IPv4 only. Checked the y000000000036.cfg, which was setting it correctly. The issue was that {$mac}.cfg was overriding the correct setting. There were several instances of "network.ip_address_mode = 2" in this file, which specifies ipv4&ipv6. I changed all 5 of those entries in this file to pull from the default setting {$yealink_ip_address_mode} rather than just setting a static value of 2. I don't know why it has this listed in this file 5 times. But, this change resolved my issue and will force the T41P provisioning to follow FusionPBX default settings.
2022-12-31 11:51:08 -07:00
Vincent
68f7ca517e Update all model templates of Flyingvoice. (#6509)
* Fix the registration failed after provision Flyingvoice phone.

* Fix the parameter configuration of Flyingvoice not displayed in the Default Settings

* Fix: after configuring SIP line 1 of Flyingvoice phone, other SIP lines are disable and the configuration parameters of Flyingvoice are not displayed by default settings.

* Fix after configuring SIP line 1 of Flyingvoice phone, other SIP lines are disable.
* Fix the configuration parameters of Flyingvoice are not displayed by default settings.

* Fix: when only one sip line's shared line is enable, the shared lines of all SIP lines will be enable.

* Fix: unable to generate configuration file of Flyingvoice due to syntax error.

* Add the P1X, P2X, P3X, P5X, i86Box, iMetalBox, audioKit Series for Flyingvoice in Devices.

* Update all model templates of Flyingvoice.
2022-12-31 11:32:58 -07:00
FusionPBX
fa8ef47510 Make Aastra config files more like other provision templates (#6510)
* Update {$mac}.cfg
2022-12-16 13:13:55 -07:00
garryavx
93dc310178 Update {$mac}.cfg (#6248)
Added a line to set SRTP encryption. the default setting yealink_srtp_encryption was not setting properly to my T56a devices. I downloaded my config files and did not find an entry for srtp at all.

compared with the t54w template and it did have a srtp setting. So I pretty much stole the line from the T54w template and dumped it in here.

The T54w template is vastly superior to this one and this probably needs a rewrite to bring it in line.

Tested on my T56a and it at least gets the job done.
2022-12-03 14:50:53 -07:00
hershyheilpern
ec91cbb962 Update {$mac}.xml (#6495)
Add variable options for Line Echo Canceller & Network Echo Suppressor
2022-12-03 14:48:23 -07:00
Vincent
e8d01efc58 Add the P1X, P2X, P3X, P5X, i86Box, iMetalBox, audioKit Series for Flyingvoice in Devices. (#6502)
* Fix the registration failed after provision Flyingvoice phone.

* Fix the parameter configuration of Flyingvoice not displayed in the Default Settings

* Fix: after configuring SIP line 1 of Flyingvoice phone, other SIP lines are disable and the configuration parameters of Flyingvoice are not displayed by default settings.

* Fix after configuring SIP line 1 of Flyingvoice phone, other SIP lines are disable.
* Fix the configuration parameters of Flyingvoice are not displayed by default settings.

* Fix: when only one sip line's shared line is enable, the shared lines of all SIP lines will be enable.

* Fix: unable to generate configuration file of Flyingvoice due to syntax error.

* Add the P1X, P2X, P3X, P5X, i86Box, iMetalBox, audioKit Series for Flyingvoice in Devices.
2022-12-03 14:46:40 -07:00
Marvin Skeete
dba7375faa Update SIP Transport and Added Idle Screen vars (#6498)
<!--# P130 = 0-->
{if $account.1.sip_transport == 'udp'}P130 = 0{/if}
{if $account.1.sip_transport == 'tcp'}P130 = 1{/if}
{if $account.1.sip_transport == 'tls'}P130 = 2{/if}
{if $account.1.sip_transport == 'dns srv'}P130 = 1{/if}

<P340>{$grandstream_enable_idle_screen_download}</P340>
<P1349>{$grandstream_download_idle_at_boot}</P1349>
2022-11-24 21:07:22 -07:00
zrd740
c447dccd21 Update y000000000068.cfg (#6473)
Fixed a typo in call pickup variable setup for T41S to make it consistent with other yealink phone templates
2022-11-15 22:23:43 -07:00
FusionPBX
6a8bf567ae Set user, admin and var passwords if isset is true 2022-11-11 10:22:16 -07:00
Dan
4a1913b447 Update to jQuery 3.6.1 (#6491)
This commit updates FusionPBX to use jQuery 3.6.1 and also adds a fallback to the other variable name for offhook autodial on the HT802.
2022-11-07 08:58:38 -07:00
FusionPBX
ef98de7a8f Update to match other recent SPA phones 2022-10-31 10:02:38 -06:00
FusionPBX
3796d6424e Add RTP_Packet_Size set to 0.020 2022-10-31 09:56:37 -06:00
Alex
b3f16569fd Update multiple registration (#6488)
* Update {$mac}.cfg
2022-10-24 16:09:01 -06:00
FusionPBX
bdbc1c2d4d Fix dual registration 2022-10-24 10:45:04 -06:00
FusionPBX
6081a34833 Update {$mac}.xml (#6483)
* Update {$mac}.xml

* Update {$mac}.xml
2022-10-05 15:49:06 -06:00
FusionPBX
c28dcab2ca Add grandstream_enable_call_features template var (#6480)
* Add grandstream_enable_call_features template var

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2022-09-27 09:02:31 -06:00
FusionPBX
0e163a8e68 Update {$mac}.xml 2022-09-27 08:58:20 -06:00
jonathanblack1000
d084f68a45 Update Grandstream Templates on most common models (#6479)
Add grandstream_missed_call_log, grandstream_missed_call_notification, grandstream_missed_call_backlight, grandstream_firmware_upgrade_protocol, grandstream_onhook_dial_barging,  grandstream_transfer_mode_via_vpk, grandstream_enable_call_features.
Add condition on grandstream_distinctive_ringtone_name_1, and grandstream_distinctive_ringtone_name_2.
Update Connection request user/pw to work better with GDMS.
On grandstream_wallpaper_url, use current setting name on GRP2613
2022-09-27 08:17:31 -06:00
Joyce Babu
ae7c312136 Add Telekonnectors Galaxy 1000 Plus template (#6469) 2022-09-07 16:36:03 -06:00
Norman King
7369409648 Allow setting hanging group mode on a per line basis for grandstream … (#6472)
* allow setting hanging group mode on a per line basis for grandstream dp bases.

* Keep grandstream_hanging_group_mode for better backwards compatibility.
2022-09-07 16:24:49 -06:00
FusionPBX
56de8714fa Add base.active_handset.number = 8 to Yealink w60b
#Sets the amount of active handsets allowed on the base station, options are 4 or 8
base.active_handset.number = 8
2022-08-26 14:45:19 -06:00
yois615
04d3b0bfe0 [ht814] Grandstream escape html and sip_port (#6457) 2022-08-22 11:11:23 -06:00
Harry Foster
3d0fe368ac Adding the Yealink Tone Country setting to all templates, and including two more minor revisions of handsets that have been released. (#6458)
* Added two new minor hardware revisions, the CP925 and T42U, and added the voice.tone.country = {} to all templates, previously missing on most

* Minor typo from a wrong window issue, and removing the commented examples for easier grepping
2022-08-22 11:10:24 -06:00
Joyce Babu
6365b28cf2 Add Telekonnectors Galaxy 1000 template. (#6442) 2022-08-20 09:28:15 -06:00
FusionPBX
00c9452e13 Add a line feed to the Yealink T58w after outbound_proxy_enable 2022-08-10 22:50:55 -06:00
FusionPBX
59b42035e4 directory.xml 2022-08-09 14:13:53 -06:00
FusionPBX
d67fa590bd Update internal-ipv6.xml.noload 2022-08-09 10:31:30 -06:00
FusionPBX
d9c2388975 Update internal.xml.noload 2022-08-09 10:30:46 -06:00
FusionPBX
df3a492816 Update external.xml.noload 2022-08-09 10:30:23 -06:00
FusionPBX
d4572fcb0f Update internal.xml.noload 2022-08-09 10:29:19 -06:00
FusionPBX
38fa7591d5 Add the acl and move the dtmf-type. 2022-08-06 17:10:59 -06:00
FusionPBX
4d88052984 Add a description for track-calls 2022-08-06 17:04:01 -06:00
FusionPBX
6299e91d76 Sync up the external-ipv6 SIP Profile 2022-08-06 17:01:16 -06:00
FusionPBX
eea25a336d Sync up the internal ipv6 SIP Profile 2022-08-06 16:35:10 -06:00
FusionPBX
6e746c89a4 Sync up the external SIP Profile 2022-08-06 15:47:36 -06:00
FusionPBX
174a72a9fa Sync up the internal SIP Profile 2022-08-06 15:29:18 -06:00
Mendel
86fe4fe1b0 sip listen port yealink cordless (#6450) 2022-08-04 12:23:11 -06:00
markjcrane
2f67b36276 Add add a provison variable for cp_source 2022-08-04 11:52:08 -06:00