Re: [asterisk-users] failing to start asterisk on centos7

2016-12-10 Thread christopher kamutumwa
Yes-bash: /usr/sbin/asterisk: No such file or directory”. Where is the
asterisk binary located? There's a high likelihood that that’s the problem.
where is itlocated how do i find it and what do i need to do. i tried it on
centos 6.8 and i had same error. where am i going wrong?

chris

On Sat, Dec 10, 2016 at 10:48 PM, Tech Support 
wrote:

> Hello;
>
> Way down at the bottom of your post you're getting an error that says
> “-bash: /usr/sbin/asterisk: No such file or directory”. Where is the
> asterisk binary located? There's a high likelihood that that’s the problem.
>
> Regards;
>
> John V.
>
>
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
> boun...@lists.digium.com] *On Behalf Of *christopher kamutumwa
> *Sent:* Saturday, December 10, 2016 1:24 PM
> *To:* asterisk-users
> *Subject:* [asterisk-users] failing to start asterisk on centos7
>
>
>
> ive installed asterisk but below is what am getting proces gets
> killed.please help
>
>
>
> [root@localhost sounds]# asterisk -c
>
> Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
>
> Created by Mark Spencer 
>
> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
> details.
>
> This is free software, with components licensed under the GNU General
> Public
>
> License version 2 and other licenses; you are welcome to redistribute it
> under
>
> certain conditions. Type 'core show license' for details.
>
> =
>
> [root@localhost sounds]# asterisk -c
>
> -bash: /usr/sbin/asterisk: No such file or directory
>
> [root@localhost sounds]# asterisk -r
>
> -bash: /usr/sbin/asterisk: No such file or directory
>
> [root@localhost sounds]# asterisk
>
> -bash: /usr/sbin/asterisk: No such file or directory
>
> [root@localhost sounds]#
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] failing to start asterisk on centos7

2016-12-10 Thread Tech Support
Hello;

Way down at the bottom of your post you're getting an error that says 
“-bash: /usr/sbin/asterisk: No such file or directory”. Where is the asterisk 
binary located? There's a high likelihood that that’s the problem.

Regards;

John V.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of christopher 
kamutumwa
Sent: Saturday, December 10, 2016 1:24 PM
To: asterisk-users
Subject: [asterisk-users] failing to start asterisk on centos7

 

ive installed asterisk but below is what am getting proces gets killed.please 
help

 

[root@localhost sounds]# asterisk -c

Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.

Created by Mark Spencer 

Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for 
details.

This is free software, with components licensed under the GNU General Public

License version 2 and other licenses; you are welcome to redistribute it under

certain conditions. Type 'core show license' for details.

=

[root@localhost sounds]# asterisk -c

-bash: /usr/sbin/asterisk: No such file or directory

[root@localhost sounds]# asterisk -r

-bash: /usr/sbin/asterisk: No such file or directory

[root@localhost sounds]# asterisk

-bash: /usr/sbin/asterisk: No such file or directory

[root@localhost sounds]#

 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] failing to start asterisk on centos7

2016-12-10 Thread Bruce Ferrell

You didn't mention any of these and they may seem unimportant but they are:

Was the install from source or rpm?
Is this a new Centos install?

A brand new Centos install has selinux engaged.  selinux will block a 
source installed asterisk.  I think the asterisk RPMs have the necessary 
labeling to bypass selinux... I'm not sure of that. test for selinux with:


the response can be enabled, permissive or disabled

enabled means selinux is possibly the problem and the solution can be 
tested by doing:


setenforce 0

and then attempt to restart asterisk.  If it starts, it's a good 
indication of what is going on and I'll leave the exercise of either 
permenantly disabling selinux or correctly labeling the filesystem to 
allow selinux and asterisk to co-exist.


On 12/10/16 10:24 AM, christopher kamutumwa wrote:
ive installed asterisk but below is what am getting proces gets 
killed.please help


[root@localhost sounds]# asterisk -c
Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer >
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' 
for details.
This is free software, with components licensed under the GNU General 
Public
License version 2 and other licenses; you are welcome to redistribute 
it under

certain conditions. Type 'core show license' for details.
=
[ Initializing Custom Configuration Options ]
  == Parsing '/etc/asterisk/extconfig.conf': Found
  == Parsing '/etc/asterisk/asterisk.conf': Found
  == Manager registered action DBGet
  == Manager registered action DBPut
  == Manager registered action DBDel
  == Manager registered action DBDelTree
