Commit Graph
16768 Commits
Author SHA1 Message Date
agree 0216ebee07 Update index.lua (#5484) 2020-09-23 12:10:50 -06:00
FusionPBX 61767aac3a Add new destinations get method. 2020-09-23 10:46:28 -06:00
agree aabd4059be cdr add call flow summary (#5454) 2020-09-23 10:29:13 -06:00
agree 9fc63d2643 Fix call direction (#5456) 2020-09-23 10:27:02 -06:00
agree ca313c9d34 Update xml_cdr_details.php (#5455) 2020-09-23 10:25:55 -06: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 cf1b6eab3e Voicemail message date using time zone 2020-09-19 08:48:31 -06:00
agree 4670a50fb0 xml cdr details format duration (#5457) 2020-09-18 12:34:22 -06:00
FusionPBX ab7d1069a7 Add yealink_vlan_enable provisioning variable. 2020-09-18 12:25:28 -06:00
FusionPBX 45bcb8d437 Add Yealink provisioning VLAN variables. 2020-09-18 11:30:46 -06:00
agree b8451c1a84 Escape quotes on mkdir (#5463)
* Escape quotes on mkdir

* use better function for argument escaping
2020-09-18 08:01:05 -06:00
FusionPBX 763945afad Remove base64 delete. 2020-09-17 09:30:50 -06:00
FusionPBX 95d3684cd1 Make the export page use the new xml_cdr_export permission. 2020-09-16 15:48:43 -06:00
FusionPBX b9c6f56554 Add new permission xml_cdr_export. 2020-09-16 15:47:48 -06:00
FusionPBX 89bc913d97 Add permission_exists xml_cdr_export 2020-09-16 15:47:12 -06:00
FusionPBX 4b413ee745 Comment out the json results so that the code uses less RAM. 2020-09-16 15:26:50 -06:00
FusionPBX c84454bef3 Added is_array function in more places. 2020-09-16 12:33:38 -06:00
FusionPBX 974ae95ec8 Replace count array with is_array function. 2020-09-16 12:17:34 -06:00
FusionPBX 05ba2b3ca0 Fix PHP warnings 2020-09-15 19:12:19 -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
FusionPBX 56e56aa6f9 Comment out get variable record_name 2020-09-11 10:29:15 -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
graycom-git d4cc92e21f Update index.lua (#5443)
Update to use effective_caller_id_name when prefixed on inbound routes as the caller_id_name when recording voicemail details in database
2020-09-08 09:52:54 -06:00