Commit Graph

1529 Commits

Author SHA1 Message Date
Mark Crane 3cc135f764 Fix ring group lua script so that if each extension is not registered and never has been that it still goes to the timeout destination. 2013-09-11 02:12:18 +00:00
Mark Crane 6761f06806 Added ['type'] so that it is applied as $field['key']['type'] so that it is uniform across all app_config.php files. 2013-09-10 23:06:41 +00:00
Mark Crane e1f72d9b84 Add ['type'] back to $field['key']['type'] as its used in many app_config.php files. 2013-09-10 21:30:17 +00:00
Mark Crane 9d4f07d885 Remove some trailing white spaces from the ring groups index.lua. 2013-09-09 23:57:10 +00:00
Mark Crane 57dabf6221 Order by the delay first the destination for ring groups. 2013-09-08 05:14:02 +00:00
Mark Crane ed5f999943 Fix call_block/index.lua by removing a section of code that is performed by app.lua. 2013-09-07 22:50:48 +00:00
Mark Crane d3ebb46dc6 Fix the primary key on the dev branch. 2013-09-07 16:25:35 +00:00
Mark Crane 1b68de90ed Ring groups add a work around for Freeswitch's native voicemail. 2013-09-05 17:32:53 +00:00
Mark Crane afa742f953 Change default-mod-wait conference profile to mod-wait to match the conference lua script. 2013-09-04 20:46:08 +00:00
Mark Crane 6c8a7adaaf Change conference profile name of wait_mod to wait-mod in the conference lua script. 2013-09-04 20:44:09 +00:00
Mark Crane 11fd2f76b7 Remove the hard coded conference profile name. 2013-09-04 20:30:38 +00:00
Nuno Miguel Reis 6e621d6d1a fixed variable name(changed $mac to $device_mac_address where needed) 2013-09-04 16:13:07 +00:00
Mark Crane 1da61d89e0 Prefix variable names in the header.php to prevent naming conflicts and unset a few more values. 2013-09-02 15:22:13 +00:00
Rüdiger Hahn c6c5b8c0ce Fix: typo in xml template 2013-09-01 07:20:06 +00:00
Mark Crane d3fee80a71 Add the password.php to check_auth.php 2013-09-01 06:40:28 +00:00
Mark Crane 89ba6508dc Add resources/functions/password.php from https://github.com/ircmaxell/password_compat. This will provide compatibility for the functions available in 5.5. This library requires PHP >= 5.3.7. PHP prior to 5.3.7 contains a security issue with its BCRYPT. 2013-09-01 06:05:59 +00:00
Rüdiger Hahn 1c5cdf3c81 Add inital config template for snom m3 2013-08-31 22:11:17 +00:00
Rüdiger Hahn 03997a46ea Differentiate between phones which are able to hande utf-8 and those which are not. 2013-08-31 22:10:30 +00:00
Rüdiger Hahn ab1185d113 Add Linksys SPA-921 and snom m3 2013-08-31 09:51:02 +00:00
Rüdiger Hahn e064f83afa Add rewrite rule from snom m3 2013-08-31 09:13:06 +00:00
Mark Crane 961d74933c Provisioning, Add panasonic to the mac address vendor list and synchronize the lists. 2013-08-30 00:47:58 +00:00
Mark Crane 0ace741860 Add provisioning templates for panasonic ut113, ut123, ut133, ut136 phones. 2013-08-30 00:38:00 +00:00
Mark Crane d46596edf5 Update yealink provisionig for t22 to work with the latest firmware. 2013-08-30 00:34:07 +00:00
Rüdiger Hahn 6eff533322 Add provisioning template for Linksys SPA-921 2013-08-29 21:14:49 +00:00
Rüdiger Hahn b826095454 Add initial template for snom 360 phones 2013-08-29 20:58:45 +00:00
Rüdiger Hahn ac17253cf5 Do not encode to utf for a second time. 2013-08-29 20:52:11 +00:00
Rüdiger Hahn 37c21d3f35 Add entry for snom 360 2013-08-29 20:30:04 +00:00
Mark Crane b8df88d0b1 Call Center handle spaces in queue name by replacing them with a dash. 2013-08-29 17:46:12 +00:00
Mark Crane 8e484d6932 Ring Groups: Fix a problem where the domain_uuid was null for multi-tenant and for originate_disposition add NO_ANSWER for the timeout. 2013-08-29 16:57:36 +00:00
Mark Crane 7779089a9e Fix the inbound route save button. 2013-08-28 06:00:28 +00:00
Mark Crane 10d123eecd Fix the array index on inbound routes permissions. 2013-08-28 05:21:46 +00:00
Mark Crane 385bffe7d0 Fix auto writing auto provisioning files so that it will write configuration files for all devices. 2013-08-28 05:05:07 +00:00
Mark Crane d9ecfbc5e9 Fix the select destinations tool. Get the voicemail list from the voicemail table instead of the extensions table. 2013-08-28 01:03:44 +00:00
Mark Crane 581bf4f68f Remove i386 causes problems for mod_shout and mpg123 2013-08-27 05:35:24 +00:00
Mark Crane 5b779dbb06 remove i386 2013-08-27 05:34:03 +00:00
Mark Crane 19fc3c74d9 Move the index.lua inside scripts/app/call_block/index.lua accessed by freeswitch with:
app.lua call_block
2013-08-27 03:24:59 +00:00
Mark Crane 68cfdcff19 Rename call_block.lua to index.lua 2013-08-27 03:20:23 +00:00
Mark Crane 52fabeaa68 Change call_block scripts to resources 2013-08-27 03:16:17 +00:00
Mark Crane a3956d29bb Add permission: inbound_route_advanced 2013-08-26 23:28:11 +00:00
Mark Crane 252571bd19 Improve the security on when adding inbound dialplans. 2013-08-26 23:18:01 +00:00
Mark Crane 2d1c83eee5 Custom variables belong under the global dialplan or global (meaning global per tenant) could be renamed to variables. Would be better to set under system -> variables -> transfer_ringback. 2013-08-26 22:40:25 +00:00
Mark Crane bc4ba373f9 Remove these dialplan entries that were added by another developer. Note to that default feature codes must be prefixed with a *. 2013-08-26 22:37:32 +00:00
Mark Crane f5462e32e7 Give admin default permissions to view, add and delete inbound routes. 2013-08-26 21:53:42 +00:00
Mark Crane ec8f55e5ac dialplan_features: Move conf into switch directory. 2013-08-26 20:55:56 +00:00
Mark Crane 60a024f361 Change xml to conf 2013-08-26 20:52:00 +00:00
Mark Crane ac210784a0 Move hot desking conf/dialplan into the switch directory. 2013-08-26 20:46:43 +00:00
Mark Crane 838f813e05 Add switch and conf directories to hot desking. 2013-08-26 20:45:52 +00:00
Mark Crane 0f862c987f Update the path used in app_defaults.php to switch/conf/dialplan. 2013-08-26 20:42:59 +00:00
Mark Crane cd2e1a6af0 2013-08-26 20:40:10 +00:00
Mark Crane f5e8486ae2 Move the new conf dir into the switch directory. 2013-08-26 20:39:11 +00:00