[Asterisk-Users] Automatic Start
Cameron Beattie
kjcsb at orcon.net.nz
Wed Apr 6 11:43:44 MST 2005
I'm no Linux guru but my understanding is that the script you are referring
to (/etc/rc3.d/S40asterisk) just points to the real script in
/etc/rc.d/init.d or whereever (depends on which linux you're using). The rcn
(e.g. rc3) refers to the run level i.e. 3 in your case. So when you boot
linux in run level 3 it looks in rc3 and runs the scripts there in numerical
order (asterisk script is number 40 in priority)- the S indicates start.
Anyway, you should modify the script in init.d.
Regards
Cameron
----- Original Message -----
From: "J Hobbs" <jghsurfpro at hotmail.com>
To: <asterisk-users at lists.digium.com>
Sent: Wednesday, April 06, 2005 3:36 PM
Subject: Re: [Asterisk-Users] Automatic Start
> Thank you for your reply, David.
>
> I found the file in /etc/rc3.d/S40asterisk. Where would I put the line to
> load the Wildcard PCI interface card (modprobe wcfxs)?
>
> Would I put it before the line:
>
> RETVAL = 0
> start() {
> # start daemons
> etc
> }
>
>
>
>>From: David Choo <DavidChoo at espore.com>
>>Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
>><asterisk-users at lists.digium.com>
>>To: Asterisk Users Mailing List - Non-Commercial Discussion
>><asterisk-users at lists.digium.com>
>>CC:
>>asterisk-users at lists.digium.com,asterisk-users-bounces at lists.digium.com
>>Subject: Re: [Asterisk-Users] Automatic Start
>>Date: Wed, 6 Apr 2005 10:21:55 +0800
>>
>>Hi,
>>
>>If its started from an automated script, it should be in
>>/etc/rc.d/init.d/asterisk
>>
>>If you want a quick and easy fix to start asterisk after zaptel do this
>>(Assuming that Zaptel is installed properly)
>>
>>Modify /etc/rc.local
>>
>>Add the following lines.
>>
>>service asterisk stop
>>service zaptel restart
>>service asterisk start
>>
>>It will first start asterisk, then restart zaptel (to ensure that even if
>>its started, it will work) then start asterisk
>>
>>Best Regards,
>>
>>==============================
>>David Choo
>>Systems Engineer
>>Business & Technology Division
>>"Engineered for Changing Businesses"
>>Espore Corp Pte Ltd
>>68 Kallang Pudding Rd
>>#04-03 SYH Logistics Bldg
>>Singapore 349327
>>Tel: 65-68487806
>>Fax : 65-6842 2724
>>E-mail :DavidChoo at Espore.com
>>=============================
>>
>>Privileged/Confidential information may be contained in this message. If
>>you are not the intended recipient, you must not copy it or use it for any
>>purpose, nor deliver this message to anyone. Instead, please delete this
>>message and destroy any other record of it immediately and kindly notify
>>the sender by return email. Thank you for your co-operation.
>>
>>Internet communications cannot be guaranteed to be secure or error-free as
>>information could be intercepted, corrupted, lost, arrive late, or contain
>>viruses. The sender therefore does not accept liability for any errors or
>>omissions in the context of this message nor can the sender guarantee that
>>this message is virus free.
>>
>>
>>
>> "J Hobbs"
>> <jghsurfpro at hotma
>> il.com>
>> To
>> Sent by: asterisk-users at lists.digium.com
>> asterisk-users-bo
>> cc
>> unces at lists.digiu
>> m.com
>> Subject
>> [Asterisk-Users] Automatic Start
>>
>> 06/04/2005 08:17
>> AM
>>
>>
>> Please respond to
>> Asterisk Users
>> Mailing List -
>> Non-Commercial
>> Discussion
>> <asterisk-users at l
>> ists.digium.com>
>>
>>
>>
>>
>>
>>
>>Hi All,
>>I have just installed Asterisk using Signate install disks which installed
>>CentOS (Redhat) and then loaded Asterisk.
>>
>>I am completely new to Linux so this is probably a dumb question, but I
>>can't figure it out or find any documents that refer to it. So here goes.
>>
>>When I start CentOS it automatically loads Asterisk and Gnome, but where
>>is
>>
>>the startup configuration file for Asterisk. I need to edit this file so
>>that the Wildcard is also loaded.
>>
>>Put me out of my misery please.
>>
>>_________________________________________________________________
>>Powerful Parental Controls Let your child discover the best the Internet
>>has
>>to offer.
>>http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
>>
>> Start enjoying all the benefits of MSN® Premium right now and get the
>>first two months FREE*.
>>
>>_______________________________________________
>>Asterisk-Users mailing list
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>>_______________________________________________
>>Asterisk-Users mailing list
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>
> _________________________________________________________________
> Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The
> new MSN Search! Check it out!
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
More information about the asterisk-users
mailing list