PBX UUID: 36c0be35-766e-46c4-be1f-96479afa1e2b
  == Registered 'audio' codec 'g723' at sample rate '8000' with id '1'
  == Created cached format with name 'g723'
  == Registered 'audio' codec 'ulaw' at sample rate '8000' with id '2'
  == Created cached format with name 'ulaw'
  == Registered 'audio' codec 'alaw' at sample rate '8000' with id '3'
  == Created cached format with name 'alaw'
  == Registered 'audio' codec 'gsm' at sample rate '8000' with id '4'
  == Created cached format with name 'gsm'
  == Registered 'audio' codec 'g726' at sample rate '8000' with id '5'
  == Created cached format with name 'g726'
  == Registered 'audio' codec 'g726aal2' at sample rate '8000' with id '6'
  == Created cached format with name 'g726aal2'
  == Registered 'audio' codec 'adpcm' at sample rate '8000' with id '7'
  == Created cached format with name 'adpcm'
  == Registered 'audio' codec 'slin' at sample rate '8000' with id '8'
  == Created cached format with name 'slin'
  == Registered 'audio' codec 'slin' at sample rate '12000' with id '9'
  == Created cached format with name 'slin12'
  == Registered 'audio' codec 'slin' at sample rate '16000' with id '10'
  == Created cached format with name 'slin16'
  == Registered 'audio' codec 'slin' at sample rate '24000' with id '11'
  == Created cached format with name 'slin24'
  == Registered 'audio' codec 'slin' at sample rate '32000' with id '12'
  == Created cached format with name 'slin32'
  == Registered 'audio' codec 'slin' at sample rate '44100' with id '13'
  == Created cached format with name 'slin44'
  == Registered 'audio' codec 'slin' at sample rate '48000' with id '14'
  == Created cached format with name 'slin48'
  == Registered 'audio' codec 'slin' at sample rate '96000' with id '15'
  == Created cached format with name 'slin96'
  == Registered 'audio' codec 'slin' at sample rate '192000' with id '16'
  == Created cached format with name 'slin192'
  == Registered 'audio' codec 'lpc10' at sample rate '8000' with id '17'
  == Created cached format with name 'lpc10'
  == Registered 'audio' codec 'g729' at sample rate '8000' with id '18'
  == Created cached format with name 'g729'
  == Registered 'audio' codec 'speex' at sample rate '8000' with id '19'
  == Created cached format with name 'speex'
  == Registered 'audio' codec 'speex' at sample rate '16000' with id '20'
  == Created cached format with name 'speex16'
  == Registered 'audio' codec 'speex' at sample rate '32000' with id '21'
  == Created cached format with name 'speex32'
  == Registered 'audio' codec 'ilbc' at sample rate '8000' with id '22'
  == Created cached format with name 'ilbc'
  == Registered 'audio' codec 'g722' at sample rate '16000' with id '23'
  == Created cached format with name 'g722'
  == Registered 'audio' codec 'siren7' at sample rate '16000' with id '24'
  == Created cached format with name 'siren7'
  == Registered 'audio' codec 'siren14' at sample rate '32000' with id 
'25'

  == Created cached format with name 'siren14'
  == Registered 'audio' codec 'testlaw' at sample rate '8000' with id '26'
  == Created cached format with name 'testlaw'
  == Registered 'audio' codec 'g719' at sample rate '48000' with id '27'
  == Created cached format with 

[asterisk-users] failing to start asterisk on centos7

2016-12-10 Thread christopher kamutumwa
ive installed asterisk but below is what am getting proces gets
killed.please help

[root@localhost sounds]# asterisk -c
Asterisk 13.13.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer 
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it
under
certain conditions. Type 'core show license' for details.
=
[ Initializing Custom Configuration Options ]
  == Parsing '/etc/asterisk/extconfig.conf': Found
  == Parsing '/etc/asterisk/asterisk.conf': Found
  == Manager registered action DBGet
  == Manager registered action DBPut
  == Manager registered action DBDel
  == Manager registered action DBDelTree
