------------------------------------------------------------------------ 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 u