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
FusionPBX
ceb8437137
Update app_languages.php
2018-04-27 22:07:31 -06:00
FusionPBX
8696b07f41
Update destination_edit.php
2018-04-27 21:33:21 -06:00
FusionPBX
1f3bee0bc6
Update destination_edit.php
2018-04-27 13:24:47 -06:00
afanucchi
1e89710264
Allow call forwarding to be enabled and set by argument in INVITE. Useful for softkey on hard phones. ( #3035 )
2018-04-27 00:44:43 -06:00
FusionPBX
16fad6d9e3
Update user_dashboard.php
2018-04-26 23:08:58 -06:00
Luis Daniel Lucio Quiroz
cad0636b12
Same as 4.4 ( #3040 )
...
...
2018-04-26 14:42:23 -06:00
FusionPBX
3804deb568
Update index.php
2018-04-25 23:47:41 -06:00
FusionPBX
2f3f1dcaa7
Update user_edit.php
2018-04-25 22:15:45 -06:00
FusionPBX
6e17f47c96
Update user_edit.php
2018-04-25 22:15:03 -06:00
FusionPBX
ed184562da
Update index.lua
2018-04-25 21:19:31 -06:00
sanderkwantes
49cd031308
Fix for broken time conditions ( #3034 )
...
Fixes an issue were time conditions are not working if Date & Time is used.
2018-04-24 19:26:33 -06:00
FusionPBX
bf16a292d1
Update gateway_edit.php
2018-04-24 16:30:52 -06:00
konradSC
c7510768c7
Updates for CDR archives database server ( #3036 )
...
* Updates for CDR archives database server
* Add CDR Archive Server
* Updates for CDR archive server
* Updates for CDR Archive server
* Updates for CDR Archive server
* Create xml_cdr_archive.php
2018-04-23 13:24:30 -06:00
FusionPBX
222bb23321
Update scripts.php
2018-04-23 11:26:31 -06:00
Len
1b3f5d710f
Fix key type disabled ( #3033 )
...
Fix key type disabled for park, page etc
2018-04-22 12:12:07 -06:00
FusionPBX
910ba8fd08
Update v_xml_cdr_import.php
2018-04-22 11:51:36 -06:00
Robert Stevens
850b53f476
Adding sip_h_Diversion channel variable to list of conditions in dialplan editor. ( #3032 )
2018-04-22 00:30:31 -06:00
FusionPBX
6eb9db1f08
Update call_center_queue_edit.php
2018-04-21 23:46:33 -06:00
FusionPBX
c7258b2dcc
Update app_config.php
2018-04-21 23:43:50 -06:00
FusionPBX
6ca3095243
Update domains.php
2018-04-21 18:54:44 -06:00
FusionPBX
1f875d6dff
Update domains.php
2018-04-21 18:49:30 -06:00
FusionPBX
ae252d235b
Update pdo.php
2018-04-21 09:31:02 -06:00