Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Matthew Jordan
On 02/25/2013 11:48 AM, Daniel - Asterisk wrote:
 Hello Mahendra,
  
 I've just installed Asterisk from source on my Raspberry Pi model B,
 this is what I did:
  
 sudo apt-get install build-essential
 sudo apt-get install libncurses5-dev
 sudo apt-get install libssl-dev
 sudo apt-get install libxml2-dev
  
 cd /usr/src/
 sudo wget
 http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz
 sudo tar zxvf asterisk-1.8-current.tar.gz
 sudo reboot

Asterisk includes a script that installs prerequisites for common
distros in contrib/scripts/install_prereq. It does support Debian,
although I personally haven't run it on a Raspberry Pi B.

 sudo ./configure
 sudo make menuselect
 sudo make
 sudo make install
 sudo make samples
  
 sudo make config   -- It doesn't work for me

It doesn't work for me is not sufficient for someone to help you. You
need to provide what the error output is.

If the error output is We could not install init scripts for your
operating system, then Raspberry Pi B's distro is not supported by the
'make config' target. If that's the case, you will need to modify the
Makefile to recognize the distro and install appropriately; you can
probably use the stock Debian installation as a guide.

-- 
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com  http://asterisk.org



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Daniel - Asterisk
Hey Matthew,

Thanks for your answer, that's the very output I get with 'make config'.
Could you please share some readings to get asterisk as a linux service?

Thanks in advance!

Elder D. Arohuanca
Lima - Peru


On Tue, Feb 26, 2013 at 10:05 AM, Matthew Jordan mjor...@digium.com wrote:

 On 02/25/2013 11:48 AM, Daniel - Asterisk wrote:
  Hello Mahendra,
 
  I've just installed Asterisk from source on my Raspberry Pi model B,
  this is what I did:
 
  sudo apt-get install build-essential
  sudo apt-get install libncurses5-dev
  sudo apt-get install libssl-dev
  sudo apt-get install libxml2-dev
 
  cd /usr/src/
  sudo wget
 
 http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz
  sudo tar zxvf asterisk-1.8-current.tar.gz
  sudo reboot

 Asterisk includes a script that installs prerequisites for common
 distros in contrib/scripts/install_prereq. It does support Debian,
 although I personally haven't run it on a Raspberry Pi B.

  sudo ./configure
  sudo make menuselect
  sudo make
  sudo make install
  sudo make samples
 
  sudo make config   -- It doesn't work for me

 It doesn't work for me is not sufficient for someone to help you. You
 need to provide what the error output is.

 If the error output is We could not install init scripts for your
 operating system, then Raspberry Pi B's distro is not supported by the
 'make config' target. If that's the case, you will need to modify the
 Makefile to recognize the distro and install appropriately; you can
 probably use the stock Debian installation as a guide.

 --
 Matthew Jordan
 Digium, Inc. | Engineering Manager
 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
 Check us out at: http://digium.com  http://asterisk.org



 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-26 Thread Kevin Larsen
From:   Daniel - Asterisk earohua...@gmail.com
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com, 
Date:   02/26/2013 09:29 AM
Subject:Re: [asterisk-users] auto install all required dependences 
for asterisk.
Sent by:asterisk-users-boun...@lists.digium.com



Hey Matthew,
 
Thanks for your answer, that's the very output I get with 'make config'.
Could you please share some readings to get asterisk as a linux service?
 
Thanks in advance!
 
Elder D. Arohuanca
Lima - Peru

If you are dedicating your Raspberry Pi to Asterisk, you might want to 
just check this out here:

http://www.raspberry-asterisk.org/

It is probably easier and better than rolling your own all the way 
through.


Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-25 Thread Daniel - Asterisk
Hello Mahendra,

I've just installed Asterisk from source on my Raspberry Pi model B, this
is what I did:

sudo apt-get install build-essential
sudo apt-get install libncurses5-dev
sudo apt-get install libssl-dev
sudo apt-get install libxml2-dev

cd /usr/src/
sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz
sudo tar zxvf asterisk-1.8-current.tar.gz
sudo reboot

sudo ./configure
sudo make menuselect
sudo make
sudo make install
sudo make samples

sudo make config   -- It doesn't work for me
I can access Asterisk from console (asterisk -vvvc) but I'm struggling
to put it as a linux service.

Hope this helps, if you have an answer to put asterisk as service please
let me know.

Elder D. Arohuanca
Lima - Peru



On Fri, Feb 15, 2013 at 3:13 PM, Christopher Harrington ch...@acsdi.comwrote:

 On Fri, Feb 15, 2013 at 1:50 PM, Mahendra Dobariya 
 mahendra_mahen...@hotmail.com wrote:

 but it did not works..


 Unfortunately, this is completely useless for anyone to help you. You will
 need to actually tell us what isn't working and include output from your
 console.

 --
 -Chris Harrington
 ACSDi Office: 763.559.5800
 Mobile Phone: 612.326.4248


 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] auto install all required dependences for asterisk.

2013-02-15 Thread Mahendra Dobariya
hello all,I want to install asterisk on my raspberry pi(model B), 
(2013-02-09-wheezy-raspbian) by compiling source code(asterisk-1.8.15).what i 
do is..
pi@raspberrypi /usr/src/certified-asterisk-1.8.15-cert1 $ sudo apt-get install 
asterisk asterisk-devReading package lists... DoneBuilding dependency 
treeReading state information... DoneThe following extra packages will be 
installed:  asterisk-config asterisk-core-sounds-en asterisk-core-sounds-en-gsm 
asterisk-modules  asterisk-moh-opsound-gsm asterisk-voicemail autopoint 
debhelper freetds-common gettext git git-man  html2text intltool-debian 
libcurl3-gnutls liberror-perl libgettextpo0 libgmime-2.6-0 libgpgme11 libgsm1  
libical0 libiksemel3 libjack-jackd2-0 liblua5.1-0 libmail-sendmail-perl 
libneon27-gnutls libodbc1  libopencore-amrnb0 libopencore-amrwb0 libperl5.14 
libpq5 libpth20 libradiusclient-ng2 libresample1  libsaclm3 libsaevt3 
libsensors4 libsnmp-base libsnmp15 libsox-fmt-alsa libsox-fmt-base libsox2 
libspandsp2  libspeex1 libspeexdsp1 libsqlite0 libsrtp0 libsybdb5 
libsys-hostname-long-perl libunistring0 libvpb0  libwavpack1 module-assistant 
po-debconf rsync sox vpb-driver-source
than i install all above packages by sudo apt-get installand than try to 
compiling the source code..but it did not works..
so please tell me how to install all required dependency for asterisk  
asterisk-dev
Mahendra
  --
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] auto install all required dependences for asterisk.

2013-02-15 Thread Christopher Harrington
On Fri, Feb 15, 2013 at 1:50 PM, Mahendra Dobariya 
mahendra_mahen...@hotmail.com wrote:

 but it did not works..


Unfortunately, this is completely useless for anyone to help you. You will
need to actually tell us what isn't working and include output from your
console.

-- 
-Chris Harrington
ACSDi Office: 763.559.5800
Mobile Phone: 612.326.4248
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users