# # ChangeLog for / # # Generated by Trac 0.10.5 # 05/21/13 16:12:02 # 10/26/06 05:27:26 qldrob [2839] * freepbx/trunk/amp_conf/astetc/extensions.conf (modified) Discovered that it is possible for macro-hangup to be called when a channel isn't actually hungup. Put an explicit hangup in there. 10/25/06 22:00:41 p_lindheimer [2838] * modules/branches/2.2/findmefollow/module.xml (modified) * modules/release/2.2/findmefollow-2.3.1.tgz (added) Module Publish Script: findmefollow 2.3.1 10/25/06 22:00:22 p_lindheimer [2837] * modules/branches/2.2/findmefollow/install.php (modified) * modules/branches/2.2/findmefollow/module.xml (modified) * modules/branches/2.2/findmefollow/uninstall.php (modified) removed checkastman from install/uninstall scripts 10/25/06 05:08:43 diego_iastrubni [2836] * freepbx/trunk/freepbx.pot (added) * freepbx/trunk/update_l10n.sh (added) Automation of localization: Now there is a scritp which scans the htdocs/admin directory for php files, and retrieves from it all the messages, to create a POT file. Then, it will merge in the new strings into the existing translations. I have merged the translations locally, and I see that many of them still contain old strings not used by freepbx, legacy of good old amportal... I will see if nothing has been broken, and then I commit the merged in strings. 10/25/06 04:58:46 diego_iastrubni [2835] * freepbx/trunk/CONTRIB.txt (modified) * freepbx/trunk/FAQ (modified) minimal updates to the documentation 10/25/06 03:44:34 gregmac [2834] * freepbx/trunk/amp_conf/astetc/indications.conf (modified) Fixed #1216 - updated to asterisk revision 43161 (http://svn.digium.com/view/asterisk/trunk/configs/indications.conf.sample?rev=43161) 10/25/06 03:36:00 gregmac [2833] * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) Fix bug #1210 10/24/06 16:38:03 p_lindheimer [2832] * freepbx/trunk/amp_conf/astetc/extensions.conf (modified) fixed a couple of typos in the dialplan - thanks Levente 10/24/06 14:59:07 p_lindheimer [2831] * freepbx/branches/2.1/amp_conf/astetc/extensions.conf (modified) should be from-did-direct, not ext-findmefollow, to make sure extensions without findmefolow settings can still be reached from places like anonymous sip calls 10/24/06 14:58:05 p_lindheimer [2830] * freepbx/trunk/amp_conf/astetc/extensions.conf (modified) should be from-did-direct, not ext-findmefollow, to make sure extensions without findmefolow settings can still be reached from places like anonymous sip calls 10/24/06 12:49:38 gregmac [2829] * freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) Changed HTML id=current to class=current 10/24/06 01:33:38 gregmac [2828] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) Added module categories to menu 10/23/06 17:14:37 p_lindheimer [2827] * freepbx/trunk/SQL/newinstall.sql (modified) * freepbx/trunk/SQL/newinstall.sqlite.sql (modified) don't put r as a default option in outbound calls, it can cause lots of problems 10/23/06 10:25:09 diego_iastrubni [2826] * freepbx/trunk/amp_conf/htdocs/admin/components.class.php (modified) continue working on ticket:1202. the html produced by the components classes is valid html. the html is also '''much''' cleaner, and properly indented. i tested several pages, and did not notice anything wrong. 10/23/06 09:14:05 diego_iastrubni [2825] * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) * freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_op_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl (modified) Continue fix of changeset:2812, now all generated files contain a warnin, not in upper case 10/23/06 08:41:18 diego_iastrubni [2824] * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) * freepbx/trunk/install_amp (modified) use same defaults as parse_amportal in AMPWEBROOT/functions.inc.php 10/23/06 07:19:42 qldrob [2823] * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) Continue fix of r2811, this should fix it. (PS: First fix done on the laptop remotely, yay!) 10/23/06 05:37:47 diego_iastrubni [2822] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) fix for a html compability added in changeset:2814 10/23/06 04:51:40 diego_iastrubni [2821] * freepbx/trunk/amp_conf/agi-bin/dialparties.agi (modified) * freepbx/trunk/gen-dist (modified) more fixes for ticket:695 10/23/06 04:44:58 diego_iastrubni [2820] * freepbx/trunk/amp_conf/bin/module_admin (modified) * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) more fixed for ticket:695 . perl scripts are not passed using env, since the scripts need parameters for perl (how can we implement this...?) 10/23/06 04:17:11 diego_iastrubni [2819] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) post reload actions should not be executed if no connection to the manager is available. in footer.php we no longer need to displayt a warning about the connection to the manager, since it's already displayed in "config.php". i also tested "index.php?clk_reload=true", and this did not issue a reload, which means we are testing for this kind of attack. at least it seems like we are fron frist impression. 10/22/06 11:48:11 diego_iastrubni [2818] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) setup is the current page if no "type" as been sent on the url 10/22/06 11:42:31 diego_iastrubni [2817] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) fix i10n in the main page, not happy of how it works, but i will let it be for the moment. 10/22/06 11:13:09 diego_iastrubni [2816] * modules/branches/2.2/blacklist/functions.inc.php (modified) * modules/branches/2.2/callforward/uninstall.php (modified) * modules/branches/2.2/callwaiting/uninstall.php (modified) * modules/branches/2.2/customerdb/page.customerdb.php (modified) * modules/branches/2.2/donotdisturb/uninstall.php (modified) * modules/branches/2.2/findmefollow/functions.inc.php (modified) * modules/branches/2.2/findmefollow/install.php (modified) * modules/branches/2.2/findmefollow/uninstall.php (modified) * modules/branches/2.2/inventorydb/page.inventorydb.php (modified) * modules/branches/2.2/phonebook/functions.inc.php (modified) updated modules to reflect the new change in policy. i did not bump up the versions, since the modules should still work, i will let the developers of each module nump up versions on their free time, in order to reduce the updates sent to the users. 10/22/06 11:07:53 diego_iastrubni [2815] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) Major update: Now header.php creates a single asterisk manager connection. each page which needs a manager connection only need to check if the $astman != null, and use that class for connection. the main code has been fixed, and next commit will be the modules. This means for every page you will get only one connection to the manager, instead of 32984651 like we did before (every stupid function was trying to connect to the manager to test if asterisk was up...). This will clean up some logs. I have marked the code with some TODO statments which I am not sure about, we should remove them in the next weeks if nothing wrong happens. (I think I need to do this also for install.php) 10/22/06 04:56:37 diego_iastrubni [2814] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/index.php (modified) choosing of language is done in header.php -> you can change the translation from every page in freepbx. 10/22/06 04:31:56 diego_iastrubni [2813] * freepbx/trunk/amp_conf/htdocs/admin/index.php (modified) index.php cleanups: most of the logic is not needed here, removed and forgotten. now it is a valid html 4.01, both php and html code are much cleaner. 10/22/06 04:21:53 diego_iastrubni [2812] * freepbx/trunk/amp_conf/bin/retrieve_iax_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_queues_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_sip_conf_from_mysql.pl (modified) * freepbx/trunk/amp_conf/bin/retrieve_zap_conf_from_mysql.pl (modified) added a warning banner on autogenerated files. 10/20/06 09:30:43 qldrob [2811] * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) Fix typo that was confusing voicemail - people without voicemail enabled were getting 'I'm sorry, an error has occured' 10/20/06 03:34:28 gregmac [2810] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) Add "show only upgradable" checkbox, to toggle between behaviour introduced in 2809 and previous behaviour 10/20/06 02:24:56 gregmac [2809] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) In online mode, only show upgradable/non-installed modules (Kerry G's request) 10/20/06 02:19:52 gregmac [2808] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) Also check for updates to disabled modules 10/20/06 01:35:34 gregmac [2807] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) Added <label> tag to destinations selects 10/19/06 22:26:57 gregmac [2806] * freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) Changed nav back to floating (undo parts of r2654), Changed many class= to id= (more appropriate) Added wrapper div around all content 10/19/06 20:19:37 qldrob [2805] * freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) Gah. Footer was broken, and now it's got to be hidden. 10/19/06 14:23:12 gregmac [2804] * modules/branches/2.2/miscdests/module.xml (modified) xml typo. (sorry!) 10/19/06 14:07:55 gregmac [2803] * modules/branches/2.2/conferences/module.xml (modified) * modules/branches/2.2/donotdisturb/module.xml (modified) * modules/branches/2.2/miscdests/module.xml (modified) * modules/branches/2.2/music/module.xml (modified) * modules/branches/2.2/paging/module.xml (modified) * modules/branches/2.2/parking/module.xml (modified) * modules/branches/2.2/pinsets/module.xml (modified) * modules/branches/2.2/printextensions/module.xml (modified) * modules/branches/2.2/recordings/module.xml (modified) More category and description fixes for modules 10/19/06 12:29:45 diego_iastrubni [2802] * freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) more cleanups to the web pages, config.php now fully i18n'ed. 10/19/06 12:20:47 gregmac [2801] * modules/branches/2.2/findunpublished.sh (added) A (slow) script to find modules with unpublished changes 10/19/06 11:07:57 gregmac [2800] * modules/branches/2.2/inventorydb/module.xml (modified) Changed category to 3rd party 10/19/06 11:07:16 gregmac [2799] * modules/branches/2.2/backup/module.xml (modified) * modules/branches/2.2/javassh/module.xml (modified) Added to system administration category 10/19/06 11:04:31 gregmac [2798] * modules/branches/2.2/callwaiting/module.xml (modified) Fixed category, added description 10/19/06 10:59:47 gregmac [2797] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) Fix bug with displaying attention tag 10/19/06 10:15:45 gregmac [2796] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) Fixed XML escaping - magic_quotes_gpc only works on get/post/cookies, this always needs to be escaped 10/19/06 10:14:42 gregmac [2795] * modules/branches/2.2/findmefollow/module.xml (modified) * modules/branches/2.2/queues/module.xml (modified) * modules/branches/2.2/ringgroups/module.xml (modified) * modules/branches/2.2/timeconditions/module.xml (modified) Fixed xml goof up 10/19/06 10:10:23 gregmac [2794] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) Use online module categories when available 10/19/06 10:06:03 diego_iastrubni [2793] * freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle-alternative.css (added) * freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/footer.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/header_auth.php (modified) html + php fixes config.php - address should use &amp; instead of & header_auth.php - take care of i18n/l10n header.php - header does not use <li> anymore, it's breaking the standards - add support for alternative css, fixed ticket:1188 *.css - new alterative css, mainstyle.css has been adapted to the changes of heade.php footer.php - code cleanups + i18n/l10n 10/19/06 09:53:22 gregmac [2792] * modules/branches/2.2/findmefollow/module.xml (modified) * modules/branches/2.2/ivr/module.xml (modified) * modules/branches/2.2/queues/module.xml (modified) * modules/branches/2.2/ringgroups/module.xml (modified) * modules/branches/2.2/timeconditions/module.xml (modified) Added to "inbound call control" category 10/19/06 07:54:28 qldrob [2791] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) I hate these 'oops' patches. 10/19/06 07:52:13 qldrob [2790] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) Ensure we return an engine if user is running Asterisk SVN-.... 10/19/06 04:42:12 diego_iastrubni [2789] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) re-organized the header page. now the php code is much cleaner, and the html code is clearer, and contains less html errors. 10/18/06 23:04:04 qldrob [2788] * modules/branches/2.2/publish.pl (modified) Fix the auto-checkin stuff so it doesn't do module.xml twice 10/18/06 23:02:18 qldrob [2787] * modules/branches/2.2/findmefollow/module.xml (modified) * modules/release/2.2/findmefollow-2.3.tgz (added) Module Publish Script: findmefollow 2.3 10/18/06 22:34:23 qldrob [2786] * modules/branches/2.2/callwaiting/module.xml (modified) * modules/release/2.2/callwaiting-1.1.tgz (added) Module Publish Script: callwaiting 1.1 10/18/06 22:34:15 qldrob [2785] * modules/branches/2.2/callwaiting/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 22:33:59 qldrob [2784] * modules/branches/2.2/callforward/module.xml (modified) * modules/release/2.2/callforward-1.1.tgz (added) Module Publish Script: callforward 1.1 10/18/06 22:33:50 qldrob [2783] * modules/branches/2.2/callforward/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 22:18:22 qldrob [2782] * modules/branches/2.2/callback/module.xml (modified) * modules/release/2.2/callback-1.2.tgz (added) Module Publish Script: callback 1.2 10/18/06 22:18:13 qldrob [2781] * modules/branches/2.2/callback/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 22:16:53 qldrob [2780] * modules/branches/2.2/blacklist/module.xml (modified) * modules/release/2.2/blacklist-1.1.tgz (added) Module Publish Script: blacklist 1.1 10/18/06 22:16:45 qldrob [2779] * modules/branches/2.2/blacklist/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 22:14:04 qldrob [2778] * modules/branches/2.2/manager/module.xml (modified) * modules/release/2.2/manager-1.1.tgz (added) Module Publish Script: manager 1.1 10/18/06 22:13:51 qldrob [2777] * modules/branches/2.2/manager/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 22:04:37 qldrob [2776] * modules/branches/2.2/customerdb/module.xml (modified) * modules/branches/2.2/gabcast/module.xml (modified) Third Party Addon 10/18/06 22:01:29 qldrob [2775] * modules/branches/2.2/infoservices/module.xml (modified) How's 'Provides a feature code' sound as a group? 10/18/06 21:57:52 qldrob [2774] * modules/branches/2.2/blacklist/module.xml (modified) * modules/branches/2.2/cidlookup/module.xml (modified) * modules/branches/2.2/phonebook/module.xml (modified) * modules/branches/2.2/speeddial/module.xml (modified) Doesn't like slashes? 10/18/06 21:43:31 qldrob [2773] * modules/branches/2.2/asterisk-cli/module.xml (modified) * modules/branches/2.2/irc/module.xml (modified) * modules/branches/2.2/logfiles/module.xml (modified) * modules/branches/2.2/phpagiconf/module.xml (modified) * modules/branches/2.2/phpinfo/module.xml (modified) System Admin and Support 10/18/06 21:29:39 qldrob [2772] * modules/branches/2.2/blacklist/module.xml (modified) * modules/branches/2.2/cidlookup/module.xml (modified) * modules/branches/2.2/phonebook/module.xml (modified) * modules/branches/2.2/speeddial/module.xml (modified) CID/Number Management modules 10/18/06 21:18:59 qldrob [2771] * modules/branches/2.2/backup/module.xml (modified) * modules/release/2.2/backup-1.2.tgz (added) Module Publish Script: backup 1.2 10/18/06 21:18:45 qldrob [2770] * modules/branches/2.2/backup/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 21:15:45 qldrob [2769] * modules/branches/2.2/asterisk-cli/module.xml (modified) * modules/release/2.2/asterisk-cli-1.0.tgz (added) Module Publish Script: asterisk-cli 1.0 10/18/06 21:15:32 qldrob [2768] * modules/branches/2.2/asterisk-cli/module.xml (modified) Auto Check-in of any outstanding patches 10/18/06 21:10:22 qldrob [2767] * modules/branches/2.2/asterisk-cli/page.cli.php (modified) Fix nasty shell-escape bug that allowed full access to the shell. Sigh. 10/18/06 06:25:38 diego_iastrubni [2766] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) we now work on utf-8 mode, i see no new problems, and now the hebrew i18n is working 10/18/06 06:12:46 diego_iastrubni [2765] * freepbx/trunk/amp_conf/htdocs/admin/header.php (modified) dir direction is usually done on the body, and not on the html. 10/18/06 06:00:14 diego_iastrubni [2764] * freepbx/trunk/amp_conf/agi-bin/dialparties.agi.pl (deleted) we are not using the perl version, we are not maintaing it, and it contains too much bugs. if someone wants it, he can use the version on 2.1.x or use the svn to get an older version. it was nice meeting you dialparties.agi.pl! 10/18/06 05:58:23 diego_iastrubni [2763] * freepbx/trunk/amp_conf/agi-bin/dialparties.agi (modified) this patch removes an obosolete code: if ($extstate > 0 && $extstate != 4) { /// blabla bla ... if ( ($extstate == 4) ) { } } as you see, the inner if is not reached at all. time to remove... i also modified the format of the indentations, removed trailing spaces, trhe general purpose is to make the file more readable by removing empty lines (you see more code on screen, which should help debug this crap). todo: remove comments from the code, to more readable central places. move code into functions... 10/18/06 02:45:44 qldrob [2762] * modules/branches/2.2/printextensions/page.printextensions.php (modified) I think that's the last of #999 fixes! vgster, time for you to get into it and see if you can find any more! 10/18/06 02:40:16 qldrob [2761] * modules/branches/2.2/phpagiconf/functions.inc.php (modified) * modules/branches/2.2/phpagiconf/page.phpagiconf.php (modified) More #999 fixes, and also tidied up the code a bit, removed all the _REQUEST stuff and moved it to the top. Also put a default of AMPDBUSER and AMPDBPASS if they didn't create one in the Asterisk API module. 10/18/06 01:57:58 qldrob [2760] * freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) Don't need these any more, new module stuff is a lot more resilant. 10/18/06 01:54:50 qldrob [2759] * modules/branches/2.2/pbdirectory (deleted) Remove pbdirectory for the moment 10/18/06 01:42:54 qldrob [2758] * modules/branches/2.2/backup/page.backup.php (modified) Whoops. 10/18/06 01:41:27 qldrob [2757] * modules/branches/2.2/backup/page.backup.php (modified) Wierd syntax fix. I assume this is what you meant. Also added the core_*_2astdb stuff in that's been vaguely reported a couple of times (online, not in trac) as a bug, but I assumed it was just user error. 10/18/06 01:34:06 qldrob [2756] * modules/branches/2.2/phonebook/functions.inc.php (modified) Return null if not set.. 10/18/06 01:32:34 qldrob [2755] * modules/branches/2.2/phonebook/functions.inc.php (modified) * modules/branches/2.2/phonebook/page.phonebook.php (modified) Fix some formatting, add an automatically created speedial number if the user didn't put one in. 10/18/06 00:59:27 qldrob [2754] * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php (modified) Last bit of #999 fixes for the 'Setup' tree. Now on to Tools.. 10/18/06 00:43:37 qldrob [2753] * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) More #999 fixes. Yay. 10/18/06 00:09:08 qldrob [2752] * modules/branches/2.2/gabcast/functions.inc.php (modified) Same fix for Gabcast, ref r2751 10/17/06 23:51:07 qldrob [2751] * modules/branches/2.2/findmefollow/functions.inc.php (modified) Fix so that 'Add Follow Me Settings' arent' displayed on the 'XXX Deleted' page. 10/17/06 23:32:47 qldrob [2750] * modules/branches/2.2/voicemail/functions.inc.php (modified) More #999 fixes (slowly getting there) 10/17/06 23:19:40 qldrob [2749] * modules/branches/2.2/blacklist/functions.inc.php (modified) #999 fix 10/17/06 23:12:46 qldrob [2748] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) * freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.ampusers.php (modified) More #999 fixes 10/17/06 22:48:41 qldrob [2747] * freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) We need to apply any changes before actually displaying the hooks, otherwise it displays old info until you refresh the page. This is the legacy hook stuff anyway, need to work on changing them all over to the new hotness hook code. 10/17/06 21:38:20 qldrob [2746] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) Minor bug when people didn't actually _click_ on the radio button of a destination, the goto var wasn't being propogated properly. 10/17/06 20:40:34 qldrob [2745] * freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) Fix typo (wasn't displaying destination names) 10/16/06 21:45:19 p_lindheimer [2744] * freepbx/trunk/amp_conf/astetc/extensions.conf (modified) fix minor syntax to remove errors out of log 10/16/06 19:13:16 gregmac [2743] * freepbx/trunk/amp_conf/bin/module_admin (modified) Added showupgrades operation, better output for upgradeall when no modules to upgrade 10/16/06 12:17:14 p_lindheimer [2742] * freepbx/trunk/amp_conf/bin/retrieve_conf (modified) * freepbx/trunk/install_amp (modified) don't run module/isntall.xxx scripts each time retrieve_conf is run, but keep that behavior with install_amp since it maybe needed at that point 10/16/06 07:47:47 qldrob [2741] * freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) Added immediate option for zaptel, also changed the default sip and iax qualify to YES and nat to YES. This doesn't break anything, and avoids issues, so I can't see it being a problem. Yell at me if you think it will be. 10/16/06 06:35:53 qldrob [2740] * freepbx/trunk/amp_conf/astetc/extensions.conf (modified) OK. The quotes in the standard CallerID string were confusing it. This should fix #847 properly now.