Commit Graph

19543 Commits

Author SHA1 Message Date
FusionPBX
7b928dc6b4 Fix conference active buttons.
Security validation wasn't quite right so it prevented the mute, unmute and other conference actions from working.
2022-12-07 22:29:59 -07:00
FusionPBX
b7147022cc include document root and config.conf 2022-12-07 21:52:34 -07:00
chansizzle
b8c2fc182a allow fax FROM to have more characters (#6503)
Fax cover sheet FROM field - increase the number of characters
2022-12-07 11:13:16 -07:00
FusionPBX
433918a151 Special characters not required by default.
Long enough password special characters can be optional
2022-12-07 00:46:02 -07:00
FusionPBX
1cb9c932b8 Use the new ivr_menu answer setting. 2022-12-06 13:31:05 -07:00
FusionPBX
92123052e1 Add answer to IVR Menu dialplan.
Whether to add application answer to the IVR Menu dialplan.
2022-12-06 13:27:14 -07:00
FusionPBX
bccc736fea Update xml_cdr.php 2022-12-05 17:52:36 -07:00
FusionPBX
5fabba6bb9 Default to default sip_to_user
The value sip_req_user is not working out as a good default. Change this to better default is sip_to_user.
2022-12-05 09:43:50 -07:00
FusionPBX
7cb9836574 Update version to 1.1
Deprecate the v_call_recordings table
2022-12-03 19:23:58 -07:00
FusionPBX
3b9357976d Use the new call recordings view 2022-12-03 19:19:29 -07:00
FusionPBX
afa57b26a4 Update call recordings with more details
- Use the view_call_recordings view
- Add caller id name, number and destination
- Add more to the search
- Improve responsiveness
- Remove count to improve speed
2022-12-03 18:46:58 -07:00
FusionPBX
259dd1fbab Add view_call_recordings 2022-12-03 18:44:17 -07:00
FusionPBX
77cbcad4dc Add Caller ID Name, Number, and Destination 2022-12-03 18:42:07 -07:00
FusionPBX
0f60b2b34d Add record_length numeric
And remove call_recordings save
2022-12-03 18:36:42 -07:00
FusionPBX
c910f2177a Add record_length type numeric 2022-12-03 18:24:09 -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
FusionPBX
7767c7dc33 Disable yealink_provision_url by default.
- When this is disable it will use the domain of the tenant.
- If the domain of the tenant is not resolvable then yealink_provision_url is needed.
- One reason to disable it is the domain_name has to be manually updated to the correct domain.
2022-12-02 17:39:02 -07:00
chansizzle
61b1c5547b Update call_block.php (#6500)
show all domains when using show all
use the correct permission for show all access
2022-11-30 09:35:38 -07:00
FusionPBX
6aab62d12f Set default setting to enabled to true.
Set default setting to enabled to true for yealink_missed_call_power_led_flash_enable.
2022-11-30 09:30:49 -07:00
FusionPBX
8c7677bbb2 Disable until its less disruptive for multiple tabs 2022-11-29 15:03:46 -07:00
FusionPBX
7b9892b414 Add domain_json_token_name and domain_json_token_hash 2022-11-28 21:09:19 -07:00
FusionPBX
57756eb2a8 Add domain json token to the template 2022-11-28 21:07:18 -07:00
FusionPBX
421b5dd024 Use domain_view permisison for better versatility. 2022-11-28 21:05:05 -07:00
FusionPBX
7b9203e84f Correc the permission name 2022-11-28 20:11:32 -07:00
FusionPBX
2885115ed8 Live on demand domain search. 2022-11-28 14:56:52 -07:00
FusionPBX
bbde291760 Create domain_json.php 2022-11-28 14:52:53 -07:00
FusionPBX
cb7881ce02 Minor version update to 5.0.6 2022-11-28 14:31:13 -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
emak
bfbfd8a99b Add French translations for email_address labels (#6494) 2022-11-21 19:25:43 -07:00
FusionPBX
61652e1eb3 Update and rename 505_call-forward-all.xml to 515_call-forward-all.xml 2022-11-18 12:00:51 -07:00
FusionPBX
c50e737beb Update and rename 500_follow-me-destinations.xml to 520_follow-me-destinations.xml 2022-11-18 11:57:21 -07:00
FusionPBX
696ad43044 Add queue email address 2022-11-18 00:12:53 -07:00
FusionPBX
700e964221 Add queue_email_address to call_center_queues 2022-11-18 00:02:43 -07:00
FusionPBX
e32351eee0 Add label-queue_email_address 2022-11-17 23:36:10 -07:00
FusionPBX
440883fba8 Add iptables chain add and exit functions 2022-11-17 21:59:46 -07:00
FusionPBX
ff2aa6a5db Start specific gateway using sofia profile startgw
Old way to start gateway was re-scanning the SIP profile.
2022-11-16 14:54: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
agree
095e1f6016 [directory.lua] Add domain_uuid to export_vars (#6493) 2022-11-15 22:22:11 -07:00
FusionPBX
135686c252 Replace the commas for display with a space.
Browser will handle different display sizes better with a space.
2022-11-15 11:01:26 -07:00
FusionPBX
2d3b41a3ee Use wild card with sofia_contact by default. 2022-11-15 10:37:37 -07:00
FusionPBX
520b5d71f3 Add access control Import button 2022-11-14 17:40:41 -07:00
FusionPBX
895530ce71 Create access_control_import.php 2022-11-14 17:39:31 -07:00
FusionPBX
ddcc5d3065 Fix number alias by removing code that broke it. 2022-11-14 16:48:09 -07:00
FusionPBX
6a8bf567ae Set user, admin and var passwords if isset is true 2022-11-11 10:22:16 -07:00
FusionPBX
9e5f931626 Use the callers Caller ID for local calls
With set to false the callers original outbound caller ID information is used. 
Keep original callers caller ID is now set as the default.
With these enabled to true the caller ID is picked from the extension being called.
2022-11-09 10:44:58 -07:00
FusionPBX
c4a46297a0 Add PHP ODBC 2022-11-08 09:45:04 -07:00
FusionPBX
88bc541d0d Create database object if not set. (#6492)
* Create database object if not set.
2022-11-08 09:40:12 -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