Hi List; If I have a running Asterisk on one machine and I need to have another Asterisk on another machine, can I copy the files from the first running Asterisk machine to the new machine or I have to do the ./configure + make + make install? If I can copy, then which directories (and files) need to be copied? What if my new machine have other kernel version that first machine? Regards Bilal ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Hello, Only copy the configuration files, extensions.conf, sip.conf, iax.conf ,........ Best regards On Nov 27, 2007 1:27 PM, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> Hi List; > > If I have a running Asterisk on one machine and I need > to have another Asterisk on another machine, can I > copy the files from the first running Asterisk machine > to the new machine or I have to do the ./configure + > make + make install? > > If I can copy, then which directories (and files) need > to be copied? > > What if my new machine have other kernel version that > first machine? > > Regards > Bilal > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071127/bfbfe17f/attachment.htm
Mojo with Horan & Company, LLC
2007-Nov-28 19:47 UTC
[asterisk-users] Copy or Make + Make Install
You might want the directory structure at /var/lib/asterisk as well, as it contains the current state of the voicemail boxes and any custom sound files that might have been added Moj Carlos Rojas wrote:> Hello, > > Only copy the configuration files, extensions.conf, sip.conf, > iax.conf,........ > > Best regards > > > > On Nov 27, 2007 1:27 PM, bilal ghayyad < bilmar_gh at yahoo.com > <mailto:bilmar_gh at yahoo.com>> wrote: > > Hi List; > > If I have a running Asterisk on one machine and I need > to have another Asterisk on another machine, can I > copy the files from the first running Asterisk machine > to the new machine or I have to do the ./configure + > make + make install? > > If I can copy, then which directories (and files) need > to be copied? > > What if my new machine have other kernel version that > first machine? > > Regards > Bilal > > > > ____________________________________________________________________________________ > > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > _______________________________________________ > --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 > > > ------------------------------------------------------------------------ > > _______________________________________________ > --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
On Wed, Nov 28, 2007 at 10:47:44AM -0900, Mojo with Horan & Company, LLC wrote:> You might want the directory structure at /var/lib/asterisk as well, as > it contains the current state of the voicemail boxes and any custom > sound files that might have been addedVoicemail boxes are actually under /var/spool/voicemail . -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Mojo with Horan & Company, LLC
2007-Nov-30 23:33 UTC
[asterisk-users] Copy or Make + Make Install
Tzafrir Cohen wrote:> On Wed, Nov 28, 2007 at 10:47:44AM -0900, Mojo with Horan & Company, LLC wrote: > >> You might want the directory structure at /var/lib/asterisk as well, as >> it contains the current state of the voicemail boxes and any custom >> sound files that might have been added >> > > Voicemail boxes are actually under /var/spool/voicemail . > >Ah, yes, of course. Thank you :)
On Friday 30 November 2007 17:33:09 Mojo with Horan & Company, LLC wrote:> Tzafrir Cohen wrote: > > On Wed, Nov 28, 2007 at 10:47:44AM -0900, Mojo with Horan & Company, LLCwrote:> >> You might want the directory structure at /var/lib/asterisk as well, as > >> it contains the current state of the voicemail boxes and any custom > >> sound files that might have been added > > > > Voicemail boxes are actually under /var/spool/voicemail . > > Ah, yes, of course. Thank you :)Or actually under /var/spool/asterisk/voicemail -- Tilghman