On Wed, Jun 24, 2009 at 05:01:04PM -0400, Steve Totaro wrote: > In FreePBX there are whatever_custom.conf files that are not touched when > changes are made in the GUI.
A GUI for Asterisk does not necessrily imply FreePBX. There are certainly other ways to do that. For instance: * asterisk-gui: Uses Asterisk configuration files as its DB. Edits them through the the manager interface (manager-over-http). In many cases you can just edit config files and your changes will remain in tact. A pain to debug, and mixes data and code in ugly ways, though. * Druid: http://voiceroute.org/ - mixes editing config files and storing configuration in a database. Much saner data model than FreePBX. -- Tzafrir Cohen icq#16849755 jabber:[email protected] +972-50-7952406 mailto:[email protected] http://www.xorcom.com iax:[email protected]/tzafrir _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
