------------------------------------------------------------------------ r6769 | p_lindheimer | 2008-09-17 22:15:04 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0 (from /freepbx/branches/2.5/upgrades/2.3.1:6634) M /freepbx/branches/2.5/upgrades/2.5.0/removefiles.php add 2.5.0 upgrade directory and remove the moved files re #3209 ------------------------------------------------------------------------ r6767 | p_lindheimer | 2008-09-17 19:21:08 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php don't print out submit button in guielements if no fields form fields are generated ------------------------------------------------------------------------ r6766 | p_lindheimer | 2008-09-17 18:27:30 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php remove old unused code in drawListMenu and allow the Add to be optional ------------------------------------------------------------------------ r6764 | p_lindheimer | 2008-09-17 11:29:39 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/about.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/cdr.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/encrypt.js D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_hourdetail.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_pie.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_stat.php D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_statbar.php A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/clear.gif A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-bl.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-bl.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-br.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-br.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-tl.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-tl.png:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/corner-tr.png (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/images/corner-tr.png:6634) D /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/print.css M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/lib/defines.php A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/content.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/content.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/docbook.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/docbook.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/encrypt.js (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/encrypt.js:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_hourdetail.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_hourdetail.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_pie.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_pie.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_stat.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_stat.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/graph_statbar.php (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/graph_statbar.php:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/layout.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/css/layout.css:6634) A /freepbx/branches/2.5/amp_conf/htdocs/admin/common/print.css (from /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/images/print.css:6634) M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/reports.php fixes #3209 Reports SECURITY VULNERABILITY by forcing all access to the CDR Reports section to flow through config.php ------------------------------------------------------------------------ r6756 | p_lindheimer | 2008-09-17 00:02:57 -0700 (Wed, 17 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php fixes #3204 set localization domain when applying hooks, for gui hooks, implementation depends on standardization of the gui functions to start with modulename_ which is currently the standard although not required. Implemented so that the domain will only be set if the current target language localization directory exists for the module, otherwise it will fallback to amp since many past languages have put their localizations in the amp domain. They should move this to the proper module going forward ------------------------------------------------------------------------ r6755 | sasargen | 2008-09-16 12:53:50 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module ARI: disable delete button on callmonitor page when no recordings shown ------------------------------------------------------------------------ r6747 | sasargen | 2008-09-16 08:29:34 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module ARI: fixes #3203 by removing checkbox when recording file does not exist ------------------------------------------------------------------------ r6746 | sasargen | 2008-09-16 08:20:31 -0700 (Tue, 16 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module ARI: fixes #3202 by checking if any files selected ------------------------------------------------------------------------ r6731 | p_lindheimer | 2008-09-15 20:38:35 -0700 (Mon, 15 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/login.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/recording_popup.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module closes #3184 Secruity Issue allowing access of arbitrary files from authenticated ARI users with brute force cracking of a weak encryption key ------------------------------------------------------------------------ r6725 | mickecarlsson | 2008-09-15 09:06:13 -0700 (Mon, 15 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php Added menu choice for Swedish in framework ------------------------------------------------------------------------ r6708 | p_lindheimer | 2008-09-13 15:04:03 -0700 (Sat, 13 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/branches/2.5/install_amp re #3191 fix uninitialized variables ------------------------------------------------------------------------ r6699 | sasargen | 2008-09-12 08:06:35 -0700 (Fri, 12 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php basic fix of #3184 for ARI in 2.5 ------------------------------------------------------------------------ r6680 | sasargen | 2008-09-10 05:58:58 -0700 (Wed, 10 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/settings.module fixes #3181 by adding value='yes' to checkbox tags ------------------------------------------------------------------------ r6675 | p_lindheimer | 2008-09-09 14:32:14 -0700 (Tue, 09 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php tweak on freepbx_debug function to easily write out arrays ------------------------------------------------------------------------ r6672 | p_lindheimer | 2008-09-09 08:46:14 -0700 (Tue, 09 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php closes #3176 fix message to reflect that module will be downloaded but kept disable ------------------------------------------------------------------------ r6635 | p_lindheimer | 2008-09-07 20:01:27 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc3.md5 Creating release 2.5.0rc3 ------------------------------------------------------------------------ r6605 | p_lindheimer | 2008-09-07 19:23:41 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc3 (from /freepbx/branches/2.5/upgrades/2.3.1:6602) M /freepbx/branches/2.5/upgrades/2.5.0rc3/removefiles.php create 2.5.0rc3 upgrade dir and remove zh_TW from error in #2609 placement ------------------------------------------------------------------------ r6601 | ethans | 2008-09-07 15:39:51 -0700 (Sun, 07 Sep 2008) | 4 lines Changed paths: M /freepbx/branches/2.5/amp_conf/bin/freepbx_engine M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx.php M /freepbx/branches/2.5/amportal.conf M /freepbx/branches/2.5/install_amp Adds FOPDISABLE option to amportal.conf. This will disable FOP on the web interfaces as well as server operations in retrieve_conf and freepbx_engine References: 3170 ------------------------------------------------------------------------ r6599 | p_lindheimer | 2008-09-07 15:25:41 -0700 (Sun, 07 Sep 2008) | 25 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/welcome.php D /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/zh_TW M /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/locale.txt M /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/readme.txt A /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo:6503) R /freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po:6503) M /freepbx/branches/2.5/freepbx.pot Merged revisions 6502-6510,6513-6538,6540-6575 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6502 | mickecarlsson | 2008-08-28 11:36:24 -0700 (Thu, 28 Aug 2008) | 1 line Fixes #2609, moving files to correct location ........ r6503 | mickecarlsson | 2008-08-29 11:00:34 -0700 (Fri, 29 Aug 2008) | 1 line Cleaned up the readme and locale, added zh_TW in scrip ........ r6530 | mickecarlsson | 2008-09-01 11:30:58 -0700 (Mon, 01 Sep 2008) | 1 line New version of language template due to new text strings added ........ r6537 | mickecarlsson | 2008-09-02 12:19:57 -0700 (Tue, 02 Sep 2008) | 1 line Changed from freePBX to FreePBX in some text strings ........ r6575 | mickecarlsson | 2008-09-05 00:32:33 -0700 (Fri, 05 Sep 2008) | 1 line Enclosed text string for localization for page.modules.php ........ ------------------------------------------------------------------------ r6597 | p_lindheimer | 2008-09-07 14:47:58 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php M /freepbx/branches/2.5/amportal.conf re #3077 some tweaks based on version actually tested and update of CHANGES, amportal.conf ------------------------------------------------------------------------ r6595 | pnlarsson | 2008-09-07 13:42:10 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: A /freepbx/branches/2.5/amp_conf/astetc/chan_dahdi.conf.template M /freepbx/branches/2.5/amp_conf/bin/freepbx_engine M /freepbx/branches/2.5/amp_conf/bin/libfreepbx.confgen.php M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php Fix for #3077 - DAHDI support, commit no 2 for core ------------------------------------------------------------------------ r6593 | ethans | 2008-09-07 11:24:20 -0700 (Sun, 07 Sep 2008) | 2 lines Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/followme.module A /freepbx/trunk/amp_conf/htdocs/admin/do_reload.php Fixes #3165 ------------------------------------------------------------------------ r6591 | p_lindheimer | 2008-09-07 09:51:56 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php strip leading/trailingwhitespace and linefeed characters out of module.xml description field so that translations can more consistenly be done and so that when displayed, the text floats properly. ------------------------------------------------------------------------ r6590 | p_lindheimer | 2008-09-07 08:27:08 -0700 (Sun, 07 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php re #3166 and re #2461 added ability to translated description and attention module admin xml fields ------------------------------------------------------------------------ r6587 | p_lindheimer | 2008-09-06 20:21:10 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php re #3166 and re #2461 added translations to Module Admin so it can get them out of module's i18n also ------------------------------------------------------------------------ r6586 | p_lindheimer | 2008-09-06 20:09:38 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php re #3166 and re #2461 fixed typo in variable ------------------------------------------------------------------------ r6585 | p_lindheimer | 2008-09-06 19:55:55 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php re #3166 and re #2461 also cleanup the name field ------------------------------------------------------------------------ r6584 | p_lindheimer | 2008-09-06 19:37:04 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php re #3166 and re #2461 the remove the linefeed that the xml parser inserts before and after an ampersand in menuitems and catagories so that translations can have a better chance of matching ------------------------------------------------------------------------ r6583 | p_lindheimer | 2008-09-06 17:34:17 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_admin.php closes #3166 includes compatibility mode. translation using module's i18n is done first. If the translated text is the same as the original text, then translation is done against the the default _() which is amp.po at that point. So for previous translation work, it will continue to pull the old translations. All modules should move towards providing their own translations for menu items as this point despite this. ------------------------------------------------------------------------ r6579 | p_lindheimer | 2008-09-06 08:28:11 -0700 (Sat, 06 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/display.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module additional sanity checks on callmonitor sql paramters ------------------------------------------------------------------------ r6578 | p_lindheimer | 2008-09-05 23:11:39 -0700 (Fri, 05 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php closes #3164 sql_formattext issue with sqlite3 ------------------------------------------------------------------------ r6577 | p_lindheimer | 2008-09-05 23:10:23 -0700 (Fri, 05 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf typo in warning banner override mode ------------------------------------------------------------------------ r6574 | p_lindheimer | 2008-09-04 18:26:41 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php no changes, just re-organized to move all functions to the bottom ------------------------------------------------------------------------ r6573 | p_lindheimer | 2008-09-04 18:05:44 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php rearraged to move all classes at begining and fixed bug in mirror annoucements when using wget mode ------------------------------------------------------------------------ r6572 | p_lindheimer | 2008-09-04 15:44:55 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES re #3156 updated CHANGES MoH Streaming Categories ------------------------------------------------------------------------ r6563 | p_lindheimer | 2008-09-04 14:43:50 -0700 (Thu, 04 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module fix SECURITY SQL Injection vulnerability that could allow an authenticated user to access CDR and recorded calls from any other user on the system ------------------------------------------------------------------------ r6554 | p_lindheimer | 2008-09-03 23:31:18 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf fixes #3155 chown should be int not string for permissions ------------------------------------------------------------------------ r6552 | p_lindheimer | 2008-09-03 16:19:08 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php fixes #3154 undefined variable needs global directive ------------------------------------------------------------------------ r6551 | p_lindheimer | 2008-09-03 16:16:11 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php fixes #3151 typo in variable name that should not be there at all ------------------------------------------------------------------------ r6549 | p_lindheimer | 2008-09-03 14:54:37 -0700 (Wed, 03 Sep 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php fixes #3145 LookupCIDName deprecated in 1.6 ------------------------------------------------------------------------ r6526 | p_lindheimer | 2008-08-31 17:16:27 -0700 (Sun, 31 Aug 2008) | 49 lines Changed paths: M /freepbx/branches/2.5/amp_conf/bin/module_admin closes #3137 db_connect.php: - removed all checks for notification panel when in quietmode since it's usually used for ajax calls and other light weight calls that can do without the overhead. config.php: - added restrictmods parameter, populated with '/' separted module names. If passed, only these modules will have their functions.inc.php files included. Used for light weight ajax and similar calls, to avoid the overhead if we know we don't need those. - removed all checks for notification panel when in quietmode. Removed the inclusion of hooks when in quietmode. functions.inc.php: - added modulelist class, used to cache the module xml structure which is now serialized and saved to the db to avoid the heavy xml processing overhead of reading all the module.xml files. (should probably move most of module_getinfo() into the class but for starters just did minimal changes to avoid introducing bugs since this is pretty sensitive). - fixed several instances of using " instead of ' in sql satements which breaks sqlite3 queries often. - replaced all instances of addslashes() with $db->escapeSimple() since sqlite3 is not compatible with addslashes() and this makes it db independent through pear. - added third argument to module_getinfo() defaulting in false. Setting to true forces a read of all the module.xml files. Module Admin and module_admin should always set this to true. header.php - removed all checks for notification panel when in quietmode page.modules.php - added third true paramter to module_getinfo module_admin - added third true paramter to module_getinfo ------------------------------------------------------------------------ r6525 | p_lindheimer | 2008-08-31 16:36:33 -0700 (Sun, 31 Aug 2008) | 49 lines Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/config.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/header.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php closes #3137 db_connect.php: - removed all checks for notification panel when in quietmode since it's usually used for ajax calls and other light weight calls that can do without the overhead. config.php: - added restrictmods parameter, populated with '/' separted module names. If passed, only these modules will have their functions.inc.php files included. Used for light weight ajax and similar calls, to avoid the overhead if we know we don't need those. - removed all checks for notification panel when in quietmode. Removed the inclusion of hooks when in quietmode. functions.inc.php: - added modulelist class, used to cache the module xml structure which is now serialized and saved to the db to avoid the heavy xml processing overhead of reading all the module.xml files. (should probably move most of module_getinfo() into the class but for starters just did minimal changes to avoid introducing bugs since this is pretty sensitive). - fixed several instances of using " instead of ' in sql satements which breaks sqlite3 queries often. - replaced all instances of addslashes() with $db->escapeSimple() since sqlite3 is not compatible with addslashes() and this makes it db independent through pear. - added third argument to module_getinfo() defaulting in false. Setting to true forces a read of all the module.xml files. Module Admin and module_admin should always set this to true. header.php - removed all checks for notification panel when in quietmode page.modules.php - added third true paramter to module_getinfo module_admin - added third true paramter to module_getinfo ------------------------------------------------------------------------ r6519 | p_lindheimer | 2008-08-31 15:40:00 -0700 (Sun, 31 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php re #3131 add Mixmonitor and Stopmonitor to extension class ------------------------------------------------------------------------ r6515 | p_lindheimer | 2008-08-31 07:35:02 -0700 (Sun, 31 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/amportal.conf re #3134 makes ajax refresh rates for dashboard configurable ------------------------------------------------------------------------ r6513 | p_lindheimer | 2008-08-30 20:53:16 -0700 (Sat, 30 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf re #3124 put url in auto-generated warnings to reference further help, still need to update all the fixed files with similar warnings but they should consider including some custom instructions such as sip.conf can suggest what sort of sip settings go in which includes files, etc. ------------------------------------------------------------------------ r6506 | p_lindheimer | 2008-08-29 15:16:05 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php return the raw Asterisk version info obtained from checking the version info re #2750 and re #3128 ------------------------------------------------------------------------ r6505 | p_lindheimer | 2008-08-29 14:55:13 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/bootstrap.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/main.conf.php make max files for call monitor configurable within main.conf.php, default remains the same ------------------------------------------------------------------------ r6504 | p_lindheimer | 2008-08-29 11:13:55 -0700 (Fri, 29 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/lib/defines.php don't define WEBROOT if AMPWEBADDRESS is not defined, it breaks the graphing libraries (which seem to otherwise function fine without it defined) ------------------------------------------------------------------------ r6491 | p_lindheimer | 2008-08-27 22:34:41 -0700 (Wed, 27 Aug 2008) | 17 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/panel.php M /freepbx/branches/2.5/amp_conf/htdocs/admin/reports.php M /freepbx/branches/2.5/freepbx.pot Merged revisions 6460-6490 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6480 | mickecarlsson | 2008-08-26 08:20:49 -0700 (Tue, 26 Aug 2008) | 1 line Enclosed text strings for translation ........ r6482 | mickecarlsson | 2008-08-26 10:53:32 -0700 (Tue, 26 Aug 2008) | 1 line All new text strings from core and framework added, adds missing folder views ........ r6487 | mickecarlsson | 2008-08-27 12:14:50 -0700 (Wed, 27 Aug 2008) | 1 line Fixed #3117, and also updated the otyher modules in cdr, checking for invalid dates ........ ------------------------------------------------------------------------ r6490 | p_lindheimer | 2008-08-27 22:29:03 -0700 (Wed, 27 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES updated CHANGES ------------------------------------------------------------------------ r6486 | p_lindheimer | 2008-08-27 11:40:19 -0700 (Wed, 27 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/bin/retrieve_conf improve the symlink failure message to provide feedback on what can be done to resolve the issue ------------------------------------------------------------------------ r6484 | p_lindheimer | 2008-08-26 19:06:13 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/common/db_connect.php closes #3113 and ref #3090 - puts error in notification panel if magic_quotes_gpc is enabled ------------------------------------------------------------------------ r6483 | p_lindheimer | 2008-08-26 12:15:04 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/functions.inc.php closes #3093 reset the execution time limit to the system configured limit before each module download and install so downloading many modules at once does not result in a timeout failure, this still counts on a reasonable php.ini setting for any given installation of which the default is typically adeqaute ------------------------------------------------------------------------ r6478 | sasargen | 2008-08-26 05:30:34 -0700 (Tue, 26 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3104 - removes manual urlencode of checkbox values because they are form fields and are automatically urlencoded by the browser when the form is submitted ------------------------------------------------------------------------ r6477 | p_lindheimer | 2008-08-25 15:26:43 -0700 (Mon, 25 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx.php fixes #3107 don't include module specific css/js files twice in some circumstances ------------------------------------------------------------------------ r6474 | p_lindheimer | 2008-08-25 12:06:13 -0700 (Mon, 25 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3104 - looks like some of the code paths do extra urlencodes/decodes - this looks like it does it ------------------------------------------------------------------------ r6462 | p_lindheimer | 2008-08-24 20:37:24 -0700 (Sun, 24 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc2.md5 Creating release 2.5.0rc2 ------------------------------------------------------------------------ r6460 | p_lindheimer | 2008-08-24 20:27:49 -0700 (Sun, 24 Aug 2008) | 9 lines Changed paths: M /freepbx/branches/2.5 M /freepbx/branches/2.5/freepbx.pot Merged revisions 6371-6372,6374-6418,6420-6457,6459 via svnmerge from http://svn.freepbx.org/freepbx/trunk ........ r6433 | mickecarlsson | 2008-08-20 23:35:52 -0700 (Wed, 20 Aug 2008) | 1 line All new text strings from core and framework added ........ ------------------------------------------------------------------------ r6456 | p_lindheimer | 2008-08-24 20:07:48 -0700 (Sun, 24 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3102, move urlencode/decode out of crypt and let the calling functions urlencode when needed ------------------------------------------------------------------------ r6435 | p_lindheimer | 2008-08-21 20:06:52 -0700 (Thu, 21 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/CHANGES M /freepbx/branches/2.5/SQL/newinstall.sql M /freepbx/branches/2.5/SQL/newinstall.sqlite3.sql A /freepbx/branches/2.5/upgrades/2.5.0rc2 (from /freepbx/branches/2.5/upgrades/2.5.0alpha1:6418) M /freepbx/branches/2.5/upgrades/2.5.0rc2/tables.php closes #3082 increase globals fields, this will not fix sqlite3 so if running sqlite3 during beta, for final release this will have to be done manually or the field lengths will continue to be limitted ------------------------------------------------------------------------ r6424 | p_lindheimer | 2008-08-19 07:47:24 -0700 (Tue, 19 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/admin/components.class.php fixes #3086 add checkbox to gui elements ------------------------------------------------------------------------ r6409 | p_lindheimer | 2008-08-16 17:11:57 -0700 (Sat, 16 Aug 2008) | 1 line Changed paths: M /freepbx/branches/2.5/amp_conf/htdocs/recordings/includes/login.php fixes #3067 remember login not working issue, thanks sasargen for the fix ------------------------------------------------------------------------ r6385 | p_lindheimer | 2008-08-13 17:42:41 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc1.md5 Creating release 2.5.0rc1 ------------------------------------------------------------------------ r6374 | p_lindheimer | 2008-08-13 15:58:21 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5/upgrades/2.5.0rc1 (from /freepbx/branches/2.5/upgrades/2.5.0beta1:6371) create required directory to bump to rc1 ------------------------------------------------------------------------ r6372 | p_lindheimer | 2008-08-13 15:53:31 -0700 (Wed, 13 Aug 2008) | 3 lines Changed paths: M /freepbx/branches/2.5 Initialized merge tracking via "svnmerge" with revisions "1-6370" from http://svn.freepbx.org/freepbx/trunk ------------------------------------------------------------------------ r6371 | p_lindheimer | 2008-08-13 15:51:33 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: A /freepbx/branches/2.5 (from /freepbx/trunk:6370) branch trunk to 2.5 ------------------------------------------------------------------------ r6369 | p_lindheimer | 2008-08-13 13:50:04 -0700 (Wed, 13 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css fixes #3052 css change ------------------------------------------------------------------------ r6344 | p_lindheimer | 2008-08-11 11:59:57 -0700 (Mon, 11 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql add delay_answer field to incoming re #2913 ------------------------------------------------------------------------ r6341 | p_lindheimer | 2008-08-11 08:38:46 -0700 (Mon, 11 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php modify error messages when dependencies are not met to be more clear that they will be skipped and can be tried again after the others are installed ------------------------------------------------------------------------ r6322 | p_lindheimer | 2008-08-10 12:28:10 -0700 (Sun, 10 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3027 don't move a forwarded mail, just copy it to the new recipient but leave the original ------------------------------------------------------------------------ r6321 | p_lindheimer | 2008-08-10 12:19:26 -0700 (Sun, 10 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #3026 don't allow forwarding to other voicemail contexts to be consistent with the voicemail system ------------------------------------------------------------------------ r6314 | p_lindheimer | 2008-08-09 22:05:55 -0700 (Sat, 09 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2992 move include for globals to end of auto-generated globals to allow an auto-generated global to be overridden if desired ------------------------------------------------------------------------ r6289 | p_lindheimer | 2008-08-08 07:35:35 -0700 (Fri, 08 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/theme/logo.png M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php fixes #3030 put local copy of logo.png in recordings directory to avoid potential http access issues going to admin for images ------------------------------------------------------------------------ r6284 | lazytt | 2008-08-05 07:16:47 -0700 (Tue, 05 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php closes #3014 spelling error. Thanks! ------------------------------------------------------------------------ r6272 | p_lindheimer | 2008-08-02 19:18:11 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php fixes #2635 and fixes error introduced re #2963 ------------------------------------------------------------------------ r6258 | p_lindheimer | 2008-08-02 08:34:16 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0beta1.md5 Creating release 2.5.0beta1 ------------------------------------------------------------------------ r6251 | p_lindheimer | 2008-08-02 08:11:51 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0beta1 create 2.5.0beta1 upgrade directory which bumps the version number ------------------------------------------------------------------------ r6250 | p_lindheimer | 2008-08-02 08:08:51 -0700 (Sat, 02 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/amportal.conf update CHANGES prior to going beta ------------------------------------------------------------------------ r6244 | p_lindheimer | 2008-08-01 10:33:16 -0700 (Fri, 01 Aug 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine M /freepbx/trunk/amportal.conf closes #2985 adds AMPVMUMASK to freepbx_engine to allow voicemail file permissions to be configured ------------------------------------------------------------------------ r6240 | ethans | 2008-07-31 15:10:53 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php typo stray print ------------------------------------------------------------------------ r6239 | p_lindheimer | 2008-07-31 15:05:47 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php make sure options is defined to avoid warnings, ref r6230 ------------------------------------------------------------------------ r6237 | p_lindheimer | 2008-07-31 13:06:21 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php M /freepbx/trunk/amportal.conf closes #2963 allowing alternate db specified for cdr reports, except apply_conf.sh needs to be addressed still ------------------------------------------------------------------------ r6231 | ethans | 2008-07-31 09:55:44 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/database.php M /freepbx/trunk/install_amp Check for SQLITE3 module in addition to sqlite3 module. If this check isn't in place, dl() function fails on php on a platform that doesn't support dynamic modules. Fixes #2982 ------------------------------------------------------------------------ r6230 | ethans | 2008-07-31 09:51:36 -0700 (Thu, 31 Jul 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php Adds sqlite3 cdr support. Closes #2981 ------------------------------------------------------------------------ r6229 | ethans | 2008-07-31 09:43:49 -0700 (Thu, 31 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sqlite3.sql Fixes #2980 ------------------------------------------------------------------------ r6226 | p_lindheimer | 2008-07-31 07:57:14 -0700 (Thu, 31 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php closes #2978 missing
tag in freepbx.php ------------------------------------------------------------------------ r6220 | p_lindheimer | 2008-07-30 18:41:38 -0700 (Wed, 30 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js fixes #2854 select boxes disapearing on ie7 - could use some verification that IE6 still works ------------------------------------------------------------------------ r6215 | ethans | 2008-07-30 11:47:02 -0700 (Wed, 30 Jul 2008) | 3 lines Changed paths: M /freepbx/trunk/libfreepbx.install.php Bug in php-5.2.5 with version_compare on unqouted string ------------------------------------------------------------------------ r6210 | p_lindheimer | 2008-07-26 22:16:39 -0700 (Sat, 26 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2957 enclose priority in trim() to remove retireve_conf failures ------------------------------------------------------------------------ r6191 | p_lindheimer | 2008-07-25 19:33:57 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp fixes #1679 don't create version.txt file which is not used by anything and is not updated by framework ------------------------------------------------------------------------ r6190 | p_lindheimer | 2008-07-25 19:24:20 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/trunk/amp_conf/htdocs/recordings/misc/audio.php M /freepbx/trunk/amp_conf/htdocs/recordings/misc/recording_popup.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module fixes #2565 but needs some good testing, there were a lot of patches and files attached to this ticket so if the original author can review and confirm that all the correct pathces were applied that would be helpful ------------------------------------------------------------------------ r6189 | p_lindheimer | 2008-07-25 18:55:10 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf fixes #2772 use appropriate escape_string function for the given db being used ------------------------------------------------------------------------ r6183 | p_lindheimer | 2008-07-25 11:56:55 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine fixes #2946 and adds a few more missing changes re #2606 ------------------------------------------------------------------------ r6180 | p_lindheimer | 2008-07-25 10:05:16 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_buttons.cfg closes #2945 and #2699 proper VM_PREFIX and dynamic screen space allocation, ref #2686 modified ------------------------------------------------------------------------ r6179 | p_lindheimer | 2008-07-25 07:35:56 -0700 (Fri, 25 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/lang.php closes #2944 Ukranium menu choice in ARI ------------------------------------------------------------------------ r6177 | p_lindheimer | 2008-07-24 20:41:10 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php closes #2950 busy and congestion class should not be hard coded ------------------------------------------------------------------------ r6167 | p_lindheimer | 2008-07-24 14:40:42 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1539 actually I like this solution better, to highlight them differently ------------------------------------------------------------------------ r6166 | p_lindheimer | 2008-07-24 14:32:23 -0700 (Thu, 24 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1539 don't highlight Local Unistalled modules as online ones are not ------------------------------------------------------------------------ r6146 | p_lindheimer | 2008-07-23 12:38:15 -0700 (Wed, 23 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg #2924, 257 set poll_voicemail=1 and pull vmcontext settings from the device setup ------------------------------------------------------------------------ r6144 | p_lindheimer | 2008-07-23 12:28:28 -0700 (Wed, 23 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf #2941 retrieve_conf now reports failures from retrieve_op_conf_from_mysql.pl ------------------------------------------------------------------------ r6125 | p_lindheimer | 2008-07-22 17:00:09 -0700 (Tue, 22 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/freepbx_module_admin.conf add builtin to the hidden modules by default, since it serves no purpose of being in the GUI ------------------------------------------------------------------------ r6122 | p_lindheimer | 2008-07-21 17:19:51 -0700 (Mon, 21 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php allow splice to splice before a tag so you don't always need to know the exact priority ------------------------------------------------------------------------ r6121 | lazytt | 2008-07-21 12:56:50 -0700 (Mon, 21 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/INSTALL update INSTALL file with link to freepbx.org ------------------------------------------------------------------------ r6108 | p_lindheimer | 2008-07-20 00:34:22 -0700 (Sun, 20 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1.md5 Creating release 2.5.0alpha1 ------------------------------------------------------------------------ r6104 | p_lindheimer | 2008-07-20 00:20:23 -0700 (Sun, 20 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/CHANGES 2.5.0alpha1 Changes Summary ------------------------------------------------------------------------ r6065 | p_lindheimer | 2008-07-19 21:05:55 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf add AMPMPG123 flag to set MoH mode ------------------------------------------------------------------------ r6060 | p_lindheimer | 2008-07-19 09:17:52 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2606 added configurable variables to freepbx_engine see ticket for details ------------------------------------------------------------------------ r6059 | p_lindheimer | 2008-07-19 08:20:19 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf #1843: making logging default disabled and add new option to log to syslog instead of sql, see ticket for new amportal.conf paramters ------------------------------------------------------------------------ r6056 | p_lindheimer | 2008-07-19 08:00:24 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf #2924 don't symlink or copy files from framework in retrieve_conf ------------------------------------------------------------------------ r6055 | p_lindheimer | 2008-07-19 00:59:26 -0700 (Sat, 19 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php #2903more tabindex additions ------------------------------------------------------------------------ r6050 | p_lindheimer | 2008-07-18 22:35:33 -0700 (Fri, 18 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php add disable state option to some of the guielemenets ------------------------------------------------------------------------ r6048 | p_lindheimer | 2008-07-17 17:43:44 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl #2686 allow more parking slots if the config file is configured with adequate space ------------------------------------------------------------------------ r6045 | p_lindheimer | 2008-07-17 10:19:25 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl #2921 don't show parking number as parking slot ------------------------------------------------------------------------ r6043 | p_lindheimer | 2008-07-17 10:08:31 -0700 (Thu, 17 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2777 remove unused var context ------------------------------------------------------------------------ r6029 | p_lindheimer | 2008-07-15 21:28:26 -0700 (Tue, 15 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/phonefeatures.module #2910, #2911 update ARI to handle func_devstate for FollowMe and DND, and a tweak to VmX formatting ------------------------------------------------------------------------ r6015 | p_lindheimer | 2008-07-14 18:27:30 -0700 (Mon, 14 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php radio buttons should have different and unique ids (the names should be the same but not the ids) ------------------------------------------------------------------------ r6002 | p_lindheimer | 2008-07-13 21:40:58 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/Class.Table.php #2829 check for error before assuming query result is good ------------------------------------------------------------------------ r6001 | p_lindheimer | 2008-07-13 21:03:02 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp #2793 fix Freepbx will not install with setenforce 0 on Fedora and CentOS ------------------------------------------------------------------------ r6000 | p_lindheimer | 2008-07-13 20:54:54 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module #2739 remove inappropriate onClick javascript that resets changes made to email fields ------------------------------------------------------------------------ r5994 | p_lindheimer | 2008-07-13 17:43:54 -0700 (Sun, 13 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2777 add ext_vmauthenticate() - different then in ticket to be consistent with other vm calls ------------------------------------------------------------------------ r5991 | p_lindheimer | 2008-07-10 22:25:10 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/astetc/freepbx_featurecodes.conf A /freepbx/trunk/amp_conf/astetc/freepbx_module_admin.conf M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add ability to Module Admin to not display modules in GUI that you want filtered/hidden. Check in example conf file plus conf file for featurecode override ------------------------------------------------------------------------ r5990 | p_lindheimer | 2008-07-10 22:01:50 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1628 clicking upgrade all will not choose local uninstalled modules for options to upgrade ------------------------------------------------------------------------ r5987 | p_lindheimer | 2008-07-10 20:13:43 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2703 remove errors from 'stop gracefully' on 1.6 ------------------------------------------------------------------------ r5980 | p_lindheimer | 2008-07-10 08:17:15 -0700 (Thu, 10 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css #2897 formatting CSS issues on phpsysinfo that could effect other future modules ------------------------------------------------------------------------ r5974 | p_lindheimer | 2008-07-09 11:53:23 -0700 (Wed, 09 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php fix typo ------------------------------------------------------------------------ r5973 | p_lindheimer | 2008-07-09 09:58:33 -0700 (Wed, 09 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/theme/header.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/layout.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php add frog logo and some minor tweaking to ARI User Portal ------------------------------------------------------------------------ r5971 | p_lindheimer | 2008-07-08 21:03:08 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/setup_svn.php change to branch 2.5 ------------------------------------------------------------------------ r5969 | p_lindheimer | 2008-07-08 17:49:51 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2845 more tabindex improvments to drawselects ------------------------------------------------------------------------ r5967 | p_lindheimer | 2008-07-08 13:48:45 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf additional code needed to bypass the file_get_contents() and fopen() to freepbx.org URLs and try with wget, default behavior is to first try as always and fail over if needed but it can be forced to always go the wget route if you know you have this issue which can save significant time in the delay that sometimes occurs when this issue is present ------------------------------------------------------------------------ r5965 | p_lindheimer | 2008-07-08 10:44:47 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php M /freepbx/trunk/amp_conf/bin/retrieve_conf #2890, #2891 don't write error if empty file create, don't die if queues table not there ------------------------------------------------------------------------ r5964 | p_lindheimer | 2008-07-08 07:31:42 -0700 (Tue, 08 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql add mixmon globals and remove directdid related fields in newisntall scripts ------------------------------------------------------------------------ r5960 | p_lindheimer | 2008-07-07 23:14:21 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php minor formatting on Used as Destination link ------------------------------------------------------------------------ r5959 | lazytt | 2008-07-07 22:02:21 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine undid last commit ------------------------------------------------------------------------ r5958 | lazytt | 2008-07-07 21:42:49 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine M /freepbx/trunk/upgrades/2.5.0alpha1/tables.php removed default value of 1 for global MIXMON_DIR ------------------------------------------------------------------------ r5946 | p_lindheimer | 2008-07-07 12:53:15 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh bump generate-release.sh tool to use 2.5 module repo ------------------------------------------------------------------------ r5945 | p_lindheimer | 2008-07-07 12:42:40 -0700 (Mon, 07 Jul 2008) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES A /freepbx/trunk/upgrades/2.4.1.md5 (from /freepbx/branches/2.4/upgrades/2.4.1.md5:5934) Merged revisions 5723-5737,5739,5741-5748,5750,5752-5758,5760,5762,5764-5765,5767-5771,5773-5774,5776-5782,5784-5815,5817-5819,5821-5827,5829-5836,5838,5840-5944 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5933 | p_lindheimer | 2008-07-07 12:01:06 -0700 (Mon, 07 Jul 2008) | 1 line updated CHANGES for 2.4.1 release ........ r5934 | p_lindheimer | 2008-07-07 12:01:40 -0700 (Mon, 07 Jul 2008) | 1 line Creating release 2.4.1 ........ ------------------------------------------------------------------------ r5932 | p_lindheimer | 2008-07-07 11:49:34 -0700 (Mon, 07 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module initialize uninitialized variable unique_file_key ------------------------------------------------------------------------ r5924 | lazytt | 2008-07-06 12:40:39 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/ari-zh_TW.mo A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/ari-zh_TW.po #2609 ------------------------------------------------------------------------ r5923 | lazytt | 2008-07-06 12:39:13 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/lang.php A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW A /freepbx/trunk/amp_conf/htdocs/recordings/includes/zh_TW/LC_MESSAGES #2609 ------------------------------------------------------------------------ r5921 | p_lindheimer | 2008-07-06 01:19:52 -0700 (Sun, 06 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2845: add tabindex to drawselects for destination radio buttons ------------------------------------------------------------------------ r5918 | p_lindheimer | 2008-07-05 12:34:39 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1/tables.php (from /freepbx/trunk/upgrades/2.3.0beta1/tables.php:5815) #1715 need to also create the new global vars ------------------------------------------------------------------------ r5915 | p_lindheimer | 2008-07-05 09:58:02 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881: changed filter to bold formats like: 2.4.0rc1.0, 2.4.0beta2.4, 2.4.0alpha1.0, 2.3.0RC1.1 ------------------------------------------------------------------------ r5914 | p_lindheimer | 2008-07-05 09:40:04 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881: minor tweak in http title ------------------------------------------------------------------------ r5913 | p_lindheimer | 2008-07-05 09:22:54 -0700 (Sat, 05 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #2881 Add links to tickets and changeset references in changelog in Module Admin - from groogs drupal filter code ------------------------------------------------------------------------ r5912 | pnlarsson | 2008-07-05 04:01:36 -0700 (Sat, 05 Jul 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php Patch for #2497, disable events in php-asmanager.php ------------------------------------------------------------------------ r5903 | p_lindheimer | 2008-07-04 11:16:00 -0700 (Fri, 04 Jul 2008) | 11 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php added gettabindex() and settabindex(val) to guielement class that is used by each of the relevant guielement compoenents. I tried the auto-increment but because of hooks the order did not come out right and I failed to figure out where I could hook into the sorting order process to get the auto increment to work. However, with all of the value set to 1 it obtains the desired result or at least a lot better than was there. also fixed an annoying format issue on section headings. (I can't wait to get rid of these guielements and get a proper forms library!) ------------------------------------------------------------------------ r5876 | p_lindheimer | 2008-07-01 23:20:08 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.5.0alpha1 designate trunk as 2.5 alpha ------------------------------------------------------------------------ r5873 | p_lindheimer | 2008-07-01 21:47:15 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/version.php ARI version 2.5 ------------------------------------------------------------------------ r5872 | p_lindheimer | 2008-07-01 21:46:18 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php added support to featurescodes class to use freepbx_featurecodes.conf in place of hardcoded module settings for default values when supplied ------------------------------------------------------------------------ r5871 | p_lindheimer | 2008-07-01 21:44:13 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added default USEDEVSTATE, added workaround using wget to try and pull xml when issues with certain content filters ------------------------------------------------------------------------ r5870 | p_lindheimer | 2008-07-01 21:42:41 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php try and set memory_limit when config is too small ------------------------------------------------------------------------ r5869 | p_lindheimer | 2008-07-01 21:41:59 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf try and set memory_limit when config is too small ------------------------------------------------------------------------ r5868 | p_lindheimer | 2008-07-01 21:41:00 -0700 (Tue, 01 Jul 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/generate_hints.php support for DND and Intercom hints in dynamic hints mode ------------------------------------------------------------------------ r5838 | p_lindheimer | 2008-06-27 17:02:44 -0700 (Fri, 27 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php remove un-needed replacement string ------------------------------------------------------------------------ r5836 | p_lindheimer | 2008-06-27 14:44:53 -0700 (Fri, 27 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf SYMLINK notification should print all file errors it finds, warning banner in auto-generated conf files needs an option to not print it as some conf files do not use the ';' syntax ------------------------------------------------------------------------ r5827 | p_lindheimer | 2008-06-25 20:10:12 -0700 (Wed, 25 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2862: spaces/tabs at end of asterisk.conf variables end up in path names and create failures ------------------------------------------------------------------------ r5819 | p_lindheimer | 2008-06-20 09:25:00 -0700 (Fri, 20 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amportal.conf #2855: POST_RELOAD_DEBUG config variable is non-existent option ------------------------------------------------------------------------ r5782 | p_lindheimer | 2008-06-18 17:11:02 -0700 (Wed, 18 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po #2843: Add Russion tranlations ------------------------------------------------------------------------ r5779 | asternic | 2008-06-17 13:18:37 -0700 (Tue, 17 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/amp_conf/htdocs_panel/operator_panel.swf #2782: FOP update to make flash player 9.0.124.0 and newer happy ------------------------------------------------------------------------ r5773 | gregmac | 2008-06-14 20:22:02 -0700 (Sat, 14 Jun 2008) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/json.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php Implement #2701 ------------------------------------------------------------------------ r5771 | p_lindheimer | 2008-06-10 19:53:55 -0700 (Tue, 10 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php #2818: should be _SERVER global ------------------------------------------------------------------------ r5765 | p_lindheimer | 2008-06-03 18:14:36 -0700 (Tue, 03 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php #2784: print sql error message not debug message so username and password are not displayed ------------------------------------------------------------------------ r5764 | p_lindheimer | 2008-06-03 18:12:44 -0700 (Tue, 03 Jun 2008) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module Merged revisions 5763 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5763 | p_lindheimer | 2008-06-03 17:31:30 -0700 (Tue, 03 Jun 2008) | 1 line #2604: fix mal-formed html select tags causing problems with some browsers or proxies ........ ------------------------------------------------------------------------ r5760 | p_lindheimer | 2008-06-02 18:44:34 -0700 (Mon, 02 Jun 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php #2766: use htmlspecialchars() when writing out menu bar ------------------------------------------------------------------------ r5758 | p_lindheimer | 2008-05-30 11:08:20 -0700 (Fri, 30 May 2008) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA (from /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR:5722) M /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.po #2798: Ukranian localization for ARI ------------------------------------------------------------------------ r5750 | p_lindheimer | 2008-04-25 14:05:16 -0700 (Fri, 25 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/login.php #2809 get proper outbound cid from user if not entered with brackets ------------------------------------------------------------------------ r5748 | p_lindheimer | 2008-04-24 15:05:50 -0700 (Thu, 24 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp #2799 create include files needed by manager.conf prior before issuing reload in install script and add new from of reload for 1.6 and beyond syntax ------------------------------------------------------------------------ r5739 | p_lindheimer | 2008-04-20 09:49:13 -0700 (Sun, 20 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Use new CALLERPRES() funtion in place of SetCallerPres() in 1.6 - old version deprecated ------------------------------------------------------------------------ r5736 | p_lindheimer | 2008-04-10 19:37:57 -0700 (Thu, 10 Apr 2008) | 1 line Changed paths: M /freepbx/trunk/install_amp fix syntax error in sql statement ------------------------------------------------------------------------ r5723 | p_lindheimer | 2008-02-24 06:46:56 -0800 (Sun, 24 Feb 2008) | 153 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/amp_conf/astetc/cdr_mysql.conf M /freepbx/trunk/amp_conf/astetc/extensions_custom.conf.sample D /freepbx/trunk/amp_conf/astetc/features.conf M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs_panel/op_buttons.cfg M /freepbx/trunk/buildtools/generate-release.sh M /freepbx/trunk/install_amp D /freepbx/trunk/upgrades/2.3.0rc1/removefiles.php D /freepbx/trunk/upgrades/2.3.0rc1/tables.php A /freepbx/trunk/upgrades/2.4.0 (from /freepbx/branches/2.4/upgrades/2.4.0:5710) A /freepbx/trunk/upgrades/2.4.0.md5 (from /freepbx/branches/2.4/upgrades/2.4.0.md5:5710) A /freepbx/trunk/upgrades/2.4.0beta1.md5 (from /freepbx/branches/2.4/upgrades/2.4.0beta1.md5:5480) A /freepbx/trunk/upgrades/2.4.0beta2 (from /freepbx/branches/2.4/upgrades/2.4.0beta2:5710) R /freepbx/trunk/upgrades/2.4.0beta2/core_migrate.php (from /freepbx/branches/2.4/upgrades/2.4.0beta2/core_migrate.php:5710) R /freepbx/trunk/upgrades/2.4.0beta2/tables.php (from /freepbx/branches/2.4/upgrades/2.4.0beta2/tables.php:5710) A /freepbx/trunk/upgrades/2.4.0beta2.md5 (from /freepbx/branches/2.4/upgrades/2.4.0beta2.md5:5710) A /freepbx/trunk/upgrades/2.4.0rc1 (from /freepbx/branches/2.4/upgrades/2.4.0rc1:5710) R /freepbx/trunk/upgrades/2.4.0rc1/core_migrate.php (from /freepbx/branches/2.4/upgrades/2.4.0rc1/core_migrate.php:5710) R /freepbx/trunk/upgrades/2.4.0rc1/tables.php (from /freepbx/branches/2.4/upgrades/2.4.0rc1/tables.php:5710) A /freepbx/trunk/upgrades/2.4.0rc1.md5 (from /freepbx/branches/2.4/upgrades/2.4.0rc1.md5:5710) Merged revisions 5454-5487,5489-5722 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.4 ........ r5454 | p_lindheimer | 2007-12-11 10:52:27 -0800 (Tue, 11 Dec 2007) | 1 line create 2.4 branch from trunk ........ r5455 | p_lindheimer | 2007-12-11 11:24:37 -0800 (Tue, 11 Dec 2007) | 1 line add customappsreg module as part of standard build ........ r5456 | p_lindheimer | 2007-12-11 11:26:01 -0800 (Tue, 11 Dec 2007) | 1 line Creating release 2.4.0beta1 ........ r5473 | p_lindheimer | 2007-12-11 15:47:26 -0800 (Tue, 11 Dec 2007) | 1 line fix install_amp so that it does not change the state of modules to enabled automatically when it is checking them ........ r5474 | p_lindheimer | 2007-12-11 16:03:52 -0800 (Tue, 11 Dec 2007) | 1 line check for version_compare_freepbx in case functions.inc.php is included in an install_amp upgrade ........ r5480 | p_lindheimer | 2007-12-11 17:56:58 -0800 (Tue, 11 Dec 2007) | 1 line we need to enable after installing the modules since the previous change ........ r5492 | p_lindheimer | 2007-12-14 13:48:39 -0800 (Fri, 14 Dec 2007) | 1 line Create empty #include files for to address Asterisk 1.4 change: http://bugs.digium.com/view.php?id=11543 ........ r5497 | p_lindheimer | 2007-12-14 14:45:05 -0800 (Fri, 14 Dec 2007) | 2 lines Blocked revisions 5002,5004,5020,5028,5035-5037,5043,5077,5096,5101-5102,5108,5118,5123,5133-5134,5152,5154,5216,5236,5248,5295,5489 via svnmerge ........ r5504 | p_lindheimer | 2007-12-15 20:57:14 -0800 (Sat, 15 Dec 2007) | 1 line #2554 execif to work with 1.6, adds SetCallerPres, AddQueueMemeber, RemoveQueueMember, UserEvent, MacroExit and ParkedCall to extensions class ........ r5510 | p_lindheimer | 2007-12-16 10:08:32 -0800 (Sun, 16 Dec 2007) | 1 line reminder to change execif when Asterisk trunk fixed ........ r5515 | p_lindheimer | 2007-12-16 11:54:38 -0800 (Sun, 16 Dec 2007) | 1 line add tooltip to module admin online update to provide informaiton of what is trasmitted ........ r5517 | p_lindheimer | 2007-12-16 12:07:58 -0800 (Sun, 16 Dec 2007) | 1 line add tooltip to CHeck for updates online link to provide information of what needs to be trasmitted when checking for updates ........ r5520 | p_lindheimer | 2007-12-16 12:21:55 -0800 (Sun, 16 Dec 2007) | 1 line formatting fix ........ r5522 | p_lindheimer | 2007-12-16 13:14:09 -0800 (Sun, 16 Dec 2007) | 1 line oops, r5521 should have been svn mv not svn cp but deleting now has same effect ........ r5525 | p_lindheimer | 2007-12-16 13:22:18 -0800 (Sun, 16 Dec 2007) | 1 line add default to userevent to remove warning ........ r5526 | p_lindheimer | 2007-12-16 13:26:53 -0800 (Sun, 16 Dec 2007) | 1 line #2539 module.xml field to medium blob, and add beta2 upgrade script including migrating features.conf to core ........ r5533 | p_lindheimer | 2007-12-16 14:43:31 -0800 (Sun, 16 Dec 2007) | 1 line Creating release 2.4.0beta2 ........ r5555 | pnlarsson | 2007-12-26 15:17:10 -0800 (Wed, 26 Dec 2007) | 1 line The ExecIf issue has been resolved in http://svn.digium.com/view/asterisk?view=rev&rev=94814 ........ r5564 | p_lindheimer | 2008-01-10 10:47:27 -0800 (Thu, 10 Jan 2008) | 1 line add addSwitch to extensions class, similar to addInclude to introduce the Asterisk switch statement ........ r5570 | pnlarsson | 2008-01-12 08:37:41 -0800 (Sat, 12 Jan 2008) | 1 line Fixes #2578, setting language in asterisk trunk/1.6 ........ r5578 | p_lindheimer | 2008-01-12 14:09:37 -0800 (Sat, 12 Jan 2008) | 1 line dumb spacing change ........ r5596 | p_lindheimer | 2008-01-14 16:21:33 -0800 (Mon, 14 Jan 2008) | 1 line all contexts don't need to have custom in the string, this is very outdated ........ r5612 | pnlarsson | 2008-01-20 07:25:15 -0800 (Sun, 20 Jan 2008) | 1 line Disabeling the check for asterisk version higher than 1.5 - to be able to install freepbx on the latest 1.6 beta ........ r5623 | p_lindheimer | 2008-01-27 09:52:58 -0800 (Sun, 27 Jan 2008) | 1 line put asterisk version checking back in but allow 1.6 and below ........ r5624 | p_lindheimer | 2008-01-27 09:54:26 -0800 (Sun, 27 Jan 2008) | 1 line reformat and add userfield=1 to have userfield saved to MySQL CDR ........ r5628 | p_lindheimer | 2008-01-27 10:52:07 -0800 (Sun, 27 Jan 2008) | 1 line make 2.4.0rc1 upgrade directory ........ r5630 | p_lindheimer | 2008-01-27 11:30:13 -0800 (Sun, 27 Jan 2008) | 1 line DUNDi and 1.6 support comment in CHANGES ........ r5631 | p_lindheimer | 2008-01-27 11:31:57 -0800 (Sun, 27 Jan 2008) | 1 line Creating release 2.4.0rc1 ........ r5642 | p_lindheimer | 2008-01-30 22:46:41 -0800 (Wed, 30 Jan 2008) | 1 line #2659 Queues FOP information gone and #668 added back in along with Conferences and Parking ........ r5646 | pnlarsson | 2008-02-02 16:09:00 -0800 (Sat, 02 Feb 2008) | 1 line #2599, adding support for detecting asterisk svn team branches ........ r5648 | p_lindheimer | 2008-02-07 08:52:14 -0800 (Thu, 07 Feb 2008) | 1 line #2625 fixing spelling error tansmit to transmit ........ r5656 | p_lindheimer | 2008-02-08 07:42:18 -0800 (Fri, 08 Feb 2008) | 1 line wrap update info in urlencode() ........ r5660 | p_lindheimer | 2008-02-09 13:25:57 -0800 (Sat, 09 Feb 2008) | 1 line create 2.4.0 upgrade directory to bump version information ........ r5687 | p_lindheimer | 2008-02-09 15:37:15 -0800 (Sat, 09 Feb 2008) | 1 line Creating release 2.4.0 ........ r5701 | p_lindheimer | 2008-02-10 19:50:46 -0800 (Sun, 10 Feb 2008) | 1 line module_xml needs to be mediumblob to handle larger xml files ........ r5704 | p_lindheimer | 2008-02-11 21:18:49 -0800 (Mon, 11 Feb 2008) | 1 line #2676 webroot missing from GetOpt ........ r5710 | p_lindheimer | 2008-02-18 08:51:20 -0800 (Mon, 18 Feb 2008) | 1 line #2685 - pipe stderr to stdout when running retrieve conf so error messages encountered are included in the output display ........ ------------------------------------------------------------------------ r5491 | p_lindheimer | 2007-12-14 13:34:42 -0800 (Fri, 14 Dec 2007) | 3 lines Changed paths: M /freepbx/trunk Removed merge tracking for "svnmerge" for http://svn.freepbx.org/freepbx/branches/2.3 ------------------------------------------------------------------------ r5490 | p_lindheimer | 2007-12-14 13:30:57 -0800 (Fri, 14 Dec 2007) | 3 lines Changed paths: M /freepbx/trunk Initialized merge tracking via "svnmerge" with revisions "1-5453" from http://svn.freepbx.org/freepbx/branches/2.4 ------------------------------------------------------------------------ r5448 | p_lindheimer | 2007-12-10 17:17:50 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf CUSTOMASERROR changed to default to true since the new custom app registry should be used ------------------------------------------------------------------------ r5399 | p_lindheimer | 2007-12-10 13:47:11 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES more CHANGES written up ------------------------------------------------------------------------ r5398 | p_lindheimer | 2007-12-10 13:43:31 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php add delguielem to allow hook to remove an element added from another module, minor formatting changes also ------------------------------------------------------------------------ r5393 | p_lindheimer | 2007-12-10 12:12:32 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po #2453 update ru translations ------------------------------------------------------------------------ r5392 | p_lindheimer | 2007-12-10 12:06:52 -0800 (Mon, 10 Dec 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.mo A /freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.po #2431 hu translations ------------------------------------------------------------------------ r5375 | p_lindheimer | 2007-12-08 10:45:25 -0800 (Sat, 08 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add warning and red highlight to Unknown Destinations that was the previous Custom App field (drawselect) ------------------------------------------------------------------------ r5362 | p_lindheimer | 2007-12-06 01:54:00 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po #2134 updated italian translations ------------------------------------------------------------------------ r5361 | p_lindheimer | 2007-12-06 01:07:54 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/reports.php M /freepbx/trunk/amp_conf/htdocs/admin/views/reports.php #2334: no logo customization, logout ability on reports page ------------------------------------------------------------------------ r5360 | p_lindheimer | 2007-12-06 00:28:38 -0800 (Thu, 06 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_hourdetail.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_stat.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_statbar.php #2484 CDR Reports SOURCE column was not differntiating it's search for the differnt radio button choices, everything was 'LIKE %% - changed sourcetype to srctype across the entire application to fix (it depends on the src part of srctype to be the table field name - pretty ugly ------------------------------------------------------------------------ r5358 | p_lindheimer | 2007-12-05 23:13:33 -0800 (Wed, 05 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css #2419 add css styling to fix IE7 ------------------------------------------------------------------------ r5351 | p_lindheimer | 2007-12-05 13:27:21 -0800 (Wed, 05 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php #1858 allow database mode login with AMPDBUSER/AMPDBPASS regardless of if there are any rows in the ampuser table ------------------------------------------------------------------------ r5347 | p_lindheimer | 2007-12-04 22:14:23 -0800 (Tue, 04 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/archive_recordings #2475 check .wav and .WAV in all places, and enable --delwav option ------------------------------------------------------------------------ r5346 | p_lindheimer | 2007-12-04 22:03:02 -0800 (Tue, 04 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/upgrades/2.4.0beta1/tables.php #2523: convert ampusers sections field to blob as varchar 255 has become too small, and remove queuue creation from newinstall config ------------------------------------------------------------------------ r5332 | p_lindheimer | 2007-12-01 23:36:31 -0800 (Sat, 01 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf #2319 add configurable variable SERVERINTITLE to have the SERVER name in the Browser title, useful when managing multiple FreePBX system to differntiate in the browser tabs ------------------------------------------------------------------------ r5331 | p_lindheimer | 2007-12-01 22:22:25 -0800 (Sat, 01 Dec 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amportal.conf added XTNCONFICTABORT and BADDESTABORT options to about retrieve_conf, changed retireve_conf to not run legacy generation for sip, iax,zap and queues if proper core_conf or queues_conf classes are found ------------------------------------------------------------------------ r5319 | p_lindheimer | 2007-11-28 11:56:10 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amportal.conf add CUSTOMASERROR and DYNAMICHINTS to amportal.conf ------------------------------------------------------------------------ r5318 | p_lindheimer | 2007-11-28 11:55:20 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/bin/generate_hints.php (from /freepbx/trunk/amp_conf/bin/reset-hints.php:5304) D /freepbx/trunk/amp_conf/bin/reset-hints.php change reset-hints.php to generate_hints.php which is used by #exec when DYNAMICHINTS=true ------------------------------------------------------------------------ r5317 | p_lindheimer | 2007-11-28 11:45:34 -0800 (Wed, 28 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add an asterisk #exec to the extensions class, and add DYNAMICHINTS to be used by core to dynamically generate hints ------------------------------------------------------------------------ r5305 | p_lindheimer | 2007-11-27 11:40:11 -0800 (Tue, 27 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES more edits to CHANGES ------------------------------------------------------------------------ r5303 | p_lindheimer | 2007-11-27 11:24:42 -0800 (Tue, 27 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql A /freepbx/trunk/upgrades/2.4.0beta1 (from /freepbx/trunk/upgrades/2.3.0beta1:5270) D /freepbx/trunk/upgrades/2.4.0beta1/callback.php D /freepbx/trunk/upgrades/2.4.0beta1/core_migrate.php R /freepbx/trunk/upgrades/2.4.0beta1/tables.php (from /freepbx/trunk/upgrades/2.3.0beta1/tables.php:5302) 2.3.0beta1 directory and infrastructure includes conversion to incoming table for Zap Channel DIDs ------------------------------------------------------------------------ r5294 | p_lindheimer | 2007-11-26 16:21:35 -0800 (Mon, 26 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php #2517 quote in case we allow non-numeric devices ------------------------------------------------------------------------ r5293 | p_lindheimer | 2007-11-25 18:09:54 -0800 (Sun, 25 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add option to drawselects() to force it to show custom destination option ------------------------------------------------------------------------ r5275 | p_lindheimer | 2007-11-24 23:57:44 -0800 (Sat, 24 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added additional support functions for extensions and destination registry and integrity checks ------------------------------------------------------------------------ r5270 | p_lindheimer | 2007-11-19 08:22:13 -0800 (Mon, 19 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php change module_admin to report errors from dependencies but still list remaining selected modules that do not have errors and allow them to download while skipping the error ones ------------------------------------------------------------------------ r5269 | p_lindheimer | 2007-11-19 07:45:51 -0800 (Mon, 19 Nov 2007) | 1 line Changed paths: D /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi A /modules/branches/2.4/core/agi-bin/user_login_out.agi (from /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi:5268) moved user_login_out.agi to core module where it should have been placed ------------------------------------------------------------------------ r5267 | p_lindheimer | 2007-11-18 22:07:35 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/bin/reset-hints.php script to set all the hints according to current login state of all devices. will be incorporated to rebuild hints after a reload ------------------------------------------------------------------------ r5266 | p_lindheimer | 2007-11-18 20:51:55 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: A /freepbx/trunk/amp_conf/agi-bin/user_login_out.agi added user_login_out.agi to replace existing dialplan code and properly deal with and set hints for adhoc devices. Changes in extnensions.conf to come ------------------------------------------------------------------------ r5265 | p_lindheimer | 2007-11-18 20:50:46 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi-asmanager.php added option to database_show to provide a family to show, default is everything. Also fixed some bogus output it was producing ------------------------------------------------------------------------ r5264 | p_lindheimer | 2007-11-18 20:44:52 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php added: framework_check_extension_usage(), framework_display_extension_usage() for extension registry; framework_check_destination_usage() for destination registry ------------------------------------------------------------------------ r5263 | p_lindheimer | 2007-11-18 20:23:55 -0800 (Sun, 18 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php added option to database_show to provide a family to show, default is everything. Also fixed some bogus output it was producing ------------------------------------------------------------------------ r5247 | p_lindheimer | 2007-11-17 09:47:00 -0800 (Sat, 17 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi-asmanager.php fix database_get not working in this version of phpagi-asmanager.php (we really need to merge all these different versions) ------------------------------------------------------------------------ r5243 | p_lindheimer | 2007-11-14 16:39:15 -0800 (Wed, 14 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #2446 add ext_setglobalvar and ext_stopplaytones ------------------------------------------------------------------------ r5235 | p_lindheimer | 2007-11-09 14:27:38 -0800 (Fri, 09 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php quote id to handle non-numeric ids in iax table ------------------------------------------------------------------------ r5215 | p_lindheimer | 2007-11-06 07:56:09 -0800 (Tue, 06 Nov 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #2477: clarify new module notification that it must be manually deleted ------------------------------------------------------------------------ r5195 | p_lindheimer | 2007-11-02 18:17:10 -0700 (Fri, 02 Nov 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 5194 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5194 | p_lindheimer | 2007-11-02 18:15:50 -0700 (Fri, 02 Nov 2007) | 1 line #2373 remove unimportant warning ........ ------------------------------------------------------------------------ r5178 | p_lindheimer | 2007-10-29 17:27:25 -0700 (Mon, 29 Oct 2007) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.4.0alpha1 (from /freepbx/trunk/upgrades/2.3.1:5149) D /freepbx/trunk/upgrades/2.4.0alpha1/removefiles.php create 2.4.0alpha1 directory so trunk shows 2.4 and pulls from 2.4 modules ------------------------------------------------------------------------ r5177 | p_lindheimer | 2007-10-29 17:25:19 -0700 (Mon, 29 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php add ExecIf to extensions class ------------------------------------------------------------------------ r5153 | p_lindheimer | 2007-10-23 14:47:54 -0700 (Tue, 23 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/version.php #2430 update ARI version ------------------------------------------------------------------------ r5151 | p_lindheimer | 2007-10-23 14:43:21 -0700 (Tue, 23 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php #2451 add missing to logout link ------------------------------------------------------------------------ r5150 | p_lindheimer | 2007-10-22 15:42:27 -0700 (Mon, 22 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk A /freepbx/trunk/upgrades/2.3.1.md5 (from /freepbx/branches/2.3/upgrades/2.3.1.md5:5140) Merged revisions 5140 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5140 | p_lindheimer | 2007-10-22 11:22:56 -0700 (Mon, 22 Oct 2007) | 1 line Creating release 2.3.1 ........ ------------------------------------------------------------------------ r5136 | p_lindheimer | 2007-10-22 11:05:48 -0700 (Mon, 22 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES A /freepbx/trunk/upgrades/2.3.1 (from /freepbx/branches/2.3/upgrades/2.3.1:5135) R /freepbx/trunk/upgrades/2.3.1/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.1/removefiles.php:5135) Merged revisions 5135 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5135 | p_lindheimer | 2007-10-22 11:04:28 -0700 (Mon, 22 Oct 2007) | 1 line update CHANGES file and prepare for 2.3.1 ........ ------------------------------------------------------------------------ r5132 | p_lindheimer | 2007-10-22 09:48:36 -0700 (Mon, 22 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf change search path for retrieve_conf_post_custom from AMPBIN to AMPLOCALBIN which must be defined ------------------------------------------------------------------------ r5124 | p_lindheimer | 2007-10-18 12:32:55 -0700 (Thu, 18 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh M /freepbx/trunk/buildtools/md5-amp_conf.sh create md5sums for all files, if some files will need special case they will be handled during install_amp process - for now this means manager.con, cdr_mysql.conf and a few others will get prompted ------------------------------------------------------------------------ r5122 | p_lindheimer | 2007-10-18 12:08:08 -0700 (Thu, 18 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/bounce_op.sh M /freepbx/trunk/apply_conf.sh modify apply_conf.sh to handle more generic changes then stock installs ------------------------------------------------------------------------ r5117 | p_lindheimer | 2007-10-10 13:04:04 -0700 (Wed, 10 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/setup_svn.php change svn URL in setup_svn.php to reflect new repository ------------------------------------------------------------------------ r5107 | p_lindheimer | 2007-10-08 17:53:09 -0700 (Mon, 08 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin add reload option to command line module_admin ------------------------------------------------------------------------ r5095 | p_lindheimer | 2007-10-03 16:40:58 -0700 (Wed, 03 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js #2412 leftover goto_indicate in javascript making validation fail ------------------------------------------------------------------------ r5089 | p_lindheimer | 2007-10-02 08:14:51 -0700 (Tue, 02 Oct 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 5088 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.3 ........ r5088 | p_lindheimer | 2007-10-02 08:13:28 -0700 (Tue, 02 Oct 2007) | 1 line print missing module rawname when module info not available for dependencies ........ ------------------------------------------------------------------------ r5085 | p_lindheimer | 2007-10-01 15:22:58 -0700 (Mon, 01 Oct 2007) | 1 line Changed paths: M /freepbx/trunk/buildtools/generate-release.sh change gneerate-release.sh to 2.4 module repository ------------------------------------------------------------------------ r5076 | p_lindheimer | 2007-09-20 18:49:17 -0700 (Thu, 20 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/buildtools/generate-release.sh change svn path in build scripts ------------------------------------------------------------------------ r5068 | gregmac | 2007-09-19 21:01:45 -0700 (Wed, 19 Sep 2007) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php A /freepbx/trunk/amp_conf/htdocs/admin/module-builtin.xml Remove hardcoding of module admin, add module-builtin.xml file (related to #2335) Add handlers for "builtin" module to module API functions. ------------------------------------------------------------------------ r5042 | p_lindheimer | 2007-09-16 16:12:33 -0700 (Sun, 16 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js M /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js #2383 allow + sign in CID ------------------------------------------------------------------------ r5041 | p_lindheimer | 2007-09-15 09:22:45 -0700 (Sat, 15 Sep 2007) | 9 lines Changed paths: M /freepbx/trunk Blocked revisions 5037 via svnmerge ........ r5037 | p_lindheimer | 2007-09-15 09:01:24 -0700 (Sat, 15 Sep 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3.newcss ........ ------------------------------------------------------------------------ r5040 | p_lindheimer | 2007-09-15 09:09:48 -0700 (Sat, 15 Sep 2007) | 8 lines Changed paths: M /freepbx/trunk Blocked revisions 4997 via svnmerge ........ r4997 | p_lindheimer | 2007-09-04 21:23:15 -0700 (Tue, 04 Sep 2007) | 1 line revert r4994 which was merged to trunk r4996, no new feautures in 2.3 without very good reason to be discussed ........ ------------------------------------------------------------------------ r5038 | p_lindheimer | 2007-09-15 09:03:59 -0700 (Sat, 15 Sep 2007) | 3 lines Changed paths: M /freepbx/trunk Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ------------------------------------------------------------------------ r5032 | p_lindheimer | 2007-09-14 14:55:22 -0700 (Fri, 14 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amportal.conf Change default amportal.conf file (new installs) to FOPRUN=true ------------------------------------------------------------------------ r5031 | p_lindheimer | 2007-09-14 10:02:49 -0700 (Fri, 14 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf add the option to execute a retrieve_conf_post_custom script if present, must be a php script and obtains the entire retrieve_conf environment ------------------------------------------------------------------------ r5027 | p_lindheimer | 2007-09-12 09:25:24 -0700 (Wed, 12 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/freepbx_engine #2331 check both /dev/misdn and /dev/mISDN for permission changing requirements ------------------------------------------------------------------------ r5026 | p_lindheimer | 2007-09-12 00:08:09 -0700 (Wed, 12 Sep 2007) | 9 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php change module admin tarball explodes so they are exploded in _cache and then moved over to the module directory after removing the old one. This provides an ability to remove old files. It does not yet save the old module anywhere. retrieve_conf has been changed where it does symlinks so that any existing symlinks that point to a non-existant file are removed and reported as file not existing if remove was successful. ------------------------------------------------------------------------ r5019 | p_lindheimer | 2007-09-09 21:24:41 -0700 (Sun, 09 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp remove some unused variales causing confusion because of a typo ------------------------------------------------------------------------ r5016 | diego_iastrubni | 2007-09-09 04:11:11 -0700 (Sun, 09 Sep 2007) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php 2 must do commits: extensions are not tested with the "so" suffix, and escaping strings in SQL is not done like in MySQL (MySQL uses non standard notation). Lets assume that if that function is not available, the engine will be able to deal with this standard notation. SQLite3 does, still need to test pgsql. ------------------------------------------------------------------------ r5007 | p_lindheimer | 2007-09-08 10:46:39 -0700 (Sat, 08 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php more general purpose fix for sipaddheader issues ------------------------------------------------------------------------ r5003 | p_lindheimer | 2007-09-07 20:53:48 -0700 (Fri, 07 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp revert r5000 - these variables are ignored in the freepbx code by the parser if other ones are found in asterisk.conf but other applications may have come to expect these and we don't want to break compatibility ------------------------------------------------------------------------ r5001 | p_lindheimer | 2007-09-07 20:42:19 -0700 (Fri, 07 Sep 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php escape spaces in exec_sipaddheader() or they get chopped off in the library. Fixes some paging issues ------------------------------------------------------------------------ r5000 | diego_iastrubni | 2007-09-05 00:47:45 -0700 (Wed, 05 Sep 2007) | 2 lines Changed paths: M /freepbx/trunk/install_amp deprecated means deprecated. this piece of code should have been gone in 2.3, but i missed the deadline, for 2.4 it's gone ------------------------------------------------------------------------ r4996 | p_lindheimer | 2007-09-04 21:19:43 -0700 (Tue, 04 Sep 2007) | 16 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/install_amp Merged revisions 4133-4134,4136-4139,4141-4145,4147,4151-4152,4156-4169,4172,4175,4177-4178,4181-4199,4201-4218,4220-4221,4223-4228,4230-4237,4239-4248,4250-4256,4259-4261,4265-4268,4270-4271,4274-4276,4278-4280,4283-4288,4290-4292,4294-4298,4300-4306,4310-4321,4323-4327,4329-4334,4340-4342,4344-4347,4350,4360-4362,4365,4373,4375-4376,4380,4382,4385,4387,4390-4393,4396,4399,4401-4403,4406,4408,4420,4422-4423,4426-4427,4431,4433-4434,4436-4438,4440-4441,4447,4454,4457,4461,4464-4467,4473-4476,4481,4483-4510,4512-4513,4515-4524,4526-4527,4537-4550,4552-4560,4562-4590,4592-4593,4595-4598,4600-4603,4605,4607-4608,4610-4612,4614,4616-4617,4621-4622,4626-4627,4629-4632,4635,4638-4660,4663-4666,4670,4675-4676,4678-4680,4683-4685,4689,4692,4694-4695,4697-4698,4702,4706,4712-4716,4718-4722,4724-4725,4727-4730,4732-4741,4751-4757,4762-4763,4769-4770,4780-4851,4854-4864,4866-4868,4871-4873,4876-4878,4880-4881,4885,4888-4891,4894,4896-4899,4901-4915,4921-4926,4928-4942,4946,4948-4958,4960-4961,4963-4971,4973,4975-4977,4980-4983,4985-4989,4991-4995 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ........ r4994 | diego_iastrubni | 2007-09-04 01:41:18 -0700 (Tue, 04 Sep 2007) | 6 lines SQLite3 support: * db_connect: load the sqlite3 module if not already loaded * functions.inc.php: when dieing because of SQL errors do tell the SQL error (will affect also MySQL setups, but on a positive way) * retrieve_conf,install_amp: remove deprecated code for sqlite2 support. it was announced and db_connect does not support it, so this is a bug fix. ........ r4995 | p_lindheimer | 2007-09-04 20:44:16 -0700 (Tue, 04 Sep 2007) | 1 line declare db as global in fatal and make sure db connection is open before logging errors to notificaion table ........ ------------------------------------------------------------------------ r4993 | gregmac | 2007-09-02 15:07:42 -0700 (Sun, 02 Sep 2007) | 6921 lines Changed paths: M /freepbx/trunk D /freepbx/trunk/AAH_updatemaint.sh M /freepbx/trunk/CHANGES M /freepbx/trunk/CONTRIB.txt M /freepbx/trunk/ChangeLog M /freepbx/trunk/INSTALL M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/UPGRADE M /freepbx/trunk/amp_conf/agi-bin/phpagi.php M /freepbx/trunk/amp_conf/astetc/queues.conf M /freepbx/trunk/amp_conf/bin/archive_recordings A /freepbx/trunk/amp_conf/bin/bounce_op.sh (from /freepbx/branches/2.3/amp_conf/bin/bounce_op.sh:4990) A /freepbx/trunk/amp_conf/bin/freepbx-cron-scheduler.php (from /freepbx/branches/2.3/amp_conf/bin/freepbx-cron-scheduler.php:4990) A /freepbx/trunk/amp_conf/bin/freepbx_engine (from /freepbx/branches/2.3/amp_conf/bin/freepbx_engine:4990) A /freepbx/trunk/amp_conf/bin/libfreepbx.confgen.php (from /freepbx/branches/2.3/amp_conf/bin/libfreepbx.confgen.php:4990) M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/bin/retrieve_conf D /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl D /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl D /freepbx/trunk/amp_conf/htdocs/admin/bounce_op.sh M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/common/ie.css A /freepbx/trunk/amp_conf/htdocs/admin/common/interface.dim.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/interface.dim.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery-1.1.3.1.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery-1.1.3.1.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery.dimensions.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.dimensions.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/jquery.tabs-2.7.4.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.tabs-2.7.4.js:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/json.inc.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/json.inc.php:4990) A /freepbx/trunk/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/libfreepbx.javascripts.js:4990) M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php A /freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js (from /freepbx/branches/2.3/amp_conf/htdocs/admin/common/script.legacy.js:4990) M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/favicon.ico M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php D /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php M /freepbx/trunk/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po A /freepbx/trunk/amp_conf/htdocs/admin/images/accept.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/accept.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/images/amp.png A /freepbx/trunk/amp_conf/htdocs/admin/images/arrow_rotate_clockwise.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/arrow_rotate_clockwise.png:4990) D /freepbx/trunk/amp_conf/htdocs/admin/images/background-grid.png D /freepbx/trunk/amp_conf/htdocs/admin/images/background-triangle.png A /freepbx/trunk/amp_conf/htdocs/admin/images/cancel.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/cancel.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/category1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/category1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/database_gear.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/database_gear.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx.png M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_large.png M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_small.png M /freepbx/trunk/amp_conf/htdocs/admin/images/header-back.png A /freepbx/trunk/amp_conf/htdocs/admin/images/loading.gif (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/loading.gif:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/logo.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/logo.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules-current1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules-current1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules-hover1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules-hover1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/modules1.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/modules1.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-first-current.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-first-current.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-first.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-first.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-hover.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-hover.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab-select.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab-select.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/tab.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/tab.png:4990) A /freepbx/trunk/amp_conf/htdocs/admin/images/watermark.png (from /freepbx/branches/2.3/amp_conf/htdocs/admin/images/watermark.png:4990) M /freepbx/trunk/amp_conf/htdocs/admin/index.php D /freepbx/trunk/amp_conf/htdocs/admin/logout.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/.htaccess M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs/admin/panel.php M /freepbx/trunk/amp_conf/htdocs/admin/reports.php A /freepbx/trunk/amp_conf/htdocs/admin/views (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_admin.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reload.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reload.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reloadbar.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/loggedout.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/loggedout.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/menuitem_disabled.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/menuitem_disabled.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/noaccess.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/noaccess.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/panel.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/panel.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/reports.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/reports.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/unauthorized.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/unauthorized.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/welcome.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/welcome.php:4990) R /freepbx/trunk/amp_conf/htdocs/admin/views/welcome_nomanager.php (from /freepbx/branches/2.3/amp_conf/htdocs/admin/views/welcome_nomanager.php:4990) M /freepbx/trunk/amp_conf/htdocs/index.html M /freepbx/trunk/amp_conf/htdocs/recordings/includes/asi.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/bootstrap.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/crypt.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/login.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php A /freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/VmX.module:4990) M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module A /freepbx/trunk/amp_conf/htdocs/recordings/modules/featurecodes.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/featurecodes.module:4990) A /freepbx/trunk/amp_conf/htdocs/recordings/modules/followme.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/followme.module:4990) D /freepbx/trunk/amp_conf/htdocs/recordings/modules/help.module A /freepbx/trunk/amp_conf/htdocs/recordings/modules/phonefeatures.module (from /freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/phonefeatures.module:4990) M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module M /freepbx/trunk/amp_conf/htdocs/recordings/theme/layout.css M /freepbx/trunk/amp_conf/htdocs/recordings/theme/page.tpl.php M /freepbx/trunk/amp_conf/htdocs/recordings/version.php M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_style.cfg M /freepbx/trunk/amp_conf/htdocs_panel/operator_panel.swf M /freepbx/trunk/amp_conf/htdocs_panel/safe_opserver M /freepbx/trunk/amp_conf/sbin/amportal M /freepbx/trunk/amportal.conf A /freepbx/trunk/buildtools (from /freepbx/branches/2.3/buildtools:4990) R /freepbx/trunk/buildtools/README.directory (from /freepbx/branches/2.3/buildtools/README.directory:4990) R /freepbx/trunk/buildtools/generate-release.sh (from /freepbx/branches/2.3/buildtools/generate-release.sh:4990) R /freepbx/trunk/buildtools/jsmin.rb (from /freepbx/branches/2.3/buildtools/jsmin.rb:4990) R /freepbx/trunk/buildtools/md5-amp_conf.sh (from /freepbx/branches/2.3/buildtools/md5-amp_conf.sh:4990) R /freepbx/trunk/buildtools/pack_javascripts.sh (from /freepbx/branches/2.3/buildtools/pack_javascripts.sh:4990) M /freepbx/trunk/freepbx.pot D /freepbx/trunk/gen-dist M /freepbx/trunk/install_amp A /freepbx/trunk/libfreepbx.install.php (from /freepbx/branches/2.3/libfreepbx.install.php:4990) A /freepbx/trunk/setup_svn.php (from /freepbx/branches/2.3/setup_svn.php:4990) M /freepbx/trunk/sqlite.readme A /freepbx/trunk/start_asterisk (from /freepbx/branches/2.3/start_asterisk:4990) M /freepbx/trunk/upgrades/2.2.0beta1/ampbackup.php A /freepbx/trunk/upgrades/2.2.1.md5 (from /freepbx/branches/2.3/upgrades/2.2.1.md5:4990) A /freepbx/trunk/upgrades/2.2.3 (from /freepbx/branches/2.3/upgrades/2.2.3:4990) R /freepbx/trunk/upgrades/2.2.3/tables.php (from /freepbx/branches/2.3/upgrades/2.2.3/tables.php:4990) A /freepbx/trunk/upgrades/2.2.3.md5 (from /freepbx/branches/2.3/upgrades/2.2.3.md5:4990) A /freepbx/trunk/upgrades/2.3.0 (from /freepbx/branches/2.3/upgrades/2.3.0:4990) R /freepbx/trunk/upgrades/2.3.0/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.0/removefiles.php:4990) A /freepbx/trunk/upgrades/2.3.0.md5 (from /freepbx/branches/2.3/upgrades/2.3.0.md5:4990) M /freepbx/trunk/upgrades/2.3.0beta1/callback.php M /freepbx/trunk/upgrades/2.3.0beta1/core_migrate.php M /freepbx/trunk/upgrades/2.3.0beta1/tables.php M /freepbx/trunk/upgrades/2.3.0beta1.md5 A /freepbx/trunk/upgrades/2.3.0beta2 (from /freepbx/branches/2.3/upgrades/2.3.0beta2:4990) R /freepbx/trunk/upgrades/2.3.0beta2/tables.php (from /freepbx/branches/2.3/upgrades/2.3.0beta2/tables.php:4990) A /freepbx/trunk/upgrades/2.3.0beta2.md5 (from /freepbx/branches/2.3/upgrades/2.3.0beta2.md5:4990) A /freepbx/trunk/upgrades/2.3.0rc1 (from /freepbx/branches/2.3/upgrades/2.3.0rc1:4990) R /freepbx/trunk/upgrades/2.3.0rc1/removefiles.php (from /freepbx/branches/2.3/upgrades/2.3.0rc1/removefiles.php:4990) R /freepbx/trunk/upgrades/2.3.0rc1/tables.php (from /freepbx/branches/2.3/upgrades/2.3.0rc1/tables.php:4990) A /freepbx/trunk/upgrades/2.3.0rc1.md5 (from /freepbx/branches/2.3/upgrades/2.3.0rc1.md5:4990) D /freepbx/trunk/upgrades/generate-release.sh D /freepbx/trunk/upgrades/md5-amp_conf.sh Merge 2.3 branch to trunk, following 2.3.0 release. Merged revisions 4133-4134,4136-4139,4141-4992 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4146 | p_lindheimer | 2007-06-21 22:21:38 -0400 (Thu, 21 Jun 2007) | 5765 lines Merged revisions 4135,4137-4145 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4141 | p_lindheimer | 2007-06-21 18:55:49 -0700 (Thu, 21 Jun 2007) | 3700 lines Blocked revisions 3228,3235,3239,3242,3244,3247,3249,3252-3254,3262-3263,3267,3270,3272,3283,3285,3296,3298,3333-3335,3337,3366,3374,3389,3392,3406,3409,3420,3435-3436,3438,3480-3481,3483,3491,3493,3495,3497-3500,3504,3507,3512,3520-3521,3524,3531,3533,3536-3537,3539,3547,3549,3562,3568,3570-3572,3577,3583,3588,3625-3626,3629-3630,3642,3646,3659,3662,3670,3672-3673,3678-3679,3690,3762,3765,3768-3769,3771,3775,3778-3779,3788,3797,3799-3800,3807,3809,3827,3838,3843-3845,3847,3852-3853,3856,3859,3864-3865,3871,3873-3874,3884,3892-3893,3895,3897-3898,3904,3906,3908,3910,3918,3920,3922,3924-3927,3929,3931-3932,3934,3936,3939,3948-3949,3953-3955,3957,3959,3967,3969,3972,3974-3977,3979-3980,3987,3994,3996-3997,4003-4004,4014,4016,4021,4040,4053-4054,4056,4058,4062-4066,4068,4071,4074,4082-4083,4087-4088,4103,4110,4112-4113,4116-4117,4119-4123,4133-4134,4137-4139 via svnmerge ................ r3228 | qldrob | 2006-11-27 20:30:19 -0800 (Mon, 27 Nov 2006) | 2 lines Update module list ................ r3235 | qldrob | 2006-11-28 12:34:51 -0800 (Tue, 28 Nov 2006) | 2 lines Fix incorrect error being displayed when Display Name is left blank. #1458. ................ r3239 | gregmac | 2006-11-28 13:57:56 -0800 (Tue, 28 Nov 2006) | 2 lines Add 'return' button to module admin, cancel button on confim page only goes online if it was previously online ................ r3242 | gregmac | 2006-11-28 16:14:17 -0800 (Tue, 28 Nov 2006) | 2 lines Modules confirm page now checks for dependencies before actually running actions ................ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ................ r3247 | gregmac | 2006-11-30 07:13:17 -0800 (Thu, 30 Nov 2006) | 2 lines Fixed bug with broken modules names not showing up on confirm screen ................ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3254 | p_lindheimer | 2006-12-01 22:26:50 -0800 (Fri, 01 Dec 2006) | 1 line add the ability to set the moh class for outbound routes as well as for inbound routes and direct did routes ................ r3262 | p_lindheimer | 2006-12-02 20:25:16 -0800 (Sat, 02 Dec 2006) | 1 line correct moh tooltip on outbound routes ................ r3263 | gregmac | 2006-12-03 23:34:51 -0800 (Sun, 03 Dec 2006) | 2 lines Fixed weird-o negative logic ................ r3267 | gregmac | 2006-12-04 10:29:33 -0800 (Mon, 04 Dec 2006) | 2 lines Typo ................ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ................ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ................ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ................ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ................ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ................ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3374 | gregmac | 2006-12-19 15:16:16 -0800 (Tue, 19 Dec 2006) | 1 line Added freepbx_get_contexts() function to invoke module _contexts() hook functions, and return an associatve array with all valid contexts (minimually containing 'context', 'description', and 'module') ................ r3389 | gregmac | 2006-12-20 06:38:51 -0800 (Wed, 20 Dec 2006) | 2 lines Added manual module upload option for module admin ................ r3392 | gregmac | 2006-12-20 07:54:47 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3406 | p_lindheimer | 2006-12-21 17:41:20 -0800 (Thu, 21 Dec 2006) | 1 line core changes required for new ringallv2 ring strategy added to followme. This strategy allows the primary extension in a followme to start ringing for the pre-ring time, and if present in its own ringgroup (the typical behavior), it will continue ringing and not hangup and then re-ring. This avoids the double missed calls on many phones from the normal modes ................ r3409 | p_lindheimer | 2006-12-21 17:47:20 -0800 (Thu, 21 Dec 2006) | 1 line followme-ringallv2 one more tweak I forgot to check in ................ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ................ r3435 | gregmac | 2006-12-27 23:02:27 -0800 (Wed, 27 Dec 2006) | 1 line dbget/dbput removed in ast 1.4 - #1607 ................ r3436 | qldrob | 2006-12-28 21:24:26 -0800 (Thu, 28 Dec 2006) | 2 lines Start support for 'asterisk14' engine. I may end up taking this out. ................ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ................ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk ................ r3481 | qldrob | 2007-01-02 04:25:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply more FOP fixes, supplied by James_Bennett, in #1484. Thanks! ................ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ................ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ................ r3493 | qldrob | 2007-01-02 17:25:07 -0800 (Tue, 02 Jan 2007) | 2 lines Add '*' as a supported character in ampmgrpass ................ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ................ r3497 | qldrob | 2007-01-02 21:54:51 -0800 (Tue, 02 Jan 2007) | 2 lines Add enumlookup.agi, first stage of replacing asterisk's broken ENUMLOOKUP function. ................ r3498 | qldrob | 2007-01-02 21:56:36 -0800 (Tue, 02 Jan 2007) | 2 lines Add credit to e164.org for the original script. ................ r3499 | qldrob | 2007-01-02 22:19:36 -0800 (Tue, 02 Jan 2007) | 2 lines Finish replacement of Asterisk's ENUMLOOKUP function. ................ r3500 | qldrob | 2007-01-02 22:25:21 -0800 (Tue, 02 Jan 2007) | 2 lines Missed a couple of lines that should have been removed. ................ r3504 | qldrob | 2007-01-02 22:31:59 -0800 (Tue, 02 Jan 2007) | 2 lines Typo in regexp change earlier today. ................ r3507 | qldrob | 2007-01-02 22:59:58 -0800 (Tue, 02 Jan 2007) | 2 lines Note that spandsp 0.2-pre can only be used. ................ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ................ r3520 | qldrob | 2007-01-03 20:08:31 -0800 (Wed, 03 Jan 2007) | 2 lines Fix my fix in this branch too. ................ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ................ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ................ r3531 | gregmac | 2007-01-03 22:43:38 -0800 (Wed, 03 Jan 2007) | 2 lines Add text-to-speech stub macros ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3562 | qldrob | 2007-01-09 13:23:56 -0800 (Tue, 09 Jan 2007) | 2 lines Fix typo spotted by mtgll in dialparties.agi, thanks! ................ r3568 | gregmac | 2007-01-16 23:55:37 -0800 (Tue, 16 Jan 2007) | 2 lines recursive_copy() now tracks # files copied, shows files copied/skipped ................ r3570 | gregmac | 2007-01-17 00:15:50 -0800 (Wed, 17 Jan 2007) | 2 lines Implement #1680 ................ r3571 | gregmac | 2007-01-17 00:36:47 -0800 (Wed, 17 Jan 2007) | 2 lines Added astman::connected() function to check if astman is connected or not ................ r3572 | gregmac | 2007-01-17 00:38:08 -0800 (Wed, 17 Jan 2007) | 2 lines Fix engine_getinfo() to do better checking for astman connection (see r3571), added fallback to using exec('asterisk -V') ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3625 | p_lindheimer | 2007-01-24 10:00:11 -0800 (Wed, 24 Jan 2007) | 1 line added disable trunk feature to disable but not remove it. Added hook to insert user provided monitoring/reporting mechanism on turnk failures, per trunk. Change hagnupcall to not have a delay ................ r3626 | p_lindheimer | 2007-01-24 13:05:06 -0800 (Wed, 24 Jan 2007) | 1 line adding functionality for personal IVRs integrated with voicemail - VmX Locator, other checkins to come ................ r3629 | p_lindheimer | 2007-01-24 13:09:53 -0800 (Wed, 24 Jan 2007) | 1 line added followme, VmX Locator, CFB, CFU, help on feature codes pulled from database so it is accurate, and I think there is a tweak to help find monitor files for an extension more often ................ r3630 | p_lindheimer | 2007-01-24 13:11:32 -0800 (Wed, 24 Jan 2007) | 1 line update to macro-vm for VmX Locator and required upgrade/install changes ................ r3642 | qldrob | 2007-01-24 21:41:10 -0800 (Wed, 24 Jan 2007) | 2 lines Fix a minor typo ................ r3646 | p_lindheimer | 2007-01-25 10:49:22 -0800 (Thu, 25 Jan 2007) | 1 line allow RINGTIMER to be set per extension, defaulting to the system default in general screen ................ r3659 | qldrob | 2007-01-26 02:09:06 -0800 (Fri, 26 Jan 2007) | 2 lines Another goto_indicate that was missed. ................ r3662 | diego_iastrubni | 2007-01-28 05:46:05 -0800 (Sun, 28 Jan 2007) | 6 lines support for sqlite3. WIP. SUBSTRING is not working for example. great. The AUTOINCREMENT syntax we use in the newinstall.sql is broken. great Some other things are broken here and there, I will try and find them all... ................ r3670 | p_lindheimer | 2007-01-29 15:44:45 -0800 (Mon, 29 Jan 2007) | 1 line syntax error deleteing vmx tree deleted entire ampuser database ................ r3672 | naftali5 | 2007-01-30 09:03:57 -0800 (Tue, 30 Jan 2007) | 1 line adjustments to freepbx_get_contexts introduced in r3374 ................ r3673 | naftali5 | 2007-01-30 12:03:55 -0800 (Tue, 30 Jan 2007) | 1 line small adjustment to r3672 ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3690 | naftali5 | 2007-02-04 12:12:47 -0800 (Sun, 04 Feb 2007) | 1 line further adjustments to freepbx_get_contexts() ................ r3762 | p_lindheimer | 2007-02-10 15:11:43 -0800 (Sat, 10 Feb 2007) | 1 line need to make sure DIRECTDIAL is not BUSY, previous logic was treating it that way, now it checks after assuming unavail ................ r3765 | p_lindheimer | 2007-02-10 15:54:46 -0800 (Sat, 10 Feb 2007) | 1 line added some tootips and added tighter integration between follow-me and VmX ................ r3768 | p_lindheimer | 2007-02-11 09:32:40 -0800 (Sun, 11 Feb 2007) | 1 line add CWINUSEBUSY=yes option to amportal, to have in-use/busy extensions enabled with CW to report as BUSY if not answered resulting in the VM busy status/message - otherwise they always report NO ANSWER unless all the devices channels are used up which is uncommon on most sip phones ................ r3769 | p_lindheimer | 2007-02-11 09:39:32 -0800 (Sun, 11 Feb 2007) | 1 line CWINUSEBUSY should really only say busy if busy, not ringing so remove the check for ringing also ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3778 | diego_iastrubni | 2007-02-12 06:07:47 -0800 (Mon, 12 Feb 2007) | 11 lines sqlite2 -> out sqlite3 -> in freepbx 2.3 will only support sqlite3. I will start making the newinstall.sql work on mysql and sqlite3, if anyone wants to make it work with pgsql: it should work. i don't know pgsql. you fix it. expect things to be broken. :) ................ r3779 | diego_iastrubni | 2007-02-12 06:53:41 -0800 (Mon, 12 Feb 2007) | 13 lines Lets clean up the newinstall.sql, to work on sqlite3: * all "engine=MyISAM" wehere removed, we use the default provided by the DB * lock/unlock codes have been removed * multiple insert statements have been splited This reduces the errors when creating the DB by a lot. It seems that it all still works on mysql (vgster tested it). to create the sqlite3 DB issue: cat SQL/newinstall.sql | sqlite3 freepbx.db ................ r3788 | naftali5 | 2007-02-12 12:29:14 -0800 (Mon, 12 Feb 2007) | 1 line fix IE bug reports page width - duration cut off ................ r3797 | p_lindheimer | 2007-02-21 18:39:26 -0800 (Wed, 21 Feb 2007) | 388 lines Blocked revisions 3631,3643,3689,3691,3697,3725,3728,3733,3736,3739,3742,3746,3748-3751,3754,3757,3772,3794-3796 via svnmerge ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ ................ r3799 | p_lindheimer | 2007-02-21 22:01:19 -0800 (Wed, 21 Feb 2007) | 1 line findmefollw-ringallv2 merge into incorrect location (proof that no one has tested this yet :-) ................ r3800 | p_lindheimer | 2007-02-21 22:02:10 -0800 (Wed, 21 Feb 2007) | 9 lines Merged revisions 3798 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ........ ................ r3807 | p_lindheimer | 2007-02-22 11:25:34 -0800 (Thu, 22 Feb 2007) | 15 lines Merged revisions 3805-3806 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 modified after merge __TTL was already in ... ........ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ........ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ........ ................ r3809 | naftali5 | 2007-02-25 11:55:00 -0800 (Sun, 25 Feb 2007) | 9 lines Merged revisions 3808 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3808 | naftali5 | 2007-02-25 14:50:46 -0500 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ........ ................ r3827 | p_lindheimer | 2007-02-26 10:46:51 -0800 (Mon, 26 Feb 2007) | 9 lines Merged revisions 3826 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ........ ................ r3838 | p_lindheimer | 2007-03-01 20:33:50 -0800 (Thu, 01 Mar 2007) | 9 lines Merged revisions 3837 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ........ ................ r3843 | p_lindheimer | 2007-03-02 19:03:38 -0800 (Fri, 02 Mar 2007) | 1 line add sipname as a sipalias for a user/extensions - to enable things like anonymous sip calls to use friendly names ................ r3844 | diego_iastrubni | 2007-03-04 00:49:44 -0800 (Sun, 04 Mar 2007) | 4 lines Lets continue the fixes for ticket:1727. multiple insert commands per statement are not supported under sqlite3. we split, and it works everywhere. Next will be fixing the primary keys, from int(15) to INTEGER NOT NULL. This will have to wait a little for some more feedback. ................ r3845 | diego_iastrubni | 2007-03-04 01:00:38 -0800 (Sun, 04 Mar 2007) | 2 lines missed 2 semicolons. now it should work :) ................ r3847 | gregmac | 2007-03-05 18:37:10 -0800 (Mon, 05 Mar 2007) | 2 lines Add expand_variables() function ................ r3852 | p_lindheimer | 2007-03-07 15:19:14 -0800 (Wed, 07 Mar 2007) | 1 line remove admin/images from files/www/html/ and add new atengo logo into freepbx tree ................ r3853 | p_lindheimer | 2007-03-07 15:27:23 -0800 (Wed, 07 Mar 2007) | 1 line oops forgot to delete the disconnect ................ r3856 | p_lindheimer | 2007-03-08 18:00:27 -0800 (Thu, 08 Mar 2007) | 1 line add configurable variables for ampbackup.pl functionality for r3854 and r3855add scp ability to ampbackup, similar to ftp ability. Add cofigurable provisioning file directory to be backed up specified in amportal.conf. ................ r3859 | p_lindheimer | 2007-03-12 14:25:44 -0700 (Mon, 12 Mar 2007) | 73 lines Merged revisions 3588-3630,3632-3642,3644-3688,3690,3692-3696,3698-3724,3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743-3745,3747,3752-3753,3755-3756,3758-3769,3771,3773-3793,3797,3799-3804,3807,3809-3825,3827-3836,3838-3850,3852-3858 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ........ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ........ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ........ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ........ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ........ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ........ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ........ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ........ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ........ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ........ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ........ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ........ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ........ ................ r3864 | p_lindheimer | 2007-03-13 15:33:18 -0700 (Tue, 13 Mar 2007) | 1 line add 2.2.1 to version array ................ r3865 | p_lindheimer | 2007-03-14 09:15:25 -0700 (Wed, 14 Mar 2007) | 1 line only set MOHCLASS in route if already empty, in case a feature code has specifically overridden it ................ r3871 | p_lindheimer | 2007-03-16 10:06:43 -0700 (Fri, 16 Mar 2007) | 9 lines Merged revisions 3870 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ........ ................ r3873 | p_lindheimer | 2007-03-16 14:41:36 -0700 (Fri, 16 Mar 2007) | 9 lines Merged revisions 3872 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ........ ................ r3874 | p_lindheimer | 2007-03-25 12:22:08 -0700 (Sun, 25 Mar 2007) | 1 line added ability to masquerade an internal callerid number as a different extension, ringgroup, etc. - also fixed bug in vmx when user created with no voicemail, astdb vmx structure was being created although no effect since they had no voicemail ................ r3884 | p_lindheimer | 2007-03-27 15:01:37 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3883 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ........ ................ r3892 | p_lindheimer | 2007-03-28 15:38:40 -0700 (Wed, 28 Mar 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3891 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ........ ................ r3893 | p_lindheimer | 2007-03-28 16:27:16 -0700 (Wed, 28 Mar 2007) | 1 line change some lables in followme screen ari ................ r3895 | p_lindheimer | 2007-03-28 17:52:54 -0700 (Wed, 28 Mar 2007) | 1 line #1839 - check authentication on trunk even if disabled in case it is the first trunk so the route gets authorized since subsequent trunks will not check for authentication ................ r3897 | p_lindheimer | 2007-04-02 18:18:38 -0700 (Mon, 02 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3896 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ........ ................ r3898 | gregmac | 2007-04-03 14:56:30 -0700 (Tue, 03 Apr 2007) | 2 lines Always set CID name for incoming calls (set to number, if blank) ................ r3904 | p_lindheimer | 2007-04-05 10:38:33 -0700 (Thu, 05 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3903 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ........ ................ r3906 | p_lindheimer | 2007-04-05 10:49:12 -0700 (Thu, 05 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904-3905 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ........ ................ r3908 | p_lindheimer | 2007-04-06 12:10:40 -0700 (Fri, 06 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906-3907 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ........ ................ r3910 | p_lindheimer | 2007-04-06 23:22:44 -0700 (Fri, 06 Apr 2007) | 10 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908-3909 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes (svnmerge with manual changes because of differences in newver version.) ........ ................ r3918 | p_lindheimer | 2007-04-07 15:31:35 -0700 (Sat, 07 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3917 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ........ ................ r3920 | p_lindheimer | 2007-04-07 16:31:43 -0700 (Sat, 07 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918-3919 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ........ ................ r3922 | p_lindheimer | 2007-04-10 12:26:18 -0700 (Tue, 10 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920-3921 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ........ ................ r3924 | p_lindheimer | 2007-04-17 13:11:16 -0700 (Tue, 17 Apr 2007) | 1 line fixed critical bug in dialparties.agi making ringallv2-prim fail ................ r3925 | diego_iastrubni | 2007-04-18 04:35:29 -0700 (Wed, 18 Apr 2007) | 15 lines Hardcode "/usr/bin/php" and "/bin/sh", as this is the way most Linux distros do this. I know this conflicts ticket:695, but I just don't see any good reason to make another process on every single command (/usr/bin/env and then php). If a Linux system or *BSD people are having poblems, this can be deal on install time by patching the source, this will be the best for the running systems (less process will be opend). This is only good for the final product. Sorry, but I am quite sure you already have a lot of patches for the product anyway, one little more patch will not hurt. The commands are: {{{ !#/bin/sh !#/usr/bin/php -q }}} ................ r3926 | diego_iastrubni | 2007-04-18 04:57:30 -0700 (Wed, 18 Apr 2007) | 6 lines start fixing ticket:761. the sad thing, is that most of the code was avilable since changeset:2092 at least. with this commit, most of the hardcoded values can be overridden from the command line. still the manager user and password need to added to the command line. ................ r3927 | diego_iastrubni | 2007-04-18 05:03:40 -0700 (Wed, 18 Apr 2007) | 6 lines * no need to store the asterisk version in a file (we can deal with it pretty good by now, by calling the manager or directly parsing "asterisk -V") * no need to store the freepbx version on the filesystem. it's not used anywhere, and it's already available on the sql. fixes ticket:1679 ................ r3929 | p_lindheimer | 2007-04-18 09:10:19 -0700 (Wed, 18 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3928 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ........ ................ r3931 | diego_iastrubni | 2007-04-19 00:23:22 -0700 (Thu, 19 Apr 2007) | 7 lines fix for ticket:1878 amportal.conf is readable by the asterisk user/group only. amportal script now fixes the permissions to be 640 (only user has write access to this file, group has read all others can dream of reading it). ................ r3932 | diego_iastrubni | 2007-04-23 03:56:11 -0700 (Mon, 23 Apr 2007) | 3 lines a better fix for ticket:1878 thanks pnlarsson ................ r3934 | p_lindheimer | 2007-04-24 13:56:43 -0700 (Tue, 24 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3933 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ........ ................ r3936 | p_lindheimer | 2007-04-24 19:36:23 -0700 (Tue, 24 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934-3935 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ........ ................ r3939 | diego_iastrubni | 2007-04-26 00:11:29 -0700 (Thu, 26 Apr 2007) | 2 lines fix for ticket:1912 ................ r3948 | p_lindheimer | 2007-04-27 10:02:43 -0700 (Fri, 27 Apr 2007) | 9 lines Merged revisions 3947 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ........ ................ r3949 | p_lindheimer | 2007-04-27 11:28:45 -0700 (Fri, 27 Apr 2007) | 12 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3946,3948 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. Diego - use svnmerge.py for these changes to keep everything consistent. ........ ................ r3953 | diego_iastrubni | 2007-05-02 06:58:13 -0700 (Wed, 02 May 2007) | 4 lines favicon... ripped from the freepbx.org page. looks fine on my system ................ r3954 | diego_iastrubni | 2007-05-02 07:01:33 -0700 (Wed, 02 May 2007) | 3 lines fix for ticket:1914, there is another version in AMPWEBROOT/admin/common/php-asmanager.php which seems to be the correct one ................ r3955 | diego_iastrubni | 2007-05-02 08:11:44 -0700 (Wed, 02 May 2007) | 4 lines archiverecordings uses now the file found on the webroot. fixes ticket:1914 and ticket:1915 ................ r3957 | p_lindheimer | 2007-05-02 12:06:13 -0700 (Wed, 02 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3956 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ........ ................ r3959 | p_lindheimer | 2007-05-03 09:33:48 -0700 (Thu, 03 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957-3958 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ........ ................ r3967 | p_lindheimer | 2007-05-07 10:20:26 -0700 (Mon, 07 May 2007) | 9 lines Merged revisions 3966 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ........ ................ r3969 | p_lindheimer | 2007-05-07 20:24:01 -0700 (Mon, 07 May 2007) | 9 lines Merged revisions 3968 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ........ ................ r3972 | p_lindheimer | 2007-05-08 06:20:31 -0700 (Tue, 08 May 2007) | 9 lines Merged revisions 3971 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ........ ................ r3974 | p_lindheimer | 2007-05-08 07:20:38 -0700 (Tue, 08 May 2007) | 9 lines Merged revisions 3973 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ........ ................ r3975 | diego_iastrubni | 2007-05-08 07:34:22 -0700 (Tue, 08 May 2007) | 30 lines Merged revisions 3960-3965 via svnmerge from https://diego_iastrubni@svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3960 | diego_iastrubni | 2007-05-06 12:53:21 +0300 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ........ r3961 | diego_iastrubni | 2007-05-06 13:27:35 +0300 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ........ r3962 | diego_iastrubni | 2007-05-06 13:36:13 +0300 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ........ r3963 | diego_iastrubni | 2007-05-06 13:46:22 +0300 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ........ r3965 | gregmac | 2007-05-07 19:02:20 +0300 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ........ ................ r3976 | p_lindheimer | 2007-05-08 08:09:39 -0700 (Tue, 08 May 2007) | 7 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3975 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 fixed the svnmerge properies that got 'corrupted' from an inproper conflict in another svnmerge. ................ r3977 | p_lindheimer | 2007-05-08 12:17:46 -0700 (Tue, 08 May 2007) | 1 line moved ext-local-confirm and findmefollow-ringallv2 above from-internal-additional or some outbound routes will break it ................ r3979 | p_lindheimer | 2007-05-10 16:19:58 -0700 (Thu, 10 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3978 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ........ ................ r3980 | p_lindheimer | 2007-05-12 20:32:29 -0700 (Sat, 12 May 2007) | 1 line revert r3927 related to #1679 - breaking install_amp ................ r3987 | p_lindheimer | 2007-05-18 16:36:19 -0700 (Fri, 18 May 2007) | 1 line core_sipname_check should not fail if the name is used on the existing extension ................ r3994 | p_lindheimer | 2007-06-06 19:44:32 -0700 (Wed, 06 Jun 2007) | 1 line revert r3925 - broke apply_conf.sh by puting /usr/sh - I aggree with the comments in the checking about 2 processes but this is called once at install time and doesn't matter - and please test before making checkins like this ................ r3996 | p_lindheimer | 2007-06-07 17:44:12 -0700 (Thu, 07 Jun 2007) | 1 line allow ari callmonitor to try and identify IAX extensions also - another temporary hack ................ r3997 | p_lindheimer | 2007-06-07 17:46:44 -0700 (Thu, 07 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3996 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ........ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ........ ................ r4003 | p_lindheimer | 2007-06-07 19:51:49 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4002 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ........ ................ r4004 | p_lindheimer | 2007-06-07 19:53:45 -0700 (Thu, 07 Jun 2007) | 1 line add sip.conf parameters that are required for Asteisk 1.4 - thanks Edgar from the Elastix team ................ r4014 | p_lindheimer | 2007-06-08 18:52:54 -0700 (Fri, 08 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4013 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ........ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ................ r4016 | p_lindheimer | 2007-06-08 18:59:24 -0700 (Fri, 08 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4015 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ........ ................ r4021 | p_lindheimer | 2007-06-08 19:25:24 -0700 (Fri, 08 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4020 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ........ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ................ r4040 | p_lindheimer | 2007-06-09 10:58:16 -0700 (Sat, 09 Jun 2007) | 1 line make sure is always set to a valid value since feature codes depend on it being set to the real user, and not the masqueraded user ................ r4053 | p_lindheimer | 2007-06-12 12:55:06 -0700 (Tue, 12 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4052 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ................ r4054 | p_lindheimer | 2007-06-12 13:04:20 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4056 | p_lindheimer | 2007-06-12 13:46:12 -0700 (Tue, 12 Jun 2007) | 8 lines Blocked revisions 4055 via svnmerge ........ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ................ r4058 | p_lindheimer | 2007-06-13 23:10:08 -0700 (Wed, 13 Jun 2007) | 1 line mv module_xml creation to proper upgrade script, add id to annoucement checking ................ r4062 | p_lindheimer | 2007-06-14 09:55:13 -0700 (Thu, 14 Jun 2007) | 1 line #1995: fix syntax error missing } ................ r4063 | p_lindheimer | 2007-06-14 11:57:53 -0700 (Thu, 14 Jun 2007) | 1 line add ability to disable 'Disable' and 'Uninstall' of certain modules based on an xml tag or hard coded overides for critical modules like core ................ r4064 | p_lindheimer | 2007-06-14 12:11:36 -0700 (Thu, 14 Jun 2007) | 1 line #1997: add extensions_override_freepbx.conf to allow extensions_addtional.conf to be overridden ................ r4065 | p_lindheimer | 2007-06-18 16:42:58 -0700 (Mon, 18 Jun 2007) | 1 line auto-link images content from modules so they can supply their own images ................ r4066 | p_lindheimer | 2007-06-18 17:36:38 -0700 (Mon, 18 Jun 2007) | 1 line allow Asterisk 1.2 or 1.4 versions at install ................ r4068 | p_lindheimer | 2007-06-18 18:24:44 -0700 (Mon, 18 Jun 2007) | 1 line move callback agi with the module ................ r4071 | p_lindheimer | 2007-06-18 18:28:48 -0700 (Mon, 18 Jun 2007) | 1 line #1984: move callback agi script to module ................ r4074 | p_lindheimer | 2007-06-18 18:55:55 -0700 (Mon, 18 Jun 2007) | 1 line #1992: move create/remove schema for Backup into module away from core ................ r4082 | p_lindheimer | 2007-06-19 12:09:00 -0700 (Tue, 19 Jun 2007) | 1 line add Help link to top nav bar to point to support.freepbx.org and change Core wiki link to point to same ................ r4083 | p_lindheimer | 2007-06-20 10:50:26 -0700 (Wed, 20 Jun 2007) | 1 line #2007: fix version checking to allow Asterisk 1.4 properly ................ r4087 | p_lindheimer | 2007-06-20 12:40:07 -0700 (Wed, 20 Jun 2007) | 1 line add annoucement display option to module_admin ................ r4088 | p_lindheimer | 2007-06-20 12:41:47 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4051,4053-4054,4056-4084,4086-4087 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ........ ................ r4103 | p_lindheimer | 2007-06-20 17:36:53 -0700 (Wed, 20 Jun 2007) | 1 line #1736 change incoming alertinfo fields to varchar(255) to accomodate URLs ................ r4110 | p_lindheimer | 2007-06-21 13:05:42 -0700 (Thu, 21 Jun 2007) | 1 line move core agi, bin scripts and key conf files into core modules where they will be auto-linked back out by retrieve_conf - upgrade script must be run to have original renamed or auto-linking will not function properly ................ r4112 | p_lindheimer | 2007-06-21 14:27:20 -0700 (Thu, 21 Jun 2007) | 1 line change core version to reflect base version and prepare for move to online repository ................ r4113 | p_lindheimer | 2007-06-21 14:28:42 -0700 (Thu, 21 Jun 2007) | 1 line increase field length of version field for module admin ................ r4116 | p_lindheimer | 2007-06-21 14:33:59 -0700 (Thu, 21 Jun 2007) | 1 line make core modules upgradeable through module admin ................ r4117 | p_lindheimer | 2007-06-21 14:35:56 -0700 (Thu, 21 Jun 2007) | 1 line modification needed to have core be in module repository, and change AUTHTYPE default to none ................ r4119 | p_lindheimer | 2007-06-21 15:27:25 -0700 (Thu, 21 Jun 2007) | 1 line modify main page to reflect Beta3 ................ r4120 | p_lindheimer | 2007-06-21 16:19:35 -0700 (Thu, 21 Jun 2007) | 1 line update the modlist.sh (less zoip) ................ r4121 | p_lindheimer | 2007-06-21 16:23:02 -0700 (Thu, 21 Jun 2007) | 1 line remove core and framework from import list, since it is used for packaging and that should be done separately ................ r4122 | p_lindheimer | 2007-06-21 16:37:21 -0700 (Thu, 21 Jun 2007) | 1 line rename alpha to beta1 in preparation for release, and add generate-release.sh script with new core and framework packaging steps ................ r4123 | p_lindheimer | 2007-06-21 16:40:06 -0700 (Thu, 21 Jun 2007) | 1 line Creating release 2.3.0beta1 ................ r4133 | p_lindheimer | 2007-06-21 18:24:23 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4129" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ................ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ................ ................ r4142 | p_lindheimer | 2007-06-21 18:58:26 -0700 (Thu, 21 Jun 2007) | 2056 lines Blocked revisions 4140 via svnmerge ................ r4140 | p_lindheimer | 2007-06-21 18:51:36 -0700 (Thu, 21 Jun 2007) | 2050 lines Blocked revisions 4134,4137-4139 via svnmerge ................ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ................ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ................ ................ ................ ................ r4148 | p_lindheimer | 2007-06-22 00:26:10 -0400 (Fri, 22 Jun 2007) | 1 line fix error in link location for images directory ................ r4149 | p_lindheimer | 2007-06-22 00:48:15 -0400 (Fri, 22 Jun 2007) | 1 line Adding daynight module ................ r4150 | p_lindheimer | 2007-06-22 00:49:51 -0400 (Fri, 22 Jun 2007) | 1 line oops -way too tired, meant to add this to modules ................ r4153 | p_lindheimer | 2007-06-22 13:58:38 -0400 (Fri, 22 Jun 2007) | 1 line some improvements to ARI tooltips on settings page for VmX/FollowMe and fix so that you can have a module page in the editor while running ARI and not have it puke (this is something to help during development/testing ................ r4154 | p_lindheimer | 2007-06-22 14:28:15 -0400 (Fri, 22 Jun 2007) | 1 line couple more formating cleanups on tooltips ARI settings.module ................ r4155 | p_lindheimer | 2007-06-22 18:00:28 -0400 (Fri, 22 Jun 2007) | 1 line add merge_ext_followme() to core for modules to call to upgrade findmefollow and core destinations so there is no longer a distinction and they work like directdids ................ r4170 | fool4kate | 2007-06-22 20:21:49 -0400 (Fri, 22 Jun 2007) | 2 lines Rebranded freePBX to FreePBX ................ r4171 | p_lindheimer | 2007-06-23 00:17:14 -0400 (Sat, 23 Jun 2007) | 1 line start creating CHANGES log for major highlights ................ r4173 | p_lindheimer | 2007-06-23 11:37:00 -0400 (Sat, 23 Jun 2007) | 1 line add description field to incoming table so we can change inbound routes to include a description ................ r4174 | p_lindheimer | 2007-06-23 12:31:07 -0400 (Sat, 23 Jun 2007) | 1 line remove some amportal.conf file variables that have been deprecated ................ r4176 | p_lindheimer | 2007-06-23 12:48:47 -0400 (Sat, 23 Jun 2007) | 1 line change default behavior of ENABLECW and add comments to CHANGE log ................ r4179 | p_lindheimer | 2007-06-23 17:56:06 -0400 (Sat, 23 Jun 2007) | 1 line add CID Prefix field to inbound routes table ................ r4180 | p_lindheimer | 2007-06-24 21:53:17 -0400 (Sun, 24 Jun 2007) | 1 line put back bad-number context with TRANSFER_CONTEXT set to keep transfers to bugs extensions from being lost in the bad-number context ................ r4200 | p_lindheimer | 2007-06-24 22:25:07 -0400 (Sun, 24 Jun 2007) | 1 line Creating release 2.3.0beta1 ................ r4219 | p_lindheimer | 2007-06-25 17:12:50 -0400 (Mon, 25 Jun 2007) | 1 line #1785 urlencode/decode to get rid of errors ................ r4222 | p_lindheimer | 2007-06-26 14:24:16 -0400 (Tue, 26 Jun 2007) | 1 line #2023: is_empty() doesn't seem to work everywhere (is this a php5 things?) ................ r4229 | p_lindheimer | 2007-06-26 22:27:08 -0400 (Tue, 26 Jun 2007) | 1 line add asterisk version info when checking for updates ................ r4238 | diego_iastrubni | 2007-06-27 11:07:48 -0400 (Wed, 27 Jun 2007) | 4 lines fix for ticket:1963 - now systems without mysql (pgsql and sqlite3) will also have a working version of mysql_real_escape_string, which is used to check for user input in many pages. ................ r4249 | p_lindheimer | 2007-06-27 14:46:41 -0400 (Wed, 27 Jun 2007) | 1 line #2031 - changed engine_getinfo() to handle Asterisk SVN tags as the normal version number, and to handle SVN pulls from a branch where it is formatted as (example): Asterisk SVN-branch-1.2-r61786, it will return 1.2.61786 as the version with 61786 in addtional. This will allow it to work with version control although is not perfect, because if they are notkeeping up with their svn pulls, it may be lower than a proper version number. However, the previous way just hardcoded it to 99 which effectively did the same so ... ................ r4257 | gregmac | 2007-06-28 00:29:19 -0400 (Thu, 28 Jun 2007) | 2 lines Redirect main admin page to config.php ................ r4258 | gregmac | 2007-06-28 00:52:50 -0400 (Thu, 28 Jun 2007) | 2 lines Fix for #2033 ................ r4262 | p_lindheimer | 2007-06-28 11:18:45 -0400 (Thu, 28 Jun 2007) | 1 line add zensource type to unique_id and remove debug message accidently left in code ................ r4263 | p_lindheimer | 2007-06-28 14:41:22 -0400 (Thu, 28 Jun 2007) | 1 line #2022: bring fop up to version 0.27 ................ r4264 | p_lindheimer | 2007-06-28 15:01:45 -0400 (Thu, 28 Jun 2007) | 1 line improve 'forward to' button in ARI voicemail module to use names/numbers, thanks pwp from forum ................ r4269 | p_lindheimer | 2007-06-29 03:00:54 -0400 (Fri, 29 Jun 2007) | 1 line remove annoying debug messages that FOP was printing ................ r4272 | p_lindheimer | 2007-06-30 15:05:50 -0400 (Sat, 30 Jun 2007) | 1 line modify install_amp and upgrade directories and scripts to accomodate the eventual 2.2.3 maintenance release ................ r4273 | p_lindheimer | 2007-06-30 15:12:43 -0400 (Sat, 30 Jun 2007) | 1 line #2020: change from symlink to copy of agi-bin from modules to address error that occurs on some systems. If you do not want to copy over a modified version, you must change it to remove write access ................ r4277 | p_lindheimer | 2007-06-30 17:36:51 -0400 (Sat, 30 Jun 2007) | 1 line add DeadAGI to extensions.class.php ................ r4281 | p_lindheimer | 2007-06-30 18:21:34 -0400 (Sat, 30 Jun 2007) | 1 line #1882: fix sort order by lastname ................ r4282 | p_lindheimer | 2007-06-30 19:24:09 -0400 (Sat, 30 Jun 2007) | 1 line need to make sure agi scripts have execute permissions after succesful copy. This may also fix #2028 ................ r4289 | p_lindheimer | 2007-06-30 19:51:50 -0400 (Sat, 30 Jun 2007) | 1 line #1903 changed form source to . for amportal and safe_opserver ................ r4293 | p_lindheimer | 2007-07-01 19:25:56 -0400 (Sun, 01 Jul 2007) | 1 line fix mismatch } from changes adding 2.2.3 upgrade scripts ................ r4299 | p_lindheimer | 2007-07-03 16:32:20 -0400 (Tue, 03 Jul 2007) | 11 lines - improved parse_amportal_conf with structure for defaults and consistent formatting of directory names, etc. - improved parse_asterisk_conf to make directories in standard format, made it modify $amp_conf after loading in case discrpencies are found. - fixed module version checking regex to handle module versions in the form of 2.22.0beta3.1 for example. - made retrieve_conf bootstrap off of /etc/amportal.conf to just find the AMPWEBROOT since that is where the functions.inc.php is currently storred. It then calls the proper parse_amportal_conf and parse_asterisk_conf from there. ................ r4307 | gregmac | 2007-07-06 01:50:18 -0400 (Fri, 06 Jul 2007) | 2 lines Fix #1982 ................ r4308 | gregmac | 2007-07-06 01:50:52 -0400 (Fri, 06 Jul 2007) | 2 lines checkdepends and reversedepends were backwords - fixed ................ r4309 | gregmac | 2007-07-06 01:52:05 -0400 (Fri, 06 Jul 2007) | 2 lines Add hidden --make-links-devel option to install_amp ................ r4322 | p_lindheimer | 2007-07-07 11:38:57 -0400 (Sat, 07 Jul 2007) | 1 line add RC in addition to rc as possible version numbering ................ r4328 | p_lindheimer | 2007-07-07 14:21:56 -0400 (Sat, 07 Jul 2007) | 1 line ARI relayout and addition of features like DND and CW, thanks to Peter Kaplan for the initiative and we'll look forward to the additional tweaks ................ r4335 | gregmac | 2007-07-10 01:31:33 -0400 (Tue, 10 Jul 2007) | 2 lines Add AMPMANAGERPROXYPORT directive to connect to an asterisk manager proxy, as well as a fallback to connect to ASTMANAGERPORT if proxy fails ................ r4336 | gregmac | 2007-07-10 01:31:58 -0400 (Tue, 10 Jul 2007) | 2 lines Always start a session, regardless of AUTHTYPE ................ r4337 | gregmac | 2007-07-10 01:32:41 -0400 (Tue, 10 Jul 2007) | 2 lines Add jquery library ................ r4338 | gregmac | 2007-07-10 13:54:39 -0400 (Tue, 10 Jul 2007) | 2 lines Remove 'current' class from help link ................ r4339 | gregmac | 2007-07-10 15:29:08 -0400 (Tue, 10 Jul 2007) | 2 lines Install no longer requires $versions array, now built automatically ................ r4343 | gregmac | 2007-07-10 18:47:00 -0400 (Tue, 10 Jul 2007) | 2 lines syntax typo ................ r4348 | gregmac | 2007-07-10 20:45:41 -0400 (Tue, 10 Jul 2007) | 3 lines Merged 2.3.views branch back to main 2.3: r4341 r4342 r4343 r4344 r4345 r4346 r4347 ................ r4349 | p_lindheimer | 2007-07-10 20:48:38 -0400 (Tue, 10 Jul 2007) | 1 line added notifications table and added conversion in all destinations directories for now core voicemail dest format inot 2.3.0beta2 upgrade dir ................ r4351 | gregmac | 2007-07-10 21:13:55 -0400 (Tue, 10 Jul 2007) | 2 lines Merge r4350 from 2.3.views branch - Support for modules to hijack index page ................ r4352 | gregmac | 2007-07-11 03:01:34 -0400 (Wed, 11 Jul 2007) | 2 lines Add jquery interface plugin (http://interface.eyecon.ro) ................ r4353 | gregmac | 2007-07-11 03:03:35 -0400 (Wed, 11 Jul 2007) | 2 lines Add notifications class (philippe) ................ r4354 | p_lindheimer | 2007-07-11 04:18:25 -0400 (Wed, 11 Jul 2007) | 1 line fixed syntax error ................ r4355 | gregmac | 2007-07-11 19:17:31 -0400 (Wed, 11 Jul 2007) | 2 lines Add attribution for Mark James' Silk icons ................ r4356 | p_lindheimer | 2007-07-11 19:49:37 -0400 (Wed, 11 Jul 2007) | 1 line move amportal to AMPBIN dir and rename to freepbx_engine, and change amportal in /usr/sbin/ to call the new one. This is so that the amportal start script does not have to be owned by root and can be udpated as part of framework ................ r4357 | gregmac | 2007-07-11 21:40:54 -0400 (Wed, 11 Jul 2007) | 2 lines Fix bugs in module version dependency checking ................ r4358 | gregmac | 2007-07-11 23:23:07 -0400 (Wed, 11 Jul 2007) | 2 lines Move db_connect to header.php ................ r4359 | p_lindheimer | 2007-07-11 23:34:12 -0400 (Wed, 11 Jul 2007) | 1 line add default password warnings to notification table ................ r4363 | p_lindheimer | 2007-07-12 00:06:52 -0400 (Thu, 12 Jul 2007) | 1 line make retrieve_conf fatal() function write to notification class, and also prepare all messages for localization ................ r4364 | p_lindheimer | 2007-07-12 00:11:43 -0400 (Thu, 12 Jul 2007) | 1 line added FOPRUN to defaults as false ................ r4366 | p_lindheimer | 2007-07-12 00:28:37 -0400 (Thu, 12 Jul 2007) | 1 line changed freepbx_engine (amportal) to not start FOP if FOPRUN is not set to true, also added start_fop, stop_fop, restart_fop commands ................ r4367 | p_lindheimer | 2007-07-12 04:10:31 -0400 (Thu, 12 Jul 2007) | 1 line add chown to freepbx_engine to include bin directory, and add more aggressive attempts to find freepbx_engine in the amportal stub ................ r4368 | p_lindheimer | 2007-07-12 04:23:12 -0400 (Thu, 12 Jul 2007) | 1 line #2029: fix FOPWEBROOT default to AMPWEBROOT/panel ................ r4369 | p_lindheimer | 2007-07-12 04:41:32 -0400 (Thu, 12 Jul 2007) | 1 line #1626: get rid of undefined and unitialized vars in install_amp ................ r4370 | gregmac | 2007-07-12 05:22:40 -0400 (Thu, 12 Jul 2007) | 2 lines Optimize symlink_subdirs() a bit ................ r4371 | gregmac | 2007-07-12 05:28:39 -0400 (Thu, 12 Jul 2007) | 2 lines Moved json.inc.php to main freepbx common/ directory ................ r4372 | p_lindheimer | 2007-07-12 05:52:26 -0400 (Thu, 12 Jul 2007) | 1 line add notification errors for symlink and cp failures from modules ................ r4374 | p_lindheimer | 2007-07-12 14:15:23 -0400 (Thu, 12 Jul 2007) | 1 line add PASSIVE mode to add_ methods in notification class to allow updates without resetting the reset value ................ r4377 | gregmac | 2007-07-12 15:22:33 -0400 (Thu, 12 Jul 2007) | 2 lines Add module_run_notification_checks() to main page, checks for broken/disabled modules and triggers notification ................ r4378 | gregmac | 2007-07-12 15:26:14 -0400 (Thu, 12 Jul 2007) | 3 lines Add AJAX handler to config.php, Add AJAX reload mechanism, view file, CSS, scripts and associated images ................ r4379 | p_lindheimer | 2007-07-12 15:43:01 -0400 (Thu, 12 Jul 2007) | 1 line pulled out library functions form install_amp to libfreepbx.install.php so that framework install.php script can also use the functions to do layered upgrades ................ r4381 | gregmac | 2007-07-12 15:49:18 -0400 (Thu, 12 Jul 2007) | 2 lines Delete module notifications if none to display ................ r4383 | p_lindheimer | 2007-07-13 04:33:32 -0400 (Fri, 13 Jul 2007) | 1 line #2081: make freepbx_engine executable after the copy which loses the x permission, so it can make everything else executable ................ r4384 | gregmac | 2007-07-13 12:57:17 -0400 (Fri, 13 Jul 2007) | 2 lines Always exit for "handler" requests ................ r4386 | gregmac | 2007-07-13 12:58:55 -0400 (Fri, 13 Jul 2007) | 2 lines Bug in jquery dimensions plugin ................ r4388 | gregmac | 2007-07-13 13:01:23 -0400 (Fri, 13 Jul 2007) | 4 lines Add freepbx_modal_show(), freepbx_modal_close(), freepbx_modal_hide() javascript functions; Add CSS for module admin modal dialog; Refactor css/javascript from AJAX reload so it also supports module admin ................ r4389 | gregmac | 2007-07-13 13:02:04 -0400 (Fri, 13 Jul 2007) | 2 lines Add AJAX-style module admin processing ................ r4394 | gregmac | 2007-07-13 14:26:05 -0400 (Fri, 13 Jul 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4328" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3.newcss ................ r4395 | gregmac | 2007-07-13 15:33:26 -0400 (Fri, 13 Jul 2007) | 24 lines Merged 2.3.newcss branch to 2.3, modified to work with views system: Merged revisions 4329-4394 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3.newcss ........ r4329 | fool4kate | 2007-07-09 13:33:58 -0700 (Mon, 09 Jul 2007) | 2 lines Temporary branch for new FreePBX logo and style sheet. ........ r4330 | p_lindheimer | 2007-07-09 13:47:46 -0700 (Mon, 09 Jul 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4328" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ........ r4331 | fool4kate | 2007-07-09 15:38:44 -0700 (Mon, 09 Jul 2007) | 2 lines Generated new style sheet for new FreePBX logo. ........ r4334 | fool4kate | 2007-07-09 19:53:55 -0700 (Mon, 09 Jul 2007) | 2 lines Added our happy frog as the default logo ........ ................ r4397 | fool4kate | 2007-07-13 22:59:15 -0400 (Fri, 13 Jul 2007) | 2 lines Fixed Syntax errors. ................ r4398 | gregmac | 2007-07-14 11:16:11 -0400 (Sat, 14 Jul 2007) | 2 lines Misc fixes for html validation errors ................ r4400 | p_lindheimer | 2007-07-15 15:19:00 -0400 (Sun, 15 Jul 2007) | 1 line add ext_sipaddheader, ext_sipgetheader, ext_alertinfo to extensions class, add exec_sipaddheader, set_alertinfo to phpagi.php ................ r4404 | p_lindheimer | 2007-07-15 15:37:25 -0400 (Sun, 15 Jul 2007) | 1 line add candelete to notification table on newinstall ................ r4405 | p_lindheimer | 2007-07-15 15:37:59 -0400 (Sun, 15 Jul 2007) | 1 line add candelete to notification table on upgrade ................ r4407 | p_lindheimer | 2007-07-16 02:27:12 -0400 (Mon, 16 Jul 2007) | 1 line added candelete to notification class and add notices for new modules and updates notices for updates available ................ r4409 | p_lindheimer | 2007-07-16 18:27:24 -0400 (Mon, 16 Jul 2007) | 1 line add canddelete if noticiations table was already added without it ................ r4410 | p_lindheimer | 2007-07-16 20:25:35 -0400 (Mon, 16 Jul 2007) | 1 line change module_admin version_compare to version_compare_freepbx ................ r4411 | p_lindheimer | 2007-07-16 20:43:22 -0400 (Mon, 16 Jul 2007) | 1 line increase the version field length for modules ................ r4412 | gregmac | 2007-07-17 02:52:17 -0400 (Tue, 17 Jul 2007) | 3 lines Add "file" handler for secure file pass-through, Update "freepbx" view to use file handler for auto-inclusion of module CSS and JS files ................ r4413 | gregmac | 2007-07-17 03:16:55 -0400 (Tue, 17 Jul 2007) | 2 lines Fix module upgrade text ................ r4414 | p_lindheimer | 2007-07-17 14:24:32 -0400 (Tue, 17 Jul 2007) | 1 line rename merge_ext_followme to merge_ext_followme_priv so when this is packaged with framework it does not conflict with the same function inside functions.inc.php, this will not effect past tarballs as this is extracted into framework as part of the build process ................ r4415 | fool4kate | 2007-07-17 14:33:18 -0400 (Tue, 17 Jul 2007) | 2 lines Widened tab images to fix right edge repeat ugliness. ................ r4416 | p_lindheimer | 2007-07-17 17:47:45 -0400 (Tue, 17 Jul 2007) | 1 line make $amp_conf_defaults global so parser can see it - this is dependendent on renaming the defaults array in functions.inc.php, header.php and db_connect.php which will come next but does not hurt this at all since it is already giving errors ................ r4417 | p_lindheimer | 2007-07-17 18:32:59 -0400 (Tue, 17 Jul 2007) | 10 lines - moved version_compare_freepbx back to install_amp from libfreepbx.install.php - added module_admin call to install packaged modules, uses force flag, all dependencies need to be pre-confirmed. - added skip-module-install flag to skip the above - made default variables global in collect_settings() (was giving warnings) - run asterisk -rx 'reload manager' after apply_conf.sh is run in case settings changed so retrieve_conf can get to it later. ................ r4418 | p_lindheimer | 2007-07-17 18:37:36 -0400 (Tue, 17 Jul 2007) | 1 line add cronmanager table and default enabling of online updates at install time ................ r4419 | p_lindheimer | 2007-07-17 19:06:17 -0400 (Tue, 17 Jul 2007) | 11 lines - changed $defaults to $amp_conf_defaults (avoid confusion and there seemed to be some errors. - add cronmanager class - add freepbx-cron-scheduler.php (svn cp-ed from retrieve_conf) to schedule jobs. It wakes up hourly and works with cronmanager - have retrieve_conf check if freepbx-cron-scheduler.php is running and start it if not. - the cron job is run hourly, at a random minute setting per install. In conjunction with the online update checker choosing a random hour to run, the combo will distribute hits to the server. ................ r4421 | p_lindheimer | 2007-07-17 19:22:36 -0400 (Tue, 17 Jul 2007) | 1 line modify error checking on crontab -l since it returns an error when no entries are there and that is not an error ................ r4424 | p_lindheimer | 2007-07-17 19:51:22 -0400 (Tue, 17 Jul 2007) | 1 line make FOPRUN default to true for compatibility, still false in default amportal.conf file ................ r4425 | p_lindheimer | 2007-07-17 20:26:50 -0400 (Tue, 17 Jul 2007) | 4 lines - Changes by Peter Kaplan (thanks!) - separated ARI into modules for Follow-Me, VmX, etc. - added DND and CW to features ................ r4428 | p_lindheimer | 2007-07-17 21:19:09 -0400 (Tue, 17 Jul 2007) | 1 line preparing CHANGES file ................ r4429 | p_lindheimer | 2007-07-17 22:27:14 -0400 (Tue, 17 Jul 2007) | 1 line add setup_svn.php setup script to svn switch in all of the modules for a release to help development ................ r4430 | p_lindheimer | 2007-07-18 00:26:46 -0400 (Wed, 18 Jul 2007) | 1 line changed FreePBX version display to display framework version, changed freePBX to FreePBX in new views directory ................ r4432 | p_lindheimer | 2007-07-18 16:20:45 -0400 (Wed, 18 Jul 2007) | 1 line add --no-warnings to module_admin, and use in install_amp to keep WARNINGS about force flag from displaying ................ r4435 | p_lindheimer | 2007-07-18 18:30:27 -0400 (Wed, 18 Jul 2007) | 9 lines Merged revisions 4434 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4434 | p_lindheimer | 2007-07-18 15:24:13 -0700 (Wed, 18 Jul 2007) | 1 line edit CHANGES in prep for 2.2.3 ........ ................ r4439 | p_lindheimer | 2007-07-18 18:39:58 -0400 (Wed, 18 Jul 2007) | 9 lines Merged revisions 4437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4437 | p_lindheimer | 2007-07-18 15:36:11 -0700 (Wed, 18 Jul 2007) | 1 line Creating release 2.2.3 ........ ................ r4442 | gregmac | 2007-07-19 01:17:18 -0400 (Thu, 19 Jul 2007) | 2 lines Reorganize dashboard and module admin links ................ r4443 | fool4kate | 2007-07-19 01:17:45 -0400 (Thu, 19 Jul 2007) | 1 line Update styles for new view layout method ................ r4444 | gregmac | 2007-07-19 02:21:35 -0400 (Thu, 19 Jul 2007) | 2 lines Add footer back to admin pages ................ r4445 | gregmac | 2007-07-19 02:22:59 -0400 (Thu, 19 Jul 2007) | 2 lines Style for footer from r4444 ................ r4446 | gregmac | 2007-07-19 02:26:10 -0400 (Thu, 19 Jul 2007) | 4 lines Add support for 'display' menuitem attribute, Rework config.php to use 'display' to select current page, instead of menuitem key Some optimizations to config.php processing (at least two nested foreach loops removed) ................ r4448 | gregmac | 2007-07-19 02:59:26 -0400 (Thu, 19 Jul 2007) | 2 lines Fix reload issues in IE6 ................ r4449 | gregmac | 2007-07-19 03:02:18 -0400 (Thu, 19 Jul 2007) | 2 lines Fix module admin 'apply' in IE6 ................ r4450 | fool4kate | 2007-07-19 14:16:21 -0400 (Thu, 19 Jul 2007) | 1 line Style changes to module reload ................ r4451 | fool4kate | 2007-07-19 14:38:34 -0400 (Thu, 19 Jul 2007) | 2 lines Validated CSS via w3 ................ r4452 | fool4kate | 2007-07-19 16:46:48 -0400 (Thu, 19 Jul 2007) | 1 line Added TM notice ................ r4453 | p_lindheimer | 2007-07-19 17:23:05 -0400 (Thu, 19 Jul 2007) | 1 line add global reference to amp_conf_defaults variable, appears to be a bug in php??? module_admin required this same workaround. ................ r4455 | p_lindheimer | 2007-07-20 01:05:00 -0400 (Fri, 20 Jul 2007) | 1 line copy logo.png over freepbx.png which is the default right top logo in many past amportal.conf files ................ r4456 | gregmac | 2007-07-20 01:17:25 -0400 (Fri, 20 Jul 2007) | 2 lines Change frog animation background color, adjust orange to be web-safe (to allow GIF background to work properly) ................ r4458 | gregmac | 2007-07-20 18:57:05 -0400 (Fri, 20 Jul 2007) | 2 lines Fix reload bar not disappearing (this should have been part of r4448) ................ r4459 | p_lindheimer | 2007-07-20 23:33:28 -0400 (Fri, 20 Jul 2007) | 1 line #2123 and #2124: get directory paths correct in install_amp without trailing '/' ................ r4460 | p_lindheimer | 2007-07-20 23:43:17 -0400 (Fri, 20 Jul 2007) | 1 line make FOP start by default if FOPRUN not set ................ r4462 | gregmac | 2007-07-21 00:09:15 -0400 (Sat, 21 Jul 2007) | 1 line change Configuration tab to say Status and System Status on dashboard to say FreePBX System Status ................ r4463 | p_lindheimer | 2007-07-21 00:52:03 -0400 (Sat, 21 Jul 2007) | 1 line let old index page (welcome view) be used when no dashboard index module present ................ r4468 | p_lindheimer | 2007-07-21 01:23:31 -0400 (Sat, 21 Jul 2007) | 1 line add dashboard to packaged tarball ................ r4469 | p_lindheimer | 2007-07-21 01:32:30 -0400 (Sat, 21 Jul 2007) | 1 line fix svn path for improt function ................ r4470 | p_lindheimer | 2007-07-21 01:35:36 -0400 (Sat, 21 Jul 2007) | 1 line remove check for release number in install_amp array, no longer needed ................ r4471 | p_lindheimer | 2007-07-21 01:51:38 -0400 (Sat, 21 Jul 2007) | 1 line changed Status tab to Admin ................ r4472 | p_lindheimer | 2007-07-21 01:52:25 -0400 (Sat, 21 Jul 2007) | 1 line Creating release 2.3.0beta2 ................ r4477 | p_lindheimer | 2007-07-21 13:39:01 -0400 (Sat, 21 Jul 2007) | 1 line add restore option to setup_svn.php ................ r4478 | p_lindheimer | 2007-07-21 13:44:43 -0400 (Sat, 21 Jul 2007) | 6 lines - #2128: fix AMPDBPASS not getting written in amportal.conf - remove default values from amportal.conf that are autogenerated in install_amp - make install_amp check for asterisk running and fail if not - move module installtion section after everything is setup properly to connect to asterisk through the manager ................ r4479 | p_lindheimer | 2007-07-21 13:59:14 -0400 (Sat, 21 Jul 2007) | 1 line change bar over footer so it does not overlap in dashboard ................ r4480 | p_lindheimer | 2007-07-21 14:38:38 -0400 (Sat, 21 Jul 2007) | 1 line add voicemail, recordings, music, featurecodeadmin, infoservices to core packaging ................ r4482 | p_lindheimer | 2007-07-21 14:40:30 -0400 (Sat, 21 Jul 2007) | 1 line Creating release 2.3.0beta2 ................ r4511 | p_lindheimer | 2007-07-23 20:49:11 -0400 (Mon, 23 Jul 2007) | 1 line #2137 fix VmX Locater and minor bootstrap issue so any modules with filename starting with '.' are not loaded, e.g. vim swap files while editing ................ r4514 | p_lindheimer | 2007-07-23 21:30:20 -0400 (Mon, 23 Jul 2007) | 1 line wrap copy and un_link in error handler in cp_subdirs(), try to turn down error level so E_STRICT does't create warnings, fixed some uninitialized variables ................ r4525 | p_lindheimer | 2007-07-26 01:22:04 -0400 (Thu, 26 Jul 2007) | 1 line provide notificaiton when automatic online updating is on but no email, and if email fails ................ r4528 | p_lindheimer | 2007-07-26 01:55:59 -0400 (Thu, 26 Jul 2007) | 1 line #2147 correct panel link in view ................ r4529 | p_lindheimer | 2007-07-26 09:55:11 -0400 (Thu, 26 Jul 2007) | 1 line make currently installed notification shortened to current ................ r4530 | p_lindheimer | 2007-07-26 10:04:53 -0400 (Thu, 26 Jul 2007) | 1 line #2122 showed potential signs of reload_needed not being intitialized ................ r4531 | p_lindheimer | 2007-07-26 13:02:01 -0400 (Thu, 26 Jul 2007) | 1 line #2157: database mode broken for all admins that don't have access to all ................ r4532 | p_lindheimer | 2007-07-26 14:55:42 -0400 (Thu, 26 Jul 2007) | 1 line fix wrappers for copy and unlink so they return proper return code and make copy wrapper change destination permission to execute ................ r4533 | p_lindheimer | 2007-07-26 15:33:18 -0400 (Thu, 26 Jul 2007) | 1 line #2150 don't send output to cron unless error detected and also fix error where job was being run every hour vs. the specified frequence ................ r4534 | p_lindheimer | 2007-07-26 15:53:18 -0400 (Thu, 26 Jul 2007) | 1 line 2111: added notification of retrieve_conf failures upon returning to web code ................ r4535 | p_lindheimer | 2007-07-26 16:19:34 -0400 (Thu, 26 Jul 2007) | 1 line #2154: move bounce_op.sh to AMPBIN and execute from there ................ r4536 | p_lindheimer | 2007-07-26 16:29:27 -0400 (Thu, 26 Jul 2007) | 1 line #2154: change references to moved bounce_op.sh to AMPBIN ................ r4551 | p_lindheimer | 2007-07-26 20:35:53 -0400 (Thu, 26 Jul 2007) | 1 line #1442 remove exceptions for logfiles and phpinfo in .htaccess - all files now denied ................ r4561 | p_lindheimer | 2007-07-27 18:35:54 -0400 (Fri, 27 Jul 2007) | 1 line #2169: fix featurecodes delete method which never worked featurecodes.class.php ................ r4591 | p_lindheimer | 2007-07-28 04:30:19 -0400 (Sat, 28 Jul 2007) | 1 line #2143: fixed hooks - SHOULD REVIEW, changed order of arguments to hook function although I don't know why it would have been changed. It does conform to the wiki documentation and makes cidlookup work again ................ r4594 | p_lindheimer | 2007-07-28 12:34:15 -0400 (Sat, 28 Jul 2007) | 1 line #2171: fix check of engine_info ................ r4599 | p_lindheimer | 2007-07-28 14:09:05 -0400 (Sat, 28 Jul 2007) | 1 line added a start_asterisk script for first time installs to make sure asterisk is running as user asterisk, and modified install_amp instructions to use that script. The issue if, if you start with safe_asterisk, it will start as root ................ r4604 | p_lindheimer | 2007-07-28 16:55:32 -0400 (Sat, 28 Jul 2007) | 1 line more fixes to get hooks back going, related to #2143 should be ok now although review would still be good ................ r4606 | p_lindheimer | 2007-07-28 18:42:56 -0400 (Sat, 28 Jul 2007) | 1 line #2116 put noe op_style.cfg FOP layout ................ r4609 | p_lindheimer | 2007-07-28 20:52:08 -0400 (Sat, 28 Jul 2007) | 1 line #2174 fix bounce_op.sh really this time - typo in FOPRUN variable and missing global defintion of asterisk.conf vars ................ r4613 | p_lindheimer | 2007-07-29 02:02:21 -0400 (Sun, 29 Jul 2007) | 1 line cronmanager not updating after fix for hourly updates ................ r4615 | p_lindheimer | 2007-07-29 10:58:20 -0400 (Sun, 29 Jul 2007) | 1 line revert r4606, #2116, close #2174 ................ r4618 | gregmac | 2007-07-29 20:00:57 -0400 (Sun, 29 Jul 2007) | 2 lines Implement #1520 ................ r4619 | gregmac | 2007-08-01 00:22:25 -0400 (Wed, 01 Aug 2007) | 2 lines Add callback support to javascript modal functions ................ r4620 | gregmac | 2007-08-01 00:25:29 -0400 (Wed, 01 Aug 2007) | 2 lines Adjust reload modal dialog timings, add keyboard shortcuts ................ r4623 | p_lindheimer | 2007-08-01 21:24:41 -0400 (Wed, 01 Aug 2007) | 1 line add support for needsenginedb and needsenginerunning attributes in module xml files for menu items to have the lnav item disabled if Asterisk is not running. Needs CSS change coming next. Changed checkAstMan to return true/false - modules using this need to deal with the result it no longer exits with error message ................ r4624 | gregmac | 2007-08-01 22:59:33 -0400 (Wed, 01 Aug 2007) | 2 lines Adjust stylesheet/menu markup to support disabled menu items ................ r4625 | p_lindheimer | 2007-08-02 00:18:20 -0400 (Thu, 02 Aug 2007) | 1 line fixed uninitialized index, made disabled menu items gray and italicized ................ r4628 | p_lindheimer | 2007-08-02 13:49:43 -0400 (Thu, 02 Aug 2007) | 1 line fix notices from ob_flush ob_clean call, fix some undefined index variables in xml library (which points at clear bugs that need to be addressed by adopting a new library), fix some undefined variable notices - in page.modules.php actually breaks javascripts and functionality when notices are turned up ................ r4633 | p_lindheimer | 2007-08-02 14:24:04 -0400 (Thu, 02 Aug 2007) | 1 line #1659: make queues id varchar, allows leading 0 extensions ................ r4634 | p_lindheimer | 2007-08-02 14:31:58 -0400 (Thu, 02 Aug 2007) | 1 line remove setFollowMeMySQL() from settings.module, not needed there ................ r4636 | p_lindheimer | 2007-08-02 15:05:08 -0400 (Thu, 02 Aug 2007) | 1 line fix findmefollow upgrade script to work if someone changed grpnum to varchar ................ r4637 | p_lindheimer | 2007-08-02 16:05:25 -0400 (Thu, 02 Aug 2007) | 1 line change upgrade script to handle ringgroups that may have been changed to varchar ................ r4661 | p_lindheimer | 2007-08-03 02:06:46 -0400 (Fri, 03 Aug 2007) | 1 line replace sip, iax, zap and queues perl script with php functions. Also add call-limit to sip extensions for Asterisk 1.4 and above, see #2127 ................ r4662 | p_lindheimer | 2007-08-03 04:19:34 -0400 (Fri, 03 Aug 2007) | 1 line oops - only use version for compare ................ r4667 | p_lindheimer | 2007-08-03 19:32:38 -0400 (Fri, 03 Aug 2007) | 1 line fixed a whole bunch of uninitialized variables and at least one bug setting totalcalls to 0 (it was doing ==) ................ r4668 | gregmac | 2007-08-03 21:43:43 -0400 (Fri, 03 Aug 2007) | 3 lines Update welcome page to display notifications; remove old checks for default passwords, disabled modules, etc.. (covered by notifications) ................ r4669 | gregmac | 2007-08-03 23:12:55 -0400 (Fri, 03 Aug 2007) | 2 lines Remove firebugx script ................ r4671 | p_lindheimer | 2007-08-04 11:36:46 -0400 (Sat, 04 Aug 2007) | 1 line replace jquery.js with unpacked version ................ r4672 | p_lindheimer | 2007-08-04 11:40:59 -0400 (Sat, 04 Aug 2007) | 1 line replace jquery.tabs.js with unpacked version ................ r4673 | p_lindheimer | 2007-08-04 13:35:04 -0400 (Sat, 04 Aug 2007) | 1 line fix uninitialized variable - don't know why it was event trying to pass in because that makes no sense for what the argument is suppose to be ................ r4674 | p_lindheimer | 2007-08-04 13:36:37 -0400 (Sat, 04 Aug 2007) | 1 line fix wrong variable being passed and remove warnings ................ r4677 | p_lindheimer | 2007-08-04 14:10:59 -0400 (Sat, 04 Aug 2007) | 19 lines - rename jquery.js to jquery-1.1.3.1.js - rename jquery.tabs.js to jquery.tabs-2.7.4.js - removed jquery.interface.js - no longer needed (and was very large) - split out all 'static' javascript from script.js.php to script.legacy.js - added Expires: header to script.js.php - appended jquery.tabs.css to end of mainstyle.css - commented out access to reloadbox.png in mainstyle.css, no such image exists - minor other edits to mainstyle.css - removed freepbx.css and added style info into freepbx.org directly - created a compacted master libfreepbx.javascript.js made up of: - script.legacy.js - jquery-1.1.3.1.js - jquery.tabs-2.7.4.js - jquery.dimensions.js - interface.dim.js - modified freepbx.php to use libfreepbx.javascript.js if it there, or the separate components otherwise. - removed benchmark timing from freepbx.php that was accidently checked in ................ r4681 | p_lindheimer | 2007-08-04 15:04:46 -0400 (Sat, 04 Aug 2007) | 1 line remove sip, iax, zap, queues retrieve_conf perl scripts replaced in libfreepbx.confgen.php ................ r4682 | gregmac | 2007-08-04 15:04:49 -0400 (Sat, 04 Aug 2007) | 2 lines Make notification text regular html (instead of alert() popup, now copy&paste-able) ................ r4686 | gregmac | 2007-08-04 17:48:59 -0400 (Sat, 04 Aug 2007) | 2 lines Fix/workaround for #2132 ................ r4687 | gregmac | 2007-08-04 18:18:44 -0400 (Sat, 04 Aug 2007) | 2 lines Fix #2161 ................ r4688 | p_lindheimer | 2007-08-04 21:29:52 -0400 (Sat, 04 Aug 2007) | 1 line #2211 Add jquery libraries to contrib ................ r4690 | gregmac | 2007-08-04 23:33:27 -0400 (Sat, 04 Aug 2007) | 2 lines Fix #2162 (db mode logout not working), had to rewrite part of login/logout, so implemented #2018 at the same time ................ r4691 | gregmac | 2007-08-05 00:01:20 -0400 (Sun, 05 Aug 2007) | 2 lines Add $use_nav_background to freepbx view, only shows with freepbx_admin view for now ................ r4693 | gregmac | 2007-08-05 00:24:57 -0400 (Sun, 05 Aug 2007) | 2 lines Adjust style slightly, so #content is spaced down below #header, instead of several other elements doing it ................ r4696 | gregmac | 2007-08-05 02:05:54 -0400 (Sun, 05 Aug 2007) | 2 lines Fix some logout issues, create separate views for logout and unauthorized ................ r4699 | gregmac | 2007-08-05 02:50:02 -0400 (Sun, 05 Aug 2007) | 2 lines Add DEVEL amportal.conf flag ................ r4700 | gregmac | 2007-08-05 03:00:23 -0400 (Sun, 05 Aug 2007) | 2 lines Add benchmark for page processing time (when DEVEL is on) ................ r4701 | p_lindheimer | 2007-08-05 03:19:34 -0400 (Sun, 05 Aug 2007) | 1 line fix several udefined variables and other php notices ................ r4703 | p_lindheimer | 2007-08-05 12:08:09 -0400 (Sun, 05 Aug 2007) | 1 line #2218: added support for optional FOPWEBADDRESS used in place of AMPWEBADDRESS if defined in amportal.conf ................ r4704 | p_lindheimer | 2007-08-05 12:18:36 -0400 (Sun, 05 Aug 2007) | 1 line fix undefined varisable warnings ................ r4705 | p_lindheimer | 2007-08-05 13:30:22 -0400 (Sun, 05 Aug 2007) | 1 line #2219 make amportal fail if directory does not exist or is not a directory ................ r4707 | p_lindheimer | 2007-08-05 16:33:46 -0400 (Sun, 05 Aug 2007) | 1 line #2216, #1826 fix languages (overall language arch needs improvement); add access='all' attribute to menu items to force their accessibility to all users despite database mode access, fix some undefined vars, removed old commented out welcome page text and module functions ................ r4708 | gregmac | 2007-08-06 03:44:30 -0400 (Mon, 06 Aug 2007) | 2 lines Fix AUTHTYPE=none mode ................ r4709 | gregmac | 2007-08-06 04:19:34 -0400 (Mon, 06 Aug 2007) | 2 lines Added 'webserver' AUTHTYPE : see [wiki:amportal.conf] ................ r4710 | gregmac | 2007-08-06 04:20:22 -0400 (Mon, 06 Aug 2007) | 2 lines Changed old AMPDEVEL amportal.conf flag to DEVEL ................ r4711 | gregmac | 2007-08-06 05:13:38 -0400 (Mon, 06 Aug 2007) | 2 lines Fix #2201 ................ r4717 | p_lindheimer | 2007-08-06 14:12:54 -0400 (Mon, 06 Aug 2007) | 1 line #2212 added queues_custom_general and queues_post_custom as well as queues_general_additioanl.conf to handle auto-generate general context info we may need ................ r4723 | p_lindheimer | 2007-08-06 17:52:56 -0400 (Mon, 06 Aug 2007) | 1 line moved header info to header.php, changed file handler to put future Expire date, fixed header info in script.js.php ................ r4726 | p_lindheimer | 2007-08-06 18:46:54 -0400 (Mon, 06 Aug 2007) | 1 line don't insert any 'key=' with no value, Asterisk 1.4 is not happy ................ r4731 | gregmac | 2007-08-06 21:14:50 -0400 (Mon, 06 Aug 2007) | 2 lines Adjust menuitem spacing ................ r4742 | fool4kate | 2007-08-07 18:08:19 -0400 (Tue, 07 Aug 2007) | 1 line Minor style tweaks ................ r4743 | p_lindheimer | 2007-08-07 18:50:35 -0400 (Tue, 07 Aug 2007) | 1 line return from reload immediately if no errors, and some tweaks to the fade in/out ................ r4744 | p_lindheimer | 2007-08-07 20:22:58 -0400 (Tue, 07 Aug 2007) | 1 line create buildtools directory ................ r4745 | p_lindheimer | 2007-08-07 20:29:41 -0400 (Tue, 07 Aug 2007) | 1 line add tools to package compress libfreepbx.javascript.js ................ r4746 | p_lindheimer | 2007-08-07 20:50:45 -0400 (Tue, 07 Aug 2007) | 1 line moved generate-release.sh and md5-amp_conf.sh to buildtools dir and modified the former to package the javascripts as part of the build process ................ r4747 | p_lindheimer | 2007-08-07 20:51:13 -0400 (Tue, 07 Aug 2007) | 1 line added jsmin.rb to CONTRIB.txt ................ r4748 | p_lindheimer | 2007-08-07 20:52:30 -0400 (Tue, 07 Aug 2007) | 1 line oops should have done this as part of the move ................ r4749 | p_lindheimer | 2007-08-07 20:53:49 -0400 (Tue, 07 Aug 2007) | 1 line more tweaking of the fade in/out times during reload ................ r4750 | p_lindheimer | 2007-08-07 21:13:21 -0400 (Tue, 07 Aug 2007) | 1 line make rc1 upgrade directories, add script to remove deprecated or moved files, add ZAPTEL_DELAY ................ r4758 | gregmac | 2007-08-07 22:12:38 -0400 (Tue, 07 Aug 2007) | 2 lines Add images to reload-related buttons, add "retry" button to reload response screen, center buttons ................ r4759 | gregmac | 2007-08-07 22:19:50 -0400 (Tue, 07 Aug 2007) | 2 lines Add localizations ................ r4760 | gregmac | 2007-08-07 23:16:25 -0400 (Tue, 07 Aug 2007) | 2 lines Adjust image spacing ................ r4761 | gregmac | 2007-08-07 23:18:58 -0400 (Tue, 07 Aug 2007) | 2 lines Add notifications::get_num_active() ................ r4764 | gregmac | 2007-08-08 00:35:42 -0400 (Wed, 08 Aug 2007) | 2 lines Change die() to fatal() ................ r4765 | gregmac | 2007-08-08 00:42:36 -0400 (Wed, 08 Aug 2007) | 2 lines Remove footer.php (no longer used) ................ r4766 | gregmac | 2007-08-08 01:03:11 -0400 (Wed, 08 Aug 2007) | 2 lines Add die_freepbx() handler to replace die() calls ................ r4767 | gregmac | 2007-08-08 01:04:58 -0400 (Wed, 08 Aug 2007) | 2 lines Change all freepbx die() calls to die_freepbx() ................ r4768 | gregmac | 2007-08-08 01:38:21 -0400 (Wed, 08 Aug 2007) | 2 lines Minor change to error message text ................ r4771 | diego_iastrubni | 2007-08-08 04:26:07 -0400 (Wed, 08 Aug 2007) | 21 lines removed the "asp" like usage of the php tags, code like (notice the new '''php''' word after the question mark): {{{ }}} is now converted to {{{ }}} To find out the offending pages I used: {{{ grep ' with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4141 | p_lindheimer | 2007-06-21 18:55:49 -0700 (Thu, 21 Jun 2007) | 3700 lines Blocked revisions 3228,3235,3239,3242,3244,3247,3249,3252-3254,3262-3263,3267,3270,3272,3283,3285,3296,3298,3333-3335,3337,3366,3374,3389,3392,3406,3409,3420,3435-3436,3438,3480-3481,3483,3491,3493,3495,3497-3500,3504,3507,3512,3520-3521,3524,3531,3533,3536-3537,3539,3547,3549,3562,3568,3570-3572,3577,3583,3588,3625-3626,3629-3630,3642,3646,3659,3662,3670,3672-3673,3678-3679,3690,3762,3765,3768-3769,3771,3775,3778-3779,3788,3797,3799-3800,3807,3809,3827,3838,3843-3845,3847,3852-3853,3856,3859,3864-3865,3871,3873-3874,3884,3892-3893,3895,3897-3898,3904,3906,3908,3910,3918,3920,3922,3924-3927,3929,3931-3932,3934,3936,3939,3948-3949,3953-3955,3957,3959,3967,3969,3972,3974-3977,3979-3980,3987,3994,3996-3997,4003-4004,4014,4016,4021,4040,4053-4054,4056,4058,4062-4066,4068,4071,4074,4082-4083,4087-4088,4103,4110,4112-4113,4116-4117,4119-4123,4133-4134,4137-4139 via svnmerge ................ r3228 | qldrob | 2006-11-27 20:30:19 -0800 (Mon, 27 Nov 2006) | 2 lines Update module list ................ r3235 | qldrob | 2006-11-28 12:34:51 -0800 (Tue, 28 Nov 2006) | 2 lines Fix incorrect error being displayed when Display Name is left blank. #1458. ................ r3239 | gregmac | 2006-11-28 13:57:56 -0800 (Tue, 28 Nov 2006) | 2 lines Add 'return' button to module admin, cancel button on confim page only goes online if it was previously online ................ r3242 | gregmac | 2006-11-28 16:14:17 -0800 (Tue, 28 Nov 2006) | 2 lines Modules confirm page now checks for dependencies before actually running actions ................ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ................ r3247 | gregmac | 2006-11-30 07:13:17 -0800 (Thu, 30 Nov 2006) | 2 lines Fixed bug with broken modules names not showing up on confirm screen ................ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3254 | p_lindheimer | 2006-12-01 22:26:50 -0800 (Fri, 01 Dec 2006) | 1 line add the ability to set the moh class for outbound routes as well as for inbound routes and direct did routes ................ r3262 | p_lindheimer | 2006-12-02 20:25:16 -0800 (Sat, 02 Dec 2006) | 1 line correct moh tooltip on outbound routes ................ r3263 | gregmac | 2006-12-03 23:34:51 -0800 (Sun, 03 Dec 2006) | 2 lines Fixed weird-o negative logic ................ r3267 | gregmac | 2006-12-04 10:29:33 -0800 (Mon, 04 Dec 2006) | 2 lines Typo ................ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ................ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ................ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ................ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ................ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ................ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3374 | gregmac | 2006-12-19 15:16:16 -0800 (Tue, 19 Dec 2006) | 1 line Added freepbx_get_contexts() function to invoke module _contexts() hook functions, and return an associatve array with all valid contexts (minimually containing 'context', 'description', and 'module') ................ r3389 | gregmac | 2006-12-20 06:38:51 -0800 (Wed, 20 Dec 2006) | 2 lines Added manual module upload option for module admin ................ r3392 | gregmac | 2006-12-20 07:54:47 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3406 | p_lindheimer | 2006-12-21 17:41:20 -0800 (Thu, 21 Dec 2006) | 1 line core changes required for new ringallv2 ring strategy added to followme. This strategy allows the primary extension in a followme to start ringing for the pre-ring time, and if present in its own ringgroup (the typical behavior), it will continue ringing and not hangup and then re-ring. This avoids the double missed calls on many phones from the normal modes ................ r3409 | p_lindheimer | 2006-12-21 17:47:20 -0800 (Thu, 21 Dec 2006) | 1 line followme-ringallv2 one more tweak I forgot to check in ................ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ................ r3435 | gregmac | 2006-12-27 23:02:27 -0800 (Wed, 27 Dec 2006) | 1 line dbget/dbput removed in ast 1.4 - #1607 ................ r3436 | qldrob | 2006-12-28 21:24:26 -0800 (Thu, 28 Dec 2006) | 2 lines Start support for 'asterisk14' engine. I may end up taking this out. ................ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ................ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk ................ r3481 | qldrob | 2007-01-02 04:25:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply more FOP fixes, supplied by James_Bennett, in #1484. Thanks! ................ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ................ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ................ r3493 | qldrob | 2007-01-02 17:25:07 -0800 (Tue, 02 Jan 2007) | 2 lines Add '*' as a supported character in ampmgrpass ................ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ................ r3497 | qldrob | 2007-01-02 21:54:51 -0800 (Tue, 02 Jan 2007) | 2 lines Add enumlookup.agi, first stage of replacing asterisk's broken ENUMLOOKUP function. ................ r3498 | qldrob | 2007-01-02 21:56:36 -0800 (Tue, 02 Jan 2007) | 2 lines Add credit to e164.org for the original script. ................ r3499 | qldrob | 2007-01-02 22:19:36 -0800 (Tue, 02 Jan 2007) | 2 lines Finish replacement of Asterisk's ENUMLOOKUP function. ................ r3500 | qldrob | 2007-01-02 22:25:21 -0800 (Tue, 02 Jan 2007) | 2 lines Missed a couple of lines that should have been removed. ................ r3504 | qldrob | 2007-01-02 22:31:59 -0800 (Tue, 02 Jan 2007) | 2 lines Typo in regexp change earlier today. ................ r3507 | qldrob | 2007-01-02 22:59:58 -0800 (Tue, 02 Jan 2007) | 2 lines Note that spandsp 0.2-pre can only be used. ................ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ................ r3520 | qldrob | 2007-01-03 20:08:31 -0800 (Wed, 03 Jan 2007) | 2 lines Fix my fix in this branch too. ................ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ................ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ................ r3531 | gregmac | 2007-01-03 22:43:38 -0800 (Wed, 03 Jan 2007) | 2 lines Add text-to-speech stub macros ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3562 | qldrob | 2007-01-09 13:23:56 -0800 (Tue, 09 Jan 2007) | 2 lines Fix typo spotted by mtgll in dialparties.agi, thanks! ................ r3568 | gregmac | 2007-01-16 23:55:37 -0800 (Tue, 16 Jan 2007) | 2 lines recursive_copy() now tracks # files copied, shows files copied/skipped ................ r3570 | gregmac | 2007-01-17 00:15:50 -0800 (Wed, 17 Jan 2007) | 2 lines Implement #1680 ................ r3571 | gregmac | 2007-01-17 00:36:47 -0800 (Wed, 17 Jan 2007) | 2 lines Added astman::connected() function to check if astman is connected or not ................ r3572 | gregmac | 2007-01-17 00:38:08 -0800 (Wed, 17 Jan 2007) | 2 lines Fix engine_getinfo() to do better checking for astman connection (see r3571), added fallback to using exec('asterisk -V') ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3625 | p_lindheimer | 2007-01-24 10:00:11 -0800 (Wed, 24 Jan 2007) | 1 line added disable trunk feature to disable but not remove it. Added hook to insert user provided monitoring/reporting mechanism on turnk failures, per trunk. Change hagnupcall to not have a delay ................ r3626 | p_lindheimer | 2007-01-24 13:05:06 -0800 (Wed, 24 Jan 2007) | 1 line adding functionality for personal IVRs integrated with voicemail - VmX Locator, other checkins to come ................ r3629 | p_lindheimer | 2007-01-24 13:09:53 -0800 (Wed, 24 Jan 2007) | 1 line added followme, VmX Locator, CFB, CFU, help on feature codes pulled from database so it is accurate, and I think there is a tweak to help find monitor files for an extension more often ................ r3630 | p_lindheimer | 2007-01-24 13:11:32 -0800 (Wed, 24 Jan 2007) | 1 line update to macro-vm for VmX Locator and required upgrade/install changes ................ r3642 | qldrob | 2007-01-24 21:41:10 -0800 (Wed, 24 Jan 2007) | 2 lines Fix a minor typo ................ r3646 | p_lindheimer | 2007-01-25 10:49:22 -0800 (Thu, 25 Jan 2007) | 1 line allow RINGTIMER to be set per extension, defaulting to the system default in general screen ................ r3659 | qldrob | 2007-01-26 02:09:06 -0800 (Fri, 26 Jan 2007) | 2 lines Another goto_indicate that was missed. ................ r3662 | diego_iastrubni | 2007-01-28 05:46:05 -0800 (Sun, 28 Jan 2007) | 6 lines support for sqlite3. WIP. SUBSTRING is not working for example. great. The AUTOINCREMENT syntax we use in the newinstall.sql is broken. great Some other things are broken here and there, I will try and find them all... ................ r3670 | p_lindheimer | 2007-01-29 15:44:45 -0800 (Mon, 29 Jan 2007) | 1 line syntax error deleteing vmx tree deleted entire ampuser database ................ r3672 | naftali5 | 2007-01-30 09:03:57 -0800 (Tue, 30 Jan 2007) | 1 line adjustments to freepbx_get_contexts introduced in r3374 ................ r3673 | naftali5 | 2007-01-30 12:03:55 -0800 (Tue, 30 Jan 2007) | 1 line small adjustment to r3672 ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3690 | naftali5 | 2007-02-04 12:12:47 -0800 (Sun, 04 Feb 2007) | 1 line further adjustments to freepbx_get_contexts() ................ r3762 | p_lindheimer | 2007-02-10 15:11:43 -0800 (Sat, 10 Feb 2007) | 1 line need to make sure DIRECTDIAL is not BUSY, previous logic was treating it that way, now it checks after assuming unavail ................ r3765 | p_lindheimer | 2007-02-10 15:54:46 -0800 (Sat, 10 Feb 2007) | 1 line added some tootips and added tighter integration between follow-me and VmX ................ r3768 | p_lindheimer | 2007-02-11 09:32:40 -0800 (Sun, 11 Feb 2007) | 1 line add CWINUSEBUSY=yes option to amportal, to have in-use/busy extensions enabled with CW to report as BUSY if not answered resulting in the VM busy status/message - otherwise they always report NO ANSWER unless all the devices channels are used up which is uncommon on most sip phones ................ r3769 | p_lindheimer | 2007-02-11 09:39:32 -0800 (Sun, 11 Feb 2007) | 1 line CWINUSEBUSY should really only say busy if busy, not ringing so remove the check for ringing also ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3778 | diego_iastrubni | 2007-02-12 06:07:47 -0800 (Mon, 12 Feb 2007) | 11 lines sqlite2 -> out sqlite3 -> in freepbx 2.3 will only support sqlite3. I will start making the newinstall.sql work on mysql and sqlite3, if anyone wants to make it work with pgsql: it should work. i don't know pgsql. you fix it. expect things to be broken. :) ................ r3779 | diego_iastrubni | 2007-02-12 06:53:41 -0800 (Mon, 12 Feb 2007) | 13 lines Lets clean up the newinstall.sql, to work on sqlite3: * all "engine=MyISAM" wehere removed, we use the default provided by the DB * lock/unlock codes have been removed * multiple insert statements have been splited This reduces the errors when creating the DB by a lot. It seems that it all still works on mysql (vgster tested it). to create the sqlite3 DB issue: cat SQL/newinstall.sql | sqlite3 freepbx.db ................ r3788 | naftali5 | 2007-02-12 12:29:14 -0800 (Mon, 12 Feb 2007) | 1 line fix IE bug reports page width - duration cut off ................ r3797 | p_lindheimer | 2007-02-21 18:39:26 -0800 (Wed, 21 Feb 2007) | 388 lines Blocked revisions 3631,3643,3689,3691,3697,3725,3728,3733,3736,3739,3742,3746,3748-3751,3754,3757,3772,3794-3796 via svnmerge ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ ................ r3799 | p_lindheimer | 2007-02-21 22:01:19 -0800 (Wed, 21 Feb 2007) | 1 line findmefollw-ringallv2 merge into incorrect location (proof that no one has tested this yet :-) ................ r3800 | p_lindheimer | 2007-02-21 22:02:10 -0800 (Wed, 21 Feb 2007) | 9 lines Merged revisions 3798 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ........ ................ r3807 | p_lindheimer | 2007-02-22 11:25:34 -0800 (Thu, 22 Feb 2007) | 15 lines Merged revisions 3805-3806 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 modified after merge __TTL was already in ... ........ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ........ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ........ ................ r3809 | naftali5 | 2007-02-25 11:55:00 -0800 (Sun, 25 Feb 2007) | 9 lines Merged revisions 3808 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3808 | naftali5 | 2007-02-25 14:50:46 -0500 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ........ ................ r3827 | p_lindheimer | 2007-02-26 10:46:51 -0800 (Mon, 26 Feb 2007) | 9 lines Merged revisions 3826 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ........ ................ r3838 | p_lindheimer | 2007-03-01 20:33:50 -0800 (Thu, 01 Mar 2007) | 9 lines Merged revisions 3837 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ........ ................ r3843 | p_lindheimer | 2007-03-02 19:03:38 -0800 (Fri, 02 Mar 2007) | 1 line add sipname as a sipalias for a user/extensions - to enable things like anonymous sip calls to use friendly names ................ r3844 | diego_iastrubni | 2007-03-04 00:49:44 -0800 (Sun, 04 Mar 2007) | 4 lines Lets continue the fixes for ticket:1727. multiple insert commands per statement are not supported under sqlite3. we split, and it works everywhere. Next will be fixing the primary keys, from int(15) to INTEGER NOT NULL. This will have to wait a little for some more feedback. ................ r3845 | diego_iastrubni | 2007-03-04 01:00:38 -0800 (Sun, 04 Mar 2007) | 2 lines missed 2 semicolons. now it should work :) ................ r3847 | gregmac | 2007-03-05 18:37:10 -0800 (Mon, 05 Mar 2007) | 2 lines Add expand_variables() function ................ r3852 | p_lindheimer | 2007-03-07 15:19:14 -0800 (Wed, 07 Mar 2007) | 1 line remove admin/images from files/www/html/ and add new atengo logo into freepbx tree ................ r3853 | p_lindheimer | 2007-03-07 15:27:23 -0800 (Wed, 07 Mar 2007) | 1 line oops forgot to delete the disconnect ................ r3856 | p_lindheimer | 2007-03-08 18:00:27 -0800 (Thu, 08 Mar 2007) | 1 line add configurable variables for ampbackup.pl functionality for r3854 and r3855add scp ability to ampbackup, similar to ftp ability. Add cofigurable provisioning file directory to be backed up specified in amportal.conf. ................ r3859 | p_lindheimer | 2007-03-12 14:25:44 -0700 (Mon, 12 Mar 2007) | 73 lines Merged revisions 3588-3630,3632-3642,3644-3688,3690,3692-3696,3698-3724,3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743-3745,3747,3752-3753,3755-3756,3758-3769,3771,3773-3793,3797,3799-3804,3807,3809-3825,3827-3836,3838-3850,3852-3858 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ........ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ........ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ........ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ........ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ........ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ........ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ........ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ........ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ........ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ........ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ........ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ........ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ........ ................ r3864 | p_lindheimer | 2007-03-13 15:33:18 -0700 (Tue, 13 Mar 2007) | 1 line add 2.2.1 to version array ................ r3865 | p_lindheimer | 2007-03-14 09:15:25 -0700 (Wed, 14 Mar 2007) | 1 line only set MOHCLASS in route if already empty, in case a feature code has specifically overridden it ................ r3871 | p_lindheimer | 2007-03-16 10:06:43 -0700 (Fri, 16 Mar 2007) | 9 lines Merged revisions 3870 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ........ ................ r3873 | p_lindheimer | 2007-03-16 14:41:36 -0700 (Fri, 16 Mar 2007) | 9 lines Merged revisions 3872 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ........ ................ r3874 | p_lindheimer | 2007-03-25 12:22:08 -0700 (Sun, 25 Mar 2007) | 1 line added ability to masquerade an internal callerid number as a different extension, ringgroup, etc. - also fixed bug in vmx when user created with no voicemail, astdb vmx structure was being created although no effect since they had no voicemail ................ r3884 | p_lindheimer | 2007-03-27 15:01:37 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3883 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ........ ................ r3892 | p_lindheimer | 2007-03-28 15:38:40 -0700 (Wed, 28 Mar 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3891 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ........ ................ r3893 | p_lindheimer | 2007-03-28 16:27:16 -0700 (Wed, 28 Mar 2007) | 1 line change some lables in followme screen ari ................ r3895 | p_lindheimer | 2007-03-28 17:52:54 -0700 (Wed, 28 Mar 2007) | 1 line #1839 - check authentication on trunk even if disabled in case it is the first trunk so the route gets authorized since subsequent trunks will not check for authentication ................ r3897 | p_lindheimer | 2007-04-02 18:18:38 -0700 (Mon, 02 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3896 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ........ ................ r3898 | gregmac | 2007-04-03 14:56:30 -0700 (Tue, 03 Apr 2007) | 2 lines Always set CID name for incoming calls (set to number, if blank) ................ r3904 | p_lindheimer | 2007-04-05 10:38:33 -0700 (Thu, 05 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3903 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ........ ................ r3906 | p_lindheimer | 2007-04-05 10:49:12 -0700 (Thu, 05 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904-3905 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ........ ................ r3908 | p_lindheimer | 2007-04-06 12:10:40 -0700 (Fri, 06 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906-3907 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ........ ................ r3910 | p_lindheimer | 2007-04-06 23:22:44 -0700 (Fri, 06 Apr 2007) | 10 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908-3909 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes (svnmerge with manual changes because of differences in newver version.) ........ ................ r3918 | p_lindheimer | 2007-04-07 15:31:35 -0700 (Sat, 07 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3917 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ........ ................ r3920 | p_lindheimer | 2007-04-07 16:31:43 -0700 (Sat, 07 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918-3919 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ........ ................ r3922 | p_lindheimer | 2007-04-10 12:26:18 -0700 (Tue, 10 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920-3921 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ........ ................ r3924 | p_lindheimer | 2007-04-17 13:11:16 -0700 (Tue, 17 Apr 2007) | 1 line fixed critical bug in dialparties.agi making ringallv2-prim fail ................ r3925 | diego_iastrubni | 2007-04-18 04:35:29 -0700 (Wed, 18 Apr 2007) | 15 lines Hardcode "/usr/bin/php" and "/bin/sh", as this is the way most Linux distros do this. I know this conflicts ticket:695, but I just don't see any good reason to make another process on every single command (/usr/bin/env and then php). If a Linux system or *BSD people are having poblems, this can be deal on install time by patching the source, this will be the best for the running systems (less process will be opend). This is only good for the final product. Sorry, but I am quite sure you already have a lot of patches for the product anyway, one little more patch will not hurt. The commands are: {{{ !#/bin/sh !#/usr/bin/php -q }}} ................ r3926 | diego_iastrubni | 2007-04-18 04:57:30 -0700 (Wed, 18 Apr 2007) | 6 lines start fixing ticket:761. the sad thing, is that most of the code was avilable since changeset:2092 at least. with this commit, most of the hardcoded values can be overridden from the command line. still the manager user and password need to added to the command line. ................ r3927 | diego_iastrubni | 2007-04-18 05:03:40 -0700 (Wed, 18 Apr 2007) | 6 lines * no need to store the asterisk version in a file (we can deal with it pretty good by now, by calling the manager or directly parsing "asterisk -V") * no need to store the freepbx version on the filesystem. it's not used anywhere, and it's already available on the sql. fixes ticket:1679 ................ r3929 | p_lindheimer | 2007-04-18 09:10:19 -0700 (Wed, 18 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3928 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ........ ................ r3931 | diego_iastrubni | 2007-04-19 00:23:22 -0700 (Thu, 19 Apr 2007) | 7 lines fix for ticket:1878 amportal.conf is readable by the asterisk user/group only. amportal script now fixes the permissions to be 640 (only user has write access to this file, group has read all others can dream of reading it). ................ r3932 | diego_iastrubni | 2007-04-23 03:56:11 -0700 (Mon, 23 Apr 2007) | 3 lines a better fix for ticket:1878 thanks pnlarsson ................ r3934 | p_lindheimer | 2007-04-24 13:56:43 -0700 (Tue, 24 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3933 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ........ ................ r3936 | p_lindheimer | 2007-04-24 19:36:23 -0700 (Tue, 24 Apr 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934-3935 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ........ ................ r3939 | diego_iastrubni | 2007-04-26 00:11:29 -0700 (Thu, 26 Apr 2007) | 2 lines fix for ticket:1912 ................ r3948 | p_lindheimer | 2007-04-27 10:02:43 -0700 (Fri, 27 Apr 2007) | 9 lines Merged revisions 3947 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ........ ................ r3949 | p_lindheimer | 2007-04-27 11:28:45 -0700 (Fri, 27 Apr 2007) | 12 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3946,3948 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. Diego - use svnmerge.py for these changes to keep everything consistent. ........ ................ r3953 | diego_iastrubni | 2007-05-02 06:58:13 -0700 (Wed, 02 May 2007) | 4 lines favicon... ripped from the freepbx.org page. looks fine on my system ................ r3954 | diego_iastrubni | 2007-05-02 07:01:33 -0700 (Wed, 02 May 2007) | 3 lines fix for ticket:1914, there is another version in AMPWEBROOT/admin/common/php-asmanager.php which seems to be the correct one ................ r3955 | diego_iastrubni | 2007-05-02 08:11:44 -0700 (Wed, 02 May 2007) | 4 lines archiverecordings uses now the file found on the webroot. fixes ticket:1914 and ticket:1915 ................ r3957 | p_lindheimer | 2007-05-02 12:06:13 -0700 (Wed, 02 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3956 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ........ ................ r3959 | p_lindheimer | 2007-05-03 09:33:48 -0700 (Thu, 03 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957-3958 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ........ ................ r3967 | p_lindheimer | 2007-05-07 10:20:26 -0700 (Mon, 07 May 2007) | 9 lines Merged revisions 3966 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ........ ................ r3969 | p_lindheimer | 2007-05-07 20:24:01 -0700 (Mon, 07 May 2007) | 9 lines Merged revisions 3968 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ........ ................ r3972 | p_lindheimer | 2007-05-08 06:20:31 -0700 (Tue, 08 May 2007) | 9 lines Merged revisions 3971 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ........ ................ r3974 | p_lindheimer | 2007-05-08 07:20:38 -0700 (Tue, 08 May 2007) | 9 lines Merged revisions 3973 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ........ ................ r3975 | diego_iastrubni | 2007-05-08 07:34:22 -0700 (Tue, 08 May 2007) | 30 lines Merged revisions 3960-3965 via svnmerge from https://diego_iastrubni@svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3960 | diego_iastrubni | 2007-05-06 12:53:21 +0300 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ........ r3961 | diego_iastrubni | 2007-05-06 13:27:35 +0300 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ........ r3962 | diego_iastrubni | 2007-05-06 13:36:13 +0300 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ........ r3963 | diego_iastrubni | 2007-05-06 13:46:22 +0300 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ........ r3965 | gregmac | 2007-05-07 19:02:20 +0300 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ........ ................ r3976 | p_lindheimer | 2007-05-08 08:09:39 -0700 (Tue, 08 May 2007) | 7 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3975 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 fixed the svnmerge properies that got 'corrupted' from an inproper conflict in another svnmerge. ................ r3977 | p_lindheimer | 2007-05-08 12:17:46 -0700 (Tue, 08 May 2007) | 1 line moved ext-local-confirm and findmefollow-ringallv2 above from-internal-additional or some outbound routes will break it ................ r3979 | p_lindheimer | 2007-05-10 16:19:58 -0700 (Thu, 10 May 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3978 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ........ ................ r3980 | p_lindheimer | 2007-05-12 20:32:29 -0700 (Sat, 12 May 2007) | 1 line revert r3927 related to #1679 - breaking install_amp ................ r3987 | p_lindheimer | 2007-05-18 16:36:19 -0700 (Fri, 18 May 2007) | 1 line core_sipname_check should not fail if the name is used on the existing extension ................ r3994 | p_lindheimer | 2007-06-06 19:44:32 -0700 (Wed, 06 Jun 2007) | 1 line revert r3925 - broke apply_conf.sh by puting /usr/sh - I aggree with the comments in the checking about 2 processes but this is called once at install time and doesn't matter - and please test before making checkins like this ................ r3996 | p_lindheimer | 2007-06-07 17:44:12 -0700 (Thu, 07 Jun 2007) | 1 line allow ari callmonitor to try and identify IAX extensions also - another temporary hack ................ r3997 | p_lindheimer | 2007-06-07 17:46:44 -0700 (Thu, 07 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3996 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ........ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ........ ................ r4003 | p_lindheimer | 2007-06-07 19:51:49 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4002 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ........ ................ r4004 | p_lindheimer | 2007-06-07 19:53:45 -0700 (Thu, 07 Jun 2007) | 1 line add sip.conf parameters that are required for Asteisk 1.4 - thanks Edgar from the Elastix team ................ r4014 | p_lindheimer | 2007-06-08 18:52:54 -0700 (Fri, 08 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4013 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ........ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ................ r4016 | p_lindheimer | 2007-06-08 18:59:24 -0700 (Fri, 08 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4015 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ........ ................ r4021 | p_lindheimer | 2007-06-08 19:25:24 -0700 (Fri, 08 Jun 2007) | 13 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4020 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ........ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ................ r4040 | p_lindheimer | 2007-06-09 10:58:16 -0700 (Sat, 09 Jun 2007) | 1 line make sure is always set to a valid value since feature codes depend on it being set to the real user, and not the masqueraded user ................ r4053 | p_lindheimer | 2007-06-12 12:55:06 -0700 (Tue, 12 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4052 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ................ r4054 | p_lindheimer | 2007-06-12 13:04:20 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4056 | p_lindheimer | 2007-06-12 13:46:12 -0700 (Tue, 12 Jun 2007) | 8 lines Blocked revisions 4055 via svnmerge ........ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ................ r4058 | p_lindheimer | 2007-06-13 23:10:08 -0700 (Wed, 13 Jun 2007) | 1 line mv module_xml creation to proper upgrade script, add id to annoucement checking ................ r4062 | p_lindheimer | 2007-06-14 09:55:13 -0700 (Thu, 14 Jun 2007) | 1 line #1995: fix syntax error missing } ................ r4063 | p_lindheimer | 2007-06-14 11:57:53 -0700 (Thu, 14 Jun 2007) | 1 line add ability to disable 'Disable' and 'Uninstall' of certain modules based on an xml tag or hard coded overides for critical modules like core ................ r4064 | p_lindheimer | 2007-06-14 12:11:36 -0700 (Thu, 14 Jun 2007) | 1 line #1997: add extensions_override_freepbx.conf to allow extensions_addtional.conf to be overridden ................ r4065 | p_lindheimer | 2007-06-18 16:42:58 -0700 (Mon, 18 Jun 2007) | 1 line auto-link images content from modules so they can supply their own images ................ r4066 | p_lindheimer | 2007-06-18 17:36:38 -0700 (Mon, 18 Jun 2007) | 1 line allow Asterisk 1.2 or 1.4 versions at install ................ r4068 | p_lindheimer | 2007-06-18 18:24:44 -0700 (Mon, 18 Jun 2007) | 1 line move callback agi with the module ................ r4071 | p_lindheimer | 2007-06-18 18:28:48 -0700 (Mon, 18 Jun 2007) | 1 line #1984: move callback agi script to module ................ r4074 | p_lindheimer | 2007-06-18 18:55:55 -0700 (Mon, 18 Jun 2007) | 1 line #1992: move create/remove schema for Backup into module away from core ................ r4082 | p_lindheimer | 2007-06-19 12:09:00 -0700 (Tue, 19 Jun 2007) | 1 line add Help link to top nav bar to point to support.freepbx.org and change Core wiki link to point to same ................ r4083 | p_lindheimer | 2007-06-20 10:50:26 -0700 (Wed, 20 Jun 2007) | 1 line #2007: fix version checking to allow Asterisk 1.4 properly ................ r4087 | p_lindheimer | 2007-06-20 12:40:07 -0700 (Wed, 20 Jun 2007) | 1 line add annoucement display option to module_admin ................ r4088 | p_lindheimer | 2007-06-20 12:41:47 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4051,4053-4054,4056-4084,4086-4087 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ........ ................ r4103 | p_lindheimer | 2007-06-20 17:36:53 -0700 (Wed, 20 Jun 2007) | 1 line #1736 change incoming alertinfo fields to varchar(255) to accomodate URLs ................ r4110 | p_lindheimer | 2007-06-21 13:05:42 -0700 (Thu, 21 Jun 2007) | 1 line move core agi, bin scripts and key conf files into core modules where they will be auto-linked back out by retrieve_conf - upgrade script must be run to have original renamed or auto-linking will not function properly ................ r4112 | p_lindheimer | 2007-06-21 14:27:20 -0700 (Thu, 21 Jun 2007) | 1 line change core version to reflect base version and prepare for move to online repository ................ r4113 | p_lindheimer | 2007-06-21 14:28:42 -0700 (Thu, 21 Jun 2007) | 1 line increase field length of version field for module admin ................ r4116 | p_lindheimer | 2007-06-21 14:33:59 -0700 (Thu, 21 Jun 2007) | 1 line make core modules upgradeable through module admin ................ r4117 | p_lindheimer | 2007-06-21 14:35:56 -0700 (Thu, 21 Jun 2007) | 1 line modification needed to have core be in module repository, and change AUTHTYPE default to none ................ r4119 | p_lindheimer | 2007-06-21 15:27:25 -0700 (Thu, 21 Jun 2007) | 1 line modify main page to reflect Beta3 ................ r4120 | p_lindheimer | 2007-06-21 16:19:35 -0700 (Thu, 21 Jun 2007) | 1 line update the modlist.sh (less zoip) ................ r4121 | p_lindheimer | 2007-06-21 16:23:02 -0700 (Thu, 21 Jun 2007) | 1 line remove core and framework from import list, since it is used for packaging and that should be done separately ................ r4122 | p_lindheimer | 2007-06-21 16:37:21 -0700 (Thu, 21 Jun 2007) | 1 line rename alpha to beta1 in preparation for release, and add generate-release.sh script with new core and framework packaging steps ................ r4123 | p_lindheimer | 2007-06-21 16:40:06 -0700 (Thu, 21 Jun 2007) | 1 line Creating release 2.3.0beta1 ................ r4133 | p_lindheimer | 2007-06-21 18:24:23 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4129" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ................ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ................ ................ r4142 | p_lindheimer | 2007-06-21 18:58:26 -0700 (Thu, 21 Jun 2007) | 2056 lines Blocked revisions 4140 via svnmerge ................ r4140 | p_lindheimer | 2007-06-21 18:51:36 -0700 (Thu, 21 Jun 2007) | 2050 lines Blocked revisions 4134,4137-4139 via svnmerge ................ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ................ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ................ ................ ................ ------------------------------------------------------------------------ r4144 | p_lindheimer | 2007-06-21 19:10:56 -0700 (Thu, 21 Jun 2007) | 18 lines Changed paths: M /freepbx/trunk Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ------------------------------------------------------------------------ r4143 | p_lindheimer | 2007-06-21 19:02:36 -0700 (Thu, 21 Jun 2007) | 2057 lines Changed paths: M /freepbx/trunk Merged revisions 4133-4134,4136-4142 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ r4140 | p_lindheimer | 2007-06-21 18:51:36 -0700 (Thu, 21 Jun 2007) | 2050 lines Blocked revisions 4134,4137-4139 via svnmerge ................ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ................ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ................ ................ ------------------------------------------------------------------------ r4139 | p_lindheimer | 2007-06-21 18:49:17 -0700 (Thu, 21 Jun 2007) | 18 lines Changed paths: M /freepbx/trunk Blocked revisions 4130,4132,4135 via svnmerge ........ r4130 | p_lindheimer | 2007-06-21 17:17:51 -0700 (Thu, 21 Jun 2007) | 1 line branch trunk to 2.3 ........ r4132 | p_lindheimer | 2007-06-21 18:13:15 -0700 (Thu, 21 Jun 2007) | 3 lines Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4135 | p_lindheimer | 2007-06-21 18:28:08 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4134" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ ------------------------------------------------------------------------ r4138 | p_lindheimer | 2007-06-21 18:45:18 -0700 (Thu, 21 Jun 2007) | 2014 lines Changed paths: M /freepbx/trunk Blocked revisions 2984-2985,2989-2990,2993,2995,3007,3011,3013-3014,3017,3032,3036,3041-3042,3045,3048,3053,3065,3070,3073,3079,3083,3087,3089,3096,3098,3100,3102,3110,3112,3114,3127,3129,3131,3133,3135-3136,3142-3145,3147-3148,3150-3151,3155,3160,3162,3167,3170,3178,3185,3188,3190,3195,3197,3207,3209,3213-3214,3219,3225-3226,3232,3248,3250,3266,3271,3273,3284,3286,3292,3297,3299,3303-3306,3313,3316,3332,3339-3340,3348,3350,3352,3354,3364-3365,3369,3371,3376,3390-3391,3400,3410,3415-3416,3418,3421,3432-3434,3439,3478-3479,3482,3484,3492,3494,3496,3513-3519,3522-3523,3525,3532,3534-3535,3538,3540,3542-3543,3546,3548,3569,3576,3580,3584-3585,3631,3643,3678-3679,3689,3691,3697,3725,3728,3733,3736,3739,3742,3744,3746,3748-3751,3754-3755,3757,3770,3772,3775-3777,3794-3796,3798,3805-3806,3808,3826,3830,3837,3846,3848-3849,3851,3857-3858,3870,3872,3883,3886,3891,3896,3903,3905,3907,3909,3917,3919,3921,3928,3933,3935,3938,3947,3956,3958,3960-3963,3965-3966,3968,3971,3973,3978,3981,3995,4002,4006,4011-4012,4015,4018-4019,4052,4055,4085-4086,4106,4136 via svnmerge ................ r2984 | qldrob | 2006-11-04 07:03:39 -0800 (Sat, 04 Nov 2006) | 2 lines Here we go. The 2.2 branch! ................ r2985 | qldrob | 2006-11-04 07:17:32 -0800 (Sat, 04 Nov 2006) | 2 lines svnmerge init ................ r2989 | qldrob | 2006-11-04 07:26:15 -0800 (Sat, 04 Nov 2006) | 2 lines Bah, picked up the wrong repostitory on init. ................ r2990 | qldrob | 2006-11-04 07:32:47 -0800 (Sat, 04 Nov 2006) | 9 lines Merged revisions 2984-2989 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2987 | qldrob | 2006-11-05 01:20:42 +1000 (Sun, 05 Nov 2006) | 2 lines All of them need to be defined. Continuation of r2981 ........ ................ r2993 | qldrob | 2006-11-04 17:03:49 -0800 (Sat, 04 Nov 2006) | 13 lines Merged revisions 2990-2992 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r2991 | gregmac | 2006-11-05 05:01:47 +1000 (Sun, 05 Nov 2006) | 2 lines Require reload after module install/uninstall/enable/disable ........ r2992 | gregmac | 2006-11-05 06:55:03 +1000 (Sun, 05 Nov 2006) | 2 lines Fix php errors in #1277 ........ ................ r2995 | qldrob | 2006-11-04 18:43:32 -0800 (Sat, 04 Nov 2006) | 8 lines Blocked revisions 2994 via svnmerge ........ r2994 | qldrob | 2006-11-05 12:33:54 +1000 (Sun, 05 Nov 2006) | 2 lines Fix for #1168 ........ ................ r3007 | qldrob | 2006-11-05 17:57:08 -0800 (Sun, 05 Nov 2006) | 25 lines Merged revisions 2993,2995-3006 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3000 | qldrob | 2006-11-06 07:31:07 +1000 (Mon, 06 Nov 2006) | 2 lines Revert r2747 ........ r3001 | qldrob | 2006-11-06 09:46:11 +1000 (Mon, 06 Nov 2006) | 2 lines Apply #1108, thanks nobbie! ........ r3002 | qldrob | 2006-11-06 10:04:38 +1000 (Mon, 06 Nov 2006) | 2 lines Add images from #1150 and #1151 ........ r3003 | qldrob | 2006-11-06 10:06:42 +1000 (Mon, 06 Nov 2006) | 2 lines And remove the old ones.. ........ r3004 | qldrob | 2006-11-06 10:07:11 +1000 (Mon, 06 Nov 2006) | 2 lines Add the changes to CDR code ........ ................ r3011 | qldrob | 2006-11-05 19:13:47 -0800 (Sun, 05 Nov 2006) | 17 lines Merged revisions 2995-2999,3005-3010 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3008 | qldrob | 2006-11-06 12:12:19 +1000 (Mon, 06 Nov 2006) | 2 lines Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ........ r3009 | gregmac | 2006-11-06 12:46:52 +1000 (Mon, 06 Nov 2006) | 2 lines Make r3008 stylish ........ r3010 | qldrob | 2006-11-06 13:02:13 +1000 (Mon, 06 Nov 2006) | 2 lines Don't bitch about IE if the user is already using a sane browser. ........ ................ r3013 | qldrob | 2006-11-05 19:33:44 -0800 (Sun, 05 Nov 2006) | 9 lines Merged revisions 2995-2999,3005-3007,3011-3012 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3012 | qldrob | 2006-11-06 13:29:38 +1000 (Mon, 06 Nov 2006) | 2 lines Update version to 2.2b2 ........ ................ r3014 | qldrob | 2006-11-05 19:36:34 -0800 (Sun, 05 Nov 2006) | 1 line Prepare for liftoff of 2.2.0b2.. ................ r3017 | p_lindheimer | 2006-11-05 20:04:47 -0800 (Sun, 05 Nov 2006) | 1 line var call_confirmation should be use_confirmation ................ r3032 | p_lindheimer | 2006-11-08 08:45:05 -0800 (Wed, 08 Nov 2006) | 1 line missing values in globals #1299 ................ r3036 | qldrob | 2006-11-08 15:51:17 -0800 (Wed, 08 Nov 2006) | 45 lines Merged revisions 2995-2999,3005-3007,3011,3013-3033 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3016 | p_lindheimer | 2006-11-06 14:03:10 +1000 (Mon, 06 Nov 2006) | 1 line var call_confirmation should be use_confirmation ........ r3018 | gregmac | 2006-11-06 15:00:40 +1000 (Mon, 06 Nov 2006) | 2 lines Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ........ r3023 | gregmac | 2006-11-08 02:50:58 +1000 (Wed, 08 Nov 2006) | 2 lines Warnings for using default passwords ........ r3024 | gregmac | 2006-11-08 02:55:15 +1000 (Wed, 08 Nov 2006) | 2 lines Rename get_headers to get_headers_assoc (#1286) ........ r3025 | gregmac | 2006-11-08 04:16:34 +1000 (Wed, 08 Nov 2006) | 2 lines Added warnings for disabled modules, revised look of warning text on config page ........ r3028 | qldrob | 2006-11-08 15:10:49 +1000 (Wed, 08 Nov 2006) | 2 lines Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ........ r3029 | qldrob | 2006-11-08 15:25:32 +1000 (Wed, 08 Nov 2006) | 2 lines Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ........ r3030 | qldrob | 2006-11-08 17:48:45 +1000 (Wed, 08 Nov 2006) | 2 lines Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ........ r3031 | qldrob | 2006-11-08 20:26:31 +1000 (Wed, 08 Nov 2006) | 2 lines Fix typo in reversion. ........ r3033 | p_lindheimer | 2006-11-09 02:46:48 +1000 (Thu, 09 Nov 2006) | 1 line missing values in globals #1299 ........ ................ r3041 | gregmac | 2006-11-09 10:54:22 -0800 (Thu, 09 Nov 2006) | 13 lines Merged revisions 3039-3040 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3039 | gregmac | 2006-11-09 13:47:43 -0500 (Thu, 09 Nov 2006) | 2 lines Only reload if we have $astman ........ r3040 | gregmac | 2006-11-09 13:48:17 -0500 (Thu, 09 Nov 2006) | 2 lines Fixed #1314 - stupid IE javascript problem ........ ................ r3042 | p_lindheimer | 2006-11-10 14:09:41 -0800 (Fri, 10 Nov 2006) | 1 line fixes #1320 (I hope) put callerid instead of description in sip info ................ r3045 | p_lindheimer | 2006-11-11 09:27:00 -0800 (Sat, 11 Nov 2006) | 1 line fix #1315 - Follow Me information not deleted when User/Extension Delete ................ r3048 | p_lindheimer | 2006-11-11 17:13:18 -0800 (Sat, 11 Nov 2006) | 1 line reverting r2418 which seems to have cause #1309 and #1320 ................ r3053 | p_lindheimer | 2006-11-12 20:07:53 -0800 (Sun, 12 Nov 2006) | 1 line bug #1309 apply X-Rob's changes from r3052 trunk, use addslashes() instead of mysql_real_escape_string() ................ r3065 | p_lindheimer | 2006-11-13 16:20:53 -0800 (Mon, 13 Nov 2006) | 9 lines Merged revisions 3064 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ........ ................ r3070 | p_lindheimer | 2006-11-14 11:29:06 -0800 (Tue, 14 Nov 2006) | 9 lines Merged revisions 3066 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ........ ................ r3073 | p_lindheimer | 2006-11-15 09:34:12 -0800 (Wed, 15 Nov 2006) | 9 lines Merged revisions 3072 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ........ ................ r3079 | p_lindheimer | 2006-11-16 10:17:30 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ........ ................ r3083 | gregmac | 2006-11-16 17:48:50 -0800 (Thu, 16 Nov 2006) | 2 lines Backport r3082 - fix division by zero ................ r3087 | p_lindheimer | 2006-11-16 22:29:49 -0800 (Thu, 16 Nov 2006) | 9 lines Merged revisions 3086 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ........ ................ r3089 | gregmac | 2006-11-16 22:46:31 -0800 (Thu, 16 Nov 2006) | 3 lines Reduced errors in creating symlinks for modules to warnings Added comments to freepbx_log() header ................ r3096 | p_lindheimer | 2006-11-17 09:34:59 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3095 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ........ ................ r3098 | p_lindheimer | 2006-11-17 11:26:38 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3097 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - export callerid to facilitate implenting the call confirmation with playcid option ........ ................ r3100 | p_lindheimer | 2006-11-17 11:38:35 -0800 (Fri, 17 Nov 2006) | 9 lines Merged revisions 3099 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line #1317 - option 3 plays the callerid in callconfirm ........ ................ r3102 | p_lindheimer | 2006-11-18 15:31:18 -0800 (Sat, 18 Nov 2006) | 9 lines Merged revisions 3101 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ........ ................ r3110 | gregmac | 2006-11-19 21:06:45 -0800 (Sun, 19 Nov 2006) | 2 lines Fix #1371 ................ r3112 | p_lindheimer | 2006-11-19 23:28:40 -0800 (Sun, 19 Nov 2006) | 9 lines Merged revisions 3111 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line lengthen the rnav scroll to handle more items before scrolling ........ ................ r3114 | p_lindheimer | 2006-11-20 10:58:15 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3113 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ........ ................ r3127 | p_lindheimer | 2006-11-20 17:04:20 -0800 (Mon, 20 Nov 2006) | 29 lines Merged revisions 3118-3123 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of module hooks. ........ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Wups, left some debugging in there ........ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Add support for placement of guielements, and set some reasonably sane defaults. ........ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines This should fix php5 whinges, re #1393. ........ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ........ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines s/=/==/.. Sigh. ........ ................ r3129 | p_lindheimer | 2006-11-20 18:26:29 -0800 (Mon, 20 Nov 2006) | 1 line change bug list link to freepbx site on config page ................ r3131 | gregmac | 2006-11-20 18:49:37 -0800 (Mon, 20 Nov 2006) | 2 lines Added output buffering, and new redirect() function ................ r3133 | gregmac | 2006-11-20 19:26:52 -0800 (Mon, 20 Nov 2006) | 2 lines Added redirect() call so pressing browser Refresh button doesn't cause a second reload ................ r3135 | gregmac | 2006-11-20 19:34:12 -0800 (Mon, 20 Nov 2006) | 1 line Added Outbound Call Control category, adjusted menu sorting ................ r3136 | gregmac | 2006-11-20 19:38:47 -0800 (Mon, 20 Nov 2006) | 2 lines Undo categories in r3135 ................ r3142 | qldrob | 2006-11-20 20:59:24 -0800 (Mon, 20 Nov 2006) | 2 lines Re-apply fixed KEEPCID stuff to 2.2 branch ................ r3143 | qldrob | 2006-11-20 21:06:54 -0800 (Mon, 20 Nov 2006) | 2 lines Fix svnmerge properties ................ r3144 | qldrob | 2006-11-20 21:10:55 -0800 (Mon, 20 Nov 2006) | 33 lines Merged revisions 3051-3063,3065,3067-3071,3073-3077,3079-3085,3087-3094,3096,3098,3100,3102-3110,3112,3114-3117,3124-3130 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3051 | qldrob | 2006-11-13 10:34:21 +1000 (Mon, 13 Nov 2006) | 2 lines More #999 style warning avoidance fixes. ........ r3052 | qldrob | 2006-11-13 11:16:37 +1000 (Mon, 13 Nov 2006) | 2 lines Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ........ r3067 | gregmac | 2006-11-15 05:15:40 +1000 (Wed, 15 Nov 2006) | 2 lines Better handling of defaults in parse_amportal_conf(), handling of booleans ........ r3068 | gregmac | 2006-11-15 05:16:47 +1000 (Wed, 15 Nov 2006) | 2 lines New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ........ r3069 | gregmac | 2006-11-15 05:22:09 +1000 (Wed, 15 Nov 2006) | 2 lines Added USECATEGORIES (from r3068) ........ r3082 | gregmac | 2006-11-17 11:44:45 +1000 (Fri, 17 Nov 2006) | 2 lines Fixed division by zero bugfix ........ r3130 | p_lindheimer | 2006-11-21 12:28:41 +1000 (Tue, 21 Nov 2006) | 1 line add setmusiconhold to extensions class ........ ................ r3145 | qldrob | 2006-11-20 21:13:20 -0800 (Mon, 20 Nov 2006) | 17 lines Merged revisions 3131-3144 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3132 | gregmac | 2006-11-21 13:16:47 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3131 to trunk ........ r3134 | gregmac | 2006-11-21 13:27:29 +1000 (Tue, 21 Nov 2006) | 2 lines Apply r3133 to trunk ........ r3137 | gregmac | 2006-11-21 13:39:31 +1000 (Tue, 21 Nov 2006) | 2 lines Apply sort from r3134:r3136 ........ ................ r3147 | p_lindheimer | 2006-11-20 21:32:26 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3148 | p_lindheimer | 2006-11-20 21:34:09 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3146 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line change upgrade of TRUNK_OPTIONS to remove the r ........ ................ r3150 | qldrob | 2006-11-20 22:02:37 -0800 (Mon, 20 Nov 2006) | 9 lines Merged revisions 3145,3147-3149 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3149 | qldrob | 2006-11-21 16:01:46 +1000 (Tue, 21 Nov 2006) | 2 lines Update version to 2.2b3 ........ ................ r3151 | qldrob | 2006-11-20 22:04:13 -0800 (Mon, 20 Nov 2006) | 2 lines Create MD5 file for 2.2.0b3 ................ r3155 | p_lindheimer | 2006-11-21 15:04:13 -0800 (Tue, 21 Nov 2006) | 13 lines Merged revisions 3153-3154 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line #1400 - fix transparency problem on fly over popups in IE ........ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Description for IE css file ........ ................ r3160 | p_lindheimer | 2006-11-22 09:52:20 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3159 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line change order of pulldown for adding extensions/device to be sip, iax, zap, custom ........ ................ r3162 | p_lindheimer | 2006-11-22 10:30:33 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3161 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ........ ................ r3167 | qldrob | 2006-11-22 18:59:27 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3150-3152,3155-3158,3160,3162-3165 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3165 | qldrob | 2006-11-23 12:40:18 +1000 (Thu, 23 Nov 2006) | 2 lines Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ........ ................ r3170 | gregmac | 2006-11-22 20:07:08 -0800 (Wed, 22 Nov 2006) | 9 lines Merged revisions 3169 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3169 | gregmac | 2006-11-22 23:03:50 -0500 (Wed, 22 Nov 2006) | 2 lines Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ........ ................ r3178 | p_lindheimer | 2006-11-24 13:35:17 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3166 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ........ ................ r3185 | p_lindheimer | 2006-11-24 21:55:18 -0800 (Fri, 24 Nov 2006) | 9 lines Merged revisions 3184 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line #1395 - change instructions to 'Check for Updates Online' ........ ................ r3188 | p_lindheimer | 2006-11-25 21:40:09 -0800 (Sat, 25 Nov 2006) | 17 lines Merged revisions 3174-3182,3185-3187 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ........ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ........ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ........ ................ r3190 | p_lindheimer | 2006-11-25 22:09:22 -0800 (Sat, 25 Nov 2006) | 9 lines Merged revisions 3189 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line #1433 - accidentally deleted line out of macro-user-callerid when doing fix ........ ................ r3195 | qldrob | 2006-11-26 18:53:24 -0800 (Sun, 26 Nov 2006) | 27 lines Merged revisions 3167-3168,3170-3173,3175-3183,3185,3188,3190-3194 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3183 | gregmac | 2006-11-25 08:59:04 +1000 (Sat, 25 Nov 2006) | 2 lines Add freepbx_log() description from 2.2 ........ r3191 | diego_iastrubni | 2006-11-26 20:13:39 +1000 (Sun, 26 Nov 2006) | 9 lines fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ........ r3192 | qldrob | 2006-11-27 11:35:22 +1000 (Mon, 27 Nov 2006) | 2 lines Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ........ r3193 | qldrob | 2006-11-27 12:42:49 +1000 (Mon, 27 Nov 2006) | 2 lines Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ........ ................ r3197 | qldrob | 2006-11-26 19:15:31 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3195-3196 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3196 | qldrob | 2006-11-27 13:11:40 +1000 (Mon, 27 Nov 2006) | 2 lines This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ........ ................ r3207 | gregmac | 2006-11-26 23:24:55 -0800 (Sun, 26 Nov 2006) | 17 lines Merged revisions 3197-3206 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3198 | gregmac | 2006-11-27 00:06:55 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard(), updated help for redirect() ........ r3203 | gregmac | 2006-11-27 01:26:28 -0500 (Mon, 27 Nov 2006) | 2 lines redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ........ r3205 | gregmac | 2006-11-27 01:34:56 -0500 (Mon, 27 Nov 2006) | 2 lines Added redirect_standard() calls to core ........ ................ r3209 | gregmac | 2006-11-26 23:31:34 -0800 (Sun, 26 Nov 2006) | 9 lines Merged revisions 3208 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3208 | gregmac | 2006-11-27 02:30:44 -0500 (Mon, 27 Nov 2006) | 2 lines Removed code disabling back button ........ ................ r3213 | gregmac | 2006-11-27 16:29:53 -0800 (Mon, 27 Nov 2006) | 9 lines Merged revisions 3212 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3212 | gregmac | 2006-11-27 19:27:48 -0500 (Mon, 27 Nov 2006) | 2 lines Added ext_chanisavail() ........ ................ r3214 | qldrob | 2006-11-27 16:57:51 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3207,3209-3211,3213 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3210 | qldrob | 2006-11-28 09:47:43 +1000 (Tue, 28 Nov 2006) | 2 lines Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ........ r3211 | qldrob | 2006-11-28 10:01:44 +1000 (Tue, 28 Nov 2006) | 2 lines Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ........ ................ r3219 | qldrob | 2006-11-27 17:41:26 -0800 (Mon, 27 Nov 2006) | 13 lines Merged revisions 3214-3218 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3215 | qldrob | 2006-11-28 11:34:55 +1000 (Tue, 28 Nov 2006) | 2 lines Changelog for 2.2 ........ r3216 | qldrob | 2006-11-28 11:38:50 +1000 (Tue, 28 Nov 2006) | 2 lines Fix IAX2 extensions being called IAX. Thanks, n3glv. ........ ................ r3225 | qldrob | 2006-11-27 20:06:31 -0800 (Mon, 27 Nov 2006) | 25 lines Merged revisions 3219-3224 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3220 | qldrob | 2006-11-28 12:06:31 +1000 (Tue, 28 Nov 2006) | 2 lines Update newinstall.sql ........ r3221 | qldrob | 2006-11-28 12:08:29 +1000 (Tue, 28 Nov 2006) | 2 lines Forgot to enable core by default. ........ r3222 | qldrob | 2006-11-28 12:16:06 +1000 (Tue, 28 Nov 2006) | 2 lines Update information on front page, and bump version to rc1 ........ r3223 | qldrob | 2006-11-28 12:53:05 +1000 (Tue, 28 Nov 2006) | 2 lines Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ........ r3224 | qldrob | 2006-11-28 13:11:46 +1000 (Tue, 28 Nov 2006) | 2 lines Fix thinko in redirect_standard_continue() ........ ................ r3226 | qldrob | 2006-11-27 20:21:40 -0800 (Mon, 27 Nov 2006) | 1 line Preparing for 2.2.0rc1 ................ r3232 | gregmac | 2006-11-28 08:33:29 -0800 (Tue, 28 Nov 2006) | 9 lines Merged revisions 3231 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3231 | gregmac | 2006-11-28 11:25:18 -0500 (Tue, 28 Nov 2006) | 2 lines Fix #1453 ........ ................ r3248 | gregmac | 2006-11-30 07:17:56 -0800 (Thu, 30 Nov 2006) | 2 lines Cancel button returns to previous mode, instead of always online mode. Added return button to final modules screen ................ r3250 | p_lindheimer | 2006-12-01 09:26:22 -0800 (Fri, 01 Dec 2006) | 13 lines Merged revisions 3244,3248-3249 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ ................ r3266 | gregmac | 2006-12-04 10:29:11 -0800 (Mon, 04 Dec 2006) | 2 lines Typo (thanks vgster) ................ r3271 | p_lindheimer | 2006-12-05 10:02:50 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3270 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ ................ r3273 | p_lindheimer | 2006-12-05 10:15:55 -0800 (Tue, 05 Dec 2006) | 9 lines Merged revisions 3272 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ ................ r3284 | p_lindheimer | 2006-12-06 12:50:30 -0800 (Wed, 06 Dec 2006) | 9 lines Merged revisions 3283 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ ................ r3286 | p_lindheimer | 2006-12-07 00:30:32 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3285 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ ................ r3292 | p_lindheimer | 2006-12-07 14:11:52 -0800 (Thu, 07 Dec 2006) | 9 lines Merged revisions 3291 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ ................ r3297 | p_lindheimer | 2006-12-08 11:16:42 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3296 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ ................ r3299 | p_lindheimer | 2006-12-08 14:52:40 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3298 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ ................ r3303 | gregmac | 2006-12-08 15:46:18 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3245 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3245 | gregmac | 2006-11-29 21:32:54 -0500 (Wed, 29 Nov 2006) | 2 lines Add install-moh patch from 2.2 (r3110) ........ ................ r3304 | gregmac | 2006-12-08 15:47:13 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3246 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3246 | gregmac | 2006-11-29 21:35:16 -0500 (Wed, 29 Nov 2006) | 2 lines Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ........ ................ r3305 | gregmac | 2006-12-08 15:48:17 -0800 (Fri, 08 Dec 2006) | 9 lines Merged revisions 3300 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3300 | gregmac | 2006-12-08 18:35:22 -0500 (Fri, 08 Dec 2006) | 2 lines Fix #1516 - gettext emulation support ........ ................ r3306 | gregmac | 2006-12-08 15:49:24 -0800 (Fri, 08 Dec 2006) | 13 lines Merged revisions 3301-3302 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3301 | gregmac | 2006-12-08 18:40:39 -0500 (Fri, 08 Dec 2006) | 2 lines Use bash instead of sh ........ r3302 | gregmac | 2006-12-08 18:43:25 -0500 (Fri, 08 Dec 2006) | 2 lines Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ........ ................ r3313 | p_lindheimer | 2006-12-12 18:06:27 -0800 (Tue, 12 Dec 2006) | 9 lines Merged revisions 3312 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line dialparties.agi should report BUSY on DND, not NOANSWER ........ ................ r3316 | p_lindheimer | 2006-12-13 10:29:38 -0800 (Wed, 13 Dec 2006) | 9 lines Merged revisions 3315 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ........ ................ r3332 | qldrob | 2006-12-17 19:08:55 -0800 (Sun, 17 Dec 2006) | 2 lines Fix for #1469, selecting 'new user' doesn't take you to the 'create user' screen in D&U mode. Caused by 'redirect' call being too enthusiastic. ................ r3339 | qldrob | 2006-12-17 20:08:58 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3336 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3336 | qldrob | 2006-12-18 13:45:41 +1000 (Mon, 18 Dec 2006) | 2 lines Fix for #1505, 'fax' xtn not used in from-zaptel. ........ ................ r3340 | qldrob | 2006-12-17 20:33:08 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3338 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3338 | qldrob | 2006-12-18 13:56:18 +1000 (Mon, 18 Dec 2006) | 2 lines More fixes for #1505, 'fax' context not in from-zaptel-whatever. ........ ................ r3348 | qldrob | 2006-12-17 21:53:40 -0800 (Sun, 17 Dec 2006) | 13 lines Merged revisions 3341-3347 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3341 | qldrob | 2006-12-18 14:36:29 +1000 (Mon, 18 Dec 2006) | 2 lines Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ........ r3347 | qldrob | 2006-12-18 15:47:54 +1000 (Mon, 18 Dec 2006) | 2 lines Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ........ ................ r3350 | qldrob | 2006-12-17 22:09:38 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3349 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3349 | qldrob | 2006-12-18 16:06:42 +1000 (Mon, 18 Dec 2006) | 2 lines Apply naftali5's custom-dest fixes, thanks! Ref #1549. ........ ................ r3352 | qldrob | 2006-12-17 22:32:17 -0800 (Sun, 17 Dec 2006) | 9 lines Merged revisions 3351 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3351 | qldrob | 2006-12-18 16:29:42 +1000 (Mon, 18 Dec 2006) | 2 lines Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ........ ................ r3354 | qldrob | 2006-12-18 20:03:56 -0800 (Mon, 18 Dec 2006) | 9 lines Merged revisions 3353 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3353 | qldrob | 2006-12-19 13:59:16 +1000 (Tue, 19 Dec 2006) | 2 lines Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ........ ................ r3364 | qldrob | 2006-12-19 12:08:41 -0800 (Tue, 19 Dec 2006) | 2 lines Bump version to RC2, add fix for #1543 (change upgraded machines AMPADMINLOGO to 'freepbx.png') ................ r3365 | qldrob | 2006-12-19 12:18:16 -0800 (Tue, 19 Dec 2006) | 2 lines Apply patch in #1490 to fix the bug-that-never-dies, CID prohib_passed_screen not working. ................ r3369 | qldrob | 2006-12-19 12:54:42 -0800 (Tue, 19 Dec 2006) | 13 lines Merged revisions 3367-3368 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3367 | qldrob | 2006-12-20 06:47:54 +1000 (Wed, 20 Dec 2006) | 2 lines Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ........ r3368 | qldrob | 2006-12-20 06:49:10 +1000 (Wed, 20 Dec 2006) | 2 lines Apply #1495, additional include in features.conf for [applicationmap]. ........ ................ r3371 | qldrob | 2006-12-19 13:56:31 -0800 (Tue, 19 Dec 2006) | 9 lines Merged revisions 3370 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3370 | qldrob | 2006-12-20 07:54:48 +1000 (Wed, 20 Dec 2006) | 2 lines Wups, xhidden not hidden.. ........ ................ r3376 | gregmac | 2006-12-19 16:06:06 -0800 (Tue, 19 Dec 2006) | 16 lines Merged revisions 3372-3373 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3372 | gregmac | 2006-12-19 18:12:57 -0500 (Tue, 19 Dec 2006) | 5 lines drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ........ r3373 | gregmac | 2006-12-19 18:14:17 -0500 (Tue, 19 Dec 2006) | 1 line Updated tooltip for custom destination ........ ................ r3390 | gregmac | 2006-12-20 07:09:10 -0800 (Wed, 20 Dec 2006) | 9 lines Merged revisions 3388 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3388 | gregmac | 2006-12-20 09:35:19 -0500 (Wed, 20 Dec 2006) | 2 lines Added error handler for no connection to online repository ........ ................ r3391 | gregmac | 2006-12-20 07:54:13 -0800 (Wed, 20 Dec 2006) | 1 line Added GPLv2 LICENSE file ................ r3400 | p_lindheimer | 2006-12-20 18:56:19 -0800 (Wed, 20 Dec 2006) | 25 lines Merged revisions 3291-3295,3297,3299,3303-3311,3313-3314,3316-3332,3339-3340,3342-3346,3348,3350,3352,3354-3365,3369,3371,3375-3387,3390-3391,3393-3395 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ........ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ........ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line cleanup some formatting in dialparties.agi ........ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ........ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ........ ................ r3410 | qldrob | 2006-12-22 15:16:18 -0800 (Fri, 22 Dec 2006) | 1 line Here comes 2.2rc2 ................ r3415 | qldrob | 2006-12-23 15:29:39 -0800 (Sat, 23 Dec 2006) | 2 lines Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one. ................ r3416 | qldrob | 2006-12-23 15:43:58 -0800 (Sat, 23 Dec 2006) | 1 line Here comes 2.2rc3. Sigh ................ r3418 | qldrob | 2006-12-23 16:30:21 -0800 (Sat, 23 Dec 2006) | 2 lines Add naftali5's featurecode fixes. ................ r3421 | p_lindheimer | 2006-12-25 09:03:05 -0800 (Mon, 25 Dec 2006) | 9 lines Merged revisions 3420 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ ................ r3432 | qldrob | 2006-12-26 17:21:16 -0800 (Tue, 26 Dec 2006) | 2 lines Remove 'This is beta code' warning from 2.2 branch. ................ r3433 | qldrob | 2006-12-26 17:22:54 -0800 (Tue, 26 Dec 2006) | 2 lines Fix 'Check for Updates Online' link on main screen ................ r3434 | qldrob | 2006-12-26 17:24:49 -0800 (Tue, 26 Dec 2006) | 2 lines Change RTP range to avoid conflict with webmin, now that grandstream have fixed their phones to use different ports. ................ r3439 | gregmac | 2006-12-31 00:24:16 -0800 (Sun, 31 Dec 2006) | 9 lines Merged revisions 3438 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3438 | gregmac | 2006-12-31 03:22:53 -0500 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ ................ r3478 | qldrob | 2007-01-02 04:06:29 -0800 (Tue, 02 Jan 2007) | 2 lines Explicitly deny asterisk 1.4 support with freepbx 2.2. It's still too broken to use, anyway. ................ r3479 | qldrob | 2007-01-02 04:21:52 -0800 (Tue, 02 Jan 2007) | 2 lines Apply fix from #1601, explicity kill safe_opserver. Thanks! ................ r3482 | qldrob | 2007-01-02 04:26:59 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1484 to 2.2, too. ................ r3484 | gregmac | 2007-01-02 09:19:02 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3483 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3483 | gregmac | 2007-01-02 12:16:58 -0500 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ ................ r3492 | qldrob | 2007-01-02 17:06:09 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3491 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3491 | qldrob | 2007-01-03 11:04:04 +1000 (Wed, 03 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ ................ r3494 | qldrob | 2007-01-02 17:33:31 -0800 (Tue, 02 Jan 2007) | 2 lines Forgot to move this from trunk. Fix for bad display name reporting the error "bad outbound CID" ................ r3496 | gregmac | 2007-01-02 21:04:52 -0800 (Tue, 02 Jan 2007) | 9 lines Merged revisions 3495 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3495 | gregmac | 2007-01-03 00:01:59 -0500 (Wed, 03 Jan 2007) | 2 lines Fix #1473 ........ ................ r3513 | gregmac | 2007-01-03 00:47:38 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3512 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3512 | gregmac | 2007-01-03 03:42:40 -0500 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ ................ r3514 | qldrob | 2007-01-03 16:48:29 -0800 (Wed, 03 Jan 2007) | 2 lines OK, it's really fixed this time. Sigh. ................ r3515 | qldrob | 2007-01-03 16:51:25 -0800 (Wed, 03 Jan 2007) | 2 lines Add warning about default feature codes change ................ r3516 | qldrob | 2007-01-03 16:52:05 -0800 (Wed, 03 Jan 2007) | 2 lines Add missing 'off' to the mouseover ................ r3517 | qldrob | 2007-01-03 18:17:24 -0800 (Wed, 03 Jan 2007) | 2 lines Indications.conf is now automatically generated, shouldn't be here any more. ................ r3518 | qldrob | 2007-01-03 18:23:22 -0800 (Wed, 03 Jan 2007) | 2 lines Add upgrade md5 files from 2.1 branch ................ r3519 | qldrob | 2007-01-03 18:26:58 -0800 (Wed, 03 Jan 2007) | 2 lines Update modlist.sh with current list of modules. ................ r3522 | qldrob | 2007-01-03 20:12:51 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3521 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3521 | qldrob | 2007-01-04 14:10:10 +1000 (Thu, 04 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ ................ r3523 | qldrob | 2007-01-03 20:16:13 -0800 (Wed, 03 Jan 2007) | 2 lines Update Changes file to reflect change to '##' transfer. Will make a note of it in the announcement too. ................ r3525 | qldrob | 2007-01-03 20:24:42 -0800 (Wed, 03 Jan 2007) | 9 lines Merged revisions 3524 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3524 | qldrob | 2007-01-04 14:20:58 +1000 (Thu, 04 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3532 | gregmac | 2007-01-03 22:48:10 -0800 (Wed, 03 Jan 2007) | 2 lines rnav links fill entire block (instead of just text) ................ r3534 | qldrob | 2007-01-04 00:52:57 -0800 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ................ r3535 | qldrob | 2007-01-04 01:00:41 -0800 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ................ r3538 | gregmac | 2007-01-04 10:31:02 -0800 (Thu, 04 Jan 2007) | 2 lines Fix typo #1636 ................ r3540 | qldrob | 2007-01-04 13:29:08 -0800 (Thu, 04 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ................ r3542 | qldrob | 2007-01-04 14:32:40 -0800 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ................ r3543 | qldrob | 2007-01-04 14:33:40 -0800 (Thu, 04 Jan 2007) | 2 lines Fix md5 for 2.2.0 ................ r3546 | gregmac | 2007-01-05 14:03:03 -0800 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ................ r3548 | qldrob | 2007-01-08 16:56:02 -0800 (Mon, 08 Jan 2007) | 2 lines Convert mp3 MOH files to sln ................ r3569 | gregmac | 2007-01-16 23:56:52 -0800 (Tue, 16 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-18 13:53:29 -0800 (Thu, 18 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ r3580 | p_lindheimer | 2007-01-19 08:08:06 -0800 (Fri, 19 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ................ r3584 | qldrob | 2007-01-20 20:51:18 -0800 (Sat, 20 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ................ r3585 | qldrob | 2007-01-20 20:55:30 -0800 (Sat, 20 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ................ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3770 | naftali5 | 2007-02-11 15:17:43 -0800 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ................ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ................ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ................ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ................ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ................ r3808 | naftali5 | 2007-02-25 11:50:46 -0800 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ................ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ................ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ................ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ................ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ................ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ................ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ................ r3851 | gregmac | 2007-03-07 08:30:44 -0800 (Wed, 07 Mar 2007) | 9 lines Merged revisions 3850 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3850 | gregmac | 2007-03-07 11:29:12 -0500 (Wed, 07 Mar 2007) | 2 lines Merged r3674, r3823 from QuickFormBranch - added q() function ........ ................ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ................ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ................ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ................ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ................ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ................ r3886 | gregmac | 2007-03-27 15:30:11 -0700 (Tue, 27 Mar 2007) | 9 lines Merged revisions 3885 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3885 | gregmac | 2007-03-27 17:18:11 -0500 (Tue, 27 Mar 2007) | 1 line Strip hyphens in fixlocalprefix ........ ................ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ................ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ................ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ................ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ................ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ................ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes ................ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ................ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ................ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ................ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ................ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ................ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ................ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. ................ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ................ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ................ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ................ r3960 | diego_iastrubni | 2007-05-06 02:53:21 -0700 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ................ r3961 | diego_iastrubni | 2007-05-06 03:27:35 -0700 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ................ r3962 | diego_iastrubni | 2007-05-06 03:36:13 -0700 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ................ r3963 | diego_iastrubni | 2007-05-06 03:46:22 -0700 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ................ r3965 | gregmac | 2007-05-07 09:02:20 -0700 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ................ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ................ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ................ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ................ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ................ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ................ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ................ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ................ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ................ r4006 | p_lindheimer | 2007-06-07 20:37:32 -0700 (Thu, 07 Jun 2007) | 9 lines Merged revisions 4005 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ........ ................ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ................ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ................ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ................ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ................ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ................ r4085 | p_lindheimer | 2007-06-20 11:11:18 -0700 (Wed, 20 Jun 2007) | 9 lines Merged revisions 4084 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line #2007: missing parameters to freepbx_log function ........ ................ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ................ r4106 | p_lindheimer | 2007-06-21 09:27:33 -0700 (Thu, 21 Jun 2007) | 9 lines Merged revisions 4105 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ........ ................ r4136 | p_lindheimer | 2007-06-21 18:29:27 -0700 (Thu, 21 Jun 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4135" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ................ ------------------------------------------------------------------------ r4137 | p_lindheimer | 2007-06-21 18:30:52 -0700 (Thu, 21 Jun 2007) | 3 lines Changed paths: M /freepbx/trunk Initialized merge tracking via "svnmerge" with revisions "1-2983" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ------------------------------------------------------------------------ r4134 | p_lindheimer | 2007-06-21 18:25:54 -0700 (Thu, 21 Jun 2007) | 3 lines Changed paths: M /freepbx/trunk Removed merge tracking for "svnmerge" for https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ------------------------------------------------------------------------ r4133 | p_lindheimer | 2007-06-21 18:24:23 -0700 (Thu, 21 Jun 2007) | 3 lines Changed paths: M /freepbx/trunk Initialized merge tracking via "svnmerge" with revisions "1-4129" from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.3 ------------------------------------------------------------------------ r4123 | p_lindheimer | 2007-06-21 16:40:06 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.3.0beta1.md5 Creating release 2.3.0beta1 ------------------------------------------------------------------------ r4122 | p_lindheimer | 2007-06-21 16:37:21 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp D /freepbx/trunk/upgrades/2.3.0alpha A /freepbx/trunk/upgrades/2.3.0beta1 (from /freepbx/trunk/upgrades/2.3.0alpha:4121) A /freepbx/trunk/upgrades/generate-release.sh (from /freepbx/branches/2.2/upgrades/generate-release.sh:4105) rename alpha to beta1 in preparation for release, and add generate-release.sh script with new core and framework packaging steps ------------------------------------------------------------------------ r4121 | p_lindheimer | 2007-06-21 16:23:02 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh remove core and framework from import list, since it is used for packaging and that should be done separately ------------------------------------------------------------------------ r4120 | p_lindheimer | 2007-06-21 16:19:35 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh update the modlist.sh (less zoip) ------------------------------------------------------------------------ r4119 | p_lindheimer | 2007-06-21 15:27:25 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php modify main page to reflect Beta3 ------------------------------------------------------------------------ r4117 | p_lindheimer | 2007-06-21 14:35:56 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/amportal.conf M /freepbx/trunk/install_amp A /freepbx/trunk/upgrades/2.3.0alpha/core_migrate.php (from /freepbx/trunk/upgrades/2.3.0alpha/callback.php:4104) M /freepbx/trunk/upgrades/2.3.0alpha/tables.php modification needed to have core be in module repository, and change AUTHTYPE default to none ------------------------------------------------------------------------ r4116 | p_lindheimer | 2007-06-21 14:33:59 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/core A /modules/branches/2.3/core (from /freepbx/trunk/amp_conf/htdocs/admin/modules/core:4115) make core modules upgradeable through module admin ------------------------------------------------------------------------ r4113 | p_lindheimer | 2007-06-21 14:28:42 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css increase field length of version field for module admin ------------------------------------------------------------------------ r4112 | p_lindheimer | 2007-06-21 14:27:20 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml change core version to reflect base version and prepare for move to online repository ------------------------------------------------------------------------ r4110 | p_lindheimer | 2007-06-21 13:05:42 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: D /freepbx/trunk/amp_conf/agi-bin/dialparties.agi D /freepbx/trunk/amp_conf/agi-bin/directory D /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi D /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix D /freepbx/trunk/amp_conf/agi-bin/list-item-remove.php D /freepbx/trunk/amp_conf/agi-bin/recordingcheck D /freepbx/trunk/amp_conf/astetc/extensions.conf D /freepbx/trunk/amp_conf/astetc/iax.conf D /freepbx/trunk/amp_conf/astetc/sip.conf D /freepbx/trunk/amp_conf/bin/fax-process.pl A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/dialparties.agi (from /freepbx/trunk/amp_conf/agi-bin/dialparties.agi:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/directory (from /freepbx/trunk/amp_conf/agi-bin/directory:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/enumlookup.agi (from /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/fixlocalprefix (from /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/list-item-remove.php (from /freepbx/trunk/amp_conf/agi-bin/list-item-remove.php:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/agi-bin/recordingcheck (from /freepbx/trunk/amp_conf/agi-bin/recordingcheck:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/bin A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/bin/fax-process.pl (from /freepbx/trunk/amp_conf/bin/fax-process.pl:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/etc A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/etc/extensions.conf (from /freepbx/trunk/amp_conf/astetc/extensions.conf:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/etc/iax.conf (from /freepbx/trunk/amp_conf/astetc/iax.conf:4104) A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/etc/sip.conf (from /freepbx/trunk/amp_conf/astetc/sip.conf:4104) move core agi, bin scripts and key conf files into core modules where they will be auto-linked back out by retrieve_conf - upgrade script must be run to have original renamed or auto-linking will not function properly ------------------------------------------------------------------------ r4105 | p_lindheimer | 2007-06-21 09:25:19 -0700 (Thu, 21 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php allow depends_on version comparisons to handle multiple digit version numbers as well as non-digits (e.g. 2.2.0beta1), may also be related to #1982 ------------------------------------------------------------------------ r4103 | p_lindheimer | 2007-06-20 17:36:53 -0700 (Wed, 20 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/upgrades/2.3.0alpha/tables.php #1736 change incoming alertinfo fields to varchar(255) to accomodate URLs ------------------------------------------------------------------------ r4088 | p_lindheimer | 2007-06-20 12:41:47 -0700 (Wed, 20 Jun 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4051,4053-4054,4056-4084,4086-4087 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4086 | p_lindheimer | 2007-06-20 12:39:05 -0700 (Wed, 20 Jun 2007) | 1 line #1857: check if $astman is set first ........ ------------------------------------------------------------------------ r4087 | p_lindheimer | 2007-06-20 12:40:07 -0700 (Wed, 20 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin add annoucement display option to module_admin ------------------------------------------------------------------------ r4084 | p_lindheimer | 2007-06-20 11:08:44 -0700 (Wed, 20 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf #2007: missing parameters to freepbx_log function ------------------------------------------------------------------------ r4083 | p_lindheimer | 2007-06-20 10:50:26 -0700 (Wed, 20 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp #2007: fix version checking to allow Asterisk 1.4 properly ------------------------------------------------------------------------ r4082 | p_lindheimer | 2007-06-19 12:09:00 -0700 (Tue, 19 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml add Help link to top nav bar to point to support.freepbx.org and change Core wiki link to point to same ------------------------------------------------------------------------ r4074 | p_lindheimer | 2007-06-18 18:55:55 -0700 (Mon, 18 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql #1992: move create/remove schema for Backup into module away from core ------------------------------------------------------------------------ r4071 | p_lindheimer | 2007-06-18 18:28:48 -0700 (Mon, 18 Jun 2007) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.3.0alpha/callback.php (from /freepbx/trunk/upgrades/2.2.0beta1/ampbackup.php:4055) #1984: move callback agi script to module ------------------------------------------------------------------------ r4068 | p_lindheimer | 2007-06-18 18:24:44 -0700 (Mon, 18 Jun 2007) | 1 line Changed paths: D /freepbx/trunk/amp_conf/bin/callback A /modules/branches/2.3/callback/bin/callback (from /freepbx/trunk/amp_conf/bin/callback:4067) move callback agi with the module ------------------------------------------------------------------------ r4066 | p_lindheimer | 2007-06-18 17:36:38 -0700 (Mon, 18 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp allow Asterisk 1.2 or 1.4 versions at install ------------------------------------------------------------------------ r4065 | p_lindheimer | 2007-06-18 16:42:58 -0700 (Mon, 18 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf auto-link images content from modules so they can supply their own images ------------------------------------------------------------------------ r4064 | p_lindheimer | 2007-06-14 12:11:36 -0700 (Thu, 14 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1997: add extensions_override_freepbx.conf to allow extensions_addtional.conf to be overridden ------------------------------------------------------------------------ r4063 | p_lindheimer | 2007-06-14 11:57:53 -0700 (Thu, 14 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php add ability to disable 'Disable' and 'Uninstall' of certain modules based on an xml tag or hard coded overides for critical modules like core ------------------------------------------------------------------------ r4062 | p_lindheimer | 2007-06-14 09:55:13 -0700 (Thu, 14 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/upgrades/2.3.0alpha/tables.php #1995: fix syntax error missing } ------------------------------------------------------------------------ r4058 | p_lindheimer | 2007-06-13 23:10:08 -0700 (Wed, 13 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/upgrades/2.3.0alpha/tables.php mv module_xml creation to proper upgrade script, add id to annoucement checking ------------------------------------------------------------------------ r4056 | p_lindheimer | 2007-06-12 13:46:12 -0700 (Tue, 12 Jun 2007) | 8 lines Changed paths: M /freepbx/trunk Blocked revisions 4055 via svnmerge ........ r4055 | p_lindheimer | 2007-06-12 13:11:06 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ------------------------------------------------------------------------ r4054 | p_lindheimer | 2007-06-12 13:04:20 -0700 (Tue, 12 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/upgrades/2.3.0alpha/tables.php #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ------------------------------------------------------------------------ r4053 | p_lindheimer | 2007-06-12 12:55:06 -0700 (Tue, 12 Jun 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite3.sql Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4017,4020-4052 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4052 | p_lindheimer | 2007-06-12 12:52:37 -0700 (Tue, 12 Jun 2007) | 1 line #1989 - maximize the size of sip, zap, iax data field to maximum varchar supported by mysql 4.x to deal with long data lines ........ ------------------------------------------------------------------------ r4040 | p_lindheimer | 2007-06-09 10:58:16 -0700 (Sat, 09 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf make sure is always set to a valid value since feature codes depend on it being set to the real user, and not the masqueraded user ------------------------------------------------------------------------ r4021 | p_lindheimer | 2007-06-08 19:25:24 -0700 (Fri, 08 Jun 2007) | 13 lines Changed paths: M /freepbx/trunk R /freepbx/trunk/upgrades/2.2.2.md5 (from /freepbx/branches/2.2/upgrades/2.2.2.md5:4019) Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4014,4016-4020 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4018 | p_lindheimer | 2007-06-08 19:04:50 -0700 (Fri, 08 Jun 2007) | 1 line remove to regenerate - forgot to checkin install_amp with 2.2.2 verison info ........ r4019 | p_lindheimer | 2007-06-08 19:05:08 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ------------------------------------------------------------------------ r4016 | p_lindheimer | 2007-06-08 18:59:24 -0700 (Fri, 08 Jun 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/install_amp Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4010,4013-4015 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4015 | p_lindheimer | 2007-06-08 18:55:31 -0700 (Fri, 08 Jun 2007) | 1 line oops - didn't get install_amp checked in before making the tarball ........ ------------------------------------------------------------------------ r4014 | p_lindheimer | 2007-06-08 18:52:54 -0700 (Fri, 08 Jun 2007) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CHANGES A /freepbx/trunk/upgrades/2.2.2.md5 (from /freepbx/branches/2.2/upgrades/2.2.2.md5:4012) Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4001,4003-4005,4007-4013 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4011 | p_lindheimer | 2007-06-08 09:59:18 -0700 (Fri, 08 Jun 2007) | 1 line update 2.2.2 CHANGE log with highlight of changes ........ r4012 | p_lindheimer | 2007-06-08 12:40:20 -0700 (Fri, 08 Jun 2007) | 1 line Creating release 2.2.2 ........ ------------------------------------------------------------------------ r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php #1976 - add MailBoxExists (vm_exists) to improve the voicemail retrieval from phones with no voicemail ------------------------------------------------------------------------ r4004 | p_lindheimer | 2007-06-07 19:53:45 -0700 (Thu, 07 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/sip.conf add sip.conf parameters that are required for Asteisk 1.4 - thanks Edgar from the Elastix team ------------------------------------------------------------------------ r4003 | p_lindheimer | 2007-06-07 19:51:49 -0700 (Thu, 07 Jun 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3980,3982-3994,3996-4002 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r4002 | p_lindheimer | 2007-06-07 19:50:53 -0700 (Thu, 07 Jun 2007) | 1 line replace depricated TIMESTAMP with current and future supported version - thanks Edgar from Elastix team ........ ------------------------------------------------------------------------ r3997 | p_lindheimer | 2007-06-07 17:46:44 -0700 (Thu, 07 Jun 2007) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3977,3979-3996 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3981 | diego_iastrubni | 2007-05-14 06:21:31 -0700 (Mon, 14 May 2007) | 2 lines when no address defined for the web root, ask to relod the server, and don't type an empty address. the code has been taken from install_amp. ........ r3995 | p_lindheimer | 2007-06-07 17:42:50 -0700 (Thu, 07 Jun 2007) | 1 line allow core_devices_list to filter on tech type ........ ------------------------------------------------------------------------ r3996 | p_lindheimer | 2007-06-07 17:44:12 -0700 (Thu, 07 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module allow ari callmonitor to try and identify IAX extensions also - another temporary hack ------------------------------------------------------------------------ r3994 | p_lindheimer | 2007-06-06 19:44:32 -0700 (Wed, 06 Jun 2007) | 1 line Changed paths: M /freepbx/trunk/apply_conf.sh revert r3925 - broke apply_conf.sh by puting /usr/sh - I aggree with the comments in the checking about 2 processes but this is called once at install time and doesn't matter - and please test before making checkins like this ------------------------------------------------------------------------ r3987 | p_lindheimer | 2007-05-18 16:36:19 -0700 (Fri, 18 May 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php core_sipname_check should not fail if the name is used on the existing extension ------------------------------------------------------------------------ r3980 | p_lindheimer | 2007-05-12 20:32:29 -0700 (Sat, 12 May 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp revert r3927 related to #1679 - breaking install_amp ------------------------------------------------------------------------ r3979 | p_lindheimer | 2007-05-10 16:19:58 -0700 (Thu, 10 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3970,3972,3974-3978 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3978 | p_lindheimer | 2007-05-10 16:17:49 -0700 (Thu, 10 May 2007) | 1 line and need to be initialized as array() to avoid php errors when blank in foreach loops ........ ------------------------------------------------------------------------ r3977 | p_lindheimer | 2007-05-08 12:17:46 -0700 (Tue, 08 May 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf moved ext-local-confirm and findmefollow-ringallv2 above from-internal-additional or some outbound routes will break it ------------------------------------------------------------------------ r3976 | p_lindheimer | 2007-05-08 08:09:39 -0700 (Tue, 08 May 2007) | 7 lines Changed paths: M /freepbx/trunk Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957,3959,3964,3967,3969-3975 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 fixed the svnmerge properies that got 'corrupted' from an inproper conflict in another svnmerge. ------------------------------------------------------------------------ r3975 | diego_iastrubni | 2007-05-08 07:34:22 -0700 (Tue, 08 May 2007) | 30 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_parse_amportal_conf.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3960-3965 via svnmerge from https://diego_iastrubni@svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3960 | diego_iastrubni | 2007-05-06 12:53:21 +0300 (Sun, 06 May 2007) | 2 lines SUBSTRING is not supported in sqlite3 - do the need to trim down the strings in php. this one is marked as done. ........ r3961 | diego_iastrubni | 2007-05-06 13:27:35 +0300 (Sun, 06 May 2007) | 5 lines Another merge for sqlite3 support (ticket:1727), as far as I can tell, the code is fully working now. I added a few comments in the code which will help in the future, and some todo points. Again, as far as I can tell freePBX is fully functional after this patch. ........ r3962 | diego_iastrubni | 2007-05-06 13:36:13 +0300 (Sun, 06 May 2007) | 2 lines consistant code - first sqlite3, then others. remove duplicated line. ........ r3963 | diego_iastrubni | 2007-05-06 13:46:22 +0300 (Sun, 06 May 2007) | 4 lines this patch is called "open or die". The syntax of all teh "open || die" commands has been unified, and the scripts now tell you why they failed. ........ r3965 | gregmac | 2007-05-07 19:02:20 +0300 (Mon, 07 May 2007) | 2 lines Change php5-only syntax to work in php4 ........ ------------------------------------------------------------------------ r3974 | p_lindheimer | 2007-05-08 07:20:38 -0700 (Tue, 08 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3973 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3973 | p_lindheimer | 2007-05-08 07:18:59 -0700 (Tue, 08 May 2007) | 1 line fix more cases where duplicates are checked when adding/deleting extensions if directdid is blank, also fixed corner case where any/any inbound route is edited but a space was inserted in the did or cid ........ ------------------------------------------------------------------------ r3972 | p_lindheimer | 2007-05-08 06:20:31 -0700 (Tue, 08 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3971 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3971 | p_lindheimer | 2007-05-08 06:18:50 -0700 (Tue, 08 May 2007) | 1 line don't check for duplicates if directdid is set to blank ........ ------------------------------------------------------------------------ r3969 | p_lindheimer | 2007-05-07 20:24:01 -0700 (Mon, 07 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Merged revisions 3968 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3968 | p_lindheimer | 2007-05-07 18:24:29 -0700 (Mon, 07 May 2007) | 1 line check did and directdid's to make sure there are no conflicts, merge ext-did-direct into ext-did so that did/cid routes can be used alongside directdid routes, and move the catchall context out of ext-did and into ext-did-catchall so that ext-did can be used more flexibly ........ ------------------------------------------------------------------------ r3967 | p_lindheimer | 2007-05-07 10:20:26 -0700 (Mon, 07 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Merged revisions 3966 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3966 | p_lindheimer | 2007-05-07 10:14:07 -0700 (Mon, 07 May 2007) | 1 line #1933 - re-enable error message when a duplicate did is entered on inbound routing ........ ------------------------------------------------------------------------ r3959 | p_lindheimer | 2007-05-03 09:33:48 -0700 (Thu, 03 May 2007) | 9 lines Changed paths: M /freepbx/trunk Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3955,3957-3958 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3958 | p_lindheimer | 2007-05-03 09:31:38 -0700 (Thu, 03 May 2007) | 1 line get rid of more /usr/bin/env php, also contributing to #1927 error ........ ------------------------------------------------------------------------ r3957 | p_lindheimer | 2007-05-02 12:06:13 -0700 (Wed, 02 May 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3937,3939-3946,3948-3956 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3956 | p_lindheimer | 2007-05-02 12:04:33 -0700 (Wed, 02 May 2007) | 1 line #1924: add Israel to indications ........ ------------------------------------------------------------------------ r3955 | diego_iastrubni | 2007-05-02 08:11:44 -0700 (Wed, 02 May 2007) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/bin/archive_recordings archiverecordings uses now the file found on the webroot. fixes ticket:1914 and ticket:1915 ------------------------------------------------------------------------ r3954 | diego_iastrubni | 2007-05-02 07:01:33 -0700 (Wed, 02 May 2007) | 3 lines Changed paths: D /freepbx/trunk/amp_conf/bin/php-asmanager.php fix for ticket:1914, there is another version in AMPWEBROOT/admin/common/php-asmanager.php which seems to be the correct one ------------------------------------------------------------------------ r3953 | diego_iastrubni | 2007-05-02 06:58:13 -0700 (Wed, 02 May 2007) | 4 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/favicon.ico M /freepbx/trunk/amp_conf/htdocs/admin/header.php favicon... ripped from the freepbx.org page. looks fine on my system ------------------------------------------------------------------------ r3949 | p_lindheimer | 2007-04-27 11:28:45 -0700 (Fri, 27 Apr 2007) | 12 lines Changed paths: M /freepbx/trunk Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934,3936-3946,3948 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3938 | diego_iastrubni | 2007-04-25 08:05:24 -0700 (Wed, 25 Apr 2007) | 4 lines Backport of changeset:3572 to the 2.2 branch. Fixes ticket:1899. Aproved by p_lindheimer. Diego - use svnmerge.py for these changes to keep everything consistent. ........ ------------------------------------------------------------------------ r3948 | p_lindheimer | 2007-04-27 10:02:43 -0700 (Fri, 27 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Merged revisions 3947 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3947 | p_lindheimer | 2007-04-27 09:55:25 -0700 (Fri, 27 Apr 2007) | 1 line add WaitExten class ........ ------------------------------------------------------------------------ r3939 | diego_iastrubni | 2007-04-26 00:11:29 -0700 (Thu, 26 Apr 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/directory fix for ticket:1912 ------------------------------------------------------------------------ r3936 | p_lindheimer | 2007-04-24 19:36:23 -0700 (Tue, 24 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/install_amp Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3932,3934-3935 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3935 | p_lindheimer | 2007-04-24 19:35:05 -0700 (Tue, 24 Apr 2007) | 1 line don't complain if asterisk version is a valid tag - same as tarball but pulled form svn ........ ------------------------------------------------------------------------ r3934 | p_lindheimer | 2007-04-24 13:56:43 -0700 (Tue, 24 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3927,3929-3933 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3933 | p_lindheimer | 2007-04-24 13:54:49 -0700 (Tue, 24 Apr 2007) | 1 line add argument to module_admin to override default repository and xml locations, and override amportal.conf settings ........ ------------------------------------------------------------------------ r3932 | diego_iastrubni | 2007-04-23 03:56:11 -0700 (Mon, 23 Apr 2007) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal M /freepbx/trunk/install_amp a better fix for ticket:1878 thanks pnlarsson ------------------------------------------------------------------------ r3931 | diego_iastrubni | 2007-04-19 00:23:22 -0700 (Thu, 19 Apr 2007) | 7 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal fix for ticket:1878 amportal.conf is readable by the asterisk user/group only. amportal script now fixes the permissions to be 640 (only user has write access to this file, group has read all others can dream of reading it). ------------------------------------------------------------------------ r3929 | p_lindheimer | 2007-04-18 09:10:19 -0700 (Wed, 18 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920,3922-3928 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3928 | p_lindheimer | 2007-04-18 09:05:38 -0700 (Wed, 18 Apr 2007) | 1 line only set CALLCONFIRMCID if a call confirm call - already fixed in trunk ........ ------------------------------------------------------------------------ r3927 | diego_iastrubni | 2007-04-18 05:03:40 -0700 (Wed, 18 Apr 2007) | 6 lines Changed paths: M /freepbx/trunk/install_amp * no need to store the asterisk version in a file (we can deal with it pretty good by now, by calling the manager or directly parsing "asterisk -V") * no need to store the freepbx version on the filesystem. it's not used anywhere, and it's already available on the sql. fixes ticket:1679 ------------------------------------------------------------------------ r3926 | diego_iastrubni | 2007-04-18 04:57:30 -0700 (Wed, 18 Apr 2007) | 6 lines Changed paths: M /freepbx/trunk/install_amp start fixing ticket:761. the sad thing, is that most of the code was avilable since changeset:2092 at least. with this commit, most of the hardcoded values can be overridden from the command line. still the manager user and password need to added to the command line. ------------------------------------------------------------------------ r3925 | diego_iastrubni | 2007-04-18 04:35:29 -0700 (Wed, 18 Apr 2007) | 15 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/agi-bin/directory M /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix M /freepbx/trunk/amp_conf/agi-bin/list-item-remove.php M /freepbx/trunk/amp_conf/agi-bin/recordingcheck M /freepbx/trunk/amp_conf/bin/archive_recordings M /freepbx/trunk/amp_conf/bin/callback M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/apply_conf.sh M /freepbx/trunk/gen-dist Hardcode "/usr/bin/php" and "/bin/sh", as this is the way most Linux distros do this. I know this conflicts ticket:695, but I just don't see any good reason to make another process on every single command (/usr/bin/env and then php). If a Linux system or *BSD people are having poblems, this can be deal on install time by patching the source, this will be the best for the running systems (less process will be opend). This is only good for the final product. Sorry, but I am quite sure you already have a lot of patches for the product anyway, one little more patch will not hurt. The commands are: {{{ !#/bin/sh !#/usr/bin/php -q }}} ------------------------------------------------------------------------ r3924 | p_lindheimer | 2007-04-17 13:11:16 -0700 (Tue, 17 Apr 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi fixed critical bug in dialparties.agi making ringallv2-prim fail ------------------------------------------------------------------------ r3922 | p_lindheimer | 2007-04-10 12:26:18 -0700 (Tue, 10 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918,3920-3921 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3921 | p_lindheimer | 2007-04-10 12:24:28 -0700 (Tue, 10 Apr 2007) | 1 line #1897: localprefix.conf not being written -oops, sorry - thanks lucius ........ ------------------------------------------------------------------------ r3920 | p_lindheimer | 2007-04-07 16:31:43 -0700 (Sat, 07 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/sip.conf M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3916,3918-3919 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3919 | p_lindheimer | 2007-04-07 16:27:21 -0700 (Sat, 07 Apr 2007) | 1 line #1881 create sip_registrations.conf, change hardcoded paths in all the retrieve_conf* scripts, add amportalconf= option to retrieve_conf to use other than /etc/amportal.conf ........ ------------------------------------------------------------------------ r3918 | p_lindheimer | 2007-04-07 15:31:35 -0700 (Sat, 07 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908,3910-3917 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3917 | p_lindheimer | 2007-04-07 15:29:36 -0700 (Sat, 07 Apr 2007) | 1 line hardcoded path indications.conf fixed ........ ------------------------------------------------------------------------ r3910 | p_lindheimer | 2007-04-06 23:22:44 -0700 (Fri, 06 Apr 2007) | 10 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906,3908-3909 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3909 | p_lindheimer | 2007-04-06 23:15:33 -0700 (Fri, 06 Apr 2007) | 1 line #1888 fix so DND does not block subsequent ringgroup/followme extensions when not in -prim modes (svnmerge with manual changes because of differences in newver version.) ........ ------------------------------------------------------------------------ r3908 | p_lindheimer | 2007-04-06 12:10:40 -0700 (Fri, 06 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904,3906-3907 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3907 | p_lindheimer | 2007-04-06 12:08:17 -0700 (Fri, 06 Apr 2007) | 1 line remove hardcoded path to localprefix.conf ........ ------------------------------------------------------------------------ r3906 | p_lindheimer | 2007-04-05 10:49:12 -0700 (Thu, 05 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/config.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3902,3904-3905 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3905 | p_lindheimer | 2007-04-05 10:47:57 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcoded asterisk.conf path ........ ------------------------------------------------------------------------ r3904 | p_lindheimer | 2007-04-05 10:38:33 -0700 (Thu, 05 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3895,3897-3903 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3903 | p_lindheimer | 2007-04-05 10:36:58 -0700 (Thu, 05 Apr 2007) | 1 line remove hardcode path and add default ASTETCDIR and ASTMANAGERPORT ........ ------------------------------------------------------------------------ r3898 | gregmac | 2007-04-03 14:56:30 -0700 (Tue, 03 Apr 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Always set CID name for incoming calls (set to number, if blank) ------------------------------------------------------------------------ r3897 | p_lindheimer | 2007-04-02 18:18:38 -0700 (Mon, 02 Apr 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3890,3892-3896 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3896 | p_lindheimer | 2007-04-02 18:17:12 -0700 (Mon, 02 Apr 2007) | 1 line open one connection to manager at begining of dialparties instead of each time is_ext_avail() is called ........ ------------------------------------------------------------------------ r3895 | p_lindheimer | 2007-03-28 17:52:54 -0700 (Wed, 28 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1839 - check authentication on trunk even if disabled in case it is the first trunk so the route gets authorized since subsequent trunks will not check for authentication ------------------------------------------------------------------------ r3893 | p_lindheimer | 2007-03-28 16:27:16 -0700 (Wed, 28 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module change some lables in followme screen ari ------------------------------------------------------------------------ r3892 | p_lindheimer | 2007-03-28 15:38:40 -0700 (Wed, 28 Mar 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743,3745,3747,3752-3753,3756,3758-3769,3771,3773-3774,3778-3793,3797,3799-3804,3807,3809-3825,3827-3829,3831-3836,3838-3845,3847,3850,3852-3856,3859-3869,3871,3873-3882,3884-3885,3887-3891 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3891 | p_lindheimer | 2007-03-28 15:36:18 -0700 (Wed, 28 Mar 2007) | 1 line #1847 - values specified on right side of '=' in trunk configs were being truncated breakins secrets with '=' as well as servar=var=value would be broke, thanks toddinpal ........ ------------------------------------------------------------------------ r3885 | gregmac | 2007-03-27 15:18:11 -0700 (Tue, 27 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Strip hyphens in fixlocalprefix ------------------------------------------------------------------------ r3884 | p_lindheimer | 2007-03-27 15:01:37 -0700 (Tue, 27 Mar 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Merged revisions 3883 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3883 | p_lindheimer | 2007-03-27 14:58:47 -0700 (Tue, 27 Mar 2007) | 1 line update Outbound Dial Prefix tooltip to include the common example of adding w on POTS lines that otherwise eat digits ........ ------------------------------------------------------------------------ r3874 | p_lindheimer | 2007-03-25 12:22:08 -0700 (Sun, 25 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php added ability to masquerade an internal callerid number as a different extension, ringgroup, etc. - also fixed bug in vmx when user created with no voicemail, astdb vmx structure was being created although no effect since they had no voicemail ------------------------------------------------------------------------ r3873 | p_lindheimer | 2007-03-16 14:41:36 -0700 (Fri, 16 Mar 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Merged revisions 3872 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3872 | p_lindheimer | 2007-03-16 14:38:23 -0700 (Fri, 16 Mar 2007) | 1 line missing ' around CALLTRACE_HUNT, should have not effect on 2.2, this is not used until 2.3, part of firstavaialbe and firstnotonphone ring strategies ........ ------------------------------------------------------------------------ r3871 | p_lindheimer | 2007-03-16 10:06:43 -0700 (Fri, 16 Mar 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php Merged revisions 3870 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3870 | p_lindheimer | 2007-03-16 10:03:22 -0700 (Fri, 16 Mar 2007) | 1 line warn users when setting the 'r' option in the outbound dial command options. We should probably do something atupgrade time to detect past systems but for now this is a step in the right direction ........ ------------------------------------------------------------------------ r3865 | p_lindheimer | 2007-03-14 09:15:25 -0700 (Wed, 14 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php only set MOHCLASS in route if already empty, in case a feature code has specifically overridden it ------------------------------------------------------------------------ r3864 | p_lindheimer | 2007-03-13 15:33:18 -0700 (Tue, 13 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/install_amp add 2.2.1 to version array ------------------------------------------------------------------------ r3859 | p_lindheimer | 2007-03-12 14:25:44 -0700 (Mon, 12 Mar 2007) | 73 lines Changed paths: M /freepbx/trunk A /freepbx/trunk/SQL/newinstall.sqlite3.sql (from /freepbx/branches/2.2/SQL/newinstall.sqlite3.sql:3777) M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_parse_amportal_conf.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Merged revisions 3588-3630,3632-3642,3644-3688,3690,3692-3696,3698-3724,3726-3727,3729-3732,3734-3735,3737-3738,3740-3741,3743-3745,3747,3752-3753,3755-3756,3758-3769,3771,3773-3793,3797,3799-3804,3807,3809-3825,3827-3836,3838-3850,3852-3858 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ........ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ........ r3744 | naftali5 | 2007-02-06 16:22:56 -0800 (Tue, 06 Feb 2007) | 1 line fix queues retrieve conf bug part of #1659 ........ r3755 | gregmac | 2007-02-07 16:42:10 -0800 (Wed, 07 Feb 2007) | 2 lines Fix php error when gettext is not installed ........ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ........ r3776 | diego_iastrubni | 2007-02-12 05:29:47 -0800 (Mon, 12 Feb 2007) | 7 lines sqlite3 support: freepbx2.2 has sqlite3 support, as requested by ticket:1727 now the perl retrieve scripts support the sqlite3 backend, the install_amp and retrieve_conf script are also sqlite3 aware. next commit will be adding the sqlite3 newinstall.sql file. ........ r3777 | diego_iastrubni | 2007-02-12 05:30:33 -0800 (Mon, 12 Feb 2007) | 1 line added the new default tables for sqlite3 ........ r3830 | naftali5 | 2007-02-26 13:24:44 -0800 (Mon, 26 Feb 2007) | 1 line create instance of astman to allow reload to work on welcome page #1722 ........ r3846 | gregmac | 2007-03-05 18:34:44 -0800 (Mon, 05 Mar 2007) | 2 lines Fix simple syntax errors ........ r3848 | p_lindheimer | 2007-03-05 19:06:40 -0800 (Mon, 05 Mar 2007) | 1 line module_admin needs to create an astman objects for modules expectint it to be there in their upgrade scripts ........ r3849 | p_lindheimer | 2007-03-06 00:23:19 -0800 (Tue, 06 Mar 2007) | 1 line core_users_add needs to return true if succeeding or redirect does not get executed ........ r3857 | gregmac | 2007-03-11 12:43:18 -0700 (Sun, 11 Mar 2007) | 2 lines Fix bug: php errors being displayed when retrieving module xml fails ........ r3858 | p_lindheimer | 2007-03-12 14:19:22 -0700 (Mon, 12 Mar 2007) | 1 line core_devices_add: added return true at end, some functions are depending on a proper return code from this, fixed un-reported bug when adding a device, no redbar after the device is added ........ ------------------------------------------------------------------------ r3856 | p_lindheimer | 2007-03-08 18:00:27 -0800 (Thu, 08 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amportal.conf add configurable variables for ampbackup.pl functionality for r3854 and r3855add scp ability to ampbackup, similar to ftp ability. Add cofigurable provisioning file directory to be backed up specified in amportal.conf. ------------------------------------------------------------------------ r3853 | p_lindheimer | 2007-03-07 15:27:23 -0800 (Wed, 07 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php oops forgot to delete the disconnect ------------------------------------------------------------------------ r3852 | p_lindheimer | 2007-03-07 15:19:14 -0800 (Wed, 07 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php remove admin/images from files/www/html/ and add new atengo logo into freepbx tree ------------------------------------------------------------------------ r3850 | gregmac | 2007-03-07 08:29:12 -0800 (Wed, 07 Mar 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged r3674, r3823 from QuickFormBranch - added q() function ------------------------------------------------------------------------ r3847 | gregmac | 2007-03-05 18:37:10 -0800 (Mon, 05 Mar 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Add expand_variables() function ------------------------------------------------------------------------ r3845 | diego_iastrubni | 2007-03-04 01:00:38 -0800 (Sun, 04 Mar 2007) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql missed 2 semicolons. now it should work :) ------------------------------------------------------------------------ r3844 | diego_iastrubni | 2007-03-04 00:49:44 -0800 (Sun, 04 Mar 2007) | 4 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql Lets continue the fixes for ticket:1727. multiple insert commands per statement are not supported under sqlite3. we split, and it works everywhere. Next will be fixing the primary keys, from int(15) to INTEGER NOT NULL. This will have to wait a little for some more feedback. ------------------------------------------------------------------------ r3843 | p_lindheimer | 2007-03-02 19:03:38 -0800 (Fri, 02 Mar 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/upgrades/2.3.0alpha/tables.php add sipname as a sipalias for a user/extensions - to enable things like anonymous sip calls to use friendly names ------------------------------------------------------------------------ r3838 | p_lindheimer | 2007-03-01 20:33:50 -0800 (Thu, 01 Mar 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 3837 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3837 | p_lindheimer | 2007-03-01 20:31:11 -0800 (Thu, 01 Mar 2007) | 1 line macro-exten-vm + macro-simple-dial : preserve the state of DIALSTATUS when trying CFB & CFU which can both be effected by the dial attempts, and the ultimate DIALSTATUS that should be returned should be from the original call attempt. ........ ------------------------------------------------------------------------ r3827 | p_lindheimer | 2007-02-26 10:46:51 -0800 (Mon, 26 Feb 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3826 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3826 | p_lindheimer | 2007-02-26 10:45:45 -0800 (Mon, 26 Feb 2007) | 1 line FROM_DID should be inheritable to cope with dialplan routes that create new channels (Dial(Local/...)) ........ ------------------------------------------------------------------------ r3809 | naftali5 | 2007-02-25 11:55:00 -0800 (Sun, 25 Feb 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3808 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3808 | naftali5 | 2007-02-25 14:50:46 -0500 (Sun, 25 Feb 2007) | 1 line fix #1802 avoid redirect to display javacript error if user or device exists ........ ------------------------------------------------------------------------ r3807 | p_lindheimer | 2007-02-22 11:25:34 -0800 (Thu, 22 Feb 2007) | 15 lines Changed paths: M /freepbx/trunk Merged revisions 3805-3806 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 modified after merge __TTL was already in ... ........ r3805 | p_lindheimer | 2007-02-22 11:13:49 -0800 (Thu, 22 Feb 2007) | 1 line revert r3798, not sure how that happened (too late) - also addreses #1803 ........ r3806 | p_lindheimer | 2007-02-22 11:15:52 -0800 (Thu, 22 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with sip redirect infinite loops between phones forwarding to each other or in a circle ........ ------------------------------------------------------------------------ r3800 | p_lindheimer | 2007-02-21 22:02:10 -0800 (Wed, 21 Feb 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 3798 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3798 | p_lindheimer | 2007-02-21 21:55:11 -0800 (Wed, 21 Feb 2007) | 1 line TTL should be infinitely inheritable to deal with SIP redirect type infinite loop forwarding scenarios ........ ------------------------------------------------------------------------ r3799 | p_lindheimer | 2007-02-21 22:01:19 -0800 (Wed, 21 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf findmefollw-ringallv2 merge into incorrect location (proof that no one has tested this yet :-) ------------------------------------------------------------------------ r3797 | p_lindheimer | 2007-02-21 18:39:26 -0800 (Wed, 21 Feb 2007) | 388 lines Changed paths: M /freepbx/trunk Blocked revisions 3631,3643,3689,3691,3697,3725,3728,3733,3736,3739,3742,3746,3748-3751,3754,3757,3772,3794-3796 via svnmerge ................ r3631 | qldrob | 2007-01-24 19:24:26 -0800 (Wed, 24 Jan 2007) | 9 lines Merged revisions 3624 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3624 | naftali5 | 2007-01-24 08:52:38 +1000 (Wed, 24 Jan 2007) | 1 line added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ........ ................ r3643 | naftali5 | 2007-01-24 23:14:53 -0800 (Wed, 24 Jan 2007) | 25 lines Merged revisions 3614-3622 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3614 | naftali5 | 2007-01-23 00:34:28 -0500 (Tue, 23 Jan 2007) | 1 line limit rnav width ticket 1647 ........ r3616 | naftali5 | 2007-01-23 01:24:27 -0500 (Tue, 23 Jan 2007) | 1 line fixed panel displaying extensions over 9999 as trunks - ticket #1710 ........ r3620 | naftali5 | 2007-01-23 11:08:57 -0500 (Tue, 23 Jan 2007) | 1 line List device technology on page when editing Ticket #1711 ........ r3621 | naftali5 | 2007-01-23 12:42:21 -0500 (Tue, 23 Jan 2007) | 1 line fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ........ r3622 | naftali5 | 2007-01-23 16:31:06 -0500 (Tue, 23 Jan 2007) | 1 line CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ........ ................ r3689 | naftali5 | 2007-02-04 11:26:08 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3688 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3688 | naftali5 | 2007-02-04 14:16:19 -0500 (Sun, 04 Feb 2007) | 1 line make the cdr page links a bit nicer ........ ................ r3691 | naftali5 | 2007-02-04 12:34:13 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3437 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3437 | qldrob | 2006-12-29 20:26:48 -0500 (Fri, 29 Dec 2006) | 2 lines Fix typo in standard sip.conf ........ ................ r3697 | naftali5 | 2007-02-04 14:19:30 -0800 (Sun, 04 Feb 2007) | 9 lines Merged revisions 3696 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3696 | naftali5 | 2007-02-04 17:17:46 -0500 (Sun, 04 Feb 2007) | 1 line keep rtone from being set in queues_additional.conf #1635 ........ ................ r3725 | qldrob | 2007-02-06 15:55:29 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3728 | qldrob | 2007-02-06 16:10:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3733 | qldrob | 2007-02-06 16:15:32 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3736 | qldrob | 2007-02-06 16:16:31 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3739 | qldrob | 2007-02-06 16:18:27 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3742 | qldrob | 2007-02-06 16:21:41 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3746 | qldrob | 2007-02-06 16:28:18 -0800 (Tue, 06 Feb 2007) | 1 line Creating release 2.2.1 ................ r3748 | qldrob | 2007-02-06 16:40:17 -0800 (Tue, 06 Feb 2007) | 2 lines Update Changelog for 2.2.1 ................ r3749 | qldrob | 2007-02-06 16:40:46 -0800 (Tue, 06 Feb 2007) | 2 lines Update install_amp with 2.2.1 ................ r3750 | qldrob | 2007-02-06 16:43:52 -0800 (Tue, 06 Feb 2007) | 2 lines Forgot to mention the Enum bug ................ r3751 | qldrob | 2007-02-06 16:44:42 -0800 (Tue, 06 Feb 2007) | 1 line Creating release ................ r3754 | qldrob | 2007-02-07 04:52:09 -0800 (Wed, 07 Feb 2007) | 1 line Creating release 2.2.1 ................ r3757 | naftali5 | 2007-02-08 16:11:50 -0800 (Thu, 08 Feb 2007) | 9 lines Merged revisions 3756 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3756 | naftali5 | 2007-02-08 19:09:17 -0500 (Thu, 08 Feb 2007) | 1 line fix can't save enum trunk bug #1758 ........ ................ r3772 | naftali5 | 2007-02-11 16:42:15 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3652 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3652 | naftali5 | 2007-01-25 17:35:10 -0500 (Thu, 25 Jan 2007) | 1 line infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ........ ................ r3794 | p_lindheimer | 2007-02-21 09:26:10 -0800 (Wed, 21 Feb 2007) | 71 lines Blocked revisions 3244,3249,3270,3272,3283,3285,3296,3298,3420,3438,3483,3491,3495,3512,3521,3524 via svnmerge These have all already been merged by svnmerge.py, not sure why they continue to show up as available ........ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ........ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ........ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ........ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line added #1501 info to changelog ........ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ........ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ........ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line fixed some syntax bugs creating warnings in extensions.conf ........ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line #1515: change congestion() to congestion(20) ........ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line RG tree not being deleted when returning to dial-confirm ........ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Added links to help for default password warnings ........ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Add featurecode::delete() function ........ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Convert %20's back to ' ' in the subject line when sending faxes. ........ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Fix #1473 ........ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Set default permissions of amportal.conf during install (#1626) ........ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ........ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Add 'moh reload' command to try to convince asterisk to reload it's moh files. ........ ................ r3795 | p_lindheimer | 2007-02-21 10:54:28 -0800 (Wed, 21 Feb 2007) | 152 lines Blocked revisions 3252-3253,3333-3335,3337,3366,3533,3536-3537,3547,3549,3577,3583,3588,3771 via svnmerge ................ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Bump trunk to 2.3.0alpha ................ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Create 2.3.0alpha upgrades directory ................ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Fix svnmerge in 2.2 to point to trunk ................ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ................ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Manually merge #3332 from 2.2 into trunk. ................ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines When manually doing changes, please check them before comitting. Sigh. ................ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ................ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Port r3532 (2.2) to trunk ................ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Setup svnmerge on trunk ................ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ................ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ................ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ................ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ................ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ................ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ................ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ................ ................ r3796 | p_lindheimer | 2007-02-21 11:03:28 -0800 (Wed, 21 Feb 2007) | 14 lines Blocked revisions 3480,3539 via svnmerge ........ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Apply #1601 to trunk Applied in r3479 ........ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Fix typo #1636 Applied in r3538 ........ ................ ------------------------------------------------------------------------ r3788 | naftali5 | 2007-02-12 12:29:14 -0800 (Mon, 12 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/reports.php fix IE bug reports page width - duration cut off ------------------------------------------------------------------------ r3779 | diego_iastrubni | 2007-02-12 06:53:41 -0800 (Mon, 12 Feb 2007) | 13 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql Lets clean up the newinstall.sql, to work on sqlite3: * all "engine=MyISAM" wehere removed, we use the default provided by the DB * lock/unlock codes have been removed * multiple insert statements have been splited This reduces the errors when creating the DB by a lot. It seems that it all still works on mysql (vgster tested it). to create the sqlite3 DB issue: cat SQL/newinstall.sql | sqlite3 freepbx.db ------------------------------------------------------------------------ r3778 | diego_iastrubni | 2007-02-12 06:07:47 -0800 (Mon, 12 Feb 2007) | 11 lines Changed paths: D /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/install_amp sqlite2 -> out sqlite3 -> in freepbx 2.3 will only support sqlite3. I will start making the newinstall.sql work on mysql and sqlite3, if anyone wants to make it work with pgsql: it should work. i don't know pgsql. you fix it. expect things to be broken. :) ------------------------------------------------------------------------ r3775 | diego_iastrubni | 2007-02-12 02:44:21 -0800 (Mon, 12 Feb 2007) | 13 lines Changed paths: M /freepbx/branches/2.2/amp_conf/bin/retrieve_parse_amportal_conf.pl M /freepbx/trunk/amp_conf/bin/retrieve_parse_amportal_conf.pl add defaults to the perl retrieve scripts. originally written by Chriss Halls for the debian package of 2.2.0. Sounds good, why not up-porting it to the trunk and branch...? Here are his comments on the dpatch file ## use-conf-defaults.dpatch by Chris Halls ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Needed to ensure that correct defaults are used when configuration ## DP: entries are missing from amportal.conf. Defaults are copied from ## DP: amp_conf/htdocs/admin/functions.inc.php ------------------------------------------------------------------------ r3771 | naftali5 | 2007-02-11 15:20:16 -0800 (Sun, 11 Feb 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/install_amp Merged revisions 3770 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3770 | naftali5 | 2007-02-11 18:17:43 -0500 (Sun, 11 Feb 2007) | 1 line quick and dirty fix for module subdirs for symlink being messed up #1757, #1488, #1422 ........ ------------------------------------------------------------------------ r3769 | p_lindheimer | 2007-02-11 09:39:32 -0800 (Sun, 11 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi CWINUSEBUSY should really only say busy if busy, not ringing so remove the check for ringing also ------------------------------------------------------------------------ r3768 | p_lindheimer | 2007-02-11 09:32:40 -0800 (Sun, 11 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amportal.conf add CWINUSEBUSY=yes option to amportal, to have in-use/busy extensions enabled with CW to report as BUSY if not answered resulting in the VM busy status/message - otherwise they always report NO ANSWER unless all the devices channels are used up which is uncommon on most sip phones ------------------------------------------------------------------------ r3765 | p_lindheimer | 2007-02-10 15:54:46 -0800 (Sat, 10 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module M /freepbx/trunk/amp_conf/htdocs/recordings/theme/global.css added some tootips and added tighter integration between follow-me and VmX ------------------------------------------------------------------------ r3762 | p_lindheimer | 2007-02-10 15:11:43 -0800 (Sat, 10 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf need to make sure DIRECTDIAL is not BUSY, previous logic was treating it that way, now it checks after assuming unavail ------------------------------------------------------------------------ r3756 | naftali5 | 2007-02-08 16:09:17 -0800 (Thu, 08 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php fix can't save enum trunk bug #1758 ------------------------------------------------------------------------ r3696 | naftali5 | 2007-02-04 14:17:46 -0800 (Sun, 04 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl keep rtone from being set in queues_additional.conf #1635 ------------------------------------------------------------------------ r3690 | naftali5 | 2007-02-04 12:12:47 -0800 (Sun, 04 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php further adjustments to freepbx_get_contexts() ------------------------------------------------------------------------ r3688 | naftali5 | 2007-02-04 11:16:19 -0800 (Sun, 04 Feb 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/reports.php make the cdr page links a bit nicer ------------------------------------------------------------------------ r3679 | diego_iastrubni | 2007-01-31 03:30:37 -0800 (Wed, 31 Jan 2007) | 3 lines Changed paths: M /freepbx/branches/2.2/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php fix for ticket:1732 : do not display warnings about password when not using mysql/pgsql ------------------------------------------------------------------------ r3678 | diego_iastrubni | 2007-01-31 00:18:14 -0800 (Wed, 31 Jan 2007) | 4 lines Changed paths: M /freepbx/branches/2.2/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/bin/module_admin fix for ticket:1731 now module_admin works even for "broken" modules, running from every directory ------------------------------------------------------------------------ r3673 | naftali5 | 2007-01-30 12:03:55 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php small adjustment to r3672 ------------------------------------------------------------------------ r3672 | naftali5 | 2007-01-30 09:03:57 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php adjustments to freepbx_get_contexts introduced in r3374 ------------------------------------------------------------------------ r3670 | p_lindheimer | 2007-01-29 15:44:45 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php syntax error deleteing vmx tree deleted entire ampuser database ------------------------------------------------------------------------ r3662 | diego_iastrubni | 2007-01-28 05:46:05 -0800 (Sun, 28 Jan 2007) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php support for sqlite3. WIP. SUBSTRING is not working for example. great. The AUTOINCREMENT syntax we use in the newinstall.sql is broken. great Some other things are broken here and there, I will try and find them all... ------------------------------------------------------------------------ r3659 | qldrob | 2007-01-26 02:09:06 -0800 (Fri, 26 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Another goto_indicate that was missed. ------------------------------------------------------------------------ r3652 | naftali5 | 2007-01-25 14:35:10 -0800 (Thu, 25 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf infrastucture to handle new ringmethod firstavail firstnotonphone #1671 ------------------------------------------------------------------------ r3646 | p_lindheimer | 2007-01-25 10:49:22 -0800 (Thu, 25 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php allow RINGTIMER to be set per extension, defaulting to the system default in general screen ------------------------------------------------------------------------ r3642 | qldrob | 2007-01-24 21:41:10 -0800 (Wed, 24 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix a minor typo ------------------------------------------------------------------------ r3630 | p_lindheimer | 2007-01-24 13:11:32 -0800 (Wed, 24 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/upgrades/2.3.0alpha/tables.php update to macro-vm for VmX Locator and required upgrade/install changes ------------------------------------------------------------------------ r3629 | p_lindheimer | 2007-01-24 13:09:53 -0800 (Wed, 24 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/help.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module added followme, VmX Locator, CFB, CFU, help on feature codes pulled from database so it is accurate, and I think there is a tweak to help find monitor files for an extension more often ------------------------------------------------------------------------ r3626 | p_lindheimer | 2007-01-24 13:05:06 -0800 (Wed, 24 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php adding functionality for personal IVRs integrated with voicemail - VmX Locator, other checkins to come ------------------------------------------------------------------------ r3625 | p_lindheimer | 2007-01-24 10:00:11 -0800 (Wed, 24 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php added disable trunk feature to disable but not remove it. Added hook to insert user provided monitoring/reporting mechanism on turnk failures, per trunk. Change hagnupcall to not have a delay ------------------------------------------------------------------------ r3624 | naftali5 | 2007-01-23 14:52:38 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php added warning on save of trunk if user context left blank and user details filled in that details will not be saved #1666 ------------------------------------------------------------------------ r3622 | naftali5 | 2007-01-23 13:31:06 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, etc. - patch #1681 ------------------------------------------------------------------------ r3621 | naftali5 | 2007-01-23 09:42:21 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php fixed trunks stripping AMP: which removed ANY occurance of the letters A,M,P,: from the beginning of all trunks, also unified the display on the routing page - partially noted in #1713 ------------------------------------------------------------------------ r3620 | naftali5 | 2007-01-23 08:08:57 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php List device technology on page when editing Ticket #1711 ------------------------------------------------------------------------ r3616 | naftali5 | 2007-01-22 22:24:27 -0800 (Mon, 22 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl fixed panel displaying extensions over 9999 as trunks - ticket #1710 ------------------------------------------------------------------------ r3614 | naftali5 | 2007-01-22 21:34:28 -0800 (Mon, 22 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css limit rnav width ticket 1647 ------------------------------------------------------------------------ r3588 | qldrob | 2007-01-21 14:38:31 -0800 (Sun, 21 Jan 2007) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Merged revisions 3582-3587 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3584 | qldrob | 2007-01-21 14:51:18 +1000 (Sun, 21 Jan 2007) | 2 lines Apply fix for #1361 (patch #1667), mailbox field not being propogated in deviceanduser mode. ........ r3585 | qldrob | 2007-01-21 14:55:30 +1000 (Sun, 21 Jan 2007) | 2 lines Fix typo in extensions.conf, when pushing '0' for oper and not having an opereration extension defined, would pass a bad Dial string. ........ ------------------------------------------------------------------------ r3583 | qldrob | 2007-01-20 20:42:53 -0800 (Sat, 20 Jan 2007) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Merged revisions 3577-3582 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3580 | p_lindheimer | 2007-01-20 02:08:06 +1000 (Sat, 20 Jan 2007) | 1 line #1698: don't propogate dnd behavior and not ring other phones if this was not a prim mode strategy ........ ------------------------------------------------------------------------ r3577 | qldrob | 2007-01-18 14:21:07 -0800 (Thu, 18 Jan 2007) | 20 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php Merged revisions 3549-3576 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ................ r3569 | gregmac | 2007-01-17 17:56:52 +1000 (Wed, 17 Jan 2007) | 9 lines Merged revisions 3567 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk ........ r3567 | gregmac | 2007-01-17 02:44:37 -0500 (Wed, 17 Jan 2007) | 2 lines Fix #1694 - module_install() now returns true for already installed modules ........ ................ r3576 | p_lindheimer | 2007-01-19 07:53:29 +1000 (Fri, 19 Jan 2007) | 1 line allow null and blank values to be put into astdb ................ ------------------------------------------------------------------------ r3572 | gregmac | 2007-01-17 00:38:08 -0800 (Wed, 17 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix engine_getinfo() to do better checking for astman connection (see r3571), added fallback to using exec('asterisk -V') ------------------------------------------------------------------------ r3571 | gregmac | 2007-01-17 00:36:47 -0800 (Wed, 17 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php Added astman::connected() function to check if astman is connected or not ------------------------------------------------------------------------ r3570 | gregmac | 2007-01-17 00:15:50 -0800 (Wed, 17 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin Implement #1680 ------------------------------------------------------------------------ r3568 | gregmac | 2007-01-16 23:55:37 -0800 (Tue, 16 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/install_amp recursive_copy() now tracks # files copied, shows files copied/skipped ------------------------------------------------------------------------ r3567 | gregmac | 2007-01-16 23:44:37 -0800 (Tue, 16 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix #1694 - module_install() now returns true for already installed modules ------------------------------------------------------------------------ r3562 | qldrob | 2007-01-09 13:23:56 -0800 (Tue, 09 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Fix typo spotted by mtgll in dialparties.agi, thanks! ------------------------------------------------------------------------ r3549 | qldrob | 2007-01-08 17:05:18 -0800 (Mon, 08 Jan 2007) | 21 lines Changed paths: M /freepbx/trunk D /freepbx/trunk/amp_conf/mohmp3/QuajiroPromo.mp3 A /freepbx/trunk/amp_conf/mohmp3/QuajiroPromo.sln (from /freepbx/branches/2.2/amp_conf/mohmp3/QuajiroPromo.sln:3548) D /freepbx/trunk/amp_conf/mohmp3/TristeAlegriaPromo.mp3 A /freepbx/trunk/amp_conf/mohmp3/TristeAlegriaPromo.sln (from /freepbx/branches/2.2/amp_conf/mohmp3/TristeAlegriaPromo.sln:3548) M /freepbx/trunk/install_amp A /freepbx/trunk/upgrades/2.2.0.md5 (from /freepbx/branches/2.2/upgrades/2.2.0.md5:3540) Merged revisions 3536-3541,3543-3545,3547-3548 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3538 | gregmac | 2007-01-05 04:31:02 +1000 (Fri, 05 Jan 2007) | 2 lines Fix typo #1636 ........ r3540 | qldrob | 2007-01-05 07:29:08 +1000 (Fri, 05 Jan 2007) | 2 lines Prepare for 2.2.0 release. Yay. ........ r3543 | qldrob | 2007-01-05 08:33:40 +1000 (Fri, 05 Jan 2007) | 2 lines Fix md5 for 2.2.0 ........ r3548 | qldrob | 2007-01-09 10:56:02 +1000 (Tue, 09 Jan 2007) | 2 lines Convert mp3 MOH files to sln ........ ------------------------------------------------------------------------ r3547 | gregmac | 2007-01-05 14:16:51 -0800 (Fri, 05 Jan 2007) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 3542,3544-3546 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3542 | qldrob | 2007-01-04 17:32:40 -0500 (Thu, 04 Jan 2007) | 2 lines 3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice. ........ r3546 | gregmac | 2007-01-05 17:03:03 -0500 (Fri, 05 Jan 2007) | 2 lines Fix #1642 ........ ------------------------------------------------------------------------ r3539 | gregmac | 2007-01-04 10:31:24 -0800 (Thu, 04 Jan 2007) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix typo #1636 ------------------------------------------------------------------------ r3537 | qldrob | 2007-01-04 01:05:14 -0800 (Thu, 04 Jan 2007) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Merged revisions 3533-3536 via svnmerge from https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.2 ........ r3534 | qldrob | 2007-01-04 18:52:57 +1000 (Thu, 04 Jan 2007) | 2 lines Add some error reporting that explains why stuff isn't working, either unsupported engine, or unable to connect to astman. ........ r3535 | qldrob | 2007-01-04 19:00:41 +1000 (Thu, 04 Jan 2007) | 2 lines Removed svnmerge from trunk -> 2.2 .. Re-setting up so that patches now go from 2.2 -> trunk. ........ ------------------------------------------------------------------------ r3536 | qldrob | 2007-01-04 01:03:04 -0800 (Thu, 04 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk Setup svnmerge on trunk ------------------------------------------------------------------------ r3533 | gregmac | 2007-01-03 22:49:46 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css Port r3532 (2.2) to trunk ------------------------------------------------------------------------ r3531 | gregmac | 2007-01-03 22:43:38 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Add text-to-speech stub macros ------------------------------------------------------------------------ r3524 | qldrob | 2007-01-03 20:20:58 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Add 'moh reload' command to try to convince asterisk to reload it's moh files. ------------------------------------------------------------------------ r3521 | qldrob | 2007-01-03 20:10:10 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php Thanks to naftali5, another fix! This time for the CDR reports, #1429, not displaying the time correctly on the second page. ------------------------------------------------------------------------ r3520 | qldrob | 2007-01-03 20:08:31 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Fix my fix in this branch too. ------------------------------------------------------------------------ r3512 | gregmac | 2007-01-03 00:42:40 -0800 (Wed, 03 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/install_amp Set default permissions of amportal.conf during install (#1626) ------------------------------------------------------------------------ r3507 | qldrob | 2007-01-02 22:59:58 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/INSTALL Note that spandsp 0.2-pre can only be used. ------------------------------------------------------------------------ r3504 | qldrob | 2007-01-02 22:31:59 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Typo in regexp change earlier today. ------------------------------------------------------------------------ r3500 | qldrob | 2007-01-02 22:25:21 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Missed a couple of lines that should have been removed. ------------------------------------------------------------------------ r3499 | qldrob | 2007-01-02 22:19:36 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf Finish replacement of Asterisk's ENUMLOOKUP function. ------------------------------------------------------------------------ r3498 | qldrob | 2007-01-02 21:56:36 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi Add credit to e164.org for the original script. ------------------------------------------------------------------------ r3497 | qldrob | 2007-01-02 21:54:51 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/agi-bin/enumlookup.agi Add enumlookup.agi, first stage of replacing asterisk's broken ENUMLOOKUP function. ------------------------------------------------------------------------ r3495 | gregmac | 2007-01-02 21:01:59 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Fix #1473 ------------------------------------------------------------------------ r3493 | qldrob | 2007-01-02 17:25:07 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Add '*' as a supported character in ampmgrpass ------------------------------------------------------------------------ r3491 | qldrob | 2007-01-02 17:04:04 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/fax-process.pl Convert %20's back to ' ' in the subject line when sending faxes. ------------------------------------------------------------------------ r3483 | gregmac | 2007-01-02 09:16:58 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Add featurecode::delete() function ------------------------------------------------------------------------ r3481 | qldrob | 2007-01-02 04:25:59 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl Apply more FOP fixes, supplied by James_Bennett, in #1484. Thanks! ------------------------------------------------------------------------ r3480 | qldrob | 2007-01-02 04:23:03 -0800 (Tue, 02 Jan 2007) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal Apply #1601 to trunk ------------------------------------------------------------------------ r3438 | gregmac | 2006-12-31 00:22:53 -0800 (Sun, 31 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Added links to help for default password warnings ------------------------------------------------------------------------ r3437 | qldrob | 2006-12-29 17:26:48 -0800 (Fri, 29 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/sip.conf Fix typo in standard sip.conf ------------------------------------------------------------------------ r3436 | qldrob | 2006-12-28 21:24:26 -0800 (Thu, 28 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Start support for 'asterisk14' engine. I may end up taking this out. ------------------------------------------------------------------------ r3435 | gregmac | 2006-12-27 23:02:27 -0800 (Wed, 27 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php dbget/dbput removed in ast 1.4 - #1607 ------------------------------------------------------------------------ r3420 | p_lindheimer | 2006-12-25 09:01:53 -0800 (Mon, 25 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf RG tree not being deleted when returning to dial-confirm ------------------------------------------------------------------------ r3419 | qldrob | 2006-12-23 16:32:05 -0800 (Sat, 23 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Add naftali5's featurecode fixes. ------------------------------------------------------------------------ r3409 | p_lindheimer | 2006-12-21 17:47:20 -0800 (Thu, 21 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf followme-ringallv2 one more tweak I forgot to check in ------------------------------------------------------------------------ r3406 | p_lindheimer | 2006-12-21 17:41:20 -0800 (Thu, 21 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf core changes required for new ringallv2 ring strategy added to followme. This strategy allows the primary extension in a followme to start ringing for the pre-ring time, and if present in its own ringgroup (the typical behavior), it will continue ringing and not hangup and then re-ring. This avoids the double missed calls on many phones from the normal modes ------------------------------------------------------------------------ r3395 | p_lindheimer | 2006-12-20 18:37:22 -0800 (Wed, 20 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf some more tweaks to NODEST changes, mainly around making sure that voicemail is blocked when calls come in from queues, ringgroups and followme ------------------------------------------------------------------------ r3392 | gregmac | 2006-12-20 07:54:47 -0800 (Wed, 20 Dec 2006) | 1 line Changed paths: A /freepbx/trunk/LICENSE Added GPLv2 LICENSE file ------------------------------------------------------------------------ r3389 | gregmac | 2006-12-20 06:38:51 -0800 (Wed, 20 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Added manual module upload option for module admin ------------------------------------------------------------------------ r3388 | gregmac | 2006-12-20 06:35:19 -0800 (Wed, 20 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Added error handler for no connection to online repository ------------------------------------------------------------------------ r3374 | gregmac | 2006-12-19 15:16:16 -0800 (Tue, 19 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Added freepbx_get_contexts() function to invoke module _contexts() hook functions, and return an associatve array with all valid contexts (minimually containing 'context', 'description', and 'module') ------------------------------------------------------------------------ r3373 | gregmac | 2006-12-19 15:14:17 -0800 (Tue, 19 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Updated tooltip for custom destination ------------------------------------------------------------------------ r3372 | gregmac | 2006-12-19 15:12:57 -0800 (Tue, 19 Dec 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php drawselects() updated: - removed usage of goto_indicate and 'goto' hidden field, - it's no longer possible to have no options selected - Now supports a 'category' value in the destinations hook, which overrides the module name and allows modules to add destinations to any radio/select box combo (instead of being limited to their own name) ------------------------------------------------------------------------ r3370 | qldrob | 2006-12-19 13:54:48 -0800 (Tue, 19 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Wups, xhidden not hidden.. ------------------------------------------------------------------------ r3368 | qldrob | 2006-12-19 12:49:10 -0800 (Tue, 19 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/features.conf Apply #1495, additional include in features.conf for [applicationmap]. ------------------------------------------------------------------------ r3367 | qldrob | 2006-12-19 12:47:54 -0800 (Tue, 19 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Remove bad-number macro from extensions.conf, fix for our ongoing #-transfer issues... Will investigate using 'i' in 2.3 ------------------------------------------------------------------------ r3366 | qldrob | 2006-12-19 12:45:48 -0800 (Tue, 19 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/install_amp A /freepbx/trunk/upgrades/2.2.0rc2 A /freepbx/trunk/upgrades/2.2.0rc2/fix_logo.php Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes. ------------------------------------------------------------------------ r3353 | qldrob | 2006-12-18 19:59:16 -0800 (Mon, 18 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/.htaccess Quick hack fix for #1442 not letting phpinfo or asterisk-logfiles work. See comments for future plans. ------------------------------------------------------------------------ r3351 | qldrob | 2006-12-17 22:29:42 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Forgot to commit this line with #3347, enables 'Upgrade all' to select 'Disabled' modules ------------------------------------------------------------------------ r3349 | qldrob | 2006-12-17 22:06:42 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Apply naftali5's custom-dest fixes, thanks! Ref #1549. ------------------------------------------------------------------------ r3347 | qldrob | 2006-12-17 21:47:54 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add a new 'download all' button, and change 'Upgrade all' so it also upgrades 'disabled' modules. Mentioned in #1463. ------------------------------------------------------------------------ r3341 | qldrob | 2006-12-17 20:36:29 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Apply #1525, don't let 'Contestion' and 'Busy' hang forever. ------------------------------------------------------------------------ r3338 | qldrob | 2006-12-17 19:56:18 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php More fixes for #1505, 'fax' context not in from-zaptel-whatever. ------------------------------------------------------------------------ r3337 | qldrob | 2006-12-17 19:51:47 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php When manually doing changes, please check them before comitting. Sigh. ------------------------------------------------------------------------ r3336 | qldrob | 2006-12-17 19:45:41 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix for #1505, 'fax' xtn not used in from-zaptel. ------------------------------------------------------------------------ r3335 | qldrob | 2006-12-17 19:34:55 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Manually merge #3332 from 2.2 into trunk. ------------------------------------------------------------------------ r3334 | qldrob | 2006-12-17 19:29:52 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk Sorry, stuffed that up. Svnmerge should work FROM trunk TO 2.2 ------------------------------------------------------------------------ r3333 | qldrob | 2006-12-17 19:27:07 -0800 (Sun, 17 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk Fix svnmerge in 2.2 to point to trunk ------------------------------------------------------------------------ r3318 | p_lindheimer | 2006-12-13 21:59:30 -0800 (Wed, 13 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Hopefully the final fix to get all modes of transfering a received call that came in from a queue, ringgroup or followme to subsequent users or direct to their voicemail. Finally able to get rid of dolocaldial, meaning the queue transfers in particular won't ring forever. These change REQUIRE updating findmefollow, ringgroups and queues to the latest ------------------------------------------------------------------------ r3315 | p_lindheimer | 2006-12-13 10:28:14 -0800 (Wed, 13 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi fixed logic so dialparties does not try to check extension states on extensions that have been set to '' on previous loop (dnd on primary extension set) ------------------------------------------------------------------------ r3314 | p_lindheimer | 2006-12-12 23:17:13 -0800 (Tue, 12 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi cleanup some formatting in dialparties.agi ------------------------------------------------------------------------ r3312 | p_lindheimer | 2006-12-12 18:03:58 -0800 (Tue, 12 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi dialparties.agi should report BUSY on DND, not NOANSWER ------------------------------------------------------------------------ r3307 | p_lindheimer | 2006-12-10 14:51:18 -0800 (Sun, 10 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf REQUIRES MODULES UPDATES! - changes to the controls that allow queues and ringgroups to stay in control to better handle some additional scenarios and improve issues with '#' transfer having problems although doesn't fix all scenarios (use device transfer for proper behavior) ------------------------------------------------------------------------ r3302 | gregmac | 2006-12-08 15:43:25 -0800 (Fri, 08 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal Use ASTAGIDIR, if available (otherwise revert to previous behaviour of ASTVARLIBDIR/agi-bin/) ------------------------------------------------------------------------ r3301 | gregmac | 2006-12-08 15:40:39 -0800 (Fri, 08 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/apply_conf.sh Use bash instead of sh ------------------------------------------------------------------------ r3300 | gregmac | 2006-12-08 15:35:22 -0800 (Fri, 08 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php Fix #1516 - gettext emulation support ------------------------------------------------------------------------ r3298 | p_lindheimer | 2006-12-08 14:51:40 -0800 (Fri, 08 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1515: change congestion() to congestion(20) ------------------------------------------------------------------------ r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fixed some syntax bugs creating warnings in extensions.conf ------------------------------------------------------------------------ r3291 | p_lindheimer | 2006-12-07 14:10:09 -0800 (Thu, 07 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf pass DIALSTATUS from macro-simple-dial (used by followme only) back into the channel and have dialparties.agi treat a BUSY status from the pre-ring attempt the same as DND since the phone was just busy, its probably busy again and thus all the other extensions should not be called. This will also have the effect that the primary extensions will not be called again which is the desired behavior. BUSY is returned when most devices have device DND so this is a way of detecting that on the pre-ring and thus having mastermode (-prim strategies) behave as desired when a pre-ring is used ------------------------------------------------------------------------ r3285 | p_lindheimer | 2006-12-07 00:28:50 -0800 (Thu, 07 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths) ------------------------------------------------------------------------ r3283 | gregmac | 2006-12-06 12:34:42 -0800 (Wed, 06 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Fix bug with fixlocalprefix not sanitizing pattern, fix verbose priorities ------------------------------------------------------------------------ r3272 | p_lindheimer | 2006-12-05 10:14:34 -0800 (Tue, 05 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/CHANGES added #1501 info to changelog ------------------------------------------------------------------------ r3270 | p_lindheimer | 2006-12-05 10:00:27 -0800 (Tue, 05 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php #1501 - fix logic and clearify tooltip for Trunk 'Never Override CallerID' setting. THIS WILL BREAK 'WORKING' CONFIGURATIONS - since the logic was working backwards - sorry guys, but didn't want to make having the box checked as default, as that is not the common case ------------------------------------------------------------------------ r3267 | gregmac | 2006-12-04 10:29:33 -0800 (Mon, 04 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Typo ------------------------------------------------------------------------ r3263 | gregmac | 2006-12-03 23:34:51 -0800 (Sun, 03 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php Fixed weird-o negative logic ------------------------------------------------------------------------ r3262 | p_lindheimer | 2006-12-02 20:25:16 -0800 (Sat, 02 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php correct moh tooltip on outbound routes ------------------------------------------------------------------------ r3254 | p_lindheimer | 2006-12-01 22:26:50 -0800 (Fri, 01 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php A /freepbx/trunk/upgrades/2.3.0alpha/tables.php add the ability to set the moh class for outbound routes as well as for inbound routes and direct did routes ------------------------------------------------------------------------ r3253 | qldrob | 2006-12-01 21:46:08 -0800 (Fri, 01 Dec 2006) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.3.0alpha Create 2.3.0alpha upgrades directory ------------------------------------------------------------------------ r3252 | qldrob | 2006-12-01 21:44:25 -0800 (Fri, 01 Dec 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Bump trunk to 2.3.0alpha ------------------------------------------------------------------------ r3249 | p_lindheimer | 2006-12-01 09:17:53 -0800 (Fri, 01 Dec 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1481 - from-zaptel should be going to from-pstn at the end and not ext-did ------------------------------------------------------------------------ r3247 | gregmac | 2006-11-30 07:13:17 -0800 (Thu, 30 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fixed bug with broken modules names not showing up on confirm screen ------------------------------------------------------------------------ r3246 | gregmac | 2006-11-29 18:35:16 -0800 (Wed, 29 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Fix bug with md5 checking in install_amp; Add detection for whitespace-only differences ------------------------------------------------------------------------ r3245 | gregmac | 2006-11-29 18:32:54 -0800 (Wed, 29 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Add install-moh patch from 2.2 (r3110) ------------------------------------------------------------------------ r3244 | p_lindheimer | 2006-11-29 13:11:38 -0800 (Wed, 29 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf added bad number context which will catch any number of feature code that is not defined anywhere else, and playback a meaningful message with noanswer on Playback() so that no queues, ringgroups, etc are broken by it ------------------------------------------------------------------------ r3242 | gregmac | 2006-11-28 16:14:17 -0800 (Tue, 28 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Modules confirm page now checks for dependencies before actually running actions ------------------------------------------------------------------------ r3239 | gregmac | 2006-11-28 13:57:56 -0800 (Tue, 28 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add 'return' button to module admin, cancel button on confim page only goes online if it was previously online ------------------------------------------------------------------------ r3235 | qldrob | 2006-11-28 12:34:51 -0800 (Tue, 28 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix incorrect error being displayed when Display Name is left blank. #1458. ------------------------------------------------------------------------ r3231 | gregmac | 2006-11-28 08:25:18 -0800 (Tue, 28 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Fix #1453 ------------------------------------------------------------------------ r3228 | qldrob | 2006-11-27 20:30:19 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh Update module list ------------------------------------------------------------------------ r3224 | qldrob | 2006-11-27 19:11:46 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix thinko in redirect_standard_continue() ------------------------------------------------------------------------ r3223 | qldrob | 2006-11-27 18:53:05 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/amp_conf/astetc/features.conf Uncomment '##' attended transfer in features.conf, to avoid confusion when trying to send # or * to a caller. ------------------------------------------------------------------------ r3222 | qldrob | 2006-11-27 18:16:06 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/install_amp Update information on front page, and bump version to rc1 ------------------------------------------------------------------------ r3221 | qldrob | 2006-11-27 18:08:29 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql Forgot to enable core by default. ------------------------------------------------------------------------ r3220 | qldrob | 2006-11-27 18:06:31 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql Update newinstall.sql ------------------------------------------------------------------------ r3216 | qldrob | 2006-11-27 17:38:50 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix IAX2 extensions being called IAX. Thanks, n3glv. ------------------------------------------------------------------------ r3215 | qldrob | 2006-11-27 17:34:55 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/CHANGES Changelog for 2.2 ------------------------------------------------------------------------ r3212 | gregmac | 2006-11-27 16:27:48 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Added ext_chanisavail() ------------------------------------------------------------------------ r3211 | qldrob | 2006-11-27 16:01:44 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Re-fix r3210 to account for me not actually reading any of the code around the function. Created new function redirect_standard_continue which does not abort processing. ------------------------------------------------------------------------ r3210 | qldrob | 2006-11-27 15:47:43 -0800 (Mon, 27 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Let redirect_standard continue execution of other hooks by passing an option of 'true' to it. This avoid problems where there are multiple hooks into the one page, and after one hook exits, the second should continue on. Addresses #1410. ------------------------------------------------------------------------ r3208 | gregmac | 2006-11-26 23:30:44 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php Removed code disabling back button ------------------------------------------------------------------------ r3205 | gregmac | 2006-11-26 22:34:56 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Added redirect_standard() calls to core ------------------------------------------------------------------------ r3203 | gregmac | 2006-11-26 22:26:28 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php redirect_standard() no longer includes extdisplay - was causing problems in some modules with add/delete operations ------------------------------------------------------------------------ r3198 | gregmac | 2006-11-26 21:06:55 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Added redirect_standard(), updated help for redirect() ------------------------------------------------------------------------ r3196 | qldrob | 2006-11-26 19:11:40 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php This strips out any 'action=' line in the current location when the red bar is clicked, and changes it to var-disabled. This fixes such issues as IVR's getting created, administrators being added a couple of times, anything else that uses 'action' and relys on stuff not being called more than once. This could also fix a pile of potential issues, that along with the new Redirect(), might let us re-enabled the back button on the browser. Please test! ------------------------------------------------------------------------ r3193 | qldrob | 2006-11-26 18:42:49 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php Add Greg's redirect() call to fix #1335, SQL error when adding administrators. ------------------------------------------------------------------------ r3192 | qldrob | 2006-11-26 17:35:22 -0800 (Sun, 26 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Put old hooks back into the proper order. This means that pinsets and cidlookup work again, but, they don't display properly. Going to see if I can fix this a different way. ------------------------------------------------------------------------ r3191 | diego_iastrubni | 2006-11-26 02:13:39 -0800 (Sun, 26 Nov 2006) | 9 lines Changed paths: M /freepbx/trunk/amp_conf/bin/fax-process.pl M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_parse_amportal_conf.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl fix some perl syntax woodo (I hate perl) - open now is called always with "()", for readability - changed "||" to "or" (priorities issued, which caused the openning failing when the open is called without "()"). I know this is redundant, but still, for readability this must be fixed. Perl always stinks when it comes to code readability. - when "die" is called, explain why by using "!$" No new features, no real bugs fixed, only the possibility for bugs is reduced. If we will have a 2.1.4, I can backport. ------------------------------------------------------------------------ r3189 | p_lindheimer | 2006-11-25 22:08:09 -0800 (Sat, 25 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1433 - accidentally deleted line out of macro-user-callerid when doing fix ------------------------------------------------------------------------ r3187 | p_lindheimer | 2006-11-25 21:20:17 -0800 (Sat, 25 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1433 - add a long wait, to give an infinite loop runaway call a chance to end and drop into the recipients voicemail ------------------------------------------------------------------------ r3186 | p_lindheimer | 2006-11-25 11:09:48 -0800 (Sat, 25 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1423: add a TTL (internet style) to macro-user-callerid to put a limit on infinite loop forwarding conditions. Includes a SKIPTTL optional parmater for places in the core dialplan where macro-user-callerid is called where no such condition could exist, such as outbound dialing, currently hardcoded at 64 - we probably want to make this settable from General or similar ------------------------------------------------------------------------ r3184 | p_lindheimer | 2006-11-24 21:54:06 -0800 (Fri, 24 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php #1395 - change instructions to 'Check for Updates Online' ------------------------------------------------------------------------ r3183 | gregmac | 2006-11-24 14:59:04 -0800 (Fri, 24 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Add freepbx_log() description from 2.2 ------------------------------------------------------------------------ r3174 | p_lindheimer | 2006-11-23 10:43:08 -0800 (Thu, 23 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php #1423 and #1424: fixes error in phpagi.php that strips off leading/trailing () in AGI args and makes followme with confirmation fail when on DIAL_OPTIONS set. Needs some more testing and another set of eyes before comitting to 2.2 branch as the change effects every agi script ------------------------------------------------------------------------ r3169 | gregmac | 2006-11-22 20:03:50 -0800 (Wed, 22 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fixed bug showing wrong version number if pending local update, and online upgrade available. Fixed bug with 'upgrade all' not selecting modules with a hyphen in the name ------------------------------------------------------------------------ r3166 | p_lindheimer | 2006-11-22 18:59:25 -0800 (Wed, 22 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf add NODEST to macro-vm and dialout-trunk which is set by ringgroups and queueus so that calls and other destinations don't get called but subsequent transfers on answered calls does. This will need the new ringgroups, queues and findmefollow coming next ------------------------------------------------------------------------ r3165 | qldrob | 2006-11-22 18:40:18 -0800 (Wed, 22 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix for lack of IAX callerid causing problems with pretty much everything. See #1416 and #1411 ------------------------------------------------------------------------ r3161 | p_lindheimer | 2006-11-22 10:29:18 -0800 (Wed, 22 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #1415 - remove [NEXT] / [PREV] pagination in rnav now that it is a scroll bar - dirty fix, should have code removed here ------------------------------------------------------------------------ r3159 | p_lindheimer | 2006-11-22 09:50:08 -0800 (Wed, 22 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php change order of pulldown for adding extensions/device to be sip, iax, zap, custom ------------------------------------------------------------------------ r3154 | gregmac | 2006-11-21 14:57:53 -0800 (Tue, 21 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/ie.css Description for IE css file ------------------------------------------------------------------------ r3153 | p_lindheimer | 2006-11-21 14:51:50 -0800 (Tue, 21 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css #1400 - fix transparency problem on fly over popups in IE ------------------------------------------------------------------------ r3149 | qldrob | 2006-11-20 22:01:46 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Update version to 2.2b3 ------------------------------------------------------------------------ r3146 | p_lindheimer | 2006-11-20 21:28:59 -0800 (Mon, 20 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/upgrades/2.1beta1/tables.php change upgrade of TRUNK_OPTIONS to remove the r ------------------------------------------------------------------------ r3137 | gregmac | 2006-11-20 19:39:31 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Apply sort from r3134:r3136 ------------------------------------------------------------------------ r3134 | gregmac | 2006-11-20 19:27:29 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Apply r3133 to trunk ------------------------------------------------------------------------ r3132 | gregmac | 2006-11-20 19:16:47 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Apply r3131 to trunk ------------------------------------------------------------------------ r3130 | p_lindheimer | 2006-11-20 18:28:41 -0800 (Mon, 20 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php add setmusiconhold to extensions class ------------------------------------------------------------------------ r3123 | qldrob | 2006-11-20 14:40:14 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php s/=/==/.. Sigh. ------------------------------------------------------------------------ r3122 | qldrob | 2006-11-20 14:32:21 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393. ------------------------------------------------------------------------ r3121 | qldrob | 2006-11-20 14:29:35 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php This should fix php5 whinges, re #1393. ------------------------------------------------------------------------ r3120 | qldrob | 2006-11-20 14:26:56 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Add support for placement of guielements, and set some reasonably sane defaults. ------------------------------------------------------------------------ r3119 | qldrob | 2006-11-20 14:00:19 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php Wups, left some debugging in there ------------------------------------------------------------------------ r3118 | qldrob | 2006-11-20 13:57:30 -0800 (Mon, 20 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php Add support for placement of module hooks. ------------------------------------------------------------------------ r3113 | p_lindheimer | 2006-11-20 10:55:49 -0800 (Mon, 20 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf change readtimeout to 5 and get rid of wait() - I think the wait ends up making flakey behavior cause someone may dial a 1 at that time and think it is not working right) ------------------------------------------------------------------------ r3111 | p_lindheimer | 2006-11-19 23:27:11 -0800 (Sun, 19 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css lengthen the rnav scroll to handle more items before scrolling ------------------------------------------------------------------------ r3101 | p_lindheimer | 2006-11-18 15:30:00 -0800 (Sat, 18 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf bug #1377: increase dial timeout so as not to be cutoff by early media ivrs, temporary fix ------------------------------------------------------------------------ r3099 | p_lindheimer | 2006-11-17 11:37:37 -0800 (Fri, 17 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #1317 - option 3 plays the callerid in callconfirm ------------------------------------------------------------------------ r3097 | p_lindheimer | 2006-11-17 11:25:17 -0800 (Fri, 17 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi #1317 - export callerid to facilitate implenting the call confirmation with playcid option ------------------------------------------------------------------------ r3095 | p_lindheimer | 2006-11-17 09:32:59 -0800 (Fri, 17 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf ------------------------------------------------------------------------ r3086 | p_lindheimer | 2006-11-16 22:28:16 -0800 (Thu, 16 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf bug/feature request #1358 - provide a default message if none is present in followme and ring group. WARNING YOU MUST UPDATE MODULE TO GET SOUND FILE ------------------------------------------------------------------------ r3082 | gregmac | 2006-11-16 17:44:45 -0800 (Thu, 16 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fixed division by zero bugfix ------------------------------------------------------------------------ r3078 | p_lindheimer | 2006-11-16 10:15:29 -0800 (Thu, 16 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi make _KEEPCID an __KEEPCID so that phones forwarded with SIP redirect work with the proper CID ------------------------------------------------------------------------ r3072 | p_lindheimer | 2006-11-15 09:32:25 -0800 (Wed, 15 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fixes: #1352 I think, dial-confirm calls dial and ARG4 should not make it to dialparties.agi so clear it (even though dialparties.agi should not be using that anyhow, I don't think ------------------------------------------------------------------------ r3069 | gregmac | 2006-11-14 11:22:09 -0800 (Tue, 14 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amportal.conf Added USECATEGORIES (from r3068) ------------------------------------------------------------------------ r3068 | gregmac | 2006-11-14 11:16:47 -0800 (Tue, 14 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php New amportal.conf directive USECATEGORIES to control if the menus are sorted by category or not ------------------------------------------------------------------------ r3067 | gregmac | 2006-11-14 11:15:40 -0800 (Tue, 14 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Better handling of defaults in parse_amportal_conf(), handling of booleans ------------------------------------------------------------------------ r3066 | p_lindheimer | 2006-11-14 11:03:59 -0800 (Tue, 14 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/upgrades/2.1beta3/tables.php make unavailable greeting the default for VM_DDTYPE on an upgrade or new install ------------------------------------------------------------------------ r3064 | p_lindheimer | 2006-11-13 16:15:18 -0800 (Mon, 13 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php fixed #1323 - replacing <> with () so that the internal callerid is not corrupdted. This should be restricted in a javascript as well, but for now ... ------------------------------------------------------------------------ r3052 | qldrob | 2006-11-12 17:16:37 -0800 (Sun, 12 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/about.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_hourdetail.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_stat.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_statbar.php Apply #2572 to trunk. Somehow I managed to apply this to the wrong branch. Sorry. ------------------------------------------------------------------------ r3051 | qldrob | 2006-11-12 16:34:21 -0800 (Sun, 12 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php More #999 style warning avoidance fixes. ------------------------------------------------------------------------ r3047 | p_lindheimer | 2006-11-11 17:12:16 -0800 (Sat, 11 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php reverting r2418 which seems to have cause #1309 and #1320 ------------------------------------------------------------------------ r3044 | p_lindheimer | 2006-11-11 09:26:19 -0800 (Sat, 11 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php fix #1315 - Follow Me information not deleted when User/Extension Delete ------------------------------------------------------------------------ r3043 | p_lindheimer | 2006-11-10 14:12:24 -0800 (Fri, 10 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php fixes #1320 (I hope) put callerid instead of description in sip info ------------------------------------------------------------------------ r3040 | gregmac | 2006-11-09 10:48:17 -0800 (Thu, 09 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php Fixed #1314 - stupid IE javascript problem ------------------------------------------------------------------------ r3039 | gregmac | 2006-11-09 10:47:43 -0800 (Thu, 09 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Only reload if we have $astman ------------------------------------------------------------------------ r3035 | qldrob | 2006-11-08 15:29:49 -0800 (Wed, 08 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sqlite.sql Fix for sqlite patch (no backticks for sqlite) ------------------------------------------------------------------------ r3034 | qldrob | 2006-11-08 15:28:09 -0800 (Wed, 08 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Fix minor warning with new OUTKEEPCID variable. ------------------------------------------------------------------------ r3033 | p_lindheimer | 2006-11-08 08:46:48 -0800 (Wed, 08 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql missing values in globals #1299 ------------------------------------------------------------------------ r3031 | qldrob | 2006-11-08 02:26:31 -0800 (Wed, 08 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix typo in reversion. ------------------------------------------------------------------------ r3030 | qldrob | 2006-11-07 23:48:45 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Revert to r2240 with OUTKEEPCID changes. Sorry, philippe! 8) ------------------------------------------------------------------------ r3029 | qldrob | 2006-11-07 21:25:32 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_hourdetail.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_stat.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_statbar.php Address PHP5 incompatibility in #1285, can't use HTTP_SESSION_VARS any more. ------------------------------------------------------------------------ r3028 | qldrob | 2006-11-07 21:10:49 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292 ------------------------------------------------------------------------ r3025 | gregmac | 2006-11-07 10:16:34 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php Added warnings for disabled modules, revised look of warning text on config page ------------------------------------------------------------------------ r3024 | gregmac | 2006-11-07 08:55:15 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Rename get_headers to get_headers_assoc (#1286) ------------------------------------------------------------------------ r3023 | gregmac | 2006-11-07 08:50:58 -0800 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Warnings for using default passwords ------------------------------------------------------------------------ r3018 | gregmac | 2006-11-05 21:00:40 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx.png Logo changed to small version (this was supposed to be done long ago.. grr sf SVN) ------------------------------------------------------------------------ r3016 | p_lindheimer | 2006-11-05 20:03:10 -0800 (Sun, 05 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi var call_confirmation should be use_confirmation ------------------------------------------------------------------------ r3012 | qldrob | 2006-11-05 19:29:38 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Update version to 2.2b2 ------------------------------------------------------------------------ r3010 | qldrob | 2006-11-05 19:02:13 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Don't bitch about IE if the user is already using a sane browser. ------------------------------------------------------------------------ r3009 | gregmac | 2006-11-05 18:46:52 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php Make r3008 stylish ------------------------------------------------------------------------ r3008 | qldrob | 2006-11-05 18:12:19 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Add 'This is a Beta' warning, encourage people to use firefox, and fix a small issue that was causing a warning with a bad asdtb entry. ------------------------------------------------------------------------ r3004 | qldrob | 2006-11-05 16:07:11 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php Add the changes to CDR code ------------------------------------------------------------------------ r3003 | qldrob | 2006-11-05 16:06:42 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/cdr/images/excel.gif D /freepbx/trunk/amp_conf/htdocs/admin/cdr/images/pdf.gif And remove the old ones.. ------------------------------------------------------------------------ r3002 | qldrob | 2006-11-05 16:04:38 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/cdr/images/excel.png A /freepbx/trunk/amp_conf/htdocs/admin/cdr/images/pdf.png Add images from #1150 and #1151 ------------------------------------------------------------------------ r3001 | qldrob | 2006-11-05 15:46:11 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php Apply #1108, thanks nobbie! ------------------------------------------------------------------------ r3000 | qldrob | 2006-11-05 13:31:07 -0800 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Revert r2747 ------------------------------------------------------------------------ r2994 | qldrob | 2006-11-04 18:33:54 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Fix for #1168 ------------------------------------------------------------------------ r2992 | gregmac | 2006-11-04 12:55:03 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Fix php errors in #1277 ------------------------------------------------------------------------ r2991 | gregmac | 2006-11-04 11:01:47 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Require reload after module install/uninstall/enable/disable ------------------------------------------------------------------------ r2987 | qldrob | 2006-11-04 07:20:42 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php All of them need to be defined. Continuation of r2981 ------------------------------------------------------------------------ r2983 | qldrob | 2006-11-04 07:00:31 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Minor wording change, so the text lines up on both sides. I'm such a geek. ------------------------------------------------------------------------ r2982 | qldrob | 2006-11-04 06:56:36 -0800 (Sat, 04 Nov 2006) | 3 lines Changed paths: M /freepbx/trunk/install_amp Put in a dire warning to make people upgrade their modules to encourage them to avoid clicking on TRBoE whilst Core is disabled. ------------------------------------------------------------------------ r2981 | qldrob | 2006-11-04 06:06:11 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Ensure that $category is an array. ------------------------------------------------------------------------ r2980 | webrainstorm | 2006-11-04 05:59:46 -0800 (Sat, 04 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/logout.php Fix for #1227 also with HTML fixes for new UI ------------------------------------------------------------------------ r2972 | webrainstorm | 2006-11-04 02:44:14 -0800 (Sat, 04 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Added sort order of Module Admin to avoid Notice for undefined index sort ------------------------------------------------------------------------ r2964 | qldrob | 2006-11-04 00:54:06 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/2.2.0beta1/ampbackup.php Make sure it's removed in the upgrade. ------------------------------------------------------------------------ r2962 | qldrob | 2006-11-04 00:43:03 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/bin/retrieve_backup_cron_from_mysql.pl Another one that should be distributed with backup. ------------------------------------------------------------------------ r2960 | qldrob | 2006-11-04 00:21:45 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Just noticed that 2.1.3 didn't get added to the list of upgrades. ------------------------------------------------------------------------ r2959 | qldrob | 2006-11-04 00:21:14 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.2.0beta1/ampbackup.php Add cleanup for old ampbackup script. ------------------------------------------------------------------------ r2958 | qldrob | 2006-11-04 00:10:13 -0800 (Sat, 04 Nov 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/bin/ampbackup.pl Moved the backup script to the backup module. ------------------------------------------------------------------------ r2955 | gregmac | 2006-11-03 23:20:55 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/modules/.htaccess Prevent direct access to modules directory (apache .htaccess) ------------------------------------------------------------------------ r2951 | qldrob | 2006-11-03 22:00:31 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix online announcement code. ------------------------------------------------------------------------ r2927 | gregmac | 2006-11-03 07:15:49 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Reapply changes lost in r2922 ------------------------------------------------------------------------ r2926 | qldrob | 2006-11-03 06:58:56 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Add app_dictate ------------------------------------------------------------------------ r2922 | gregmac | 2006-11-03 04:01:04 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fixed bug in xml parser - attributes of first item in a multi-item set had wrong path ------------------------------------------------------------------------ r2921 | gregmac | 2006-11-03 01:07:55 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Added support for sort attribute on menuitems ------------------------------------------------------------------------ r2920 | gregmac | 2006-11-03 00:56:57 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Added wiki link to core (under tools > support) ------------------------------------------------------------------------ r2919 | gregmac | 2006-11-03 00:48:20 -0800 (Fri, 03 Nov 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php Modify implementation of [2916]: now returns to 'items' subkey, instead of 'itemsbycat'. page.ampusers was the only other thing using 'items', and 'items' was the same as 'menuitems' anyways, so it now contains an associative array with all menu attributes (see wiki:module.xml). page.ampusers was updated to reflect this. Also fixed a bug with supporting custom urls (use href= attribute, instead of a separate tag. See wiki:module.xml). ------------------------------------------------------------------------ r2918 | gregmac | 2006-11-03 00:21:50 -0800 (Fri, 03 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Fixed bug with setting menuitem type (from [2916]) ------------------------------------------------------------------------ r2917 | gregmac | 2006-11-02 16:35:19 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Put did in inbound call control category ------------------------------------------------------------------------ r2916 | gregmac | 2006-11-02 16:32:49 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php XML parser has support for attributes, menuitems in modules can now have categories and types specified (with attributes) ------------------------------------------------------------------------ r2915 | gregmac | 2006-11-02 08:47:51 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Fix #1251 ------------------------------------------------------------------------ r2914 | gregmac | 2006-11-02 08:05:55 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Refine fix in r2904 ------------------------------------------------------------------------ r2913 | qldrob | 2006-11-02 03:09:22 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php I thought I fixed this typo weeks ago. asnwer -> answer ------------------------------------------------------------------------ r2912 | qldrob | 2006-11-02 03:07:40 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php Fix fiddly annoying bug that took ages to track down that was stopping inbound routes from being created properly. ------------------------------------------------------------------------ r2909 | gregmac | 2006-11-02 01:57:24 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Missed stuff from r2908 ------------------------------------------------------------------------ r2908 | gregmac | 2006-11-02 01:54:46 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php i18n of module admin page (#1194) ------------------------------------------------------------------------ r2907 | gregmac | 2006-11-02 01:39:26 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php "No description is avaible" was always showing ------------------------------------------------------------------------ r2906 | qldrob | 2006-11-02 01:36:46 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/CONTRIB.txt Checking for 500 error from cia.. ------------------------------------------------------------------------ r2904 | gregmac | 2006-11-02 01:35:06 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Fix broken code returning wrong module name (used as a description by feature codes) ------------------------------------------------------------------------ r2903 | gregmac | 2006-11-02 00:43:10 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: A /freepbx/trunk/amportal.conf (from /freepbx/trunk/amportal.conf.linux:2902) D /freepbx/trunk/amportal.conf.linux M /freepbx/trunk/install_amp Undo r2901 and r2902 - because we're switching to using $asterisk_conf for paths, and have /etc/asterisk/asterisk.conf and /etc/amportal.conf hardcoded as defines all over the place, this method won't work. ------------------------------------------------------------------------ r2902 | gregmac | 2006-11-02 00:28:58 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amportal.conf.linux Add AST*DIR options to amportal.conf ------------------------------------------------------------------------ r2901 | gregmac | 2006-11-02 00:25:37 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: D /freepbx/trunk/amportal.conf A /freepbx/trunk/amportal.conf.linux (from /freepbx/trunk/amportal.conf:2900) M /freepbx/trunk/install_amp Make distro-specific default config files (#1178) ------------------------------------------------------------------------ r2900 | gregmac | 2006-11-02 00:15:07 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Added AMPEXTERNPACKAGES option to wiki:amportal.conf ------------------------------------------------------------------------ r2899 | gregmac | 2006-11-02 00:10:11 -0800 (Thu, 02 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Add AMPDISABLELOG setting to disable logging to database (#1201) ------------------------------------------------------------------------ r2898 | qldrob | 2006-11-01 22:37:30 -0800 (Wed, 01 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #1204 reports a universe that is incapable of dividing by zero. As this is an unfixable fault in the current universe, a workaround has been provded. ------------------------------------------------------------------------ r2897 | qldrob | 2006-11-01 22:28:27 -0800 (Wed, 01 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Use 'trim' instead of 'chop' to remove a leading & as well as a trailing one. Ref #1172. ------------------------------------------------------------------------ r2896 | qldrob | 2006-11-01 22:17:55 -0800 (Wed, 01 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Re-propogate astdb stuff when ./install_amp is run. ------------------------------------------------------------------------ r2895 | qldrob | 2006-11-01 22:15:09 -0800 (Wed, 01 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix typo, ref #1211. Thanks, indsat! ------------------------------------------------------------------------ r2894 | qldrob | 2006-11-01 22:11:07 -0800 (Wed, 01 Nov 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Implement fix that was _originally_ suggest, way back when, IRT blocking outgoing caller ID. ------------------------------------------------------------------------ r2891 | webrainstorm | 2006-11-01 10:01:21 -0800 (Wed, 01 Nov 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php is undefined and with Notice enabled Javascript gets broken ------------------------------------------------------------------------ r2889 | gregmac | 2006-10-31 22:35:08 -0800 (Tue, 31 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Improve combination of online+local modules, show changelog even in local-only mode ------------------------------------------------------------------------ r2887 | gregmac | 2006-10-31 19:20:17 -0800 (Tue, 31 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php Added features to make QuietMode work beeter ------------------------------------------------------------------------ r2885 | gregmac | 2006-10-31 08:33:22 -0800 (Tue, 31 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Changed some font sizing, added new AMPDEVEL flag (amportal.conf) used by modules page, changed module info pane spacing ------------------------------------------------------------------------ r2884 | gregmac | 2006-10-30 22:03:49 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Typo, minor spacing issue ------------------------------------------------------------------------ r2883 | gregmac | 2006-10-30 19:26:13 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/common/ie.css M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php A /freepbx/trunk/amp_conf/htdocs/admin/images/background-grid.png Various tweaks to new UI ------------------------------------------------------------------------ r2880 | gregmac | 2006-10-30 07:58:23 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Added warnings and reload functionality for browsers with no Javascript ------------------------------------------------------------------------ r2879 | gregmac | 2006-10-30 06:51:04 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php New "apply changes" user interface element ------------------------------------------------------------------------ r2878 | gregmac | 2006-10-30 06:32:34 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php JS onload function to change all info href's to javascript:void(null) ------------------------------------------------------------------------ r2877 | webrainstorm | 2006-10-30 01:15:23 -0800 (Mon, 30 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Removed foreach warnings if no modules were installed ------------------------------------------------------------------------ r2876 | gregmac | 2006-10-29 22:49:26 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix #1228 - getversion() was changed in r2871 ------------------------------------------------------------------------ r2875 | webrainstorm | 2006-10-29 15:33:43 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix for #999 in Extensions page ------------------------------------------------------------------------ r2874 | webrainstorm | 2006-10-29 14:48:33 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php Administrators page is now using Module Categories ------------------------------------------------------------------------ r2873 | gregmac | 2006-10-29 14:34:08 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Created check_reload_needed(), moved functionality out of footer ------------------------------------------------------------------------ r2871 | gregmac | 2006-10-29 14:10:49 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php Changed getversion() to return version number directly, instead of mutlidimensional array ------------------------------------------------------------------------ r2869 | gregmac | 2006-10-29 14:08:32 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css CSS cleanups ------------------------------------------------------------------------ r2867 | gregmac | 2006-10-29 13:57:37 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Remove depreciated find_modules() and find_allmodules() (use new ApiModules instead) ------------------------------------------------------------------------ r2866 | gregmac | 2006-10-29 13:29:47 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css Added line to right of metanav (follow up to r2860) ------------------------------------------------------------------------ r2860 | gregmac | 2006-10-29 11:54:12 -0800 (Sun, 29 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php A /freepbx/trunk/amp_conf/htdocs/admin/images/background-triangle.png A /freepbx/trunk/amp_conf/htdocs/admin/images/freepbx_large.png A /freepbx/trunk/amp_conf/htdocs/admin/images/header-back.png A /freepbx/trunk/amp_conf/htdocs/admin/images/shadow-corner.png A /freepbx/trunk/amp_conf/htdocs/admin/images/shadow-side-background.png A /freepbx/trunk/amp_conf/htdocs/admin/images/shadow-side.png A /freepbx/trunk/amp_conf/htdocs/admin/images/shadow-top.png M /freepbx/trunk/amp_conf/htdocs/admin/index.php New user interface (thanks to Steve Fischer, www.sfischerdesign.com), Various HTML fixes ------------------------------------------------------------------------ r2857 | webrainstorm | 2006-10-29 09:55:15 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php Fix for #999 - Suppressed warning in reports.php when starting a session twice ------------------------------------------------------------------------ r2856 | webrainstorm | 2006-10-29 09:50:45 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/panel.php Still #999 - $quietmode in panel.php ------------------------------------------------------------------------ r2855 | webrainstorm | 2006-10-29 09:46:08 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/reports.php Other fixes for #999 - $quitemode wasn't defined in reports.php ------------------------------------------------------------------------ r2854 | webrainstorm | 2006-10-29 09:06:09 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php More fixes for #999 ------------------------------------------------------------------------ r2853 | webrainstorm | 2006-10-29 09:01:10 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/logout.php Another fix for #999 - $quietmode wasn't defined in logout.php ------------------------------------------------------------------------ r2852 | webrainstorm | 2006-10-29 08:51:17 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php Other fixes for #999 - $_COOKIE['lang'] is not set if you're using default language ------------------------------------------------------------------------ r2851 | webrainstorm | 2006-10-29 08:32:42 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix for #999 - Not installed modules doesn't have a 'dbversion' ------------------------------------------------------------------------ r2850 | webrainstorm | 2006-10-29 07:35:14 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Fix for #999 ------------------------------------------------------------------------ r2849 | webrainstorm | 2006-10-29 07:18:24 -0800 (Sun, 29 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/index.php Fix for #1226 - session_start moved after inclusion of functions.inc.php ------------------------------------------------------------------------ r2848 | webrainstorm | 2006-10-29 06:52:42 -0800 (Sun, 29 Oct 2006) | 9 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Revision of config.php for the new category based menu * Deleted legacy code related to 'Apply Changes' bar - Administrator module has its own way to retrieve a list of sections, it shouldn't break anything * Added localization for Module Categories * Categorized menu merged in a single array ($fpbx_menu) - It supports administrators permissions, extensions vs device/users and it skips empty categories. It shouldn't break anything, please test it ! ------------------------------------------------------------------------ r2847 | webrainstorm | 2006-10-28 09:30:35 -0700 (Sat, 28 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Fix for #1224 and #1225 ------------------------------------------------------------------------ r2846 | webrainstorm | 2006-10-28 08:58:13 -0700 (Sat, 28 Oct 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php No more need to sort amp_sections here amp_sections are now sorted within each category ------------------------------------------------------------------------ r2845 | webrainstorm | 2006-10-28 08:28:30 -0700 (Sat, 28 Oct 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Fix for #1223 - Assigned 'Module Admin' to System Administration category Feel free to change the category if you find something more appropriate ------------------------------------------------------------------------ r2844 | webrainstorm | 2006-10-28 08:02:43 -0700 (Sat, 28 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix for #1222 - asterisk-cli is containing a '-' that was replaced with an '_' by prep_id function ------------------------------------------------------------------------ r2843 | gregmac | 2006-10-27 08:52:53 -0700 (Fri, 27 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Help updated to reflect r2732 (#265) ------------------------------------------------------------------------ r2842 | diego_iastrubni | 2006-10-26 09:03:30 -0700 (Thu, 26 Oct 2006) | 14 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php continue fixing ticket:1202 - now rnav is also a
    list. - current is a class and not id - core module href use & instad of & - rnav will not be generated with empty
  • basically the core module should be clean enough. i also tried not to break any new things in non patched modules. the only problem, is that id="current" does not make the current item bold anymore. my next goal will be fixing the needed modules, so this is not a big problem on the long term. module maintainers: please make my life easier and work for me :) ------------------------------------------------------------------------ r2841 | p_lindheimer | 2006-10-26 07:44:34 -0700 (Thu, 26 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf reverse r2839, hangup() is already called at the end of the marco after potential cleanup of the RG confirmation flag is done ------------------------------------------------------------------------ r2840 | diego_iastrubni | 2006-10-26 05:21:20 -0700 (Thu, 26 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css work-arround for the gap found in the administrators page ------------------------------------------------------------------------ r2839 | qldrob | 2006-10-26 02:27:26 -0700 (Thu, 26 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Discovered that it is possible for macro-hangup to be called when a channel isn't actually hungup. Put an explicit hangup in there. ------------------------------------------------------------------------ r2836 | diego_iastrubni | 2006-10-25 02:08:43 -0700 (Wed, 25 Oct 2006) | 10 lines Changed paths: A /freepbx/trunk/freepbx.pot A /freepbx/trunk/update_l10n.sh Automation of localization: Now there is a scritp which scans the htdocs/admin directory for php files, and retrieves from it all the messages, to create a POT file. Then, it will merge in the new strings into the existing translations. I have merged the translations locally, and I see that many of them still contain old strings not used by freepbx, legacy of good old amportal... I will see if nothing has been broken, and then I commit the merged in strings. ------------------------------------------------------------------------ r2835 | diego_iastrubni | 2006-10-25 01:58:46 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/CONTRIB.txt M /freepbx/trunk/FAQ minimal updates to the documentation ------------------------------------------------------------------------ r2834 | gregmac | 2006-10-25 00:44:34 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/indications.conf Fixed #1216 - updated to asterisk revision 43161 (http://svn.digium.com/view/asterisk/trunk/configs/indications.conf.sample?rev=43161) ------------------------------------------------------------------------ r2833 | gregmac | 2006-10-25 00:36:00 -0700 (Wed, 25 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Fix bug #1210 ------------------------------------------------------------------------ r2832 | p_lindheimer | 2006-10-24 13:38:03 -0700 (Tue, 24 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fixed a couple of typos in the dialplan - thanks Levente ------------------------------------------------------------------------ r2830 | p_lindheimer | 2006-10-24 11:58:05 -0700 (Tue, 24 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf should be from-did-direct, not ext-findmefollow, to make sure extensions without findmefolow settings can still be reached from places like anonymous sip calls ------------------------------------------------------------------------ r2829 | gregmac | 2006-10-24 09:49:38 -0700 (Tue, 24 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php Changed HTML id=current to class=current ------------------------------------------------------------------------ r2828 | gregmac | 2006-10-23 22:33:38 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Added module categories to menu ------------------------------------------------------------------------ r2827 | p_lindheimer | 2006-10-23 14:14:37 -0700 (Mon, 23 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql don't put r as a default option in outbound calls, it can cause lots of problems ------------------------------------------------------------------------ r2826 | diego_iastrubni | 2006-10-23 07:25:09 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php continue working on ticket:1202. the html produced by the components classes is valid html. the html is also '''much''' cleaner, and properly indented. i tested several pages, and did not notice anything wrong. ------------------------------------------------------------------------ r2825 | diego_iastrubni | 2006-10-23 06:14:05 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl Continue fix of changeset:2812, now all generated files contain a warnin, not in upper case ------------------------------------------------------------------------ r2824 | diego_iastrubni | 2006-10-23 05:41:18 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/install_amp use same defaults as parse_amportal in AMPWEBROOT/functions.inc.php ------------------------------------------------------------------------ r2823 | qldrob | 2006-10-23 04:19:42 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Continue fix of r2811, this should fix it. (PS: First fix done on the laptop remotely, yay!) ------------------------------------------------------------------------ r2822 | diego_iastrubni | 2006-10-23 02:37:47 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php fix for a html compability added in changeset:2814 ------------------------------------------------------------------------ r2821 | diego_iastrubni | 2006-10-23 01:51:40 -0700 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/gen-dist more fixes for ticket:695 ------------------------------------------------------------------------ r2820 | diego_iastrubni | 2006-10-23 01:44:58 -0700 (Mon, 23 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/bin/retrieve_conf more fixed for ticket:695 . perl scripts are not passed using env, since the scripts need parameters for perl (how can we implement this...?) ------------------------------------------------------------------------ r2819 | diego_iastrubni | 2006-10-23 01:17:11 -0700 (Mon, 23 Oct 2006) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php post reload actions should not be executed if no connection to the manager is available. in footer.php we no longer need to displayt a warning about the connection to the manager, since it's already displayed in "config.php". i also tested "index.php?clk_reload=true", and this did not issue a reload, which means we are testing for this kind of attack. at least it seems like we are fron frist impression. ------------------------------------------------------------------------ r2818 | diego_iastrubni | 2006-10-22 08:48:11 -0700 (Sun, 22 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php setup is the current page if no "type" as been sent on the url ------------------------------------------------------------------------ r2817 | diego_iastrubni | 2006-10-22 08:42:31 -0700 (Sun, 22 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php fix i10n in the main page, not happy of how it works, but i will let it be for the moment. ------------------------------------------------------------------------ r2815 | diego_iastrubni | 2006-10-22 08:07:53 -0700 (Sun, 22 Oct 2006) | 7 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Major update: Now header.php creates a single asterisk manager connection. each page which needs a manager connection only need to check if the $astman != null, and use that class for connection. the main code has been fixed, and next commit will be the modules. This means for every page you will get only one connection to the manager, instead of 32984651 like we did before (every stupid function was trying to connect to the manager to test if asterisk was up...). This will clean up some logs. I have marked the code with some TODO statments which I am not sure about, we should remove them in the next weeks if nothing wrong happens. (I think I need to do this also for install.php) ------------------------------------------------------------------------ r2814 | diego_iastrubni | 2006-10-22 01:56:37 -0700 (Sun, 22 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php choosing of language is done in header.php -> you can change the translation from every page in freepbx. ------------------------------------------------------------------------ r2813 | diego_iastrubni | 2006-10-22 01:31:56 -0700 (Sun, 22 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/index.php index.php cleanups: most of the logic is not needed here, removed and forgotten. now it is a valid html 4.01, both php and html code are much cleaner. ------------------------------------------------------------------------ r2812 | diego_iastrubni | 2006-10-22 01:21:53 -0700 (Sun, 22 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl added a warning banner on autogenerated files. ------------------------------------------------------------------------ r2811 | qldrob | 2006-10-20 06:30:43 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix typo that was confusing voicemail - people without voicemail enabled were getting 'I'm sorry, an error has occured' ------------------------------------------------------------------------ r2810 | gregmac | 2006-10-20 00:34:28 -0700 (Fri, 20 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add "show only upgradable" checkbox, to toggle between behaviour introduced in 2809 and previous behaviour ------------------------------------------------------------------------ r2809 | gregmac | 2006-10-19 23:24:56 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php In online mode, only show upgradable/non-installed modules (Kerry G's request) ------------------------------------------------------------------------ r2808 | gregmac | 2006-10-19 23:19:52 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Also check for updates to disabled modules ------------------------------------------------------------------------ r2807 | gregmac | 2006-10-19 22:35:34 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Added
  • anymore, it's breaking the standards - add support for alternative css, fixed ticket:1188 *.css - new alterative css, mainstyle.css has been adapted to the changes of heade.php footer.php - code cleanups + i18n/l10n ------------------------------------------------------------------------ r2791 | qldrob | 2006-10-19 04:54:28 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php I hate these 'oops' patches. ------------------------------------------------------------------------ r2790 | qldrob | 2006-10-19 04:52:13 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Ensure we return an engine if user is running Asterisk SVN-.... ------------------------------------------------------------------------ r2789 | diego_iastrubni | 2006-10-19 01:42:12 -0700 (Thu, 19 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php re-organized the header page. now the php code is much cleaner, and the html code is clearer, and contains less html errors. ------------------------------------------------------------------------ r2766 | diego_iastrubni | 2006-10-18 03:25:38 -0700 (Wed, 18 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php we now work on utf-8 mode, i see no new problems, and now the hebrew i18n is working ------------------------------------------------------------------------ r2765 | diego_iastrubni | 2006-10-18 03:12:46 -0700 (Wed, 18 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php dir direction is usually done on the body, and not on the html. ------------------------------------------------------------------------ r2764 | diego_iastrubni | 2006-10-18 03:00:14 -0700 (Wed, 18 Oct 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.pl we are not using the perl version, we are not maintaing it, and it contains too much bugs. if someone wants it, he can use the version on 2.1.x or use the svn to get an older version. it was nice meeting you dialparties.agi.pl! ------------------------------------------------------------------------ r2763 | diego_iastrubni | 2006-10-18 02:58:23 -0700 (Wed, 18 Oct 2006) | 22 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi this patch removes an obosolete code: if ($extstate > 0 && $extstate != 4) { /// blabla bla ... if ( ($extstate == 4) ) { } } as you see, the inner if is not reached at all. time to remove... i also modified the format of the indentations, removed trailing spaces, trhe general purpose is to make the file more readable by removing empty lines (you see more code on screen, which should help debug this crap). todo: remove comments from the code, to more readable central places. move code into functions... ------------------------------------------------------------------------ r2760 | qldrob | 2006-10-17 22:57:58 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Don't need these any more, new module stuff is a lot more resilant. ------------------------------------------------------------------------ r2754 | qldrob | 2006-10-17 21:59:27 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Last bit of #999 fixes for the 'Setup' tree. Now on to Tools.. ------------------------------------------------------------------------ r2753 | qldrob | 2006-10-17 21:43:37 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php More #999 fixes. Yay. ------------------------------------------------------------------------ r2748 | qldrob | 2006-10-17 20:12:46 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php More #999 fixes ------------------------------------------------------------------------ r2747 | qldrob | 2006-10-17 19:48:41 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php We need to apply any changes before actually displaying the hooks, otherwise it displays old info until you refresh the page. This is the legacy hook stuff anyway, need to work on changing them all over to the new hotness hook code. ------------------------------------------------------------------------ r2746 | qldrob | 2006-10-17 18:38:20 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Minor bug when people didn't actually _click_ on the radio button of a destination, the goto var wasn't being propogated properly. ------------------------------------------------------------------------ r2745 | qldrob | 2006-10-17 17:40:34 -0700 (Tue, 17 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix typo (wasn't displaying destination names) ------------------------------------------------------------------------ r2744 | p_lindheimer | 2006-10-16 18:45:19 -0700 (Mon, 16 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fix minor syntax to remove errors out of log ------------------------------------------------------------------------ r2743 | gregmac | 2006-10-16 16:13:16 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin Added showupgrades operation, better output for upgradeall when no modules to upgrade ------------------------------------------------------------------------ r2742 | p_lindheimer | 2006-10-16 09:17:14 -0700 (Mon, 16 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/install_amp don't run module/isntall.xxx scripts each time retrieve_conf is run, but keep that behavior with install_amp since it maybe needed at that point ------------------------------------------------------------------------ r2741 | qldrob | 2006-10-16 04:47:47 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Added immediate option for zaptel, also changed the default sip and iax qualify to YES and nat to YES. This doesn't break anything, and avoids issues, so I can't see it being a problem. Yell at me if you think it will be. ------------------------------------------------------------------------ r2740 | qldrob | 2006-10-16 03:35:53 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf OK. The quotes in the standard CallerID string were confusing it. This should fix #847 properly now. ------------------------------------------------------------------------ r2734 | qldrob | 2006-10-16 02:03:19 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL A /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES A /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.mo A /freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/index.php Add he_IL translation to core - Thanks, Shimi! (Still more to do - #1153) ------------------------------------------------------------------------ r2733 | qldrob | 2006-10-16 00:38:14 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/upgrades/2.2.0beta1/tables.php Support for playback of 24 hour time - #1165 ------------------------------------------------------------------------ r2732 | gregmac | 2006-10-16 00:33:26 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Trunk dial patterns now support + and | in the same pattern ------------------------------------------------------------------------ r2730 | qldrob | 2006-10-16 00:19:30 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf PLEASE TEST THIS COMMIT: Does having this break anyone? It seems to work here, but I can see that it could possibly cause issues with two busys/congestion being signaled at the same time. ------------------------------------------------------------------------ r2729 | qldrob | 2006-10-16 00:02:07 -0700 (Mon, 16 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Thanks to pnlarsson for pointing out another stupidism of mine. Fixed that and a couple of others. ------------------------------------------------------------------------ r2728 | qldrob | 2006-10-15 23:43:51 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Sigh. If I'm trying to optimise stuff, I shouldn't optimise it right into 'broken', should I. Fix my stuffup in r2642. _get_config must run _before_ _hookGet_config ------------------------------------------------------------------------ r2727 | qldrob | 2006-10-15 23:27:48 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf More mime-fixing ------------------------------------------------------------------------ r2726 | qldrob | 2006-10-15 23:06:54 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css Fix my css-foo stuffup. Thanks, Greg. ------------------------------------------------------------------------ r2723 | gregmac | 2006-10-15 21:57:41 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sqlite.sql A /freepbx/trunk/upgrades/2.2.0beta1/freepbx_log.sqlite SQLite versions of freepbx_log table ------------------------------------------------------------------------ r2716 | qldrob | 2006-10-15 18:24:17 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php M /freepbx/trunk/amp_conf/htdocs/admin/logout.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs/admin/panel.php M /freepbx/trunk/amp_conf/htdocs/admin/reports.php Looks like it wants text/html to parse it properly ------------------------------------------------------------------------ r2715 | qldrob | 2006-10-15 18:22:35 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Wondering if this mime-type is what we want.. ------------------------------------------------------------------------ r2714 | qldrob | 2006-10-15 18:20:41 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php M /freepbx/trunk/amp_conf/htdocs/admin/logout.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amp_conf/htdocs/admin/panel.php M /freepbx/trunk/amp_conf/htdocs/admin/reports.php Fix Mime-type issues (hopefully) ------------------------------------------------------------------------ r2713 | qldrob | 2006-10-15 18:16:14 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Mime-type fixing.. ------------------------------------------------------------------------ r2711 | gregmac | 2006-10-15 17:57:56 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_buttons.cfg Implement patch #86 for #1135 ------------------------------------------------------------------------ r2710 | qldrob | 2006-10-15 17:37:40 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php Fix a redefinition warning ------------------------------------------------------------------------ r2707 | gregmac | 2006-10-15 17:28:30 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Removed checking of asterisk version (now done with engine_getinfo() and astman api) ------------------------------------------------------------------------ r2706 | qldrob | 2006-10-15 17:04:33 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Add temporary support for non-release versions of Asterisk, and make engine checking a bit more modular ------------------------------------------------------------------------ r2705 | gregmac | 2006-10-15 15:42:58 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fixed bugs with changelog and description not showing up in online mode ------------------------------------------------------------------------ r2704 | gregmac | 2006-10-15 15:33:33 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Added EXTERNAL_PACKAGE_MANAGEMENT flag to disable online/install/upgrade functions. ------------------------------------------------------------------------ r2703 | webrainstorm | 2006-10-15 12:49:11 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Substituted harcoded required version with REQ_ASTERISK_VERSION in error message ------------------------------------------------------------------------ r2702 | gregmac | 2006-10-15 12:06:43 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin Added 'showengine' option to aid debugging ------------------------------------------------------------------------ r2701 | gregmac | 2006-10-15 12:06:17 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php engine_getinfo() uses astman API to get version information ------------------------------------------------------------------------ r2700 | gregmac | 2006-10-15 11:03:42 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/install_amp install_amp uses asterisk -V to determine version; Fixed bug and implemented changes described in #1179 ------------------------------------------------------------------------ r2699 | gregmac | 2006-10-15 10:32:48 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/module_admin Added upgrade, upgradeall. Fixed checkDepends/reverseDepends naming ------------------------------------------------------------------------ r2698 | gregmac | 2006-10-15 10:18:05 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Don't force module_download() (was on for testing) ------------------------------------------------------------------------ r2697 | gregmac | 2006-10-15 10:16:49 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Code cleanup ------------------------------------------------------------------------ r2696 | gregmac | 2006-10-15 09:57:18 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css Fixed .tabbertab height (r2682) ------------------------------------------------------------------------ r2695 | gregmac | 2006-10-15 09:54:49 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Changed r2692 patch to return additional version info (#1181) ------------------------------------------------------------------------ r2692 | webrainstorm | 2006-10-15 09:16:11 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fixed bug #1181 ------------------------------------------------------------------------ r2684 | qldrob | 2006-10-15 04:19:19 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Lets try this module_install stuff.. ------------------------------------------------------------------------ r2683 | qldrob | 2006-10-15 03:57:25 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Move function out from inside another function, where it can get called twice.. ------------------------------------------------------------------------ r2682 | qldrob | 2006-10-15 03:55:29 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css 9em seemed a bit large. 6em looks better. ------------------------------------------------------------------------ r2681 | qldrob | 2006-10-15 03:54:55 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Copyright fixups ------------------------------------------------------------------------ r2680 | qldrob | 2006-10-15 02:56:44 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Temporary fix for assumptions in ivr module ------------------------------------------------------------------------ r2679 | gregmac | 2006-10-15 02:47:16 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amportal.conf Added AMPENGINE directive ------------------------------------------------------------------------ r2678 | gregmac | 2006-10-15 02:21:11 -0700 (Sun, 15 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Modules admin page hooked into new modules API (warning: treat this as beta) Added new confirm and update progress screens ------------------------------------------------------------------------ r2677 | qldrob | 2006-10-15 01:51:20 -0700 (Sun, 15 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix up some of greg's bloody good work... Now I have to start re-writing modules. Argh! ------------------------------------------------------------------------ r2676 | gregmac | 2006-10-14 23:42:43 -0700 (Sat, 14 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fix bug causing incorrect download % calculation ------------------------------------------------------------------------ r2675 | gregmac | 2006-10-14 23:40:31 -0700 (Sat, 14 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Removed some leftover debug code ------------------------------------------------------------------------ r2674 | gregmac | 2006-10-14 23:27:34 -0700 (Sat, 14 Oct 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/bin/module_admin M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Finished modules API rework (i think), added new module_admin script ------------------------------------------------------------------------ r2673 | p_lindheimer | 2006-10-14 11:55:29 -0700 (Sat, 14 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf when doing CFU from findmefollow pre-ring, don't go astray into another extensions findmefollow since you want the call to return here if they aren't available there ------------------------------------------------------------------------ r2672 | p_lindheimer | 2006-10-13 22:52:54 -0700 (Fri, 13 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php fixes bug that unchecking 'Do Not Play please leave message ...' doesn't change when submitted ------------------------------------------------------------------------ r2670 | gregmac | 2006-10-12 10:48:07 -0700 (Thu, 12 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fixed #1173 ------------------------------------------------------------------------ r2666 | p_lindheimer | 2006-10-12 10:17:10 -0700 (Thu, 12 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf change call confirmation to use dialparties and enable ringall-prim in the process, and fix leftover RG keys from hanging around. ------------------------------------------------------------------------ r2665 | gregmac | 2006-10-12 00:46:11 -0700 (Thu, 12 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Mostly finished checkdepends() (simple version, not ModuleXml version) ------------------------------------------------------------------------ r2664 | qldrob | 2006-10-11 00:24:46 -0700 (Wed, 11 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Good spotting by soylent! Thanks. ------------------------------------------------------------------------ r2661 | qldrob | 2006-10-08 16:47:11 -0700 (Sun, 08 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Modificaion of Phillipe's #2240 patch, so it doesn't ignore trunk settings when calling out via a ring group ------------------------------------------------------------------------ r2660 | qldrob | 2006-10-08 15:22:07 -0700 (Sun, 08 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix typo in extensions.conf (missing a closing bracket) ------------------------------------------------------------------------ r2658 | qldrob | 2006-10-05 15:35:04 -0700 (Thu, 05 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Congest() hangs up by itself, but with no option sticks there forever. ------------------------------------------------------------------------ r2657 | gregmac | 2006-10-05 15:20:09 -0700 (Thu, 05 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/2.2.0beta1/freepbx_log.sql Added EXISTS check for freepbx_log ------------------------------------------------------------------------ r2656 | diego_iastrubni | 2006-10-05 07:41:57 -0700 (Thu, 05 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php key names may contain "_" ------------------------------------------------------------------------ r2655 | qldrob | 2006-10-05 00:11:09 -0700 (Thu, 05 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix the users2astdb rebuild stuff, possibly causing the backup/restore issues ------------------------------------------------------------------------ r2654 | gregmac | 2006-10-04 23:41:54 -0700 (Wed, 04 Oct 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php More work on new modules page layout (still not functional yet); changed some of the main layout to avoid some css issues; footer temporarily disabled ------------------------------------------------------------------------ r2653 | gregmac | 2006-10-04 23:40:00 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/common/tabber-minimized.js Add Patrick Fitzgerald's "tabber" javascript tabs library (http://www.barelyfitz.com/projects/tabber/) - MIT licensed ------------------------------------------------------------------------ r2648 | gregmac | 2006-10-04 19:31:24 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Fix typo ------------------------------------------------------------------------ r2646 | gregmac | 2006-10-04 05:55:47 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php Remove old references to find_modules() and find_allmodules() (using module_getinfo() now, as per r2643) ------------------------------------------------------------------------ r2645 | gregmac | 2006-10-04 05:18:40 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Update to use new module_getinfo() from r2643 ------------------------------------------------------------------------ r2644 | qldrob | 2006-10-04 04:28:42 -0700 (Wed, 04 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/apply_conf.sh Finish r2635 off. ------------------------------------------------------------------------ r2643 | gregmac | 2006-10-03 22:49:29 -0700 (Tue, 03 Oct 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Beginning of modules revamp: moving module_* api functions to functions.inc.php (see ApiModules); Redesigning modules page to be more category-centric (currently upgrades/installs/etc are broken) ------------------------------------------------------------------------ r2642 | qldrob | 2006-10-03 21:15:59 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/install_amp M /freepbx/trunk/upgrades/2.2.0beta1/freepbx_log.sql Some changes to debugging. This logs everything it can to the freepbx_log database, which will be accessable from the gui. ------------------------------------------------------------------------ r2641 | qldrob | 2006-10-03 19:43:28 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/upgrades/2.2.0beta1/freepbx_log.sql Add a 'status' to the log db ------------------------------------------------------------------------ r2640 | gregmac | 2006-10-03 16:51:49 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql A /freepbx/trunk/upgrades/2.2.0beta1/freepbx_log.sql Added table freepbx_log ------------------------------------------------------------------------ r2638 | gregmac | 2006-10-03 16:09:55 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Uncommited changes that should be part of r2630 ------------------------------------------------------------------------ r2637 | gregmac | 2006-10-03 16:07:52 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/functions.php Obsolete file ------------------------------------------------------------------------ r2636 | gregmac | 2006-10-03 14:51:08 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po Fixed mime-type ------------------------------------------------------------------------ r2635 | gregmac | 2006-10-03 14:44:42 -0700 (Tue, 03 Oct 2006) | 2 lines Changed paths: M /freepbx/trunk/apply_conf.sh Make sed calls more distro-neutral, fix hardcoded ASTETCDIR values (patch #760) ------------------------------------------------------------------------ r2634 | p_lindheimer | 2006-10-02 22:30:10 -0700 (Mon, 02 Oct 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf delete confirmation RG database entry if no one answered the phone. ------------------------------------------------------------------------ r2630 | gregmac | 2006-09-30 10:59:24 -0700 (Sat, 30 Sep 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Database update uses INSERT/UPDATE instead of REPLACE (to be more compatible with non-mysql RDBMs), setDefault takes additional parameter to control if code is enabled or not by default ------------------------------------------------------------------------ r2629 | gregmac | 2006-09-30 10:58:16 -0700 (Sat, 30 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Escaped some SQL query params ------------------------------------------------------------------------ r2628 | qldrob | 2006-09-28 06:29:23 -0700 (Thu, 28 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php Add support for hebrew right-to-left charset. ------------------------------------------------------------------------ r2627 | qldrob | 2006-09-28 06:24:51 -0700 (Thu, 28 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php Missed a couple of places, and should probably do LC_ALL anyway. ------------------------------------------------------------------------ r2626 | qldrob | 2006-09-28 06:14:50 -0700 (Thu, 28 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Drat. Missed a semicolon. ------------------------------------------------------------------------ r2625 | qldrob | 2006-09-28 06:00:56 -0700 (Thu, 28 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php Huge thanks to shimi for helping me out with fixing these translation bugs. The non-Latin1 languages now work properly. Yay! Fixes #1000 and probably #988 too. ------------------------------------------------------------------------ r2623 | p_lindheimer | 2006-09-26 15:49:25 -0700 (Tue, 26 Sep 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php oops, forgot to take out quotes ------------------------------------------------------------------------ r2621 | p_lindheimer | 2006-09-26 15:35:26 -0700 (Tue, 26 Sep 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amportal.conf created AMPMODULEMSG to address #1136 ------------------------------------------------------------------------ r2617 | qldrob | 2006-09-26 04:43:51 -0700 (Tue, 26 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/header.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.devices.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php Apply first part of tidy-up patches in #1138 - Thanks! ------------------------------------------------------------------------ r2616 | qldrob | 2006-09-26 04:32:23 -0700 (Tue, 26 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Test of #1141, ability to add _and_ remove prefixes in fixlocalprefix - It seems to work. Please test! ------------------------------------------------------------------------ r2615 | qldrob | 2006-09-26 04:29:41 -0700 (Tue, 26 Sep 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs_panel/help_en.html Add help_en, as per #1133 ------------------------------------------------------------------------ r2614 | qldrob | 2006-09-26 04:18:51 -0700 (Tue, 26 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/Class.Table.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/lib/defines.php OMG. I found this patch. Thanks julian, from July 2005. Applied #224. ------------------------------------------------------------------------ r2613 | qldrob | 2006-09-26 03:56:53 -0700 (Tue, 26 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php Fix for CID length bug, #920 ------------------------------------------------------------------------ r2604 | qldrob | 2006-09-25 14:44:14 -0700 (Mon, 25 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Fix mime-type so patches work properly ------------------------------------------------------------------------ r2603 | qldrob | 2006-09-25 14:24:58 -0700 (Mon, 25 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/asterisk.conf Merge r2602 into 2.2 branch ------------------------------------------------------------------------ r2597 | webrainstorm | 2006-09-24 13:17:17 -0700 (Sun, 24 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix for #1142 (Alert-Info and ';') - core module ------------------------------------------------------------------------ r2594 | webrainstorm | 2006-09-24 10:07:54 -0700 (Sun, 24 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po Minor changes to italian localisation ------------------------------------------------------------------------ r2593 | qldrob | 2006-09-22 16:36:46 -0700 (Fri, 22 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Fix typo and I accidently left in some debugging, wups! ------------------------------------------------------------------------ r2592 | qldrob | 2006-09-21 19:11:34 -0700 (Thu, 21 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Allow + as a dial prefix ------------------------------------------------------------------------ r2585 | qldrob | 2006-09-20 19:46:41 -0700 (Wed, 20 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add support for a short 'news' flag to avoid the heartache with the fake module issue in 2.1.1 ------------------------------------------------------------------------ r2581 | webrainstorm | 2006-09-19 13:50:26 -0700 (Tue, 19 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Committed #1128 - Changing Pickup to DPickup if Asterisk is BRIstuffed ------------------------------------------------------------------------ r2577 | qldrob | 2006-09-18 01:12:44 -0700 (Mon, 18 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php That's better. ------------------------------------------------------------------------ r2575 | qldrob | 2006-09-18 01:08:19 -0700 (Mon, 18 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Grr. Thinko. Breaks new installations. 2.1.3 tomorrow I guess. ------------------------------------------------------------------------ r2567 | qldrob | 2006-09-17 02:02:56 -0700 (Sun, 17 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php More #999 fixes ------------------------------------------------------------------------ r2563 | qldrob | 2006-09-17 01:10:46 -0700 (Sun, 17 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Thanks, vgster, for slapping me until I fixed this. ------------------------------------------------------------------------ r2549 | qldrob | 2006-09-17 00:34:17 -0700 (Sun, 17 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php I keep bouncing back between modules and core.. Clean up one warning, and 4 more appear. ------------------------------------------------------------------------ r2547 | qldrob | 2006-09-17 00:18:55 -0700 (Sun, 17 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php More undef variable cleanups. ------------------------------------------------------------------------ r2545 | qldrob | 2006-09-16 23:46:49 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php More #999 fixes. ------------------------------------------------------------------------ r2544 | qldrob | 2006-09-16 23:35:24 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/header_auth.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php More warning fixups. ------------------------------------------------------------------------ r2539 | qldrob | 2006-09-16 23:10:20 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix minor issues with the URI always doing a refresh in certain circumstances. ------------------------------------------------------------------------ r2523 | qldrob | 2006-09-16 21:52:42 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php This really shouldn't happen, but obviously it does. I'm guessing something's writing crud to the astdb, but I don't know what it is. ------------------------------------------------------------------------ r2522 | qldrob | 2006-09-16 21:44:52 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Yet more #999 fixes. vgster rocks! ------------------------------------------------------------------------ r2520 | qldrob | 2006-09-16 21:25:10 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php More #999 fixes. ------------------------------------------------------------------------ r2505 | qldrob | 2006-09-16 01:19:23 -0700 (Sat, 16 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/apply_conf.sh This fixes the security issues with FOP, and also applies #226. Need to go through the tracker to see which ones this addresses. ------------------------------------------------------------------------ r2504 | qldrob | 2006-09-15 23:51:43 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl Digging through old souceforge patches for FOP while I'm here. This one closes #227. Thanks, Julian, if you're still around! ------------------------------------------------------------------------ r2503 | qldrob | 2006-09-15 23:45:49 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg Let users double-click on the mail icon to check their voicemail. Depends on having the voicemail module installed, and them not changing the default feature code. ------------------------------------------------------------------------ r2502 | qldrob | 2006-09-15 23:36:45 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg M /freepbx/trunk/amp_conf/htdocs_panel/op_style.cfg Astonishingly, this seems to work. I'm flabergasted! FOP Upgraded to .26. Yay me! ------------------------------------------------------------------------ r2501 | qldrob | 2006-09-15 23:19:47 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl Additional fixup for FOP ------------------------------------------------------------------------ r2500 | qldrob | 2006-09-15 23:06:09 -0700 (Fri, 15 Sep 2006) | 15 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/UPGRADE M /freepbx/trunk/amp_conf/htdocs_panel/op_server.pl M /freepbx/trunk/amp_conf/htdocs_panel/op_style.cfg M /freepbx/trunk/amp_conf/htdocs_panel/operator_panel.swf Start of upgrade of FOP to .26, but it's getting some errors: Use of uninitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 6295. Use of uninitialized value in split at /var/www/html/panel/op_server.pl line 6303. Use of uninitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 6329. Use of uninitialized value in split at /var/www/html/panel/op_server.pl line 6474. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 6490. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 6492. Use of uninitialized value in split at /var/www/html/panel/op_server.pl line 6474. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 6482. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 6484. If anyone wants to have a look at it, please go right ahead 8) ------------------------------------------------------------------------ r2499 | qldrob | 2006-09-15 22:11:44 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php Remove excess debugging from phpagi.php. Thanks, pnlarsson! (Ref #1123) ------------------------------------------------------------------------ r2493 | qldrob | 2006-09-15 21:07:09 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix for #1104, finally - You can now delete 'broken' modules! ------------------------------------------------------------------------ r2489 | qldrob | 2006-09-15 19:35:24 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Good suggestion, by vgster. Thanks. (#1069) ------------------------------------------------------------------------ r2488 | qldrob | 2006-09-15 19:19:51 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix issue with 'Custom' extension dial string not being processed properly. ------------------------------------------------------------------------ r2487 | qldrob | 2006-09-15 18:30:58 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Really fix mime-type this time 8) ------------------------------------------------------------------------ r2486 | qldrob | 2006-09-15 18:28:04 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix mime-type ------------------------------------------------------------------------ r2485 | qldrob | 2006-09-15 18:20:45 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Remove debugging message that's confusing and doesn't indicate an error. ------------------------------------------------------------------------ r2484 | qldrob | 2006-09-15 18:09:45 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix for #1023 - 0 in voicemail didn't honour 'OPERATOR_XTN'. ------------------------------------------------------------------------ r2473 | qldrob | 2006-09-15 14:44:04 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix SetCallerIDPres issue. Allow explicit CallerID blocking from either a user, or a trunk. ------------------------------------------------------------------------ r2472 | qldrob | 2006-09-15 14:22:52 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/modules.conf Don't load trunkisavail (trixbox broken module) ------------------------------------------------------------------------ r2457 | qldrob | 2006-09-15 03:53:55 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Fix for #1056 - Can't add a did with a /, as we use it for a delimeter internally. ------------------------------------------------------------------------ r2448 | qldrob | 2006-09-15 01:50:43 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/musiconhold.conf Support for new MOH module - nothing in there at all! ------------------------------------------------------------------------ r2445 | qldrob | 2006-09-15 00:52:16 -0700 (Fri, 15 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf We were trusting REALCALLERIDNUM too much, and that was breaking when your DEVICE id didn't match your USER id. Fix for #847. Finally. Yay! ------------------------------------------------------------------------ r2444 | qldrob | 2006-09-14 23:18:46 -0700 (Thu, 14 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl Fix for #983 and #1007 ------------------------------------------------------------------------ r2443 | qldrob | 2006-09-14 22:34:18 -0700 (Thu, 14 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix for #943 - Modules weren't triggering a needreload. ------------------------------------------------------------------------ r2440 | qldrob | 2006-09-14 21:14:32 -0700 (Thu, 14 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Fix typo ------------------------------------------------------------------------ r2439 | qldrob | 2006-09-14 21:13:55 -0700 (Thu, 14 Sep 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/config.php Merged revisions 2438 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2438 | qldrob | 2006-09-15 14:01:04 +1000 (Fri, 15 Sep 2006) | 2 lines Added a 'welcome' page, with links to the forums, the online support module, blah blah. ........ ------------------------------------------------------------------------ r2437 | qldrob | 2006-09-14 20:28:54 -0700 (Thu, 14 Sep 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php M /freepbx/trunk/amportal.conf Merged revisions 2436 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2436 | qldrob | 2006-09-15 13:14:06 +1000 (Fri, 15 Sep 2006) | 2 lines Document AMPMODULESVN and XML ........ ------------------------------------------------------------------------ r2435 | qldrob | 2006-09-14 19:54:31 -0700 (Thu, 14 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php M /freepbx/trunk/amportal.conf M /freepbx/trunk/install_amp More preperations for 2.1.2 release ------------------------------------------------------------------------ r2428 | mheydon1973 | 2006-09-14 04:49:00 -0700 (Thu, 14 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh Update module list ------------------------------------------------------------------------ r2418 | qldrob | 2006-09-13 21:55:34 -0700 (Wed, 13 Sep 2006) | 10 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/cdr/about.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-comp.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-daily-load.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/call-last-month.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_hourdetail.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_pie.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_stat.php M /freepbx/trunk/amp_conf/htdocs/admin/cdr/graph_statbar.php Merged revisions 2413 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2413 | qldrob | 2006-09-14 13:37:03 +1000 (Thu, 14 Sep 2006) | 3 lines Remove SQL injection issues - thanks to Barrie Dempster from ngsoftware for the heads up. (Also, fixed a couple of cut and paste errors between GET and POST) ........ ------------------------------------------------------------------------ r2409 | p_lindheimer | 2006-09-10 19:57:06 -0700 (Sun, 10 Sep 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_backup_cron_from_mysql.pl do not try to send crontab the *now* backup entries since it craps out and anything after does not make it into the crontab command ------------------------------------------------------------------------ r2405 | mheydon1973 | 2006-09-10 17:10:53 -0700 (Sun, 10 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Bug in new gui hooks...would only work for hooks within the same 'type' of module ------------------------------------------------------------------------ r2400 | mheydon1973 | 2006-09-10 16:26:08 -0700 (Sun, 10 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Extensions page now uses functions from Devices and Users, thus stopping any duplicate of code ------------------------------------------------------------------------ r2399 | mheydon1973 | 2006-09-10 12:55:15 -0700 (Sun, 10 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.devices.php Devices page now using gui hooks ------------------------------------------------------------------------ r2398 | mheydon1973 | 2006-09-10 11:15:31 -0700 (Sun, 10 Sep 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php * Fixed bug where list options were not sorting * Added general array handling ------------------------------------------------------------------------ r2397 | mheydon1973 | 2006-09-10 05:53:02 -0700 (Sun, 10 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Short term fix so SVN HEAD still works....extensions page will be replaced once gui hooks stuff finished in page.devices.php --- hopefully today ------------------------------------------------------------------------ r2392 | mheydon1973 | 2006-09-10 05:09:41 -0700 (Sun, 10 Sep 2006) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php More modular Voicemail changes * WARNING * Must update Voicemail module to 1.3.0 and IVR module to 2.4.0 ------------------------------------------------------------------------ r2389 | mheydon1973 | 2006-09-09 14:35:30 -0700 (Sat, 09 Sep 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php * Minor fix on philippel's changes * Voicemail (gui) code moved to Voicemail module ------------------------------------------------------------------------ r2379 | qldrob | 2006-09-07 16:17:40 -0700 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Add lookupblacklist, required for #973 ------------------------------------------------------------------------ r2377 | p_lindheimer | 2006-09-07 08:34:10 -0700 (Thu, 07 Sep 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php added option to specifiy AMPMODULEXML and AMPMODULESVN into amportal.conf as alternate destinations for the online module system (good for debugging or setting up alternatives) ------------------------------------------------------------------------ r2300 | qldrob | 2006-09-07 03:31:28 -0700 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_backup_cron_from_mysql.pl Remove unneeded slash that would haev missed one comment.. ------------------------------------------------------------------------ r2299 | qldrob | 2006-09-07 03:29:39 -0700 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_backup_cron_from_mysql.pl Apply patch #990 - Avoid duplication of generated crontab lines ------------------------------------------------------------------------ r2298 | qldrob | 2006-09-07 03:24:47 -0700 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/install.php Added another of webbrainstorms patches, thanks! - Ref #1043 ------------------------------------------------------------------------ r2288 | qldrob | 2006-09-07 01:56:35 -0700 (Thu, 07 Sep 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Merged revisions 2287 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2287 | qldrob | 2006-09-07 18:52:14 +1000 (Thu, 07 Sep 2006) | 2 lines Apply patch #821 - allow hiding of CallerID via ISDN ........ ------------------------------------------------------------------------ r2286 | qldrob | 2006-09-07 00:40:19 -0700 (Thu, 07 Sep 2006) | 11 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Merged revisions 2282 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2282 | qldrob | 2006-09-07 17:15:20 +1000 (Thu, 07 Sep 2006) | 2 lines Add Flite to 2.1 branch ........ Sorry for all these svnmerge commits - Just trying to clean up the 2.1 branch for a 2.1 release. ------------------------------------------------------------------------ r2285 | qldrob | 2006-09-07 00:36:24 -0700 (Thu, 07 Sep 2006) | 16 lines Changed paths: M /freepbx/trunk Blocked revisions 2250,2271 via svnmerge ........ r2250 | p_lindheimer | 2006-08-14 18:42:45 +1000 (Mon, 14 Aug 2006) | 1 line added Macro(hangupcall) to extension h,1 of dialout-trunk to revert past behavior where it should be called after a call and the behavior stopped. (may be related to specific later asterisk version, has not been isolated. ........ r2271 | diego_iastrubni | 2006-08-22 23:26:29 +1000 (Tue, 22 Aug 2006) | 7 lines who the fuck messed up my favorite browser...? hell, konqueror was detected as IE, and on IE it seems that this project uses some ugly hacks to make it look the same as on normal browsers. (now i feel better...) ........ ------------------------------------------------------------------------ r2284 | qldrob | 2006-09-07 00:25:21 -0700 (Thu, 07 Sep 2006) | 33 lines Changed paths: M /freepbx/trunk Blocked revisions 2133-2134,2201,2241,2244 via svnmerge ........ r2133 | diego_iastrubni | 2006-07-12 21:55:44 +1000 (Wed, 12 Jul 2006) | 11 lines now we can have different install files, per sql engine supported. *.sql -> mysql, pgsql *.sqlite -> sqlite this means that all modules must have an *.sqlite install and uninstall file. this also means, that if pgsql will make us problems, we can fork the configi, and have install.pgsql files. now, lets start fixing modules... one by one... ........ r2134 | diego_iastrubni | 2006-07-12 22:12:13 +1000 (Wed, 12 Jul 2006) | 2 lines revert the sqlite-install patch. development should not be done on the branch ........ r2201 | p_lindheimer | 2006-07-30 13:25:52 +1000 (Sun, 30 Jul 2006) | 1 line moved findmefollow after ext-did contexts in from-pstn to fix problem if did comes in same as extension, should go to did routing first ........ r2241 | p_lindheimer | 2006-08-10 14:37:41 +1000 (Thu, 10 Aug 2006) | 1 line #1084 replaced non-existent sound file with workable alternative ........ r2244 | p_lindheimer | 2006-08-13 12:28:12 +1000 (Sun, 13 Aug 2006) | 1 line add noanswer option to playback in outisbusy so channel is not answered, fixes behavior like a bogus number in a ringgroup from answering the call with a busy and the rest of the ringgroup hangs up ........ ------------------------------------------------------------------------ r2283 | qldrob | 2006-09-07 00:23:29 -0700 (Thu, 07 Sep 2006) | 8 lines Changed paths: M /freepbx/trunk Blocked revisions 2117 via svnmerge ........ r2117 | diego_iastrubni | 2006-06-30 00:26:52 +1000 (Fri, 30 Jun 2006) | 3 lines fix for sqlite ........ ------------------------------------------------------------------------ r2281 | qldrob | 2006-09-07 00:05:10 -0700 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Apply AGI -> DeadAGI changes to avoid Asterisk bug and hung threads. No other impact. ------------------------------------------------------------------------ r2280 | qldrob | 2006-09-06 22:11:12 -0700 (Wed, 06 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Add patch #1072 - Add Venezuela to indications.conf. ------------------------------------------------------------------------ r2279 | qldrob | 2006-09-06 22:08:50 -0700 (Wed, 06 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Apply patch #992 - Ensure there's always a filename even if no caller ID received. ------------------------------------------------------------------------ r2275 | qldrob | 2006-09-04 21:01:56 -0700 (Mon, 04 Sep 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Let static members of queues be dialled in the order they're entered ------------------------------------------------------------------------ r2271 | diego_iastrubni | 2006-08-22 06:26:29 -0700 (Tue, 22 Aug 2006) | 7 lines Changed paths: M /freepbx/branches/2.1/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php who the fuck messed up my favorite browser...? hell, konqueror was detected as IE, and on IE it seems that this project uses some ugly hacks to make it look the same as on normal browsers. (now i feel better...) ------------------------------------------------------------------------ r2268 | p_lindheimer | 2006-08-18 11:20:48 -0700 (Fri, 18 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php since woz is MIA added the new fax and privacy routing to useranddevice mode as best I could figure it out. The moduleHook link to follow-me is still broken, can not figure out where in the new stuff to add that ------------------------------------------------------------------------ r2262 | p_lindheimer | 2006-08-17 14:18:35 -0700 (Thu, 17 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/features.conf take out parking config in features and add include file for parking module. this will make parking not work if module is not used unless edited or the custom included used ------------------------------------------------------------------------ r2256 | diego_iastrubni | 2006-08-17 05:55:13 -0700 (Thu, 17 Aug 2006) | 13 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php what happens when /etc/voicemail.conf gets deleted? the current code does not even try to recover from this. IMHO that's lame. here is a fix: lets install /etc/asterisk/voicemail.conf.template, and if the desired files does not exist, copy the template. wait! isn't it installed by default today..? code is simple, and looks like it works. TODO: is this logical? is there a better way of doying it? TODO: don't use hardcoded path...? $AMP_CONF? $AST_CONF? ------------------------------------------------------------------------ r2255 | diego_iastrubni | 2006-08-16 05:14:39 -0700 (Wed, 16 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php lets revert that minimal glitch... still amportal.conf is the config file ------------------------------------------------------------------------ r2254 | diego_iastrubni | 2006-08-16 05:10:28 -0700 (Wed, 16 Aug 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php show an error message when config.php is loaded and asterisk does not response. cleanning old patches -> less for me to maintain. ------------------------------------------------------------------------ r2253 | p_lindheimer | 2006-08-14 17:31:05 -0700 (Mon, 14 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf use DIAL_OPTIONS instead of TRUNK_OPTIONS on a call routing through an intra-company route ------------------------------------------------------------------------ r2252 | p_lindheimer | 2006-08-14 16:35:20 -0700 (Mon, 14 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php add option to define a route as intracompany resulting in the preservation of the internal callerid (so if 4 digit intracompany dialing is enabled, the informaiton will be propagated across any trunks specified in the given route ------------------------------------------------------------------------ r2251 | p_lindheimer | 2006-08-14 01:43:32 -0700 (Mon, 14 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf added Macro(hangupcall) to extension h,1 of dialout-trunk to revert past behavior where it should be called after a call and the behavior stopped. (may be related to specific later asterisk version, has not been isolated. ------------------------------------------------------------------------ r2245 | p_lindheimer | 2006-08-12 19:28:32 -0700 (Sat, 12 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf add noanswer option to playback in outisbusy so channel is not answered, fixes behavior like a bogus number in a ringgroup from answering the call with a busy and the rest of the ringgroup hangs up ------------------------------------------------------------------------ r2243 | p_lindheimer | 2006-08-12 10:13:17 -0700 (Sat, 12 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/upgrades/2.2.0beta1/tables.php add voicemail option s to general page to globally disable the voicemail instructions after greeting ------------------------------------------------------------------------ r2242 | p_lindheimer | 2006-08-09 21:38:06 -0700 (Wed, 09 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/directory #1084 replaced non-existent sound file with workable alternative ------------------------------------------------------------------------ r2240 | p_lindheimer | 2006-08-09 18:19:08 -0700 (Wed, 09 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf keep original CID when forwarding NXXXXXX# style formatted numbers in ringgroups/followme ------------------------------------------------------------------------ r2234 | diego_iastrubni | 2006-08-06 00:31:37 -0700 (Sun, 06 Aug 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php this commit tries to fix whish #1075 it should have no special side effects, as it defaults to the old defines. ------------------------------------------------------------------------ r2227 | p_lindheimer | 2006-08-05 20:15:29 -0700 (Sat, 05 Aug 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi add new ringgroup modes that only ring the primary (first) extension in list if it is occupied but act like normal if not. Requires update to ringgroups and followme to take advantage ------------------------------------------------------------------------ r2220 | gregmac | 2006-08-04 19:32:20 -0700 (Fri, 04 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Fix bug - missing $version in install_sqlupdate() ------------------------------------------------------------------------ r2217 | gregmac | 2006-08-04 16:13:16 -0700 (Fri, 04 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php ext_dbput fixed ------------------------------------------------------------------------ r2211 | gregmac | 2006-08-03 22:55:42 -0700 (Thu, 03 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Fixed invalid calls to trigger_error() ------------------------------------------------------------------------ r2210 | gregmac | 2006-08-03 22:06:39 -0700 (Thu, 03 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Added ext_saynumber and ext_sayphonetic ------------------------------------------------------------------------ r2209 | gregmac | 2006-08-03 21:58:56 -0700 (Thu, 03 Aug 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php dded ext_set as alias to ext_setvar Added attempts and timeout parameters (ast 1.2) to ext_read Added ext_dbdeltree, ext_dbget, ext_dbput ------------------------------------------------------------------------ r2208 | gregmac | 2006-08-01 07:53:32 -0700 (Tue, 01 Aug 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/safe_opserver safe_opserver reads amportal.conf for FOP directory ------------------------------------------------------------------------ r2203 | p_lindheimer | 2006-07-30 15:15:42 -0700 (Sun, 30 Jul 2006) | 1 line Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/upgrades/2.2.0beta1/tables.php added Fax handling and privacy mgr option to directdid routing, not in page.users.php yet just in page.extensions.php, waiting on woz to get info on new format to add same functionality to page.users.php ------------------------------------------------------------------------ r2202 | p_lindheimer | 2006-07-29 20:26:46 -0700 (Sat, 29 Jul 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf moved findmefollow after ext-did contexts in from-pstn to fix problem if did comes in same as extension, should go to did routing first ------------------------------------------------------------------------ r2200 | gregmac | 2006-07-28 15:14:46 -0700 (Fri, 28 Jul 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fixed bug where saving user would wipe out voicemail.conf (hopefully this doesn't conflict with voicemail module) added additional check to saveVoicemail() to try to prevent that ------------------------------------------------------------------------ r2199 | gregmac | 2006-07-28 14:28:06 -0700 (Fri, 28 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Add fix for PHP error when not adding new VM entries in write_voicemailconf() ------------------------------------------------------------------------ r2198 | gregmac | 2006-07-28 14:23:48 -0700 (Fri, 28 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php Relax email validation to allow no . after @ (eg, 'user@localhost') ------------------------------------------------------------------------ r2197 | gregmac | 2006-07-28 05:49:56 -0700 (Fri, 28 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Revampled NPANXX lookup options ------------------------------------------------------------------------ r2192 | gregmac | 2006-07-26 19:56:48 -0700 (Wed, 26 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi-asmanager.php added database_show database_put database_get database_del to phpagi-asmanager ------------------------------------------------------------------------ r2190 | qldrob | 2006-07-26 19:24:51 -0700 (Wed, 26 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Playtones const issues. ------------------------------------------------------------------------ r2182 | gregmac | 2006-07-26 18:00:13 -0700 (Wed, 26 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Implement ModuleSubdirectories ------------------------------------------------------------------------ r2181 | gregmac | 2006-07-26 15:00:25 -0700 (Wed, 26 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/mainstyle.css Implement #562 - Scroll right-nav lists if they're too big ------------------------------------------------------------------------ r2172 | diego_iastrubni | 2006-07-26 05:58:25 -0700 (Wed, 26 Jul 2006) | 12 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amp_conf/htdocs/admin/index.php M /freepbx/trunk/install_amp - added to index.php the collection of asterisk.conf settings, is it needed? - footer will read $asterisk_conf[] instead of $amp_conf[] for reading asterisk settings - install_amp contains a comment which says the merging of asterisk.conf into amportal.conf will get removed in next version (2.3). developers: please dont use $amp_conf[] to read configuraiton from asterisk.conf, this is going to be removed in the future. those settings can be collected from other hashes, which are available for you. if not, make them. i am leaving it for now, just for you to update the code. ------------------------------------------------------------------------ r2171 | gregmac | 2006-07-25 18:21:16 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Added handlers to macro-dialout-trunk for NOANSWER and CANCEL ------------------------------------------------------------------------ r2169 | gregmac | 2006-07-25 15:47:03 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Implemented 'blackhole' destinations into core (#1034) ------------------------------------------------------------------------ r2168 | gregmac | 2006-07-25 15:00:15 -0700 (Tue, 25 Jul 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Added ext_zapateller, ext_musiconhold, ext_congestion, ext_busy from #1034 ------------------------------------------------------------------------ r2164 | qldrob | 2006-07-25 04:20:27 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Fixed IRC reported thinko. Thanks, vgster! ------------------------------------------------------------------------ r2163 | qldrob | 2006-07-25 04:10:50 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Re-fix r2155's silly idea of urlencode, changed it to addslashes instead. ------------------------------------------------------------------------ r2156 | qldrob | 2006-07-25 03:24:06 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php As per cuco's suggestion, log the output of retrieve_conf into $ASTLOGDIR/freepbx.log ------------------------------------------------------------------------ r2155 | qldrob | 2006-07-25 03:18:12 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Avoided potential SQL injection attack, also fixed typo-ism referenced in #978 ------------------------------------------------------------------------ r2150 | qldrob | 2006-07-25 02:16:10 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php A /freepbx/trunk/upgrades/2.2.0beta1 A /freepbx/trunk/upgrades/2.2.0beta1/tables.php Add first part of support for Operator configuration (bug #889), and add the 2.2.0beta1 upgrade script. ------------------------------------------------------------------------ r2149 | qldrob | 2006-07-25 02:09:11 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Lalala. Once again, rob, it's check _THEN_ commit, not the other way round. ------------------------------------------------------------------------ r2148 | qldrob | 2006-07-25 01:43:28 -0700 (Tue, 25 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Ensure fax detection is always there. ------------------------------------------------------------------------ r2145 | qldrob | 2006-07-24 23:54:16 -0700 (Mon, 24 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/install_amp Revert previous /usr/bin/env changes, due to env not supporting parameters when called from #!. Sorry. All the rest I'll leave as they are, but these two are called from the CLI and MUST have -q on them. ------------------------------------------------------------------------ r2144 | qldrob | 2006-07-24 23:42:17 -0700 (Mon, 24 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Finish the 'Ringing' Fixes. Note. Anyone tracking SVN needs to do a --force-version=2.1.1, as this updates core tables. ------------------------------------------------------------------------ r2143 | qldrob | 2006-07-23 23:42:52 -0700 (Sun, 23 Jul 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Possibly fix 'stuck' asterisk processes (caused by recordingcheck AGI being called on a dead channel), and provide RINGING for braindead Zap switches that require it. Also goign to do an inbound route addition to allow a Ringing signal to be provided. ------------------------------------------------------------------------ r2138 | gregmac | 2006-07-14 06:54:18 -0700 (Fri, 14 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp install_amp now passes --debug flag to retrieve_conf ------------------------------------------------------------------------ r2137 | gregmac | 2006-07-14 06:53:26 -0700 (Fri, 14 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Added help text for DID numbers ------------------------------------------------------------------------ r2136 | gregmac | 2006-07-12 19:09:18 -0700 (Wed, 12 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Added some debug() lines for use with --debug ------------------------------------------------------------------------ r2135 | gregmac | 2006-07-12 19:01:41 -0700 (Wed, 12 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Fixed #1002 - missing argument to extension() ------------------------------------------------------------------------ r2132 | diego_iastrubni | 2006-07-12 03:22:49 -0700 (Wed, 12 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php use default database when none supplied on amportal.conf ------------------------------------------------------------------------ r2131 | qldrob | 2006-07-05 05:36:25 -0700 (Wed, 05 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Fix amp_conf undef notices.. ------------------------------------------------------------------------ r2127 | qldrob | 2006-07-05 05:12:29 -0700 (Wed, 05 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php New extensions.class.php from #946 ------------------------------------------------------------------------ r2124 | qldrob | 2006-07-04 20:20:51 -0700 (Tue, 04 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/iax.conf M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl Seperate out IAX registrations to stop registration breakage when iax_custom.conf is used ------------------------------------------------------------------------ r2123 | qldrob | 2006-07-04 19:05:36 -0700 (Tue, 04 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix for #924, plus some spelling/grammar cleanups. ------------------------------------------------------------------------ r2122 | qldrob | 2006-07-04 18:47:42 -0700 (Tue, 04 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Database wasn't being configured on a new install ------------------------------------------------------------------------ r2121 | mheydon1973 | 2006-07-04 12:45:06 -0700 (Tue, 04 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Fixes #998: isDialpattern is too restrictive ------------------------------------------------------------------------ r2120 | mheydon1973 | 2006-07-01 17:08:24 -0700 (Sat, 01 Jul 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Added support for hookable drop downs / radio buttons as well ------------------------------------------------------------------------ r2119 | mheydon1973 | 2006-06-29 16:45:24 -0700 (Thu, 29 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Comments left in which was making a Disabled for the Pickup feature code get written to the dialplan as _X. or something like that at least! ------------------------------------------------------------------------ r2118 | diego_iastrubni | 2006-06-29 07:29:09 -0700 (Thu, 29 Jun 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php sqlite fix, backport of changeset:2117 (or changeset:2118 on trac). not perfect, but works. ------------------------------------------------------------------------ r2116 | mheydon1973 | 2006-06-28 16:33:39 -0700 (Wed, 28 Jun 2006) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php ** WARNING ** Experimental code First look at new gui hooks / componet class in use. Users page re-written to use this only. Currently, seems to work apart from it's destorying the /etc/asterisk/voicemail.conf file, although updates fine on first form Submit but any changes after first submit, the file is corrupt. Probably due to the way the voicemail stuff is still very depending on the core, whereas this new functionality is designed to be modular. If we are going to look at spliting the voicemail out to the voicemail module, not would be a very good time to do so :) ------------------------------------------------------------------------ r2115 | mheydon1973 | 2006-06-28 16:30:39 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php Was loading values into the gui elements BEFORE processing the page...obviously wrong! So had a re-think :) ------------------------------------------------------------------------ r2114 | mheydon1973 | 2006-06-28 15:22:14 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/components.class.php Added radio button plus lang support on link wasn't working ------------------------------------------------------------------------ r2113 | mheydon1973 | 2006-06-28 14:31:21 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php Missed out module level configpageinit function check as well as 'item' level ------------------------------------------------------------------------ r2112 | qldrob | 2006-06-28 13:59:11 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Clean up a warning where $data wasn't defined prior to being appended to. ------------------------------------------------------------------------ r2111 | mheydon1973 | 2006-06-28 13:45:30 -0700 (Wed, 28 Jun 2006) | 4 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/components.class.php M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php First look at new gui hooks stuff ... new version of page.users and Voicemail module coming shortly showing this in use ** IMPORTANT ** Compatability with existing stuff needs testing !!!!!!! There is a chance that once the above goes in that SVN HEAD will be broke :) ------------------------------------------------------------------------ r2110 | diego_iastrubni | 2006-06-28 04:36:57 -0700 (Wed, 28 Jun 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php fixing syntax errors ------------------------------------------------------------------------ r2109 | diego_iastrubni | 2006-06-28 04:35:05 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php indentation and cleanups ------------------------------------------------------------------------ r2108 | diego_iastrubni | 2006-06-28 04:02:57 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add support for SQLite configuration for modules. ------------------------------------------------------------------------ r2107 | diego_iastrubni | 2006-06-28 03:56:45 -0700 (Wed, 28 Jun 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php indentation fixes ------------------------------------------------------------------------ r2106 | diego_iastrubni | 2006-06-28 03:50:40 -0700 (Wed, 28 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css M /freepbx/trunk/amp_conf/htdocs/admin/footer.php move the css definition to it's correct place ------------------------------------------------------------------------ r2105 | diego_iastrubni | 2006-06-28 03:45:08 -0700 (Wed, 28 Jun 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php fix indentation. code should be more readable now. plase don't indent more then 5 times at the same page, if needed use "continue" or "return". if don't know what i am talking about, read the coding style document found at your linux kernel source. if you use windows, dont. if you use *bsd.... just download that doc file :) ------------------------------------------------------------------------ r2104 | diego_iastrubni | 2006-06-28 02:37:57 -0700 (Wed, 28 Jun 2006) | 3 lines Changed paths: A /freepbx/trunk/upgrades/2.0beta1/tables.sqlite A /freepbx/trunk/upgrades/2.1beta1/tables.sqlite added sqlite version of the upgrade sql scripts ------------------------------------------------------------------------ r2103 | diego_iastrubni | 2006-06-28 01:49:31 -0700 (Wed, 28 Jun 2006) | 6 lines Changed paths: M /freepbx/trunk/install_amp rest move the code which handles the sql execution into a function. also, we now have 2 sets of updates "sql" and "sqlite", just like in the modules install. ------------------------------------------------------------------------ r2102 | qldrob | 2006-06-27 19:24:37 -0700 (Tue, 27 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Fix thinko in r2092 ------------------------------------------------------------------------ r2101 | qldrob | 2006-06-27 00:42:36 -0700 (Tue, 27 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/install.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml Add support for Call Pickup using app_pickup - the default is **XTN, which is what the GXP2000's use with their BLFs ------------------------------------------------------------------------ r2100 | gregmac | 2006-06-26 22:05:22 -0700 (Mon, 26 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Fix #942 ------------------------------------------------------------------------ r2099 | gregmac | 2006-06-26 21:58:37 -0700 (Mon, 26 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php Workaround fix for #495 - problem adding 2nd trunk on new route ------------------------------------------------------------------------ r2098 | gregmac | 2006-06-26 21:47:23 -0700 (Mon, 26 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php i18n for "Add" button ------------------------------------------------------------------------ r2097 | gregmac | 2006-06-26 18:54:58 -0700 (Mon, 26 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Implement #970 - autoselect radio buttons in drawselects() ------------------------------------------------------------------------ r2096 | gregmac | 2006-06-26 16:52:07 -0700 (Mon, 26 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Fix segfault (infinite recusive call) when 'tech' field is empty ------------------------------------------------------------------------ r2093 | qldrob | 2006-06-25 20:06:23 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fixed my issues with Ring Groups with Confirmation. Ringing and MOH now work, whilst waiting for the remote party to accept the call. ------------------------------------------------------------------------ r2092 | qldrob | 2006-06-25 18:08:53 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Start of support for #761 - tidying up install_amp. ------------------------------------------------------------------------ r2091 | qldrob | 2006-06-25 17:40:19 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal Little bit of sanity checking in /usr/sbin/amportal ------------------------------------------------------------------------ r2090 | qldrob | 2006-06-25 16:46:50 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/agi-bin/directory M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix M /freepbx/trunk/amp_conf/agi-bin/list-item-remove.php M /freepbx/trunk/amp_conf/agi-bin/recordingcheck M /freepbx/trunk/amp_conf/bin/archive_recordings M /freepbx/trunk/amp_conf/bin/callback M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/bounce_op.sh M /freepbx/trunk/amp_conf/htdocs_panel/safe_opserver M /freepbx/trunk/amp_conf/sbin/amportal M /freepbx/trunk/apply_conf.sh M /freepbx/trunk/install_amp Fix hardcoded executable paths, use /usr/bin/env, as per #759 ------------------------------------------------------------------------ r2089 | mheydon1973 | 2006-06-25 12:44:45 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php Added generic code lookup for helptext etc. -- featurecodes_getFeatureCode($modulename, $featurename) ------------------------------------------------------------------------ r2088 | p_lindheimer | 2006-06-25 08:49:18 -0700 (Sun, 25 Jun 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php reverted fixlocalprefix to previous behavior (trac r2081 broke). Added clarification comments to flyover in page.trunk.php wrt behavior. If multiple rule exectuion is to be added it needs to be done so with additonal syntax that will not break backward compatibility. Something like #step1, #step2, etc. ------------------------------------------------------------------------ r2087 | qldrob | 2006-06-25 03:48:33 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Wups. tyop! ------------------------------------------------------------------------ r2086 | qldrob | 2006-06-25 03:37:15 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/ampbackup.pl M /freepbx/trunk/amp_conf/bin/archive_recordings M /freepbx/trunk/amp_conf/bin/retrieve_backup_cron_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/common/db_connect.php M /freepbx/trunk/install_amp Feature request #697 - Add support for a 'named' database, rather than just 'asterisk'. Changing asteriskcdrdb will be harder. ------------------------------------------------------------------------ r2085 | qldrob | 2006-06-25 03:04:08 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/INSTALL Update the INSTALL docco. ------------------------------------------------------------------------ r2084 | qldrob | 2006-06-25 02:57:27 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/CHANGES Update CHANGES file before it gets too out of date. ------------------------------------------------------------------------ r2083 | qldrob | 2006-06-25 02:36:27 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ringgroups confirmation, now with dialplan documentation. ------------------------------------------------------------------------ r2081 | qldrob | 2006-06-25 01:59:23 -0700 (Sun, 25 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Still need to be able to play MOH, but this fixes the hangup bug vgster reported. ------------------------------------------------------------------------ r2080 | gregmac | 2006-06-23 11:32:21 -0700 (Fri, 23 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix fixlocalprefixes processes multiple rules (#258) ------------------------------------------------------------------------ r2079 | qldrob | 2006-06-22 08:37:07 -0700 (Thu, 22 Jun 2006) | 24 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/CONTRIB.txt M /freepbx/trunk/install_amp M /freepbx/trunk/upgrades/2.1beta1/tables.php M /freepbx/trunk/upgrades/2.1beta3/tables.php Merged revisions 2056-2057,2059,2061-2075,2077-2078 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2067 | diego_iastrubni | 2006-06-19 23:39:14 +1000 (Mon, 19 Jun 2006) | 2 lines update the contibs to this package. docs only. ........ r2068 | diego_iastrubni | 2006-06-19 23:41:29 +1000 (Mon, 19 Jun 2006) | 1 line spandsp 0.0.2 is GPL. do we use it at all...? can we remove this ...? ........ r2069 | diego_iastrubni | 2006-06-19 23:53:32 +1000 (Mon, 19 Jun 2006) | 2 lines these scripts are not stand alone, they should not be +x ........ r2075 | diego_iastrubni | 2006-06-22 19:46:24 +1000 (Thu, 22 Jun 2006) | 6 lines 1) improoves the sqlite support. now we can generate the first time install using this script. with some luck it will even support pgsql. the syntax is there, we just need someone with pgsql knowlege to test this this. 2) removed remarks about the perl checking code, since it's obsolete, no need for maintaining this right...? ........ ------------------------------------------------------------------------ r2078 | qldrob | 2006-06-22 08:25:21 -0700 (Thu, 22 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk svnmerge tidyups ------------------------------------------------------------------------ r2077 | qldrob | 2006-06-22 07:56:42 -0700 (Thu, 22 Jun 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 2076 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2076 | qldrob | 2006-06-23 00:53:23 +1000 (Fri, 23 Jun 2006) | 2 lines Fix for potential security hole if a shell escape character was in CALLERID(name) or (number) ........ ------------------------------------------------------------------------ r2072 | qldrob | 2006-06-21 04:48:50 -0700 (Wed, 21 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Stage one of ring groups with confirmation. Still have to write the code for the module, but this works. ------------------------------------------------------------------------ r2071 | gregmac | 2006-06-20 10:06:09 -0700 (Tue, 20 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Remerge changes in [2057] ------------------------------------------------------------------------ r2070 | gregmac | 2006-06-20 09:27:07 -0700 (Tue, 20 Jun 2006) | 3 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/XML_Parser.php A /freepbx/trunk/amp_conf/htdocs/admin/modules/core/XML_Unserializer.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Update prefix lookup to use localcallingguide.com XML interface (#887) Added 7 and 10-digit option to lookup in trunks ------------------------------------------------------------------------ r2063 | diego_iastrubni | 2006-06-19 05:23:19 -0700 (Mon, 19 Jun 2006) | 1 line Changed paths: A /freepbx/trunk/gen-dist added a new script for generating release tarballs. when freepbx gets a new version, please modify the version on this script as well ------------------------------------------------------------------------ r2062 | diego_iastrubni | 2006-06-19 04:06:56 -0700 (Mon, 19 Jun 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh make the module list more "diff friendly", now when someone adds a new module, we will be able to distinguish it more clearly :) ------------------------------------------------------------------------ r2061 | mheydon1973 | 2006-06-18 13:01:48 -0700 (Sun, 18 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh Updated to current 'official' module list ------------------------------------------------------------------------ r2059 | diego_iastrubni | 2006-06-18 05:44:10 -0700 (Sun, 18 Jun 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php this fixes the high cpu usage experienced when you press the reload bar, and asterisk is not running. fixes: #830 up-port from the branch, chageset:2058 ------------------------------------------------------------------------ r2056 | qldrob | 2006-06-12 03:01:11 -0700 (Mon, 12 Jun 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Merged revisions 2051-2055 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2055 | qldrob | 2006-06-12 19:50:08 +1000 (Mon, 12 Jun 2006) | 2 lines Fix issue where leaving a custom dial string empty was reporting the error 'Invalid Trunk Name', leading to user confusion. ........ ------------------------------------------------------------------------ r2051 | qldrob | 2006-06-08 15:25:12 -0700 (Thu, 08 Jun 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/bin/fax-process.pl Merged revisions 2049-2050 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2050 | qldrob | 2006-06-08 18:23:09 -0400 (Thu, 08 Jun 2006) | 2 lines This gives better results when not hardcoding the page dimensions. ........ ------------------------------------------------------------------------ r2049 | qldrob | 2006-06-08 14:43:35 -0700 (Thu, 08 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk Update svnmerge details. ------------------------------------------------------------------------ r2048 | p_lindheimer | 2006-06-08 10:01:59 -0700 (Thu, 08 Jun 2006) | 1 line Changed paths: M /freepbx/branches/2.1/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/astetc/extensions.conf r2047 and r2048 looks like $ was deleted by in error line 427 ------------------------------------------------------------------------ r2047 | qldrob | 2006-06-08 08:26:29 -0700 (Thu, 08 Jun 2006) | 9 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/astetc/extensions.conf Merged revisions 2046 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2046 | qldrob | 2006-06-08 11:10:20 -0400 (Thu, 08 Jun 2006) | 2 lines Move fax processing to after the call has hungup, to avoid missed faxes. ........ ------------------------------------------------------------------------ r2044 | qldrob | 2006-06-07 19:32:15 -0700 (Wed, 07 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf We should be using MixMonitor, rather than Monitor. ------------------------------------------------------------------------ r2043 | p_lindheimer | 2006-06-06 14:06:26 -0700 (Tue, 06 Jun 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/ampbackup.pl fixed ftp so path is not hardcoded and it works with different ftp clients ------------------------------------------------------------------------ r2042 | p_lindheimer | 2006-06-06 13:25:10 -0700 (Tue, 06 Jun 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/bin/ampbackup.pl M /freepbx/trunk/amportal.conf add option in ampportal.conf to send backups to an ftp server ------------------------------------------------------------------------ r2025 | mheydon1973 | 2006-06-04 06:25:50 -0700 (Sun, 04 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #908 (Bugs) -- Excess characters ------------------------------------------------------------------------ r2024 | qldrob | 2006-06-04 00:02:40 -0700 (Sun, 04 Jun 2006) | 13 lines Changed paths: M /freepbx/trunk M /freepbx/trunk/amp_conf/htdocs/admin/footer.php Merged revisions 2009-2023 via svnmerge from https://svn.sourceforge.net/svnroot/amportal/freepbx/branches/2.1 ........ r2010 | qldrob | 2006-06-04 10:36:01 +1000 (Sun, 04 Jun 2006) | 2 lines More svnmerge.py goodness. ........ r2023 | qldrob | 2006-06-04 16:53:38 +1000 (Sun, 04 Jun 2006) | 2 lines Fix quietmode still outputting stuff in the footer ........ ------------------------------------------------------------------------ r2020 | qldrob | 2006-06-03 23:37:54 -0700 (Sat, 03 Jun 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/cgi-bin M /freepbx/trunk/amp_conf/sbin/amportal M /freepbx/trunk/install_amp No longer user vmail.cgi, so can remove that, and the requirement for cgi-bin access ------------------------------------------------------------------------ r2010 | qldrob | 2006-06-03 17:36:01 -0700 (Sat, 03 Jun 2006) | 2 lines Changed paths: M /freepbx/branches/2.1 M /freepbx/trunk More svnmerge.py goodness. ------------------------------------------------------------------------ r2009 | qldrob | 2006-06-03 17:29:59 -0700 (Sat, 03 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk Remove old svnmerge tags ------------------------------------------------------------------------ r2008 | mheydon1973 | 2006-06-03 17:15:55 -0700 (Sat, 03 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Ticket #874 (Bugs) -- Allow wait for tone in dialing rules ------------------------------------------------------------------------ r2001 | mheydon1973 | 2006-06-03 08:16:26 -0700 (Sat, 03 Jun 2006) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php #799 (Bugs) -- Queues with unavailable agents doesn't work Thanks to Julian J. M. for tracking this down ! Added 'Hangup' after call to Macro(exten-vm,X,X) in ext-local.....is there any reason why we didn't have this in from start? ------------------------------------------------------------------------ r2000 | mheydon1973 | 2006-06-03 07:42:17 -0700 (Sat, 03 Jun 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Call trace info now only stored if is actually a number, not 100% sure this is right to change this really however calltrace-perform will fall over on SayDigits() if it's not a number! ------------------------------------------------------------------------ r1999 | mheydon1973 | 2006-06-02 17:06:57 -0700 (Fri, 02 Jun 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh A /freepbx/trunk/amp_conf/htdocs/admin/modules/remove.sh * Import now uses 'current' branch for modules (as per new setting in 'modlist.sh') * Added 'remove.sh' to remove the local modules folders ------------------------------------------------------------------------ r1998 | qldrob | 2006-05-31 04:25:40 -0700 (Wed, 31 May 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Bump install_amp to 2.2.0beta1 ------------------------------------------------------------------------ r1990 | qldrob | 2006-05-30 01:42:14 -0700 (Tue, 30 May 2006) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.1.1.md5 Added 2.1.1 md5 file ------------------------------------------------------------------------ r1989 | qldrob | 2006-05-30 01:39:40 -0700 (Tue, 30 May 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Bump version to 2.1.1, for release. ------------------------------------------------------------------------ r1984 | qldrob | 2006-05-29 22:55:10 -0700 (Mon, 29 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/recordingcheck Fix parse error in recordingcheck.agi ------------------------------------------------------------------------ r1983 | qldrob | 2006-05-29 22:19:52 -0700 (Mon, 29 May 2006) | 2 lines Changed paths: M /freepbx/trunk/CHANGES Add changelog for 2.1.1 ------------------------------------------------------------------------ r1980 | qldrob | 2006-05-29 04:24:38 -0700 (Mon, 29 May 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/md5-amp_conf.sh Strip out .svn files ------------------------------------------------------------------------ r1979 | qldrob | 2006-05-29 04:22:20 -0700 (Mon, 29 May 2006) | 2 lines Changed paths: M /freepbx/trunk/INSTALL Made it a bit less scary ------------------------------------------------------------------------ r1978 | qldrob | 2006-05-29 04:20:58 -0700 (Mon, 29 May 2006) | 2 lines Changed paths: M /freepbx/trunk/INSTALL Added a warning for those that are jumping headfirst in with an existing asterisk installation ------------------------------------------------------------------------ r1972 | p_lindheimer | 2006-05-28 13:46:32 -0700 (Sun, 28 May 2006) | 1 line Changed paths: A /freepbx/trunk/AAH_updatemaint.sh M /freepbx/trunk/UPGRADE add AAH_updatemaint.sh to install directory, to resotre AAH mainteance tab on AAH upgrades ------------------------------------------------------------------------ r1971 | mheydon1973 | 2006-05-28 11:08:25 -0700 (Sun, 28 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Show fatal error message when cannot read /etc/amportal.conf file ------------------------------------------------------------------------ r1962 | mheydon1973 | 2006-05-27 04:55:52 -0700 (Sat, 27 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php #886 (Bugs) -- Typo in Outbound Routes popup help ------------------------------------------------------------------------ r1960 | mheydon1973 | 2006-05-27 04:41:09 -0700 (Sat, 27 May 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php #848 (Bugs) -- Help message for directory on general settings incorrect Removed message totally as no real value in it being there, plus feature code could be different and/or disabled ------------------------------------------------------------------------ r1958 | p_lindheimer | 2006-05-26 10:07:43 -0700 (Fri, 26 May 2006) | 1 line Changed paths: M /freepbx/trunk/install_amp fix #883 calling php mkdir with string when it should be integer. This should be merged to 2.1 branch once verified. ------------------------------------------------------------------------ r1957 | mheydon1973 | 2006-05-23 15:15:20 -0700 (Tue, 23 May 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Using vars everywhere in dialout-trunk now. ** NOTE ** This really needs putting into 2.1 branch to fix a bug when the Max Channels box is left blank ------------------------------------------------------------------------ r1954 | mheydon1973 | 2006-05-23 14:37:39 -0700 (Tue, 23 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh forgot ------------------------------------------------------------------------ r1953 | mheydon1973 | 2006-05-23 14:37:26 -0700 (Tue, 23 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fixes a warning about TOKs and things I think, as reported by tuck3r on IRC ------------------------------------------------------------------------ r1950 | p_lindheimer | 2006-05-22 19:16:12 -0700 (Mon, 22 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf fixed bug #867 ------------------------------------------------------------------------ r1949 | qldrob | 2006-05-21 00:08:44 -0700 (Sun, 21 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Minor fix in macro-dialout-trunk to avoid an error on line 250 (originally) when there was no max channels ------------------------------------------------------------------------ r1945 | qldrob | 2006-05-20 23:29:26 -0700 (Sat, 20 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php Fix a minor problem where updating vm details weren't immediately visible in the users/xtns page, as they were read _before_ the update was applied. Duplicated the code, but there's probably a better way to do this. ------------------------------------------------------------------------ r1943 | qldrob | 2006-05-18 19:17:12 -0700 (Thu, 18 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/recordingcheck Managed to accidently delete a line there. Sorry! ------------------------------------------------------------------------ r1942 | qldrob | 2006-05-18 18:30:16 -0700 (Thu, 18 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Unreported bug where more than 10 trunks caused macro-hangup to loop around to the top ------------------------------------------------------------------------ r1940 | qldrob | 2006-05-18 16:21:56 -0700 (Thu, 18 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/recordingcheck Wups, I missed a place to check for a failed database_get. Relates to r1927 ------------------------------------------------------------------------ r1932 | qldrob | 2006-05-18 04:10:27 -0700 (Thu, 18 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php Fix for #833 - I was setting the value to be the 'yes' in the display language, which was then breaking when _("yes") == "oui" ------------------------------------------------------------------------ r1927 | qldrob | 2006-05-18 03:20:57 -0700 (Thu, 18 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/recordingcheck Check to make sure a user entry exists when checking for recordings. Avoids potential (harmless) warnings. ------------------------------------------------------------------------ r1920 | rcourtna | 2006-05-15 10:43:03 -0700 (Mon, 15 May 2006) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.1.0.md5 add 2.1.0 md5 sumZ ------------------------------------------------------------------------ r1919 | rcourtna | 2006-05-15 10:40:35 -0700 (Mon, 15 May 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp typo ------------------------------------------------------------------------ r1918 | rcourtna | 2006-05-15 10:37:45 -0700 (Mon, 15 May 2006) | 2 lines Changed paths: M /freepbx/trunk/CHANGES M /freepbx/trunk/install_amp prepare for release ------------------------------------------------------------------------ r1917 | rcourtna | 2006-05-15 10:06:29 -0700 (Mon, 15 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal #827 (Console/DSP doesn't work. Need mod to /usr/sbin/amportal) ------------------------------------------------------------------------ r1916 | qldrob | 2006-05-12 23:58:18 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix for _. matching on hangup. ------------------------------------------------------------------------ r1915 | qldrob | 2006-05-12 23:47:15 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal Fix amportal to use the /etc/asterisk/asterisk.conf information that's kept in /etc/amportal.conf ------------------------------------------------------------------------ r1914 | qldrob | 2006-05-12 23:33:44 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php And now, finally, we have an install_amp that runs the upgrade scripts for all the modules, if required. This should hopefully fix all the problems people are having with tables not existing. ------------------------------------------------------------------------ r1908 | qldrob | 2006-05-12 23:04:28 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Move runModuleSQL to admin/functions.inc, so it can be used in install_amp ------------------------------------------------------------------------ r1907 | qldrob | 2006-05-12 23:01:22 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs_panel/op_server.cfg Change rename_queue_menber so the FOP view doesn't change to 'AGENT/SIP/XTN' when an agent logs in ------------------------------------------------------------------------ r1900 | qldrob | 2006-05-12 17:21:28 -0700 (Fri, 12 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Don't put quotes around callerID, it can break Cisco phones. ------------------------------------------------------------------------ r1899 | qldrob | 2006-05-11 22:39:17 -0700 (Thu, 11 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Minor wording fixups, easier diagnosis. ------------------------------------------------------------------------ r1898 | rcourtna | 2006-05-11 16:40:18 -0700 (Thu, 11 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php now the type= in the request only defines what modules to display, not what's available to work with ------------------------------------------------------------------------ r1897 | rcourtna | 2006-05-11 15:43:58 -0700 (Thu, 11 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php syntax error: missing ; after call to core_users_cleanastdb() ------------------------------------------------------------------------ r1896 | rcourtna | 2006-05-11 15:34:09 -0700 (Thu, 11 May 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT A /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES A /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.mo A /freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po M /freepbx/trunk/amp_conf/htdocs/admin/index.php translation for the Portuguese of Brazil ------------------------------------------------------------------------ r1895 | qldrob | 2006-05-10 23:04:26 -0700 (Wed, 10 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amportal.conf Document how ENABLECW works ------------------------------------------------------------------------ r1894 | qldrob | 2006-05-10 23:01:26 -0700 (Wed, 10 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php Add support for enabling call waiting by default when creating an extension ------------------------------------------------------------------------ r1893 | qldrob | 2006-05-10 05:17:24 -0700 (Wed, 10 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Not checking for 'not logged in' breaks Custom Extensions, as you can't Hint them. This also stops a phone that's not signed in from going to voicemail. It shouldn't have any carry-on effects. ------------------------------------------------------------------------ r1892 | qldrob | 2006-05-10 04:49:12 -0700 (Wed, 10 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/phpagi.php Commented out debugging line that was spewing output into syslog. Thanks, Djeli! ------------------------------------------------------------------------ r1891 | mheydon1973 | 2006-05-08 14:45:11 -0700 (Mon, 08 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Added some comments to help clear up why which bits do what ------------------------------------------------------------------------ r1888 | mheydon1973 | 2006-05-07 08:37:51 -0700 (Sun, 07 May 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php Ticket #805 (Bugs) -- In Brasil, the DID for Inbound Routing is "some letters" and FREEBPX is Too Restrictive for us. Form validation will now just warn if non standard DID is used, allowing user to override ------------------------------------------------------------------------ r1887 | mheydon1973 | 2006-05-06 18:23:31 -0700 (Sat, 06 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Ticket #752 (Patches) -- Patch to enable Festival application in extensions.class.php ------------------------------------------------------------------------ r1886 | mheydon1973 | 2006-05-06 18:19:57 -0700 (Sat, 06 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Ticket #790 (Patches) -- Extensions that start with zero are not supported by dialparties.agi (with Fix) ------------------------------------------------------------------------ r1883 | mheydon1973 | 2006-05-06 17:55:05 -0700 (Sat, 06 May 2006) | 12 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/install_amp A /freepbx/trunk/upgrades/2.1beta3 A /freepbx/trunk/upgrades/2.1beta3/tables.php * Ticket #743 (Bugs) -- Error in macro-vm Option for Default/Unavailable/Busy/None now on General Settings * Ticket #732 (Feature Requests) -- Give GUI/dialplan to voicemail gain adjustment Optional Gain setting on General Settings * General Settings Cleanup Re-arranged all Voicemail options under their own heading ------------------------------------------------------------------------ r1880 | mheydon1973 | 2006-05-06 05:04:06 -0700 (Sat, 06 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh A /freepbx/trunk/amp_conf/htdocs/admin/modules/modlist.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Still not ideal, but at least you only need add a new module to one file now ------------------------------------------------------------------------ r1879 | rcourtna | 2006-05-05 15:45:57 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp oops, forgot to commit my version bump in install_amp :-(. No worries, you're running beta2 even though it says beta1 .... ------------------------------------------------------------------------ r1878 | rcourtna | 2006-05-05 13:41:03 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: A /freepbx/trunk/upgrades/2.1beta2.md5 prepare for beta2 ------------------------------------------------------------------------ r1877 | rcourtna | 2006-05-05 13:02:00 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal #671 (chmod g+wx) ------------------------------------------------------------------------ r1876 | rcourtna | 2006-05-05 12:41:38 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #794 (Voicemail command using old options format) ------------------------------------------------------------------------ r1875 | rcourtna | 2006-05-05 11:20:47 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php #779 (Incoming Call Routing) ------------------------------------------------------------------------ r1874 | rcourtna | 2006-05-05 10:41:30 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php #755 (Language does not work) ------------------------------------------------------------------------ r1873 | rcourtna | 2006-05-05 10:28:15 -0700 (Fri, 05 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php #717 (Removing core module) ------------------------------------------------------------------------ r1872 | rcourtna | 2006-05-05 09:51:19 -0700 (Fri, 05 May 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php #614 (Too Restrictive on DID Inbound Routing) Added "!" to the list of valid dialpattern chars ------------------------------------------------------------------------ r1868 | p_lindheimer | 2006-05-04 13:40:49 -0700 (Thu, 04 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php included other valid dialpatterns for directdid ------------------------------------------------------------------------ r1867 | dan_littlejohn | 2006-05-04 05:00:58 -0700 (Thu, 04 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php cdr host fix ------------------------------------------------------------------------ r1834 | qldrob | 2006-05-03 19:54:31 -0700 (Wed, 03 May 2006) | 2 lines Changed paths: M /freepbx/trunk/apply_conf.sh cdr_mysql wasn't doing hostname properly - needed - and . added to the regexp. Thanks davin! ------------------------------------------------------------------------ r1833 | jason_d_becker | 2006-05-03 15:30:49 -0700 (Wed, 03 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php s/AMP/freePBX for Fax Email tooltip ------------------------------------------------------------------------ r1825 | dan_littlejohn | 2006-05-03 05:45:32 -0700 (Wed, 03 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/CHANGE.log M /freepbx/trunk/amp_conf/htdocs/recordings/README.txt M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php M /freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.utf-8.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/version.php ARI 00.10.02 - bug fixes ------------------------------------------------------------------------ r1822 | mheydon1973 | 2006-05-02 15:54:15 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf minor tidy up ------------------------------------------------------------------------ r1821 | mheydon1973 | 2006-05-02 15:53:53 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh no comment ------------------------------------------------------------------------ r1820 | mheydon1973 | 2006-05-02 15:29:05 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi If extensions is Unavailable then it's not BUSY ------------------------------------------------------------------------ r1816 | rcourtna | 2006-05-02 13:19:00 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh back out changes as it won't work if your trying to run them from the freepbx checkout dir ...? We just need another way. ------------------------------------------------------------------------ r1815 | rcourtna | 2006-05-02 12:21:02 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh #748 (Tracking SVN head is not fun anymore...). We no longer need maintain a list of modules to loop through. Hope this helps. ------------------------------------------------------------------------ r1814 | rcourtna | 2006-05-02 11:27:41 -0700 (Tue, 02 May 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php #705 (Bug on Outbound Route in freepbx-2.0.1) We only check for a blank route name now. ------------------------------------------------------------------------ r1813 | rcourtna | 2006-05-02 10:00:45 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php big changes to module admin layout. should add years to the life of your mousing index finger! ------------------------------------------------------------------------ r1812 | diego_iastrubni | 2006-05-02 02:28:49 -0700 (Tue, 02 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php replace those ugly redirections with proper reloads. old code still in, in case it does work and does not break anything for end users, it's safe to remove it out ------------------------------------------------------------------------ r1811 | qldrob | 2006-05-02 02:00:52 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fixed the playback problem ONCE AND FOR ALL. ------------------------------------------------------------------------ r1807 | qldrob | 2006-05-02 01:26:31 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf Add a little bit of error checking, and cater for 'null' being returned as 'don't make a file'. ------------------------------------------------------------------------ r1804 | qldrob | 2006-05-02 00:56:53 -0700 (Tue, 02 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/theme/logo.gif GIF was corrupt somehow (and is corrupt in the two releases Dan has on his website). Reverted. ------------------------------------------------------------------------ r1803 | qldrob | 2006-05-01 23:36:34 -0700 (Mon, 01 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Whoops. Install scripts were looking in the wrong directory. ------------------------------------------------------------------------ r1798 | diego_iastrubni | 2006-05-01 08:39:08 -0700 (Mon, 01 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php use full path when installing modules ------------------------------------------------------------------------ r1797 | diego_iastrubni | 2006-05-01 04:47:31 -0700 (Mon, 01 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php more warning cleanups ------------------------------------------------------------------------ r1796 | diego_iastrubni | 2006-05-01 03:14:00 -0700 (Mon, 01 May 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/header.php The included css of the modules should not be under the script tag. Reordered the tags in the header to make more sence, and fixed indentation. ------------------------------------------------------------------------ r1795 | diego_iastrubni | 2006-05-01 03:12:16 -0700 (Mon, 01 May 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/featurecodes.class.php removed executable flag from this script, it's not an executable, but a 'lib' ------------------------------------------------------------------------ r1794 | diego_iastrubni | 2006-05-01 03:06:01 -0700 (Mon, 01 May 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php fix the alignment a little bit. still unsure why it happens ------------------------------------------------------------------------ r1789 | qldrob | 2006-04-30 21:39:06 -0700 (Sun, 30 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/recordingcheck Groups were looking for ARG4 - I guess this is a historical bug left over from .010 ------------------------------------------------------------------------ r1785 | qldrob | 2006-04-30 19:09:24 -0700 (Sun, 30 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/manager.conf Add support for the manager interface ------------------------------------------------------------------------ r1780 | qldrob | 2006-04-30 18:37:51 -0700 (Sun, 30 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh There needs to be a better way, really. ------------------------------------------------------------------------ r1775 | qldrob | 2006-04-30 15:27:11 -0700 (Sun, 30 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf #743 - Change comment to avoid confusion - Thanks Darkearth56 ------------------------------------------------------------------------ r1774 | qldrob | 2006-04-30 14:39:10 -0700 (Sun, 30 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Add a check for selinux being enabled. ------------------------------------------------------------------------ r1773 | dan_littlejohn | 2006-04-30 08:35:45 -0700 (Sun, 30 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/recordings/CHANGE.log M /freepbx/trunk/amp_conf/htdocs/recordings/README.txt M /freepbx/trunk/amp_conf/htdocs/recordings/includes/asi.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/bootstrap.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/common.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/database.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/login.php M /freepbx/trunk/amp_conf/htdocs/recordings/includes/main.conf.php M /freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.utf-8.po A /freepbx/trunk/amp_conf/htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.mo A /freepbx/trunk/amp_conf/htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.po M /freepbx/trunk/amp_conf/htdocs/recordings/misc/recording_popup.php M /freepbx/trunk/amp_conf/htdocs/recordings/modules/callmonitor.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/help.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module M /freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module M /freepbx/trunk/amp_conf/htdocs/recordings/theme/logo.gif M /freepbx/trunk/amp_conf/htdocs/recordings/version.php ARI 00.10.01 - bug fixes ------------------------------------------------------------------------ r1772 | dan_littlejohn | 2006-04-30 08:34:19 -0700 (Sun, 30 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.po fix ------------------------------------------------------------------------ r1771 | dan_littlejohn | 2006-04-30 08:33:15 -0700 (Sun, 30 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.mo M /freepbx/trunk/amp_conf/htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.po fix ------------------------------------------------------------------------ r1770 | diego_iastrubni | 2006-04-30 06:27:53 -0700 (Sun, 30 Apr 2006) | 11 lines Changed paths: M /freepbx/trunk/amp_conf/cgi-bin/vmail.cgi _________________________________________ / fixed a security hole. for more \ | information see: | | http://bugs.debian.org/cgi-bin/bugrepor | \ t.cgi?bug=338116 / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || ------------------------------------------------------------------------ r1768 | qldrob | 2006-04-29 17:52:45 -0700 (Sat, 29 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf First attempt at fix of #642, as suggested by RyanCourtnage. ------------------------------------------------------------------------ r1767 | qldrob | 2006-04-29 15:48:35 -0700 (Sat, 29 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Yes, I really need to do this a better way. ------------------------------------------------------------------------ r1759 | p_lindheimer | 2006-04-28 08:50:27 -0700 (Fri, 28 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/upgrades/2.1beta1/tables.php SELECT should check for TRUNK_OPTIONS, was checking FAX_RX_FROM??? ------------------------------------------------------------------------ r1756 | qldrob | 2006-04-28 06:07:15 -0700 (Fri, 28 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf macro-systemrecordings wasn't working properly. This caused *99 to ignore input. Fixed! ------------------------------------------------------------------------ r1752 | qldrob | 2006-04-28 04:07:22 -0700 (Fri, 28 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php #681 - In outbound routes, clicking on arrows by trunk preferences doesn't work. Must have been some leftover debugging code. Works for both IE and Mozilla now. ------------------------------------------------------------------------ r1742 | qldrob | 2006-04-28 00:08:28 -0700 (Fri, 28 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fix most of the problems in #716 - still need to look into the online modules warning. ------------------------------------------------------------------------ r1741 | qldrob | 2006-04-27 23:24:17 -0700 (Thu, 27 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Left over debugging code - snip! (It was causing a warning) ------------------------------------------------------------------------ r1740 | qldrob | 2006-04-27 23:20:05 -0700 (Thu, 27 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php Avoid billions of lines of 'is not a valid stream resouce' if the asterisk socket goes away unexpectedly. ------------------------------------------------------------------------ r1739 | p_lindheimer | 2006-04-27 15:45:29 -0700 (Thu, 27 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php change privacy manager to call new macro, add authenticate to dialout-enum to fix #724 ------------------------------------------------------------------------ r1738 | rcourtna | 2006-04-27 09:11:31 -0700 (Thu, 27 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/footer.php M /freepbx/trunk/amportal.conf change default footer links to www.freepbx.org ------------------------------------------------------------------------ r1737 | rcourtna | 2006-04-27 07:41:25 -0700 (Thu, 27 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/2.1beta1.md5 no .svn dirs in the md5 list ------------------------------------------------------------------------ r1736 | qldrob | 2006-04-27 04:27:21 -0700 (Thu, 27 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Privacy Manager was requring 10 digit numbers - 8 is valid for .au. This should be a configurable option, I guess, in General settings? Or per trunk? ------------------------------------------------------------------------ r1729 | rcourtna | 2006-04-26 16:05:26 -0700 (Wed, 26 Apr 2006) | 1 line Changed paths: A /freepbx/trunk/upgrades/2.1beta1.md5 preparing for release ------------------------------------------------------------------------ r1728 | qldrob | 2006-04-26 15:53:03 -0700 (Wed, 26 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Puff puff pant pant.. Check for asterisk 1.2 before installing. ------------------------------------------------------------------------ r1727 | qldrob | 2006-04-26 15:24:17 -0700 (Wed, 26 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/2.1beta1/tables.php Fix up the upgrade script ------------------------------------------------------------------------ r1726 | qldrob | 2006-04-26 14:56:03 -0700 (Wed, 26 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/upgrades/2.0beta5/upgraderinggroups.php Fixed another namespace collision whilst upgrading ------------------------------------------------------------------------ r1725 | rcourtna | 2006-04-26 14:48:27 -0700 (Wed, 26 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/rtp.conf webmin uses 10000 tcp. rtp is udp, so there is no conflict when starting at 10000 ------------------------------------------------------------------------ r1724 | mheydon1973 | 2006-04-26 14:28:16 -0700 (Wed, 26 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Update module import/update/status scripts....There's a better way of doing this, right? ------------------------------------------------------------------------ r1719 | rcourtna | 2006-04-26 13:52:54 -0700 (Wed, 26 Apr 2006) | 7 lines Changed paths: M /freepbx/trunk/SQL/newinstall.sql M /freepbx/trunk/SQL/newinstall.sqlite.sql M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php M /freepbx/trunk/amportal.conf M /freepbx/trunk/upgrades/2.1beta1/tables.php #702 -add did-to-extension option for users/extens. -Specify dial options for outbound trunks (in general page). -Bring newinstall.sql up to date. -Add some dialplan hooks specific to findmefollow module (need to find a way to avoid doing this) -Clear out default IP address in amportal.conf ------------------------------------------------------------------------ r1718 | rcourtna | 2006-04-26 13:42:32 -0700 (Wed, 26 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/rtp.conf #702 start rtp at 10002, not 10000. Avoids potential conflicts with webadmin loads ------------------------------------------------------------------------ r1717 | rcourtna | 2006-04-26 13:40:06 -0700 (Wed, 26 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/astetc/sip.conf add tos entry by default ------------------------------------------------------------------------ r1714 | mheydon1973 | 2006-04-25 14:43:37 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php Rollback: Removed some nasty 'empty' function references ------------------------------------------------------------------------ r1713 | mheydon1973 | 2006-04-25 13:49:58 -0700 (Tue, 25 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Fix for.. NOTICE[19822] pbx.c: Error in extension logic (missing '}') ------------------------------------------------------------------------ r1712 | mheydon1973 | 2006-04-25 13:40:47 -0700 (Tue, 25 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl M /freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Fix for extension zero issue. retrieve scripts were using id=0 to be a 'common' set of config options, i guess the idea being allowing some sort of standard set of options for every extensions. This was disallowing extension zero to be used. I've changed this to look for -1 instead. I can't find any current code that was actually storing an id of zero, but obviously there might be some somewhere! If so, will need chaning to -1 and an upgrade script of some sort written ------------------------------------------------------------------------ r1711 | rcourtna | 2006-04-25 13:33:25 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php #683 (while using the next and previous when you save the right hand selection resets) ------------------------------------------------------------------------ r1710 | mheydon1973 | 2006-04-25 12:53:28 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Removed some nasty 'empty' function references ------------------------------------------------------------------------ r1709 | rcourtna | 2006-04-25 11:38:39 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp #699 (install_amp still checks for libasteriskperl) ------------------------------------------------------------------------ r1708 | rcourtna | 2006-04-25 09:44:45 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl #493 (ZAP trunks do not show in FOP) ------------------------------------------------------------------------ r1707 | rcourtna | 2006-04-25 08:43:49 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php #673 (Administrator module access list) ------------------------------------------------------------------------ r1706 | rcourtna | 2006-04-25 08:28:57 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo M /freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po Ticket #488 - More i18n messages (French) ------------------------------------------------------------------------ r1705 | qldrob | 2006-04-25 02:03:57 -0700 (Tue, 25 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/features.conf '#' is not a comment. Also added a couple more commented out feature codes. ------------------------------------------------------------------------ r1704 | qldrob | 2006-04-24 23:19:41 -0700 (Mon, 24 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Wups. We were still allowing users to create a '0' xtn. ------------------------------------------------------------------------ r1703 | mheydon1973 | 2006-04-24 13:50:03 -0700 (Mon, 24 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Spaces now allow around condition.....also doube quotes help ! ------------------------------------------------------------------------ r1698 | qldrob | 2006-04-23 15:31:20 -0700 (Sun, 23 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf More debugging in the e164 routine, plus an attempt to workaround the broken ENUMLOOKUP function. It's still not correct, but it should work for the moment. ------------------------------------------------------------------------ r1693 | qldrob | 2006-04-21 20:41:34 -0700 (Fri, 21 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp parse_asterisk_conf was having a namespace collisiion with amp 1.10.010 ------------------------------------------------------------------------ r1692 | rcourtna | 2006-04-21 13:55:13 -0700 (Fri, 21 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php just adding some commented out lines to assist in debugging ------------------------------------------------------------------------ r1691 | rcourtna | 2006-04-21 13:54:21 -0700 (Fri, 21 Apr 2006) | 1 line Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php add parse_asterisk_conf function ------------------------------------------------------------------------ r1690 | rcourtna | 2006-04-21 13:46:22 -0700 (Fri, 21 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf M /freepbx/trunk/amp_conf/htdocs/admin/config.php read asterisk.conf entries into $asterisk_conf. This will help make us more portable. ------------------------------------------------------------------------ r1689 | rcourtna | 2006-04-21 08:12:55 -0700 (Fri, 21 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.routing.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.users.php add calls to hookHtml method for extensions, users, & routing ------------------------------------------------------------------------ r1686 | qldrob | 2006-04-20 19:11:32 -0700 (Thu, 20 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/sip.conf Added some 'Don't uncomment this, it's not a comment' lines to sip.conf ------------------------------------------------------------------------ r1685 | mheydon1973 | 2006-04-20 14:47:23 -0700 (Thu, 20 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/upgrades/2.1beta1/tables.sql Modules now auto upgrade thru online system, when module.xml files have version numbers changed therefore this 'bodge' is no longer required. Leaving 'application' module removal bodge as that module should never have gone live ------------------------------------------------------------------------ r1684 | rcourtna | 2006-04-20 09:48:31 -0700 (Thu, 20 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf allow modules to generate multiple configuration files. Prior to this patch, a module could only generate (via retrieve_conf) a single config file (ie: meetme_additional.conf). ------------------------------------------------------------------------ r1680 | qldrob | 2006-04-20 06:16:37 -0700 (Thu, 20 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Found this bug buried in a whirlpool forum. I wish people would report them properly! Fax reception should now work. ------------------------------------------------------------------------ r1679 | qldrob | 2006-04-19 22:59:45 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Sanity checking extensions.conf.. Haven't found any more bugs, but that doesn't mean there aren't any! ------------------------------------------------------------------------ r1677 | rcourtna | 2006-04-19 09:34:05 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/callback allow callback script to take a sleep time argument ------------------------------------------------------------------------ r1674 | qldrob | 2006-04-19 00:54:46 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi CallTrace now works ------------------------------------------------------------------------ r1673 | qldrob | 2006-04-19 00:47:30 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Call forwarding now works. ------------------------------------------------------------------------ r1672 | qldrob | 2006-04-19 00:34:51 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi DND wasn't working. Fixed. ------------------------------------------------------------------------ r1671 | qldrob | 2006-04-19 00:01:46 -0700 (Wed, 19 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Fix a holdover bug from dialparties.pl, and fix it so that it won't add a non-existing extension ------------------------------------------------------------------------ r1664 | mheydon1973 | 2006-04-18 14:45:54 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #672 (Bugs) -- Call forwarding should not do native transfers ------------------------------------------------------------------------ r1663 | mheydon1973 | 2006-04-18 14:36:01 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Custom trunks weren't using DIAL_OPTIONS ------------------------------------------------------------------------ r1661 | rcourtna | 2006-04-18 12:32:06 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php change "AMP Users" to "Administrators" ------------------------------------------------------------------------ r1660 | rcourtna | 2006-04-18 12:25:24 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/bin/retrieve_conf retrieve_conf will now also execute any modulename_hookGet_config functions. These functions are executed after the rest of the dialplan is generated in memory, and are typically used to execute $extensions->splice() commands ------------------------------------------------------------------------ r1659 | rcourtna | 2006-04-18 11:34:09 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php comment out debug info from splice() ------------------------------------------------------------------------ r1658 | rcourtna | 2006-04-18 11:31:06 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php add a "extensions->splice()" function, which allows dialplan priorites to be "injected" into already generated code. ------------------------------------------------------------------------ r1656 | rcourtna | 2006-04-18 07:38:23 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php correct error display when uninstalling modules ------------------------------------------------------------------------ r1655 | rcourtna | 2006-04-18 07:37:12 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal chmod u+x all contents of asterisk/bin ------------------------------------------------------------------------ r1654 | qldrob | 2006-04-18 01:29:32 -0700 (Tue, 18 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/upgrades/2.1beta1/tables.php Add 'Fax Email From' - Allow users to set the 'From' address that faxes come from. Will help avoid spam filtering if the hostname of the * machine isn't valid. ------------------------------------------------------------------------ r1652 | qldrob | 2006-04-17 22:51:37 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/sbin/amportal Add a chown for capi and misdn - Thanks djeli! ------------------------------------------------------------------------ r1647 | qldrob | 2006-04-17 17:33:45 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Changed timeout to 5 mins while bugfixing is still happening. ------------------------------------------------------------------------ r1637 | rcourtna | 2006-04-17 14:55:07 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/bin/callback a little php script that will originate a call to the supplied number and dump it into the supplied context (hint hint - a "callback" module is coming and will use this) ------------------------------------------------------------------------ r1636 | rcourtna | 2006-04-17 14:47:09 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/agi-bin/dialparties.agi (from /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php:1633) D /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php mv php dialparties in ------------------------------------------------------------------------ r1635 | rcourtna | 2006-04-17 14:46:28 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/agi-bin/dialparties.agi A /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.pl (from /freepbx/trunk/amp_conf/agi-bin/dialparties.agi:1633) move perl dialparties out ------------------------------------------------------------------------ r1634 | rcourtna | 2006-04-17 14:33:38 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php extend extensions class for System() command ------------------------------------------------------------------------ r1625 | mheydon1973 | 2006-04-17 10:50:06 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Ticket #539 (Bugs) -- Direct dial to voicemail has incorrect message ------------------------------------------------------------------------ r1623 | mheydon1973 | 2006-04-17 06:24:10 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf System Recording macro moved back to extensions.conf as the options were conflicting when just in the dialplan ------------------------------------------------------------------------ r1622 | mheydon1973 | 2006-04-17 06:11:45 -0700 (Mon, 17 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php M /freepbx/trunk/amp_conf/astetc/extensions.conf Minor improvements to dialparties.agi[.php] as result of testing. ** NOTE ** This contains a fix to the php version stopping dialparties.agi from returning multiple dial strings for the same extension number. This fix has NOT been made to the perl version ------------------------------------------------------------------------ r1621 | mheydon1973 | 2006-04-17 04:56:50 -0700 (Mon, 17 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php Typo....logon / logoff codes the wrong way round ! ------------------------------------------------------------------------ r1616 | mheydon1973 | 2006-04-16 18:16:29 -0700 (Sun, 16 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf * (forgotten on previous commit message) Fixed issue where extensions with no voicemail were going to Congestion() on no answer after XX seconds, XX being setting in General Settings re timeout for voicemail. Now on extensions with no voicemail, will ring forever * When Call Forward on No Answer is in use, the forwarded part of the call will no ring for ever if the extension being forwarded does not have voice, otherwise will return to voicemail after XX seconds, as per General Settings ------------------------------------------------------------------------ r1614 | mheydon1973 | 2006-04-16 17:46:45 -0700 (Sun, 16 Apr 2006) | 6 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php M /freepbx/trunk/amp_conf/astetc/extensions.conf * Fix in dialparties.agi for Call Forward on Busy -- was crashing out * Changes to both dialparties.agi for new Call Forward on No Answer / Unavailable * Change to extensions.conf dialplan to allow for new Call Forward on No Answer / Unavailable ** NOTE ** I have only done very basic testing on these changes but they seem to work for me!!!! ------------------------------------------------------------------------ r1613 | mheydon1973 | 2006-04-16 17:44:44 -0700 (Sun, 16 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php Minor layout change ------------------------------------------------------------------------ r1612 | mheydon1973 | 2006-04-16 12:23:06 -0700 (Sun, 16 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php M /freepbx/trunk/upgrades/2.1beta1/tables.php Added option to General Settings to allow anonymous SIP calls with a huge warning about it's use and still defaulted to off I know that some think this is a bad idea, but it was creating way to many support issues on IRC and it even caught me out this weekend too ! ------------------------------------------------------------------------ r1611 | mheydon1973 | 2006-04-16 10:04:29 -0700 (Sun, 16 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php Fixed minor typo's + added support for up and coming Call Forward on No Answer / Unavailable Functionatlity should now match the perl version exactly ------------------------------------------------------------------------ r1610 | mheydon1973 | 2006-04-16 09:48:08 -0700 (Sun, 16 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi Includes support for up and coming Call Forward on No Answer / Unavailable feature -- php version being brought up to date also ------------------------------------------------------------------------ r1609 | qldrob | 2006-04-16 03:59:49 -0700 (Sun, 16 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/fixlocalprefix Removed prefix cleanup - we don't know WHAT people might want to stick in front of their numbers. Ref #652 and ...another bug that I can't find. ------------------------------------------------------------------------ r1607 | qldrob | 2006-04-15 23:44:11 -0700 (Sat, 15 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Ticket #592 (Bugs) extension@device no MWI OK. This took a good 2 hours of debugging to figure out why the link wasn't being created. The link is only made when the user exists, but as the user doesn't exist when the device is made, it doesn't make the link. Made the user first, and it fixes the problem. Hopefully it shouldn't break anything else. ------------------------------------------------------------------------ r1605 | mheydon1973 | 2006-04-15 16:38:36 -0700 (Sat, 15 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/agi-bin/dialparties.agi.php Caller ID information was missing, changed to use the $request var that is passed into the AGI class by Asterisk when running the AGI ------------------------------------------------------------------------ r1604 | mheydon1973 | 2006-04-15 14:40:06 -0700 (Sat, 15 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Lack of _X. broke anonymous SIP connections -- they were being refushed totally instead of getting that not in service message ------------------------------------------------------------------------ r1603 | mheydon1973 | 2006-04-15 08:03:04 -0700 (Sat, 15 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf ENum macro is now multi-network. Also general tidy up of logic in said macro ------------------------------------------------------------------------ r1601 | mheydon1973 | 2006-04-15 04:20:54 -0700 (Sat, 15 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh M /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Updated Rob's scripts -- I guess we won't be doing this long term thou ???? ------------------------------------------------------------------------ r1563 | mheydon1973 | 2006-04-14 16:09:34 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Only show Destination if some of that type actually exist ------------------------------------------------------------------------ r1561 | mheydon1973 | 2006-04-14 15:28:34 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #628 (Bugs) -- (2nd Attempt) Extension "Outbound CID" message does not match behaviour ------------------------------------------------------------------------ r1560 | mheydon1973 | 2006-04-14 15:10:32 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/modules/status.sh Added 'status.sh' script, same as import/update but for status ------------------------------------------------------------------------ r1558 | mheydon1973 | 2006-04-14 15:04:20 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php Added IVR Option form validation ------------------------------------------------------------------------ r1556 | mheydon1973 | 2006-04-14 13:01:14 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php Added isFilename form validation check ------------------------------------------------------------------------ r1554 | mheydon1973 | 2006-04-14 08:50:37 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Cleanup of javascript form validation functions ------------------------------------------------------------------------ r1551 | qldrob | 2006-04-14 06:13:34 -0700 (Fri, 14 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/php-asmanager.php Stop loop if asterisk isn't running when clicking TRBoE. ------------------------------------------------------------------------ r1550 | qldrob | 2006-04-13 18:07:13 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php If the xml is empty, redownload it, ignoring cache. ------------------------------------------------------------------------ r1549 | mheydon1973 | 2006-04-13 17:58:19 -0700 (Thu, 13 Apr 2006) | 5 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/common/script.js.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Ticket #611 (Bugs) -- Invalid Outbound Dial prefix in Trunks * Dial Prefix validation function now allows all dialable digits plus 'w' and 'q' * Outbound Caller ID wasn't allowing email addresses, the '@' and '.' was missing from the validation ------------------------------------------------------------------------ r1548 | mheydon1973 | 2006-04-13 17:40:56 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #431 (Bugs) -- keep emergency callerid if EMERGENCYCID not set ------------------------------------------------------------------------ r1547 | qldrob | 2006-04-13 17:20:06 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/install_amp Add the contents of /etc/asterisk/asterisk.conf to amportal.conf for use with $amp_conf. This is for, at the moment, figuring out varlibdir so we can dump sounds in the correct place, if it's been changed. ------------------------------------------------------------------------ r1542 | rcourtna | 2006-04-13 15:38:13 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php committing "process_hooks" function to the moduleHook class. This allows hooking modules to process the $_request from target modules. Reverse engineer my code, you'll find an easter egg!! ------------------------------------------------------------------------ r1541 | mheydon1973 | 2006-04-13 15:31:18 -0700 (Thu, 13 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php Ticket #628 (Bugs) -- Extension "Outbound CID" message does not match behaviour Could not replicate the issue, however have changed the Help Text to reflect the true functionality, i.e. Users callerid info overrides Trunk callerid info ------------------------------------------------------------------------ r1539 | qldrob | 2006-04-13 15:07:12 -0700 (Thu, 13 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php If someone deletes a database, there's no way to 'fix' it, as you can't get 'install' to run again. So we need to ignore errors on uninstall. Unless someone can think of a better way? ------------------------------------------------------------------------ r1538 | mheydon1973 | 2006-04-13 15:06:11 -0700 (Thu, 13 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #621 (Bugs) -- Queue agent timeout broken..... always uses default value Voicemail timeout value from General Settings now ignored for Local channel calls ------------------------------------------------------------------------ r1537 | rcourtna | 2006-04-13 13:31:13 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/config.php M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.did.php partially implemented moduleHook class ------------------------------------------------------------------------ r1536 | rcourtna | 2006-04-13 07:54:04 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php fix syntax errors ------------------------------------------------------------------------ r1534 | qldrob | 2006-04-13 03:06:50 -0700 (Thu, 13 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Changed the wording slightly, make sure that if there's no MD5 info, download the module again, ignoring the cache. ------------------------------------------------------------------------ r1533 | qldrob | 2006-04-13 03:00:46 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Fixed a couple of thinko's. ------------------------------------------------------------------------ r1532 | qldrob | 2006-04-13 02:25:09 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Remove the rnav from module admin, we need the screen space. Discuss? ------------------------------------------------------------------------ r1531 | qldrob | 2006-04-13 02:16:49 -0700 (Thu, 13 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add support for 'md5sum' of all modules. Also enable caching of modules locally (eg, for distribution in a package) in _cache. ------------------------------------------------------------------------ r1530 | qldrob | 2006-04-13 00:58:13 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/modules/_cache Create a directory to keep the downloaded modules in ------------------------------------------------------------------------ r1528 | qldrob | 2006-04-13 00:49:53 -0700 (Thu, 13 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Add a 'remove' to delete the module from disk ------------------------------------------------------------------------ r1526 | qldrob | 2006-04-12 21:55:55 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Sigh... ------------------------------------------------------------------------ r1525 | qldrob | 2006-04-12 21:54:45 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php Fixed warning.. ------------------------------------------------------------------------ r1524 | rcourtna | 2006-04-12 16:27:08 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php fix download bug to keep whirlpool happy ------------------------------------------------------------------------ r1522 | rcourtna | 2006-04-12 15:40:04 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php now grab modules-{$majorFreepbxVersion}.xml instead of modules.xml. a separate xml is generated for each MAJOR version of FreePBX. ie: 2.1.3 is major version 2.1 ------------------------------------------------------------------------ r1520 | rcourtna | 2006-04-12 15:21:02 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php point to new module release dir ------------------------------------------------------------------------ r1518 | qldrob | 2006-04-12 14:58:22 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: A /freepbx/trunk/amp_conf/htdocs/admin/modules/import.sh A /freepbx/trunk/amp_conf/htdocs/admin/modules/update.sh Basic scripts to download and update modules ------------------------------------------------------------------------ r1517 | rcourtna | 2006-04-12 14:35:21 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/voicemail A /modules/branches/2.1/voicemail (from /freepbx/trunk/amp_conf/htdocs/admin/modules/voicemail:1516) move voicemail ... okay, now we need a script to install these suckers ------------------------------------------------------------------------ r1516 | rcourtna | 2006-04-12 14:33:52 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/timeconditions A /modules/branches/2.1/timeconditions (from /freepbx/trunk/amp_conf/htdocs/admin/modules/timeconditions:1515) move timeconditions - one more ------------------------------------------------------------------------ r1515 | rcourtna | 2006-04-12 14:33:21 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/ringgroups A /modules/branches/2.1/ringgroups (from /freepbx/trunk/amp_conf/htdocs/admin/modules/ringgroups:1514) move ringgroups ------------------------------------------------------------------------ r1514 | rcourtna | 2006-04-12 14:32:54 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/recordings A /modules/branches/2.1/recordings (from /freepbx/trunk/amp_conf/htdocs/admin/modules/recordings:1513) move recordings ------------------------------------------------------------------------ r1513 | rcourtna | 2006-04-12 14:32:17 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/queues A /modules/branches/2.1/queues (from /freepbx/trunk/amp_conf/htdocs/admin/modules/queues:1512) move queues ------------------------------------------------------------------------ r1512 | rcourtna | 2006-04-12 14:31:51 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/paging A /modules/branches/2.1/paging (from /freepbx/trunk/amp_conf/htdocs/admin/modules/paging:1511) move paging dr brown ------------------------------------------------------------------------ r1511 | rcourtna | 2006-04-12 14:31:25 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/music A /modules/branches/2.1/music (from /freepbx/trunk/amp_conf/htdocs/admin/modules/music:1510) move music ------------------------------------------------------------------------ r1510 | rcourtna | 2006-04-12 14:31:03 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/ivr A /modules/branches/2.1/ivr (from /freepbx/trunk/amp_conf/htdocs/admin/modules/ivr:1509) move ivr - whee ------------------------------------------------------------------------ r1509 | rcourtna | 2006-04-12 14:30:35 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/irc A /modules/branches/2.1/irc (from /freepbx/trunk/amp_conf/htdocs/admin/modules/irc:1508) move irc - halfway there ------------------------------------------------------------------------ r1508 | rcourtna | 2006-04-12 14:30:08 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/infoservices A /modules/branches/2.1/infoservices (from /freepbx/trunk/amp_conf/htdocs/admin/modules/infoservices:1507) move infoservices ------------------------------------------------------------------------ r1507 | rcourtna | 2006-04-12 14:29:39 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/featurecodeadmin A /modules/branches/2.1/featurecodeadmin (from /freepbx/trunk/amp_conf/htdocs/admin/modules/featurecodeadmin:1506) move code admin ------------------------------------------------------------------------ r1506 | rcourtna | 2006-04-12 14:29:09 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/donotdisturb A /modules/branches/2.1/donotdisturb (from /freepbx/trunk/amp_conf/htdocs/admin/modules/donotdisturb:1505) move disa ------------------------------------------------------------------------ r1505 | rcourtna | 2006-04-12 14:28:49 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/disa A /modules/branches/2.1/disa (from /freepbx/trunk/amp_conf/htdocs/admin/modules/disa:1504) move disa ------------------------------------------------------------------------ r1504 | rcourtna | 2006-04-12 14:28:18 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/conferences A /modules/branches/2.1/conferences (from /freepbx/trunk/amp_conf/htdocs/admin/modules/conferences:1503) move module - make sure i don't move core ------------------------------------------------------------------------ r1503 | rcourtna | 2006-04-12 14:27:46 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/callwaiting A /modules/branches/2.1/callwaiting (from /freepbx/trunk/amp_conf/htdocs/admin/modules/callwaiting:1502) move module ------------------------------------------------------------------------ r1502 | rcourtna | 2006-04-12 14:27:16 -0700 (Wed, 12 Apr 2006) | 1 line Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/callforward A /modules/branches/2.1/callforward (from /freepbx/trunk/amp_conf/htdocs/admin/modules/callforward:1501) move module (yes i like doing these one at a time) ------------------------------------------------------------------------ r1501 | rcourtna | 2006-04-12 14:25:40 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/backup A /modules/branches/2.1/backup (from /freepbx/trunk/amp_conf/htdocs/admin/modules/backup:1500) mv backup ------------------------------------------------------------------------ r1500 | rcourtna | 2006-04-12 14:22:35 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: D /freepbx/trunk/amp_conf/htdocs/admin/modules/asterisk-cli A /modules/branches/2.1/asterisk-cli (from /freepbx/trunk/amp_conf/htdocs/admin/modules/asterisk-cli:1499) attempt to move a directory and it's files ------------------------------------------------------------------------ r1499 | mheydon1973 | 2006-04-12 14:19:18 -0700 (Wed, 12 Apr 2006) | 4 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.extensions.php Ticket #620 (Bugs) -- Extension 0 Use of empty() function is bad as will show "0" as empty as of PHP4 ------------------------------------------------------------------------ r1497 | mheydon1973 | 2006-04-12 13:22:11 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/astetc/extensions.conf Ticket #623 (Bugs) -- missing } in extensions.conf ------------------------------------------------------------------------ r1493 | rcourtna | 2006-04-12 11:39:52 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php only grab new modules.xml if the cached version is older than 2 hours (was previously 10 minutes) ------------------------------------------------------------------------ r1492 | rcourtna | 2006-04-12 11:33:17 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php local and online modules now use same class for drawing display ... ahhh, synergy ------------------------------------------------------------------------ r1491 | rcourtna | 2006-04-12 10:54:10 -0700 (Wed, 12 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php use a class to draw online modules. Next we'll make local modules use the same class - spiffy! ------------------------------------------------------------------------ r1490 | rcourtna | 2006-04-12 10:04:01 -0700 (Wed, 12 Apr 2006) | 3 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml M /freepbx/trunk/amp_conf/htdocs/admin/page.modules.php Grab modules.xml from http://amportal.sourceforge.net/modules.xml. Core module shouldn't define 'author', as we now provide an 'info' link (to the wiki) ------------------------------------------------------------------------ r1488 | qldrob | 2006-04-11 20:04:06 -0700 (Tue, 11 Apr 2006) | 2 lines Changed paths: M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php M /freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.general.php Don't forget to close the