PBX UUID: 36c0be35-766e-46c4-be1f-96479afa1e2b
  == Registered 'audio' codec 'g723' at sample rate '8000' with id '1'
  == Created cached format with name 'g723'
  == Registered 'audio' codec 'ulaw' at sample rate '8000' with id '2'
  == Created cached format with name 'ulaw'
  == Registered 'audio' codec 'alaw' at sample rate '8000' with id '3'
  == Created cached format with name 'alaw'
  == Registered 'audio' codec 'gsm' at sample rate '8000' with id '4'
  == Created cached format with name 'gsm'
  == Registered 'audio' codec 'g726' at sample rate '8000' with id '5'
  == Created cached format with name 'g726'
  == Registered 'audio' codec 'g726aal2' at sample rate '8000' with id '6'
  == Created cached format with name 'g726aal2'
  == Registered 'audio' codec 'adpcm' at sample rate '8000' with id '7'
  == Created cached format with name 'adpcm'
  == Registered 'audio' codec 'slin' at sample rate '8000' with id '8'
  == Created cached format with name 'slin'
  == Registered 'audio' codec 'slin' at sample rate '12000' with id '9'
  == Created cached format with name 'slin12'
  == Registered 'audio' codec 'slin' at sample rate '16000' with id '10'
  == Created cached format with name 'slin16'
  == Registered 'audio' codec 'slin' at sample rate '24000' with id '11'
  == Created cached format with name 'slin24'
  == Registered 'audio' codec 'slin' at sample rate '32000' with id '12'
  == Created cached format with name 'slin32'
  == Registered 'audio' codec 'slin' at sample rate '44100' with id '13'
  == Created cached format with name 'slin44'
  == Registered 'audio' codec 'slin' at sample rate '48000' with id '14'
  == Created cached format with name 'slin48'
  == Registered 'audio' codec 'slin' at sample rate '96000' with id '15'
  == Created cached format with name 'slin96'
  == Registered 'audio' codec 'slin' at sample rate '192000' with id '16'
  == Created cached format with name 'slin192'
  == Registered 'audio' codec 'lpc10' at sample rate '8000' with id '17'
  == Created cached format with name 'lpc10'
  == Registered 'audio' codec 'g729' at sample rate '8000' with id '18'
  == Created cached format with name 'g729'
  == Registered 'audio' codec 'speex' at sample rate '8000' with id '19'
  == Created cached format with name 'speex'
  == Registered 'audio' codec 'speex' at sample rate '16000' with id '20'
  == Created cached format with name 'speex16'
  == Registered 'audio' codec 'speex' at sample rate '32000' with id '21'
  == Created cached format with name 'speex32'
  == Registered 'audio' codec 'ilbc' at sample rate '8000' with id '22'
  == Created cached format with name 'ilbc'
  == Registered 'audio' codec 'g722' at sample rate '16000' with id '23'
  == Created cached format with name 'g722'
  == Registered 'audio' codec 'siren7' at sample rate '16000' with id '24'
  == Created cached format with name 'siren7'
  == Registered 'audio' codec 'siren14' at sample rate '32000' with id '25'
  == Created cached format with name 'siren14'
  == Registered 'audio' codec 'testlaw' at sample rate '8000' with id '26'
  == Created cached format with name 'testlaw'
  == Registered 'audio' codec 'g719' at sample rate '48000' with id '27'
  == Created cached format with name 'g719'
  == Registered 'audio' codec 'opus' at sample rate '48000' with id '28'
  == Created cached format with name 'opus'
  == Registered 'image' codec 'jpeg' at sample rate '0' with id '29'
  == Created cached format with name 'jpeg'
  == Registered 'image' codec 'png' at sample rate '0' with id '30'
  == Created cached format with name 'png'
  == Registered 'video' codec 'h261' at sample rate '1000' with id '31'
  == Created cached format with name 'h261'
  == Registered 'video' codec 'h263' at sample rate '1000' with id '32'
  == Created cached format with name 'h263'
  == Registered 'video' codec 'h263p' at sample rate '1000' with id '33'
  == Created cached format with name 'h263p'
  == Registered 'video' codec 'h264' at sample rate '1000' with id '34'
  == Created cached format with name 'h264'
  == Registered 'video' codec 'mpeg4' at 

Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread Alex Villacís Lasso

El 10/12/16 a las 10:15, christopher kamutumwa escribió:
Package kernel-devel-3.10.0-327.36.3.el7.x86_64 already installed and 
latest version but i still receive the same error


[root@localhost dahdi-linux-complete-2.11.1+2.11.1]# make
make -C linux all
make[1]: Entering directory 
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux'

make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory 
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
make[2]: Leaving directory 
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 3.10.0-327.el7.x86_64 
kernel installed.

make[1]: *** [modules] Error 1


When compiling kernel modules (such as DAHDI) using the system kernel 
and kernel-devel, they must be compiled under a specific kernel version. 
If no kernel version is specified, it defaults to the currently running 
kernel. In your case, the currently running kernel is 
3.10.0-327.el7.x86_64 .


For the selected kernel version, the kernel development files (supplied 
by kernel-devel) must exist under the exact same version. The installed 
kernel-devel version is 3.10.0-327.36.3.el7.x86_64 . Note carefully - 
this is NOT the same kernel version as the kernel selected for compiling -


3.10.0-327.36.3.el7.x86_64 (supplied by kernel-devel)
3.10.0-327.el7.x86_64 (selected by default)

Notice the extra ".36.3" between the two versions.

