On Wed, 24 Mar 2010, Ott Rose wrote:

> here is the issue
> 
> phones freepbx-2.7.0]# ./start_asterisk start

Yep. That's the issue :)

> STARTING ASTERISK
> Asterisk ended with exit status 1
> Asterisk died with code 1.
> Automatically restarting Asterisk.
> Asterisk ended with exit status 1
> Asterisk died with code 1.
> Automatically restarting Asterisk.
> mpg123: no process killed

I don't know where your configuration stashes files, but you can start 
Asterisk "by hand" using a command similar to:

        sudo -u <whatever-user-you-run-asterisk-as>\
                /usr/sbin/asterisk\
                        -C /etc/asterisk/{$PROJECT}/asterisk.conf\
                        -c\
                        -f\
                        -g\
                        -n\
                        -p\
                        -d -d -d -d -d -d\
                        -v -v -v -v -v -v\
                        ${END_OF_LIST}

This should give you a clue to your issue.

-- 
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000

-- 
_____________________________________________________________________
-- 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

Reply via email to