Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: beckynet on February 02, 2010, 02:47:37 PM

Title: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
Post by: beckynet on February 02, 2010, 02:47:37 PM
Hello world,

I've got a trouble.

I was running asterisk with zaptel and sail-2.2.x.
I tried to switch Dahdi, but I got an error:
Failed to execute '/usr/share/asterisk/agi-bin/selintra': No such file or directory.

So I clean my SME, and removed all traces of selintra including e-smith DB.

I installed the latest version 2.4.1-sail, sail-2.4.1-6. I've the same error : Failed to execute '/usr/share/asterisk/agi-bin/selintra': No such file or directory. And I can place a call internal or external

I use
SME 7.4 with the last update.
asterisk14-1.4.28-88.el4
asterisk-addons14-1.4.9-24.el4
dahdi-linux-2.2.0.2-65.el4
dahdi-tools-2.2.0-63.el4

Please help me I can't use my phone at this time

Thanks a lot
Olivier beeckmans
Title: Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
Post by: beckynet on February 02, 2010, 05:45:11 PM
Hello I've find a solution.

ln -s /var/lib/asterisk/agi-bin/selintra /usr/share/asterisk/agi-bin/selintra

And now all run fine

Olivier Beeckmans
Title: Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
Post by: SARK devs on February 02, 2010, 09:07:48 PM
Yes - Digium moved agi-bin in the release of asterisk you are using - from /var/lib to /usr/share/

Glad to see you figured it out OK.

You could also have done this...

In /etc/asterisk/asterisk.conf  find

astagidir => /usr/share/asterisk/agi-bin

Change it to

astagidir => /var/lib/asterisk/agi-bin


Best

S   
Title: Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
Post by: compsos on February 03, 2010, 11:17:33 AM
Hi all
Can confirm the change in asterisk.conf worked.
from /usr/share/asterisk/agi-bin/selintra
to /var/lib/asterisk/agi-bin
Title: Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
Post by: beckynet on February 04, 2010, 05:16:29 PM
Yes changing into asterisk.conf run perfectly

Thanks

Olivier beeckmans