mafoo
dda30766ec
WhitespaceClean-app/dialplan
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:49:17 +00:00
mafoo
27438d8919
WhitespaceClean-app/access_controls
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:47:28 +00:00
mafoo
3d328cfd63
WhitespaceClean-root
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:44:58 +00:00
mafoo
77c72c8d7c
BugFix-Translation-True_False
...
fixed various uses of ucwords() to render true/false to use
$text[label-*] instead
2016-03-11 11:34:52 +00:00
markjcrane
66ba2802bd
The last two changes to xml handler dialplan.lua did not work well with global dialplans. Removed some of the changes to fix the regression.
2016-03-11 00:58:52 -07:00
markjcrane
7b5d8f08c5
Add missing call_direction for ring group destinations.
2016-03-10 18:10:49 -07:00
reliberate
788c7bfcb8
User Dashboard: Temporarily disable click-to-call till properly fixed.
2016-03-10 17:03:24 -07:00
reliberate
1b885beea5
Dashboard: Removed testing code on click-to-call function.
2016-03-10 16:49:26 -07:00
reliberate
904a18d997
CDR: Add missing icon image files.
2016-03-10 16:42:01 -07:00
reliberate
49bb6c1ded
User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).
...
CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
2016-03-10 16:29:47 -07:00
markjcrane
833860e067
Use a more efficient way to get the domain name for xml handler - dialplan.
2016-03-10 08:18:46 -07:00
markjcrane
d14d4aeb8a
Increase efficiency xml handler section dialplan.
2016-03-09 13:09:25 -07:00
markjcrane
d4f8e98fc4
Move flags to a more standard directory. If they get used by another feature then the flags should be moved to the main fusionpbx/resources/images directory.
2016-03-09 11:12:47 -07:00
mafoo
8ceec465ac
corrected function definition
...
fixed bug introduced on 2/1/2016 in destination.lua
fixed bug introduced on 2/1/2016 in ring_member.lua
2016-03-09 17:54:44 +00:00
mafoo
8612897a03
added mod_translate to the modules list
2016-03-09 17:46:20 +00:00
Alexey Melnichuk
8b96881a5d
Fix. Use operator panel with short extension.
...
Problem because if you have say 15 ext. and one of ext has say number `14`
and extension `14` has index 15 in array.
And php returns
```PHP
$a = array('14' => 'string', 14 => 'number');
print($a['14']); // number
``
2016-03-09 16:24:20 +03:00
markjcrane
8dd72afbd7
Add new default settings for http_auth_type, contact_extensions, contact_groups, and contact_users.
2016-03-07 21:35:38 -07:00
markjcrane
a30b4662b4
Add http digest authentication and make it the default with an option to use basic if required.
2016-03-07 21:31:37 -07:00
markjcrane
e137068d23
Remove the limit on the setting value of 255 as it blocks the length fax footer.
2016-03-07 12:04:07 -07:00
markjcrane
6804772e06
Fix the phrases_dir if statement. If the phrases_dir is not null then need to include xml from the file system.
2016-03-07 10:30:29 -07:00
markjcrane
cc3c8f3c34
Add the contacts array to provisioning template to be used for the phone directory.
2016-03-04 18:37:01 -07:00
markjcrane
90a9e55b77
Handle the phrases_dir nil in a more flexible way.
2016-03-04 15:51:10 -07:00
markjcrane
9ffcf3d872
Ensure the phrases_dir is not nil.
2016-03-04 15:08:58 -07:00
markjcrane
7763ece535
Fix indentation on the editor.
2016-03-04 13:18:30 -07:00
markjcrane
093235cca5
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-04 12:36:19 -07:00
markjcrane
ac0f620302
Prevent a nil error for xml handler languages.
2016-03-04 12:35:37 -07:00
reliberate
073c0e998a
User Dashboard: Tweak user settings link and voicemail button.
2016-03-03 19:35:14 -07:00
reliberate
c6b3b3c619
User Dashboard: Remove comment, unnecessary language strings.
2016-03-03 19:12:16 -07:00
reliberate
39a31432ba
User Dashboard: Minor layout optimizations.
...
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
2016-03-03 19:01:58 -07:00
markjcrane
768347451d
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-03 14:04:32 -07:00
markjcrane
d8af09ced7
Make the .htaccess more flexible for Apache2.
2016-03-03 14:04:02 -07:00
reliberate
2230a6710d
User Settings: Fix delete setting, move bulk delete function to user_setting_delete.php.
2016-03-03 11:28:35 -07:00
reliberate
877c1e805d
Call Center Agent: Prevent duplicate sip_invite_domain key/value insertion on Agent edit.
2016-02-29 22:54:24 -07:00
reliberate
b6331f74a2
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-02-29 21:49:36 -07:00
reliberate
4db3c727ec
Outbound Route: Set effective_caller_id_name to use Emergency CID Name when creating 911 route.
2016-02-29 21:46:13 -07:00
markjcrane
b47c8d0422
Add the missing .php extension.
2016-02-29 20:07:32 -07:00
markjcrane
a7faa3cc05
Fix title-install translation.
2016-02-29 19:53:13 -07:00
markjcrane
cb8aaac1f7
Add ring_member.lua to app/ring_groups/resources/scripts/ring_member.lua.
2016-02-29 18:52:04 -07:00
markjcrane
11a4a1d9a6
Minor change remove trailing tab.
2016-02-29 18:47:51 -07:00
markjcrane
63fd267125
Add a call limit dialplan disabled for now.
2016-02-29 18:46:50 -07:00
reliberate
79d5ff5287
Settings: Only allow Admin to Add/Edit authorized settings.
2016-02-29 12:06:18 -07:00
markjcrane
1b439fdabc
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-02-29 11:43:48 -07:00
markjcrane
d8eaf0e666
Fix the comment on install_switch.php.
2016-02-29 11:43:32 -07:00
reliberate
b54b832145
Settings: Add interface for User Settings, add ability for Admin to manage (own) Domain and User Settings.
2016-02-29 11:39:46 -07:00
markjcrane
c23f53ea34
install_first_time.php rename to install.php.
2016-02-29 11:28:43 -07:00
markjcrane
03897edf95
Rename install_first_time variable and file name. Remove the install/upgrade_switch.php which isn't being used anymore. Update the indentation and remove inconsistent white spaces.
2016-02-29 09:24:05 -07:00
markjcrane
f32d99377f
If follow me is enabled then show it by default.
2016-02-26 14:35:58 -07:00
markjcrane
e542a9aea3
Add a new permission follow_me_ignore_busy.
2016-02-26 14:13:32 -07:00
FusionPBX
66b43109c3
Merge pull request #1453 from moteus/db_break_loop
...
Fix. Break query loop accordin FS documentation
2016-02-26 08:57:20 -07:00
Alexey Melnichuk
f2c43cb441
Fix. FreeSWITCH also breaks loop if return string value which contain number.
...
```Lua
dbh:query(sql, function()
return "1" -- breaks loop
end)
2016-02-26 14:17:28 +03:00