Hello Asterisk users, I'm having a little problem with an Asterisk installation on Ubuntu, i had installed many asterisks on CentOS but never in Ubuntu, the problem is that Asterisk and DAHDI does not start at system start...i have to make "/etc/init.d/asterisk start" and "/etc/init.d/dahdi start" manually every time i reboot the machine (my laptop for testing) So, what should i do in order to solve this situation? Thanks in advance Regards -- Saludos Danny Dias SkypeID: danny.dias1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100604/fb4a1b2c/attachment.htm
If you are using asterisk on your laptop then you dont need dahdi because you are not going to use any hardware on your laptop. How ever for Asterisk start at system start up you will find many scripts.... One you can do is put "asterisk" at end of /etc/rc.local file On Fri, Jun 4, 2010 at 6:40 PM, Danny Dias <ing.diasdanny at gmail.com> wrote:> Hello Asterisk users, > > I'm having a little problem with an Asterisk installation on Ubuntu, i had > installed many asterisks on CentOS but never in Ubuntu, the problem is that > Asterisk and DAHDI does not start at system start...i have to make > "/etc/init.d/asterisk start" and "/etc/init.d/dahdi start" manually every > time i reboot the machine (my laptop for testing) > > So, what should i do in order to solve this situation? > > Thanks in advance > > Regards > > -- > Saludos > Danny Dias > SkypeID: danny.dias1 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100604/6ca84d7d/attachment.htm
either create a init script or place a crontab entrey @reboot On 4 June 2010 13:40, Danny Dias <ing.diasdanny at gmail.com> wrote:> Hello Asterisk users, > > I'm having a little problem with an Asterisk installation on Ubuntu, i had > installed many asterisks on CentOS but never in Ubuntu, the problem is that > Asterisk and DAHDI does not start at system start...i have to make > "/etc/init.d/asterisk start" and "/etc/init.d/dahdi start" manually every > time i reboot the machine (my laptop for testing) > > So, what should i do in order to solve this situation? > > Thanks in advance > > Regards > > -- > Saludos > Danny Dias > SkypeID: danny.dias1 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > 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/20100604/52f5029a/attachment.htm
Hi, Did you do this steps ? dahdi-linux # make # make install dahdi tools # ./configure --prefix=/usr # make menuselect <optional> # make # make install # make config # dahdi_cfg -vv If dahdi not start, verify ubuntu system log and search for any dahdi error. Regards, On Fri, Jun 4, 2010 at 8:10 AM, Danny Dias <ing.diasdanny at gmail.com> wrote:> Hello Asterisk users, > > I'm having a little problem with an Asterisk installation on Ubuntu, i had > installed many asterisks on CentOS but never in Ubuntu, the problem is that > Asterisk and DAHDI does not start at system start...i have to make > "/etc/init.d/asterisk start" and "/etc/init.d/dahdi start" manually every > time i reboot the machine (my laptop for testing) > > So, what should i do in order to solve this situation? > > Thanks in advance > > Regards > > -- > Saludos > Danny Dias > SkypeID: danny.dias1 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > ? ? ? ? ? ? ? http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >-- --------------------------------------------------------------------------------- Luis Morales Consultor de Tecnologia Cel: +(58)412-2352745 --------------------------------------------------------------------------------- "Empieza por hacer lo necesario, luego lo que es posible... y de pronto estar?s haciendo lo imposible" Leonardo Da'Vinci ---------------------------------------------------------------------------------
On Jun 4, 2010, at 8:40 AM, Danny Dias wrote:> Hello Asterisk users, > > I'm having a little problem with an Asterisk installation on Ubuntu, i had installed many asterisks on CentOS but never in Ubuntu, the problem is that Asterisk and DAHDI does not start at system start...i have to make "/etc/init.d/asterisk start" and "/etc/init.d/dahdi start" manually every time i reboot the machine (my laptop for testing) > > So, what should i do in order to solve this situation?Did you run update-rc.d on your asterisk/dahdi init.d scripts? Do man update-rc.d Niles