info at itwav.com
2003-Mar-01 02:49 UTC
[Asterisk-Users] How could I install the asterisk with embeded system?
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. john
Steven Critchfield
2003-Mar-01 05:03 UTC
[Asterisk-Users] How could I install the asterisk with embeded system?
On Sat, 2003-03-01 at 02:49, info at itwav.com 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 <critch at basesys.com>
Martin Pycko
2003-Mar-01 09:03 UTC
[Asterisk-Users] How could I install the asterisk with embeded system?
Well you need: /usr/sbin/asterisk /usr/lib/asterisk/modules (but not all of them) /etc/asterisk/ (but not all of them) /etc/zaptel.conf (if you use zaptel devies) /lib/modules/linux_version/misc/zaptel.o (if aplicable) /lib/modules-linux_version/misc/zapte_driver_that_you_need.o (if aplicable) libpri library if you use PRI with T1/E1 .... I guess some dependable libraries that you'll find out about when you want to load asterisk and all you get is a bunch of errors. Anyways you should be able to track things first. ps. you might want to use 'strip' utility on most binaries to get rid of debug info regards Martin On Sat, 1 Mar 2003 info at itwav.com 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. > > john > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users at lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >