Two things:
1. Follow-me should only kick in when using "Enterprise". As it was written, follow-me was looked at for every strategy.
2. Follow-me destinations were writing to 'destinations[x]'. They should write to 'destinations[key]' so they rewrite the current destination that is being analyzed.
Config template V2 from Grandstream. first model with new style of XML template. Does not use "P" codes.
MPK settings are not programmed in this commit.
* Add template for GAC2500
Initial gac2500 config template for firmware 1.0.3.30 or higher. all settings are either default or use variables from FusionPBX
* New GAC2500 template based on Firmware version 1.0.3.30 defaults
Only changes from defaults are FusionPBX variables and enable paging auto answer
When bridge application ends with "originate_disposition: ALLOTTED_TIMEOUT" for example, the "missed call" feature doesn't work for ring group because of hangup hook isn't called. Should we just avoid using this channel variable or add additional processing at the end? Like for timeout action? I choose to call "missed" at the end of script. But may be we should add it to other places too?
* Expand Fanvil DSS-Key support for templating
* Add DSS key programming to Fanvil X6
* Add device key icon support.
* Additional device key icon fixes
* Fix SQL for device_key_label
* Add device_key_icon varible to X6 dss key programming
* Add new Advanced SIP Var (#3859)
Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
* Variables for DP750 Handset Assignment, Ring Type (#3772)
New variables for the DP750 to allow the following settings:
$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)
$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)
$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)
* Update app_config.php
* Update 520_follow_me_bridge.xml (#3893)
Search through all SIP Profiles when looking up the Contact.
* Update xml_cdr_delete.php (#3891)
Fix typo in delete() query
* Make storage_path and storage_type = http_cache work (#3892)
* Make storage_path work
if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.
* Update ivr.conf.lua
Add storage_path definition so storage_type of http_cache works correctly
* Fix IVR (#3898)
IVR was broken after previous update/change.
* Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)
* Update directory.xml
* Update directory.xml
* Update directory.xml
* Update directory.xml
* Update directory.xml (#3931)
* Update directory.xml (#3929)
* Update directory.xml (#3928)
* Update directory.xml (#3930)
* Update directory.xml (#3927)
* Update directory.xml (#3924)
* Update directory.xml (#3922)
* Update directory.xml (#3921)
* Update directory.xml (#3923)
* Update directory.xml (#3926)
* Update directory.xml (#3925)
* Update directory.xml (#3920)
* Update directory.xml (#3916)
* Update directory.xml (#3906)
* Update directory.xml (#3919)
* Update directory.xml (#3918)
* Update directory.xml (#3917)
* Update directory.xml (#3915)
* Update directory.xml (#3914)
* Update directory.xml (#3912)
* Update directory.xml (#3911)
* Update directory.xml (#3910)
* Update directory.xml (#3909)
* Update directory.xml (#3913)
* Update directory.xml (#3908)
* Update directory.xml (#3901)
* Update directory.xml (#3902)
* Update directory.xml (#3904)
* Update directory.xml (#3907)
* Update directory.xml (#3905)
* Update directory.xml (#3903)
* Update extensions.php
* Update domains.php
* Update dialplans.php
* Update users.php
* Update click_to_call.php
* Update app_config.php
* Update app_languages.php
* Update dialplan_edit.php
* Show enabled extension only on operator panel (#3900)
Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.
* Add new default_settings for Fanvil products (#3895)
* Add new default_settings for Fanvil products
* Set setting names too lowercase.
* Add additional firmware auto upgrade options
* Add intial Fanvil i30 device support (#3897)
* Update app_config.php
* Update dialplan.php (#3934)
Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.
* Update dialplan.php
* Fanvil x6 template (#3936)
* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys
* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.
* Remove TR069 CPE serial number from template
* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login
* Fanvil i30 template fixes (#3933)
* Make varible names lowercase. follows cf76c39e97
* Additional i30 fixs around FusionPBX and feature enhancements.
* Add dynamic memory key programming
* Add support for configuring time to leave switch relay open on i-series devices
* Add OSD parameters, fix egs_syslog, protect RTSP streams by default
* Fix Fanvil 'Memory' keys (#3932)
* Expand Fanvil DSS-Key support for templating
* Fanvil vendor key fixes.
* Fanvil - Edit device keys to type 'memory' only
* Add Fanvil SpeedDial memory key support
* Update recordings.lua (#3937)
Bug fix. Allow for nil and blank entries.
* Add DSS key programming to Fanvil X6
* Fanvil 'icon' key for dss key profiles
* Fanvil 'icon' key for dss key profiles
Add new Advanced SIP Var (#3859)
Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
Variables for DP750 Handset Assignment, Ring Type (#3772)
New variables for the DP750 to allow the following settings:
$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)
$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)
$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)
Update app_config.php
Update 520_follow_me_bridge.xml (#3893)
Search through all SIP Profiles when looking up the Contact.
Update xml_cdr_delete.php (#3891)
Fix typo in delete() query
Make storage_path and storage_type = http_cache work (#3892)
* Make storage_path work
if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.
* Update ivr.conf.lua
Add storage_path definition so storage_type of http_cache works correctly
Fix IVR (#3898)
IVR was broken after previous update/change.
Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)
Update directory.xml
Update directory.xml
Update directory.xml
Update directory.xml
Update directory.xml (#3931)
Update directory.xml (#3929)
Update directory.xml (#3928)
Update directory.xml (#3930)
Update directory.xml (#3927)
Update directory.xml (#3924)
Update directory.xml (#3922)
Update directory.xml (#3921)
Update directory.xml (#3923)
Update directory.xml (#3926)
Update directory.xml (#3925)
Update directory.xml (#3920)
Update directory.xml (#3916)
Update directory.xml (#3906)
Update directory.xml (#3919)
Update directory.xml (#3918)
Update directory.xml (#3917)
Update directory.xml (#3915)
Update directory.xml (#3914)
Update directory.xml (#3912)
Update directory.xml (#3911)
Update directory.xml (#3910)
Update directory.xml (#3909)
Update directory.xml (#3913)
Update directory.xml (#3908)
Update directory.xml (#3901)
Update directory.xml (#3902)
Update directory.xml (#3904)
Update directory.xml (#3907)
Update directory.xml (#3905)
Update directory.xml (#3903)
Update extensions.php
Update domains.php
Update dialplans.php
Update users.php
Update click_to_call.php
Update app_config.php
Update app_languages.php
Update dialplan_edit.php
Show enabled extension only on operator panel (#3900)
Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.
Add new default_settings for Fanvil products (#3895)
* Add new default_settings for Fanvil products
* Set setting names too lowercase.
* Add additional firmware auto upgrade options
Update app_config.php
Update dialplan.php (#3934)
Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.
Update dialplan.php
Fanvil x6 template (#3936)
* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys
* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.
* Remove TR069 CPE serial number from template
* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login
Fanvil i30 template fixes (#3933)
* Make varible names lowercase. follows cf76c39e97
* Additional i30 fixs around FusionPBX and feature enhancements.
* Add dynamic memory key programming
* Add support for configuring time to leave switch relay open on i-series devices
* Add OSD parameters, fix egs_syslog, protect RTSP streams by default
Fix Fanvil 'Memory' keys (#3932)
* Expand Fanvil DSS-Key support for templating
* Fanvil vendor key fixes.
* Fanvil - Edit device keys to type 'memory' only
* Add Fanvil SpeedDial memory key support
Update recordings.lua (#3937)
Bug fix. Allow for nil and blank entries.
Add DSS key programming to Fanvil X6
* resync3
* Make varible names lowercase. follows cf76c39e97
* Additional i30 fixs around FusionPBX and feature enhancements.
* Add dynamic memory key programming
* Add support for configuring time to leave switch relay open on i-series devices
* Add OSD parameters, fix egs_syslog, protect RTSP streams by default
* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys
* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.
* Remove TR069 CPE serial number from template
* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login
* Make storage_path work
if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.
* Update ivr.conf.lua
Add storage_path definition so storage_type of http_cache works correctly
New variables for the DP750 to allow the following settings:
$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)
$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)
$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)
Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
* Added a simple selfhosted voicemail transcription API client
* Minor logging cleanup
* Add some string escaping to handle transcription providers
* Add JSON handling (optional) to selfhosted API
* Changed name of Security settings to Extension
* Revert "Added a simple selfhosted voicemail transcription API client"
This reverts commits 77ae2b2830 to 2056a71f13
* Update y000000000028.cfg
Addition of Dsskey section per Yealink Provisioning common (model) template and variable for features.config_dsskey_length similar to t54s implementation.
See https://gitlab.com/tekmason/fusionpbx-issues/issues/16 for details and use case.
* Update y000000000028.cfg
* Update y000000000028.cfg
* Fix http:// prefix in Server Config URL to https://
Currently in the template, the server config prefix is set to http:// and should be set to https://
* Fix http:// prefix in Server Config to https://
Currently in the template, the server config prefix is set to http:// and should be set to https://
* HTek Template Changes
TSLCommenNameValidation should be set to 1 for OFF
TLSOnlyAcceptTrustCA should be set to 1 for OFF
TrustedCaType Should be set to 2 for All Certificates
* BLF of agent status "agent+username@domain.com
Add the ability to monitor the availability status of a call center agent with "agent+agentname@domain.com".
* Update index.lua
Send notify to blf with "agent+agentname@domain.com"
* Added a simple selfhosted voicemail transcription API client
* Minor logging cleanup
* Add some string escaping to handle transcription providers
* Add JSON handling (optional) to selfhosted API
If the message is too short then the result is nil.
Error occurs in this case: record_message.lua:97: attempt to index field 'results' (a nil value)
Added check if transcribe_json["results"] is nil.