Asterisk on DNS-323 - HELP

View: New views
3 Messages — Rating Filter:   Alert me  

Asterisk on DNS-323 - HELP

by don-90 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey guys,
I installed asterisk14 on my DNS-323.
Now,  when I tried to run the program I get this "Unable to connect to
remote asterisk (does /opt/var/run/asterisk.ctl exist?)"

I look into /opt/var/run directory and the asterisk.ctl file is there.
I also look at asterisk.conf and it is configure correctly.

Do I need to enable anything for it to work?


Re: Asterisk on DNS-323 - HELP

by Ovidiu Sas-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It seems that chan_sip is crashing (at least on asterisk 1.6).
Try to disable chan_sip and see if you can get asterisk up and running.
I was able to get asterisk16 up by disabling chan_sip:
add the following line to /opt/etc/asterisk/modules.conf:
noload => chan_sip.so

Anyway, without chan_sip asterisk is pretty useless ....


Regards,
Ovidiu Sas

On Wed, Sep 17, 2008 at 8:30 AM, don <hlayne@...> wrote:

> Hey guys,
> I installed asterisk14 on my DNS-323.
> Now,  when I tried to run the program I get this "Unable to connect to
> remote asterisk (does /opt/var/run/asterisk.ctl exist?)"
>
> I look into /opt/var/run directory and the asterisk.ctl file is there.
> I also look at asterisk.conf and it is configure correctly.
>
> Do I need to enable anything for it to work?
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>

Re: Asterisk on DNS-323 - HELP

by ninelives_in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- In nslu2-asterisk@..., "don" <hlayne@...> wrote:

>
> Hey guys,
> I installed asterisk14 on my DNS-323.
> Now,  when I tried to run the program I get this "Unable to connect to
> remote asterisk (does /opt/var/run/asterisk.ctl exist?)"
>
> I look into /opt/var/run directory and the asterisk.ctl file is there.
> I also look at asterisk.conf and it is configure correctly.
>
> Do I need to enable anything for it to work?
>


Have you got it working?