Koozali.org: home of the SME Server

Fresh install of SAIL sail-2.4.1-6.noarch.rpm

Offline beckynet

  • *
  • 107
  • +0/-0
    • http://www.beckynet.be
Fresh install of SAIL sail-2.4.1-6.noarch.rpm
« 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
----------------------------------------------------
Beeckmans Olivier
Belgian Army ICT Technician
I discovered E-Smith with version 4.12
----------------------------------------------------

Offline beckynet

  • *
  • 107
  • +0/-0
    • http://www.beckynet.be
Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
« Reply #1 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
----------------------------------------------------
Beeckmans Olivier
Belgian Army ICT Technician
I discovered E-Smith with version 4.12
----------------------------------------------------

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
« Reply #2 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   
« Last Edit: February 02, 2010, 10:38:10 PM by SARK devs »

Offline compsos

  • *
  • 472
  • +0/-0
Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
« Reply #3 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
Regards

Gordon............

Offline beckynet

  • *
  • 107
  • +0/-0
    • http://www.beckynet.be
Re: Fresh install of SAIL sail-2.4.1-6.noarch.rpm
« Reply #4 on: February 04, 2010, 05:16:29 PM »
Yes changing into asterisk.conf run perfectly

Thanks

Olivier beeckmans
----------------------------------------------------
Beeckmans Olivier
Belgian Army ICT Technician
I discovered E-Smith with version 4.12
----------------------------------------------------