VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
sameer at hostnsoft.com Guest
|
Posted: Wed Jul 23, 2014 7:31 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
Hi,
I had tried all the steps which I used to inatall Asterisk 12.3.2
Pjsip in Asterisk 12.3.2 is working but in new release Asterisk 12.4.0 it is not working I am getting XXX in make menuselect resource_module. I tried all trouble shooting steps along with ldconfig etc.
I think its a bug can any one help me on this ?
--
Regards
Sameer Rathod8109413462 |
|
Back to top |
|
|
sgriepentrog at digium... Guest
|
Posted: Wed Jul 23, 2014 7:54 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
1) What platform are you on (i.e. Ubuntu/Centos/etc)
2) What steps did you take to install the PJSIP libraries?
On Wed, Jul 23, 2014 at 7:30 AM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | Hi,
I had tried all the steps which I used to inatall Asterisk 12.3.2
Pjsip in Asterisk 12.3.2 is working but in new release Asterisk 12.4.0 it is not working I am getting XXX in make menuselect resource_module. I tried all trouble shooting steps along with ldconfig etc.
I think its a bug can any one help me on this ?
--
Regards
Sameer Rathod8109413462
--
_____________________________________________________________________
-- 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
|
--
Scott Griepentrog
Digium, Inc · Software Developer
445 Jan Davis Drive NW · Huntsville, AL 35806 · US
direct/fax: +1 256 428 6239 · mobile: +1 317 507 4029
Check us out at: http://digium.com · http://asterisk.org |
|
Back to top |
|
|
sameer at hostnsoft.com Guest
|
Posted: Thu Jul 24, 2014 6:15 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
I am using centos 6.4 and 6.5
steps to install pjprojects is
Quote: | a) git clone https://github.com/asterisk/pjproject pjproject
b) cd pjprojectc) ./configure --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amrd) make depe) make install
f) ldconfigg) export PKG_CONFIG_PATH=/usr/lib/pkgconfigh) cd ../..asteriski) ./configure
j) make menuselect b) cd pjproject | 012
On Wed, Jul 23, 2014 at 6:23 PM, Scott Griepentrog <sgriepentrog@digium.com (sgriepentrog@digium.com)> wrote:
Quote: | 1) What platform are you on (i.e. Ubuntu/Centos/etc)
2) What steps did you take to install the PJSIP libraries?
On Wed, Jul 23, 2014 at 7:30 AM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | Hi,
I had tried all the steps which I used to inatall Asterisk 12.3.2
Pjsip in Asterisk 12.3.2 is working but in new release Asterisk 12.4.0 it is not working I am getting XXX in make menuselect resource_module. I tried all trouble shooting steps along with ldconfig etc.
I think its a bug can any one help me on this ?
--
Regards
Sameer Rathod8109413462
--
_____________________________________________________________________
-- 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
|
--
Scott Griepentrog
Digium, Inc · Software Developer
445 Jan Davis Drive NW · Huntsville, AL 35806 · US
direct/fax: +1 256 428 6239 · mobile: +1 317 507 4029
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
|
--
Regards
Sameer Rathod 8109413462 |
|
Back to top |
|
|
mjordan at digium.com Guest
|
Posted: Thu Jul 24, 2014 4:12 pm Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
On Thu, Jul 24, 2014 at 6:15 AM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | I am using centos 6.4 and 6.5
steps to install pjprojects is
Quote: | a) git clone https://github.com/asterisk/pjproject pjproject
b) cd pjprojectc) ./configure --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amrd) make depe) make install
f) ldconfigg) export PKG_CONFIG_PATH=/usr/lib/pkgconfigh) cd ../..asteriski) ./configure
j) make menuselect b) cd pjproject | 01
|
What is the output of "pkg-config --print-provides libpjproject"? For that matter, does "pkg-config --list-all" show libpjproject as a package?
--
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 |
|
Back to top |
|
|
sameer at hostnsoft.com Guest
|
Posted: Fri Jul 25, 2014 2:52 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
after exporting ie
Quote: | export PKG_CONFIG_PATH=/usr/lib/pkgconfig | This command pkg-config --print-provides libpjproject shows
libpjproject = 2.2.0
and for pkg-config --list-all it gives
libedata-book-1.2 libedatabook - Backend library for evolution address books
libpjproject libpjproject - Multimedia communication library
libstartup-notification-1.0 libstartup-notification - Startup notification library
gnome-keybindings gnome-keybindings - Keybindings configuration for GNOME applications
gnome-default-applications gnome-default-applications - Default GNOME applications configuration
On Fri, Jul 25, 2014 at 2:42 AM, Matthew Jordan <mjordan@digium.com (mjordan@digium.com)> wrote:
Quote: |
On Thu, Jul 24, 2014 at 6:15 AM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | I am using centos 6.4 and 6.5
steps to install pjprojects is
Quote: | a) git clone https://github.com/asterisk/pjproject pjproject
b) cd pjprojectc) ./configure --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amrd) make depe) make install
f) ldconfigg) export PKG_CONFIG_PATH=/usr/lib/pkgconfigh) cd ../..asteriski) ./configure
a) git clone https://github.com/asterisk/pjproject pjproject
| 012
|
What is the output of "pkg-config --print-provides libpjproject"? For that matter, does "pkg-config --list-all" show libpjproject as a package?
--
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
|
--
Regards
Sameer Rathod 8109413462 |
|
Back to top |
|
|
sameer at hostnsoft.com Guest
|
Posted: Thu Jul 31, 2014 1:54 pm Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
Hi
any progress on this issue ?? anyone???
On Fri, Jul 25, 2014 at 1:22 PM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | after exporting ie
Quote: | export PKG_CONFIG_PATH=/usr/lib/pkgconfig | This command pkg-config --print-provides libpjproject shows
libpjproject = 2.2.0
and for pkg-config --list-all it gives
libedata-book-1.2 libedatabook - Backend library for evolution address books
libpjproject libpjproject - Multimedia communication library
libstartup-notification-1.0 libstartup-notification - Startup notification library
gnome-keybindings gnome-keybindings - Keybindings configuration for GNOME applications
gnome-default-applications gnome-default-applications - Default GNOME applications configuration
On Fri, Jul 25, 2014 at 2:42 AM, Matthew Jordan <mjordan@digium.com (mjordan@digium.com)> wrote:
Quote: |
On Thu, Jul 24, 2014 at 6:15 AM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | I am using centos 6.4 and 6.5
steps to install pjprojects is
Quote: | a) git clone https://github.com/asterisk/pjproject pjproject
b) cd pjprojectc) ./configure --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amrd) make depe) make install
f) ldconfigg) export PKG_CONFIG_PATH=/usr/lib/pkgconfigh) cd ../..asteriski) ./configure
a) git clone https://github.com/asterisk/pjproject pjproject
| 012
|
What is the output of "pkg-config --print-provides libpjproject"? For that matter, does "pkg-config --list-all" show libpjproject as a package?
--
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
|
--
Regards
Sameer Rathod 8109413462
|
--
Regards
Sameer Rathod8109413462 |
|
Back to top |
|
|
mjordan at digium.com Guest
|
Posted: Thu Jul 31, 2014 3:07 pm Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
On Thu, Jul 31, 2014 at 1:53 PM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | Hi
any progress on this issue ?? anyone???
|
Can you attach your config.log output? Since pkg-config does find your pjproject installation, and the Asterisk configure script uses pkg-config to find pjproject, this seems quite odd.
Keep in mind that asking for help with deployment issues on asterisk-users is entirely appropriate, but do remember this is an open source project and everyone who replies on here is doing so of their own volition. No one is required to solve your issue for you.
--
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 |
|
Back to top |
|
|
sameer at hostnsoft.com Guest
|
Posted: Fri Aug 01, 2014 2:10 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
Hi Matthew,
I know that no one is bounded to solve the issue for me.
I am new to asterisk that's why asking for help only. Pardon me if I did something wrong.
Please let me know where do I get config.log output I don't know how to generate them.
On Fri, Aug 1, 2014 at 1:36 AM, Matthew Jordan <mjordan@digium.com (mjordan@digium.com)> wrote:
Quote: |
On Thu, Jul 31, 2014 at 1:53 PM, Sameer Rathod <sameer@hostnsoft.com (sameer@hostnsoft.com)> wrote:
Quote: | Hi
any progress on this issue ?? anyone???
|
Can you attach your config.log output? Since pkg-config does find your pjproject installation, and the Asterisk configure script uses pkg-config to find pjproject, this seems quite odd.
Keep in mind that asking for help with deployment issues on asterisk-users is entirely appropriate, but do remember this is an open source project and everyone who replies on here is doing so of their own volition. No one is required to solve your issue for you.
--
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
|
--
Regards
Sameer Rathod 8109413462 |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Fri Aug 01, 2014 2:56 am Post subject: [asterisk-users] Asterisk 12.4.0 not able to install pjsip |
|
|
(This is not where your reply belongs)
On Friday 01 Aug 2014, Sameer Rathod wrote:
Quote: | Hi Matthew,
I know that no one is bounded to solve the issue for me.
I am new to asterisk that's why asking for help only. Pardon me if I did
something wrong.
Please let me know where do I get config.log output I don't know how to
generate them.
|
There will be a file called "config.log" in the same folder where you typed
"./configure". This is what you need to attach.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|