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
-
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
-
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
-
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
-
Hi all
Can confirm the change in asterisk.conf worked.
from /usr/share/asterisk/agi-bin/selintra
to /var/lib/asterisk/agi-bin
-
Yes changing into asterisk.conf run perfectly
Thanks
Olivier beeckmans