Commit Graph

2065 Commits

Author SHA1 Message Date
Mark Crane 4207aaf242 Get rid of the names in the Grandstream select type (mode) because the modes to actions are not consistent. 2014-01-28 11:35:57 +00:00
Mark Crane d53dcfadc6 Show only the correct vendor on the device edit page. 2014-01-28 11:03:05 +00:00
Mark Crane 304b77eae0 Fix the grandstream select values in the device edit page. 2014-01-28 10:44:56 +00:00
Mark Crane 726dc41afb Key to line assignment for the Grandstream GXP21xx. 2014-01-28 10:42:00 +00:00
Mark Crane 12efba25d1 Configure the multi-purpose keys in the Grandstream gxp21xx template. 2014-01-28 10:08:02 +00:00
Mark Crane 1f74fdf5bf Add line and extension variables to the on demand provisioning. 2014-01-28 10:02:15 +00:00
Mark Crane eba53d1272 Add grandstream options to device edit. 2014-01-28 07:56:03 +00:00
Mark Crane b5c6b73b43 Fix the line key assignment on the SPA303, add voicemail *97 option, and time zone settings. 2014-01-26 14:03:32 +00:00
Mark Crane 7045ae3b32 Remove the back slash from ivr_menu.lua. http://jira.freeswitch.org/browse/FS-6059 thanks Travis for the bug fix. 2014-01-26 13:25:50 +00:00
Mark Crane db85195793 Add Company Directory to the dialplan select destination. 2014-01-26 13:18:41 +00:00
Richard Neese b609e49620 changed the link from v_active_conferences.php to active_conferences.php
this fixes the old conference tool
2014-01-24 21:51:01 +00:00
Mark Crane 11508403e2 Yealink, Add the time zone variables. 2014-01-24 08:44:22 +00:00
Mark Crane 673b680e71 Configure the wallpaper option to the yealink templates. 2014-01-24 08:08:04 +00:00
Mark Crane e56fa0d8ff Change random seconds from 3.5 to 3 seconds. 2014-01-24 08:07:15 +00:00
Nuno Miguel Reis 8be46305a0 added meta update block again, since was causing issues like duplicate ivr_menus, one per each option added. (let it be this way until Mark decides how the new pattern will work) 2014-01-24 06:38:46 +00:00
Nuno Miguel Reis 977ef8a37b fixed ivr_menu_option details being passed to ivr_menu class 2014-01-24 06:38:38 +00:00
Mark Crane b30dce5e80 Add http authentication to provisioning. 2014-01-24 05:53:32 +00:00
Mark Crane 752c74ac50 Fix the device settings on the on demand provisioning. 2014-01-24 03:01:08 +00:00
Mark Crane cca86f21a8 Change the provisioning variables slightly this change affects. 2014-01-23 21:43:44 +00:00
Philippe Rioual ee51bea37e fixed some french translations issues 2014-01-23 21:15:49 +00:00
Mark Crane 9b972d21d5 Add admin_password and user_password to all of the grandstream phones. 2014-01-23 05:26:53 +00:00
Nuno Miguel Reis 2578862bad registrations panel reboot options (extended) 2014-01-22 21:39:27 +00:00
Mark Crane de09d2f6b6 Fix a bug with fax_success in a few places it was set to numeric 0 but used in an IF statement as a string. Fax retry worked in many situations but this bug prevented it from working all the time. 2014-01-21 21:55:38 +00:00
Nuno Miguel Reis 05e3a61ac4 pt-ring 2014-01-21 18:03:05 +00:00
Mark Crane b8058f0a18 Set provisioning variables use device_key_type as a prefix if it was provided. 2014-01-21 14:57:10 +00:00
Nuno Miguel Reis f95f1a6485 call_block app fixed 2014-01-21 05:40:01 +00:00
Nuno Miguel Reis 2d31c971df fixed to be used like this: lua/luarun app.lua call_block C 2014-01-21 05:12:57 +00:00
Nuno Miguel Reis 0ecedb07de added missing references 2014-01-21 04:33:54 +00:00
Nuno Miguel Reis 93eec4554b fixed dialplan copy 2014-01-21 04:22:10 +00:00
Nuno Miguel Reis b531bcc450 fixed bug with file handle 2014-01-21 04:22:02 +00:00
Nuno Miguel Reis e83d7ea1fd removed utf8encode not needed after all (local bug was causing the issues elsewhere) 2014-01-21 03:25:56 +00:00
Nuno Miguel Reis 4dcdd3a0ca added new log function 2014-01-20 21:55:36 +00:00
Nuno Miguel Reis b4c5bffe68 added protection by encoding in utf8 2014-01-20 21:22:24 +00:00
Mark Crane bcca3f425f add message to devices app_languages.php 2014-01-20 20:04:24 +00:00
Mark Crane 3704a49c24 Make the device edit page one form. Adding a new record or editing anything and then press save will save everything. 2014-01-20 18:00:45 +00:00
Mark Crane a13ae479f7 Add provision/resources/classes directory 2014-01-20 17:56:19 +00:00
Mark Crane 7780b940f6 Setup a way variable for an altnerative template directory. Set the variable in advanced -> default settings, category: provision, subcategory: template_directory, type: text, value: /var/lib/fusionpbx/templates/provision
The appropriate path to the alternate provisioning directory is dependent on the operating system. The one given in this example is correct for debian and ubuntu server.
2014-01-20 11:43:19 +00:00
Mark Crane cd785dcf45 Add admin_name, admin_password, user_name, user_password, var_name, and var_password variables to the yealink common config file. 2014-01-20 11:21:42 +00:00
Mark Crane f9d7fcc3fc Device Edit, Use the new ORM for the database access, adjus the column width of some of the form elements, structure the POST into a two dimensional array, remove the submit from the array. Move the database requests before the content rather than inside the content. 2014-01-20 09:34:04 +00:00
Mark Crane 1a7c685e60 Add a new object relational model class and make the dialplan edit use for add and edit. 2014-01-19 13:09:17 +00:00
Mark Crane 5e37c95abb Database class change $this->name to $this->db_name 2014-01-19 13:06:27 +00:00
Mark Crane de32790dad Remove a redundant include. 2014-01-19 03:15:16 +00:00
Mark Crane 4fcc3b4c35 Add a PHP class autoloader spl_autoload_register. 2014-01-19 01:30:10 +00:00
Mark Crane e14370ca19 Truncate the default settings value in the list view so the page width is reasonable. 2014-01-17 19:42:14 +00:00
Mark Crane 34ae95d45a Fix a bug created by another developer cannot set dial string to user/1001 when the extension that was called is user/1001. 2014-01-17 18:33:11 +00:00
Mark Crane d212241356 Fix the dialplan delete atomic transaction. 2014-01-17 03:04:26 +00:00
Nuno Miguel Reis 4cb72d88cc menu fixing utf8 and ring groups pt-ring option 2014-01-16 23:30:56 +00:00
Richard Neese 09f6d2825b fix cisco 504g template 2014-01-16 22:55:50 +00:00
Mark Crane afa1bc95f9 Add lines between the translations to sip status. 2014-01-16 20:23:46 +00:00
Mark Crane 485b40fc4f Add spacing between the translations. 2014-01-16 20:14:33 +00:00