On Sat, 2003-03-01 at 02:49, [EMAIL PROTECTED] wrote: > Hi,I want to install the asterisk to my Flash disk without source code. I > wonder if somebody could hint me the files that I needed.
on a fresh system where you just built your asterisk source for the embedded system do the following. find /|grep asterisk |grep -v src|grep -v include This should get you all the asterisk itself files since most all of the files get put in a asterisk directory. You should find directories like, /etc/asterisk /var/spool/asterisk /var/lib/asterisk /usr/lib/asterisk /var/log/asterisk and files, /usr/sbin/asterisk /usr/sbin/safe_asterisk -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
