[Amportal-users] FreePBX 2.2.0 and Asterisk 1.4.0

It’s really impressive for your information as I am trying to find ways to
integrate them together as well, I will try and see how.

Thanks again for your help.

Best Regards

Johnny

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Samy
Antoun
Sent: Friday, January 26, 2007 12:03 PM
To: [email protected]
Subject: Re: [Amportal-users] FreePBX 2.2.0 and Asterisk 1.4.0

— kayodea [email protected] wrote:

[quote] Have anyone implemented freepbx 2.2.0 on Asterisk 1.4.0?
[/quote]
Yes, it’s working fine with me. The changes required are:

  • Zaptel, Asterisk and Asterisk Addons:
    Add “configure” (a must) and
    "make menuselect" (optional)
    BEFORE the normal make proccess, ie:

    cd /usr/src/zaptel
    ./configure
    make menuselect

    cd /usr/src/asterisk
    ./configure
    make menuselect

    cd /usr/src/asterisk-addons
    ./configure
    make menuselect

  • FreePBX:
    Disable Asterisk version check:
    cd /usr/src/freepbx
    cp -vf install_amp install_amp-Original
    sed -i ‘s/“1.4”, “ge”/“1.6”, “ge”/’ install_amp

    Change “show version” command:
    cd /usr/src/freepbx/amp_conf/htdocs/admin
    cp -vf functions.inc.php functions.inc.php-Original
    sed -i ‘s/show version/core show version/’ functions.inc.php

    Change (Copy) MOH directory:
    cp -vR /var/lib/asterisk/moh /var/lib/asterisk/mohmp3
    chown -vR asterisk.asterisk /var/lib/asterisk/mohmp3
    chmod -v 775 /var/lib/asterisk/mohmp3
    chmod -v 664 /var/lib/asterisk/mohmp3/*

Hope that helps.



Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)