Commit Graph

10745 Commits

Author SHA1 Message Date
Luis Daniel Lucio Quiroz
b0bba86d8c Fix Mysql/MariaDB installation 2/2 [4.5] (#3056)
Missing default speed ups
2018-05-18 00:58:15 -06:00
Roman Dissauer
a6669a8252 fixed number_translation_edit.php for empty arrays (#3052) 2018-05-15 19:56:16 -06:00
Roman Dissauer
8b166090a6 prepare provisioning for gigaset templates (#3053) 2018-05-15 19:53:43 -06:00
FusionPBX
c72222903b Update call_forward.lua 2018-05-09 22:47:21 -06:00
FusionPBX
8115247737 Update call_forward.lua 2018-05-09 22:45:55 -06:00
Jim Kusznir
58330ba48f Adds distinctive ring for grandstream 2170 template (#3051) 2018-05-09 18:58:45 -06:00
FusionPBX
6174167d3a Update extension_edit.php 2018-05-09 17:35:54 -06:00
FusionPBX
eaea0d53c5 Update v_xml_cdr_import.php 2018-05-09 16:48:20 -06:00
FusionPBX
aa58233f9d Update destination_edit.php 2018-05-09 13:50:35 -06:00
FusionPBX
eda033b0df Update destination_edit.php 2018-05-09 13:38:28 -06:00
FusionPBX
3ba8205e14 Update 900_voicemail.xml 2018-05-09 10:07:43 -06:00
FusionPBX
7a05fc4f75 Update index.lua 2018-05-09 09:57:47 -06:00
konradSC
ba27ac8770 Bug Fix: Wrong Variable Type (#3050)
The variable "external" is set as a String not as a Boolean. Changed the If statement to reflect.
2018-05-09 09:54:41 -06:00
FusionPBX
7d2317620d Update index.lua 2018-05-09 09:48:48 -06:00
FusionPBX
b055af1218 Update index.lua 2018-05-09 09:07:40 -06:00
FusionPBX
af1ac8ac36 Update app_config.php 2018-05-09 09:05:42 -06:00
FusionPBX
2a9e6f3b3c Update index.lua 2018-05-09 09:01:56 -06:00
The-Operator
593f8ac9a9 Enhance Call Blocking [master] (#2988)
* Added support for regular expressions in the numbers to be blocked.
Reduced the caching timeout, as the counter is only incremented when a call is blocked and the number is not cached.

* Added default sort order.

* Added option to switch on/off use of regular expression matching for pgsql and mysql.

* Added support for sqlite and updated default number match to "LIKE" as suggested by MafooUK on IRC.

* Selection of behavior (default [=], regex or like matching) is now done via the variable call_block_matching = regex|like|EMPTY - type text - in the Call Block section of Default Settings.

* Updated comment to match new matching.
2018-05-08 08:50:57 -06:00
FusionPBX
490803114b Update index.lua 2018-05-07 19:59:41 -06:00
FusionPBX
37a1050676 Update ring_group_edit.php 2018-05-07 19:52:55 -06:00
FusionPBX
8ef4550c08 Update ring_group_edit.php 2018-05-07 19:46:28 -06:00
FusionPBX
457a1778c2 Update app_config.php 2018-05-07 19:35:17 -06:00
FusionPBX
f4ffc80d76 Update app_languages.php 2018-05-07 19:33:00 -06:00
Zachary Kitchen
1ef330ec29 Update {$mac}.xml (#3038) 2018-05-07 08:33:10 -06:00
Zachary Kitchen
0e497d924f Update {$mac}.xml (#3037)
Allows users to configure the city code in the default settings table
2018-05-07 08:29:58 -06:00
FusionPBX
d7411b2f23 Update index.lua 2018-05-06 13:10:08 -06:00
konradSC
8abe5387ae Use Freeswitch for mkdir (#3049)
This change reduces  the strain on the system by running the OS command through Freeswitch rather than directly from Lua. When running directly from Lua it causes RTP jitter in a high capacity system.
2018-05-04 13:32:36 -06:00
FusionPBX
6ab925ec7f Update xml_cdr.php 2018-05-04 09:14:02 -06:00
FusionPBX
160ca51876 Update xml_cdr.php 2018-05-04 08:31:45 -06:00
FusionPBX
fdee661d21 Update app_languages.php 2018-05-04 08:28:37 -06:00
FusionPBX
7e0e6501d0 Update app_languages.php 2018-05-04 08:08:54 -06:00
FusionPBX
e4187da7f2 Update index_inc.php 2018-05-03 20:46:37 -06:00
FusionPBX
ed22c39c4a Update app_config.php 2018-05-03 20:10:30 -06:00
FusionPBX
1c8cb7d6cf Update dialplan.lua 2018-05-03 15:19:23 -06:00
FusionPBX
71fcff19b8 Update app_config.php 2018-05-03 12:41:51 -06:00
FusionPBX
ebbeeab165 Update fax_send.php 2018-05-02 11:41:52 -06:00
Len
4d78e3c262 Update app_config.php (#3044) 2018-05-01 11:34:57 -06:00
konradSC
01e8cf920a Destinations not showing Vacant Tone (#3042)
Destinations are showing ringtones instead of vacant tones.
2018-05-01 10:22:22 -06:00
konradSC
26c87e4f46 Fix tone_stream (#3043)
This error was being generated in freeswitch:
[ERR] switch_core_session.c:2683 Invalid Application play tone_stream

Needs to use application "playback" for tone_stream.

Had to use a colon instead of a space as the delimited. Otherwise it would parse the dialpan action as "playback tone_stream" and the data as "//%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"

Now shows -->  <action application="playback" data="tone_stream://%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"/>
2018-05-01 10:22:00 -06:00
FusionPBX
0125eb42e8 Update xml_cdr_inc.php 2018-05-01 03:16:40 -06:00
FusionPBX
4a22faf2e5 Update xml_cdr.php 2018-05-01 03:02:36 -06:00
FusionPBX
e05683f66b Update xml_cdr_inc.php 2018-05-01 02:57:47 -06:00
FusionPBX
a84f7155d5 Update paging.php 2018-05-01 02:47:22 -06:00
emaktech
b67ccbeea6 Add Ability to Edit Yealink Programmable Keys (#3041)
Edited all Yealink templates to allow programmable keys to be modified from the Devices page.
2018-04-30 17:56:28 -06:00
FusionPBX
1def0b48ea Update app_config.php 2018-04-30 16:18:44 -06:00
FusionPBX
4ae9caa053 Update app_config.php 2018-04-30 16:13:47 -06:00
FusionPBX
452f6abd2a Update y000000000028.cfg 2018-04-30 16:02:27 -06:00
FusionPBX
1137d9a634 Update record_greeting.lua 2018-04-30 10:32:05 -06:00
FusionPBX
9ba58adc4c Update destination_edit.php 2018-04-27 23:44:54 -06:00
FusionPBX
d2c32c54f3 Update app_config.php 2018-04-27 22:09:27 -06:00