Commit Graph

362 Commits

Author SHA1 Message Date
Mark Crane
0407ee236d move the install class to the resources classes directory. 2013-06-09 02:37:28 +00:00
Mark Crane
8ae0ee3021 Fix the database class when a non standard path was used with the sqlite database. 2013-06-08 05:58:07 +00:00
Mark Crane
73a435be22 Run unbind_meta_app to fix checking voicemail from an external number. 2013-06-07 22:32:15 +00:00
Nate Jones
720b53eb1e Multilinguified Upgrade Schema 2013-06-06 23:09:07 +00:00
Mark Crane
10e47f2655 Fix menu restore default duplicate bug for mysql. 2013-06-06 21:33:16 +00:00
Mark Crane
d822316c69 Apply gerrit308 revision to the dev branch. 2013-06-03 16:32:02 +00:00
Mark Crane
20ebba2ff6 Fix a bug with xml handler directory message count dofile. 2013-06-01 06:08:38 +00:00
Mark Crane
cac9ea18b2 Fix the conference center member type so that it can mute participants when it is set to true. 2013-05-31 20:53:16 +00:00
Mark Crane
3cf7745739 Fixed a problem when debug params is set to true and reloadxml command is used it threw an error about nil params on some things. 2013-05-28 19:01:18 +00:00
Mark Crane
0a3facd51f Remove the need to define the recordings_dir to set variable in the *732 dialplan but leave it as an optional so it is backwards compatible and remains customizable. 2013-05-27 18:55:59 +00:00
Mark Crane
b288b03bee Caller id prefix prevent error if caller_id_name is not provided. 2013-05-27 15:37:22 +00:00
Mark Crane
e988f2a359 Add a default delimiter for ring groups. 2013-05-27 15:08:54 +00:00
Nate Jones
9ca6b3e7b1 Replaced domain_name with context in confirm.lua. 2013-05-24 07:47:10 +00:00
Mark Crane
8df944e134 Add a missing ). This fixes a problem with eavesdrop.lua reported at http://code.google.com/p/fusionpbx/issues/detail?id=426 2013-05-23 16:09:38 +00:00
Mark Crane
0cb2879bc4 Update the ring group change origination_disposition: ALLOTTED_TIMEOUT. 2013-05-22 17:07:02 +00:00
Mark Crane
6cf82027e7 Fix an illegal offset error message when adding a domain. 2013-05-22 01:02:11 +00:00
Mark Crane
cbbb7250c1 This fixes a problem where non-existent domains could cause the lua script to fail which would then leave the database connection open and eventually lead to denial of service when the database runs out of connections. Everyone using xml handler needs this update. 2013-05-20 11:38:58 +00:00
Mark Crane
8351d0f717 Move the provisioning file into the gxp2200 directory. 2013-05-16 23:13:54 +00:00
Mark Crane
cc04dba6e0 Add GXP2200 provisioning xml file. 2013-05-16 23:08:57 +00:00
Mark Crane
5db57add61 Fix problem with domain class being redeclared. 2013-05-11 04:54:45 +00:00
Mark Crane
c96a2b0fd9 Fix a syntax problem in intercept.lua 2013-05-07 21:41:33 +00:00
Nate Jones
c78fbbcdd3 Modified to allow multilingual html <title> support, if set appropriately in app_languages.php. 2013-05-04 00:39:58 +00:00
Mark Crane
75ee47d7b9 Change the version to FusionPBX 3.3. 2013-05-02 03:27:02 +00:00
Mark Crane
e18d08659d Make the lua scripts that use config.lua to use the new config function. 2013-05-02 01:10:45 +00:00
Mark Crane
7d5f914ad1 Add functions/config.lua to find the correct config.lua. 2013-05-02 00:57:17 +00:00
Mark Crane
2f7d8fd672 Only include section: configuration for the lua scripts that exist. 2013-04-30 07:17:47 +00:00
Mark Crane
3e790bda07 Update the method to connect to the database with lua. 2013-04-29 23:29:46 +00:00
Mark Crane
68fe4b6600 If VM local after email is set to false and email address is not provided still save the voicemail message and send the mwi. 2013-04-29 17:30:13 +00:00
Mark Crane
af3891fe36 Unix friendly changes. 2013-04-27 06:40:44 +00:00
Mark Crane
f5bb473592 Fix caller id name prefix for hunt groups don't use # delimiter when there is no prefix. 2013-04-25 01:30:11 +00:00
Mark Crane
35b1b2cb1d Make it possible to use # and * in the IVR Menu. 2013-04-21 01:58:41 +00:00
Mark Crane
b4b7418a85 Add the new XML handler. 2013-04-20 23:28:45 +00:00
Mark Crane
8d7ca616b3 Add park+ to the features.cf for the vvx phones to support call park using mod_valet. 2013-04-18 22:48:01 +00:00
Mark Crane
33b0abf7f0 Thanks NYSolutions for donating a new provisioning template for the Polycom VVX phones. 2013-04-18 16:43:02 +00:00
Mark Crane
4ddf62d0c8 Security improvement dial_string.lua 2013-04-18 07:30:55 +00:00
Mark Crane
3d6eba86a5 Fix the queries that check the pin number. 2013-04-16 07:39:31 +00:00
Mark Crane
5ccbc4830e Update the the conference center lua script pin management. 2013-04-16 06:57:42 +00:00
Mark Crane
70af1d955b MWI improvements for voicemail. 2013-04-13 08:19:19 +00:00
Mark Crane
2194aebcf5 Fixed the following issue 396: ring_group.lua aborts when ring group is empty. 2013-04-13 07:34:31 +00:00
Mark Crane
7c6c6e9f71 Remove the changes of the previous commit. 2013-04-12 19:08:22 +00:00
Mark Crane
7f94b55e7a Make sure the voicemail directory exists. 2013-04-12 18:58:53 +00:00
Mark Crane
526d0e6f32 Update the lua scripts to use the new mkdir function. 2013-04-12 18:46:02 +00:00
Mark Crane
7fde8c93d1 Add a mkdir function that is compatible to both unix and windows. 2013-04-12 18:27:56 +00:00
Mark Crane
18319f51e5 Fix a bug that affected dialplan entries for ring groups when using MySQL. Add additional exception handling. 2013-04-11 10:20:50 +00:00
Mark Crane
fcad8599bb Fix domain_uuid for directory.lua. 2013-04-10 07:52:17 +00:00
Mark Crane
aa078f1747 Remove a deprecated file that is no longer needed. It was replaced by directory.lua. 2013-04-09 19:20:15 +00:00
Mark Crane
37c1231660 Dump scripts that are no longer used. 2013-04-09 18:19:19 +00:00
Mark Crane
e01c729f94 Fix a spelling mistake 2013-04-09 17:04:19 +00:00
Mark Crane
d3be2536ef Remove call_timeout from the script have a better place to put it. 2013-04-05 23:21:13 +00:00
Mark Crane
b3aded198b Prevent errors when someone abandons a call to conference center before providing a pin number. 2013-04-03 07:38:29 +00:00