To solve this, you should do EXACTLY ONE of the following two options:
1) install the exact kernel-devel version for your currently-running 
kernel. In this case, kernel-devel-3.10.0-327.el7.x86_64 . Then run make 
as before.
2) install kernel-3.10.0-327.36.3.el7.x86_64 if not already installed, 
then specify this version as the kernel to compile DAHDI against:


make KVERS="3.10.0-327.36.3.el7.x86_64"
make install KVERS="3.10.0-327.36.3.el7.x86_64"


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread Tony Mountifield
In article ,
christopher kamutumwa  wrote:
> 
> Package kernel-devel-3.10.0-327.36.3.el7.x86_64 already installed and
> latest version but i still receive the same error
> 
> [root@localhost dahdi-linux-complete-2.11.1+2.11.1]# make
> make -C linux all
> make[1]: Entering directory `/usr/src/dahdi-linux-
> complete-2.11.1+2.11.1/linux'
> make -C drivers/dahdi/firmware firmware-loaders
> make[2]: Entering directory `/usr/src/dahdi-linux-
> complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
> make[2]: Leaving directory `/usr/src/dahdi-linux-
> complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
> You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel
> installed.
> make[1]: *** [modules] Error 1

You need to make sure the kernel and kernel-devel packages are the same
version, and that you are running from the same kernel too (make sure
you rebooted after any update of the kernel).

The version of kernel-devel you have installed is: 3.10.0-327.36.3
The version of kernel-devel the makefile wants is: 3.10.0-327

The difference is significant, and suggests that you are actually
running an older kernel than the latest.

Cheers
Tony
-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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


Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread Markus
There are inofficial RPMs for CentOS 7 available if you don't want to 
mess with compiling: https://www.tucny.com/telephony/asterisk-rpms



Am 10.12.2016 um 15:47 schrieb christopher kamutumwa:

Hello support

am trying to install dahdi on centos 7 and am doing the make ommand and
below is result any way out this You do not appear to have the sources
for the 3.10.0-327.el7.x86_64 kernel installed.

uname -a gives me below;

Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19
22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux



[root@localhost dahdi-linux-complete-2.11.1+2.11.1]# make
make -C linux all
make[1]: Entering directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
make[2]: Leaving directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 3.10.0-327.el7.x86_64
kernel installed.
make[1]: *** [modules] Error 1
make[1]: Leaving directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux'
make: *** [all] Error 2






--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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


Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread Greg Woods
On Sat, Dec 10, 2016 at 8:15 AM, christopher kamutumwa <
chriskamutu...@gmail.com> wrote:

> Package kernel-devel-3.10.0-327.36.3.el7.x86_64 already installed and
> latest version but i still receive the same error
>

How about kernel-headers? That's a separate package on my Fedora system,
not sure about CentOS.

--Greg
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread christopher kamutumwa
Package kernel-devel-3.10.0-327.36.3.el7.x86_64 already installed and
latest version but i still receive the same error

[root@localhost dahdi-linux-complete-2.11.1+2.11.1]# make
make -C linux all
make[1]: Entering directory `/usr/src/dahdi-linux-
complete-2.11.1+2.11.1/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory `/usr/src/dahdi-linux-
complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
make[2]: Leaving directory `/usr/src/dahdi-linux-
complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel
installed.
make[1]: *** [modules] Error 1


On Sat, Dec 10, 2016 at 4:56 PM, Greg Woods  wrote:

>
> On Sat, Dec 10, 2016 at 7:47 AM, christopher kamutumwa <
> chriskamutu...@gmail.com> wrote:
>
>> You do not appear to have the sources for the 3.10.0-327.el7.x86_64
>> kernel installed.
>
>
> You need to install the kernel-devel package to compile kernel modules.
>
> --Greg
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread Greg Woods
On Sat, Dec 10, 2016 at 7:47 AM, christopher kamutumwa <
chriskamutu...@gmail.com> wrote:

> You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel
> installed.


You need to install the kernel-devel package to compile kernel modules.

--Greg
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[asterisk-users] Asterisk dahai install centos 7

2016-12-10 Thread christopher kamutumwa
Hello support

am trying to install dahdi on centos 7 and am doing the make ommand and
below is result any way out this You do not appear to have the sources for
the 3.10.0-327.el7.x86_64 kernel installed.

uname -a gives me below;

Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19
22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux



[root@localhost dahdi-linux-complete-2.11.1+2.11.1]# make
make -C linux all
make[1]: Entering directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
make[2]: Leaving directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 3.10.0-327.el7.x86_64 kernel
installed.
make[1]: *** [modules] Error 1
make[1]: Leaving directory
`/usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux'
make: *** [all] Error 2
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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