Re: [asterisk-users] Asterisk-12 issue after successful installation

2013-10-23 Thread virendra bhati
Hi Team,

After suggested links and patch ,

I installed all and then start asterisk and that start working.

Thanks for suggestion..


On Wed, Oct 23, 2013 at 3:55 AM, Matthew Jordan mjor...@digium.com wrote:


 On Mon, Oct 21, 2013 at 7:59 AM, A J Stiles asterisk_l...@earthshod.co.uk
  wrote:

 On Monday 21 October 2013, virendra bhati wrote:
  Hi Team,
 
  I have installed asterisk-12 Beta but when I try to asterisk start then
 get
  below issue.
 
  *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
  asterisk: error while loading shared libraries: libjansson.so.4: cannot
  open shared object file: No such file or directory
  [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*

 Did you build it yourself from Source Code, or did you install someone
 else's
 pre-compiled package?  If the latter, the packager may have omitted a
 dependency.  It happens from time to time.  You probably need to install
 a -
 dev or -devel package  (what distro are you running?)

 What do you get for
 # ldd /usr/sbin/asterisk
 ?


 Hello -

 libjansson is now a required library. Please see the build system changes
 in the UPGRADE notes [1] or on the wiki [2]. Note: if you have not yet read
 the upgrade notes and the list of changes, please do so before installing
 and running Asterisk 12. Please :-)

 Note that if your distro doesn't have a package of libjansson (or, more
 accurately, libjansson-dev{el}), you can download a source tarball and
 install it [3]. The install_prereq script [4] should also take care of it
 for you.

 [1] http://svn.asterisk.org/svn/asterisk/branches/12/UPGRADE.txt

 [2] https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12

 [3] http://www.digip.org/jansson/

 [4]
 http://svn.asterisk.org/svn/asterisk/branches/12/contrib/scripts/install_prereq

 Matt

 --
 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




-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532
E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]http://in.linkedin.com/pub/virendra-bhati/6/a30/755
-- 
_
-- 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] Asterisk 12 issue

2013-10-23 Thread Sylvain Boily

Hello,

Le 2013-10-21 08:31, virendra bhati a écrit :

Hi Team,

I have installed asterisk-12 Beta but when I try to asterisk start 
then get below issue.


*[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
asterisk: error while loading shared libraries: libjansson.so.4: 
cannot open shared object file: No such file or directory

*


 * Asterisk now depends on |libjansson|, |libuuid| and optionally (but
   recommended) |libxslt| and |uriparser|.

information from 
https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12



Sylvain
-- 
_
-- 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] Asterisk 12 issue

2013-10-23 Thread virendra bhati
Thank you, My issue was resolved by provided information


On Thu, Oct 24, 2013 at 5:49 AM, Sylvain Boily sbo...@proformatique.comwrote:

  Hello,

 Le 2013-10-21 08:31, virendra bhati a écrit :

  Hi Team,

  I have installed asterisk-12 Beta but when I try to asterisk start then
 get below issue.

 *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
 asterisk: error while loading shared libraries: libjansson.so.4: cannot
 open shared object file: No such file or directory
 *



- Asterisk now depends on libjansson, libuuid and optionally (but
recommended) libxslt and uriparser.

 information from
 https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12


 Sylvain

 --
 _
 -- 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




-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532
E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]http://in.linkedin.com/pub/virendra-bhati/6/a30/755
-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-22 Thread Matthew Jordan
On Mon, Oct 21, 2013 at 7:59 AM, A J Stiles
asterisk_l...@earthshod.co.ukwrote:

 On Monday 21 October 2013, virendra bhati wrote:
  Hi Team,
 
  I have installed asterisk-12 Beta but when I try to asterisk start then
 get
  below issue.
 
  *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
  asterisk: error while loading shared libraries: libjansson.so.4: cannot
  open shared object file: No such file or directory
  [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*

 Did you build it yourself from Source Code, or did you install someone
 else's
 pre-compiled package?  If the latter, the packager may have omitted a
 dependency.  It happens from time to time.  You probably need to install a
 -
 dev or -devel package  (what distro are you running?)

 What do you get for
 # ldd /usr/sbin/asterisk
 ?


Hello -

libjansson is now a required library. Please see the build system changes
in the UPGRADE notes [1] or on the wiki [2]. Note: if you have not yet read
the upgrade notes and the list of changes, please do so before installing
and running Asterisk 12. Please :-)

Note that if your distro doesn't have a package of libjansson (or, more
accurately, libjansson-dev{el}), you can download a source tarball and
install it [3]. The install_prereq script [4] should also take care of it
for you.

[1] http://svn.asterisk.org/svn/asterisk/branches/12/UPGRADE.txt

[2] https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12

[3] http://www.digip.org/jansson/

[4]
http://svn.asterisk.org/svn/asterisk/branches/12/contrib/scripts/install_prereq

Matt

-- 
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] Asterisk-12 issue after successful installation

2013-10-22 Thread bobs
Never when the sky is half full.
 
-Original message-
From: Matthew Jordan mjor...@digium.com
Sent: Tue 22-10-2013 18:26
Subject: Re: [asterisk-users] Asterisk-12 issue after successful installation
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com; 

On Mon, Oct 21, 2013 at 7:59 AM, A J Stiles asterisk_l...@earthshod.co.uk 
wrote:
On Monday 21 October 2013, virendra bhati wrote:
 Hi Team,

 I have installed asterisk-12 Beta but when I try to asterisk start then get
 below issue.

  *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
 asterisk: error while loading shared libraries: libjansson.so.4: cannot
 open shared object file: No such file or directory
  [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*

Did you build it yourself from Source Code, or did you install someone else's
pre-compiled package?  If the latter, the packager may have omitted a
dependency.  It happens from time to time.  You probably need to install a -
dev or -devel package  (what distro are you running?)

What do you get for
# ldd /usr/sbin/asterisk
?

 Hello -

 libjansson is now a required library. Please see the build system changes in 
the UPGRADE notes [1] or on the wiki [2]. Note: if you have not yet read the 
upgrade notes and the list of changes, please do so before installing and 
running Asterisk 12. Please :-)

 Note that if your distro doesn't have a package of libjansson (or, more 
accurately, libjansson-dev{el}), you can download a source tarball and install 
it [3]. The install_prereq script [4] should also take care of it for you.

 [1] http://svn.asterisk.org/svn/asterisk/branches/12/UPGRADE.txt

 [2] https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12

 [3] http://www.digip.org/jansson/

 [4] 
http://svn.asterisk.org/svn/asterisk/branches/12/contrib/scripts/install_prereq
 Matt

 -- 
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] Asterisk-12 issue after successful installation

2013-10-22 Thread Warren Selby
On Mon, Oct 21, 2013 at 7:26 AM, virendra bhati virbh...@gmail.com wrote:

 Hi Team,

 I have installed asterisk-12 Beta but when I try to asterisk start then
 get below issue.

 *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
 asterisk: error while loading shared libraries: libjansson.so.4: cannot
 open shared object file: No such file or directory
 [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*


So, as a specific answer to the original question, the proper resolution to
this issue, assuming you manually installed libjansson, is the following,
pulled from the install_prereq scripts:

echo /usr/local/lib  /etc/ld.so.conf.d/usr_local.conf
/sbin/ldconfig

This worked for me on a fresh CentOS 6.4 installation where I didn't use
the install_prereq script, and thus was having your same issue.  Hope this
helps someone in the future!

--
Thanks,
Warren Selby, dCAP
http://www.SelbyTech.com http://www.selbytech.com
-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-22 Thread virendra bhati
Yes I installed manually from tar file of jansson


On Wed, Oct 23, 2013 at 8:44 AM, Warren Selby wcse...@selbytech.com wrote:

 On Mon, Oct 21, 2013 at 7:26 AM, virendra bhati virbh...@gmail.comwrote:

 Hi Team,

 I have installed asterisk-12 Beta but when I try to asterisk start then
 get below issue.

 *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
 asterisk: error while loading shared libraries: libjansson.so.4: cannot
 open shared object file: No such file or directory
 [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*


 So, as a specific answer to the original question, the proper resolution
 to this issue, assuming you manually installed libjansson, is the
 following, pulled from the install_prereq scripts:

 echo /usr/local/lib  /etc/ld.so.conf.d/usr_local.conf
 /sbin/ldconfig

 This worked for me on a fresh CentOS 6.4 installation where I didn't use
 the install_prereq script, and thus was having your same issue.  Hope this
 helps someone in the future!

 --
 Thanks,
 Warren Selby, dCAP
 http://www.SelbyTech.com http://www.selbytech.com


 --
 _
 -- 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




-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532

E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]http://in.linkedin.com/pub/virendra-bhati/6/a30/755
-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-22 Thread virendra bhati
Hi ,

Below is the details of your provided linux command

[root@cs-gb-pwr-1-04 ~]#  ldd /usr/sbin/asterisk
 *   linux-vdso.so.1 =  (0x7fffd29c9000)
libasteriskssl.so.1 = /usr/lib64/libasteriskssl.so.1
(0x7ffa226ea000)
libc.so.6 = /lib64/libc.so.6 (0x003456c0)
libxml2.so.2 = /usr/lib64/libxml2.so.2 (0x003459c0)
libz.so.1 = /lib64/libz.so.1 (0x003457c0)
libm.so.6 = /lib64/libm.so.6 (0x00345780)
libsqlite3.so.0 = /usr/lib64/libsqlite3.so.0 (0x00345880)
libssl.so.10 = /usr/lib64/libssl.so.10 (0x00345bc0)
libcrypto.so.10 = /usr/lib64/libcrypto.so.10 (0x00345a00)
libjansson.so.4 = not found
libuuid.so.1 = /lib64/libuuid.so.1 (0x7ffa224e3000)
libcrypt.so.1 = /lib64/libcrypt.so.1 (0x00345940)
libdl.so.2 = /lib64/libdl.so.2 (0x00345700)
libpthread.so.0 = /lib64/libpthread.so.0 (0x00345740)
libtinfo.so.5 = /lib64/libtinfo.so.5 (0x00345ac0)
libresolv.so.2 = /lib64/libresolv.so.2 (0x003458c0)
/lib64/ld-linux-x86-64.so.2 (0x00345680)
libgssapi_krb5.so.2 = /lib64/libgssapi_krb5.so.2
(0x00345a80)
libkrb5.so.3 = /lib64/libkrb5.so.3 (0x00345b80)
libcom_err.so.2 = /lib64/libcom_err.so.2 (0x00345980)
libk5crypto.so.3 = /lib64/libk5crypto.so.3 (0x00345b00)
libfreebl3.so = /lib64/libfreebl3.so (0x00345900)
libkrb5support.so.0 = /lib64/libkrb5support.so.0
(0x00345a40)
libkeyutils.so.1 = /lib64/libkeyutils.so.1 (0x00345b40)
libselinux.so.1 = /lib64/libselinux.so.1 (0x00345800)*
[root@cs-gb-pwr-1-04 ~]#




On Mon, Oct 21, 2013 at 6:29 PM, A J Stiles
asterisk_l...@earthshod.co.ukwrote:

 On Monday 21 October 2013, virendra bhati wrote:
  Hi Team,
 
  I have installed asterisk-12 Beta but when I try to asterisk start then
 get
  below issue.
 
  *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
  asterisk: error while loading shared libraries: libjansson.so.4: cannot
  open shared object file: No such file or directory
  [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*

 Did you build it yourself from Source Code, or did you install someone
 else's
 pre-compiled package?  If the latter, the packager may have omitted a
 dependency.  It happens from time to time.  You probably need to install a
 -
 dev or -devel package  (what distro are you running?)

 What do you get for
 # ldd /usr/sbin/asterisk
 ?

 --
 AJS

 Answers come *after* questions.

 --
 _
 -- 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




-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532
E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]http://in.linkedin.com/pub/virendra-bhati/6/a30/755
-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-21 Thread virendra bhati
Hi Team,

I have installed asterisk-12 Beta but when I try to asterisk start then get
below issue.

*[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
asterisk: error while loading shared libraries: libjansson.so.4: cannot
open shared object file: No such file or directory
[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*


-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532

E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]http://in.linkedin.com/pub/virendra-bhati/6/a30/755
-- 
_
-- 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] Asterisk 12 issue

2013-10-21 Thread virendra bhati
Hi Team,

I have installed asterisk-12 Beta but when I try to asterisk start then get
below issue.

*[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
asterisk: error while loading shared libraries: libjansson.so.4: cannot
open shared object file: No such file or directory
[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*


-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532
E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-21 Thread Bakko

Hello,

is a 64bit installation?

Maybe Asterisk looking for the file on /usr/lib64 and you have this file 
on /usr/lib. In this case create a symbolic link to /usr/lib64


Regards

El 21/10/2013 07:26, virendra bhati escribió:

Hi Team,

I have installed asterisk-12 Beta but when I try to asterisk start 
then get below issue.


*[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
asterisk: error while loading shared libraries: libjansson.so.4: 
cannot open shared object file: No such file or directory

[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*


--

Thanks and regards

 Virendra Bhati
+91-9718500594
+91-9250078532

E-mail-: virbh...@gmail.com mailto:virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
View my profile on LinkedIn 
http://in.linkedin.com/pub/virendra-bhati/6/a30/755





-- 
_
-- 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] Asterisk-12 issue after successful installation

2013-10-21 Thread A J Stiles
On Monday 21 October 2013, virendra bhati wrote:
 Hi Team,
 
 I have installed asterisk-12 Beta but when I try to asterisk start then get
 below issue.
 
 *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r
 asterisk: error while loading shared libraries: libjansson.so.4: cannot
 open shared object file: No such file or directory
 [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#*

Did you build it yourself from Source Code, or did you install someone else's 
pre-compiled package?  If the latter, the packager may have omitted a 
dependency.  It happens from time to time.  You probably need to install a -
dev or -devel package  (what distro are you running?)

What do you get for
# ldd /usr/sbin/asterisk
?

-- 
AJS

Answers come *after* questions.

-- 
_
-- 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] Asterisk 12 issue

2013-09-03 Thread Joshua Colp

Bakko wrote:

hello,


Greetings,


I' trying to use Asterisk 12 Alpha.

Compilation and instalation without issues.

When I try to start asterisk with:

asterisk -cvvv

i see this error on the console:

17:09:43.559 sip_endpoint.c !Module mod-refer registered
asterisk: ../src/pjsip-simple/evsub.c:415: pjsip_evsub_register_pkg:
Assertion `mod_evsub.mod.id != -1' failed.

Any hints?


There's three possible reasons for this:

1. The new SIP modules have been linked statically which means each 
module has an independently operating copy. As things are written to 
operate as a whole this can fail miserably. To see if this is the case 
you can run:


ldd /usr/lib/asterisk/modules/res_pjsip.so

If the output contains no reference to libpj.so then that is your 
problem and you will need to follow the instructions on the wiki to 
remove an old pjproject.


2. The res_sip_pubsub.so module is not being loaded or has not been built.

You can check the console output when loading to see if this is the 
case, although the ultimate reason may be below this.


3. A slight derivative on the above is that the module will be loaded, 
but something is trying to use it before hand.


You can manually modify your modules.conf to have an explicit load order 
for the new SIP modules. This can require some trial/error. If this 
resolves the issue then we need to adjust things to make it happen 
automagically. As such if this is the case please open a JIRA issue so 
we can ensure others do not run into the same issue.


Cheers,

PS: Thanks for giving Asterisk 12 a go and sorry you ran into this problem!

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at:  www.digium.com   www.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] Asterisk 12 issue

2013-09-03 Thread Rusty Newton
On Mon, Sep 2, 2013 at 5:30 PM, Bakko asannu...@gmail.com wrote:
 hello,

 I' trying to use Asterisk 12 Alpha.

 Compilation and instalation without issues.

 When I try to start asterisk with:

 asterisk -cvvv

 i see this error on the console:

 17:09:43.559 sip_endpoint.c !Module mod-refer registered
 asterisk: ../src/pjsip-simple/evsub.c:415: pjsip_evsub_register_pkg:
 Assertion `mod_evsub.mod.id != -1' failed.

 Any hints?

1. Did you make any changes to the .conf files?

2. If so, which ones?

3. Can you sanitize and pastebin them? with comments removed
preferably (grep -v '^;' sample.conf  sample.conf.nocomments)

4. Also, pastebin a log with DEBUG turned up
https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

-- 
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

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] Asterisk 12 issue

2013-09-03 Thread Bakko

Hello,

my fault. I used pjsip oficial versión.

With the git version all it's ok.

Asterisk 12 start fine with pjsip stack.

Now some tests.

Thank you

regards

El 03/09/2013 10:10, Joshua Colp escribió:

Bakko wrote:

hello,


Greetings,


I' trying to use Asterisk 12 Alpha.

Compilation and instalation without issues.

When I try to start asterisk with:

asterisk -cvvv

i see this error on the console:

17:09:43.559 sip_endpoint.c !Module mod-refer registered
asterisk: ../src/pjsip-simple/evsub.c:415: pjsip_evsub_register_pkg:
Assertion `mod_evsub.mod.id != -1' failed.

Any hints?


There's three possible reasons for this:

1. The new SIP modules have been linked statically which means each 
module has an independently operating copy. As things are written to 
operate as a whole this can fail miserably. To see if this is the case 
you can run:


ldd /usr/lib/asterisk/modules/res_pjsip.so

If the output contains no reference to libpj.so then that is your 
problem and you will need to follow the instructions on the wiki to 
remove an old pjproject.


2. The res_sip_pubsub.so module is not being loaded or has not been 
built.


You can check the console output when loading to see if this is the 
case, although the ultimate reason may be below this.


3. A slight derivative on the above is that the module will be loaded, 
but something is trying to use it before hand.


You can manually modify your modules.conf to have an explicit load 
order for the new SIP modules. This can require some trial/error. If 
this resolves the issue then we need to adjust things to make it 
happen automagically. As such if this is the case please open a JIRA 
issue so we can ensure others do not run into the same issue.


Cheers,

PS: Thanks for giving Asterisk 12 a go and sorry you ran into this 
problem!





--
_
-- 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] Asterisk 12 issue

2013-09-03 Thread Rusty Newton
On Tue, Sep 3, 2013 at 12:02 PM, Bakko asannu...@gmail.com wrote:
 Hello,

 my fault. I used pjsip oficial versión.

 With the git version all it's ok.

 Asterisk 12 start fine with pjsip stack.

 Now some tests.


Aha!  Thank you for testing! Don't hesitate to report further problems
you run into.

-- 
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

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

[asterisk-users] Asterisk 12 issue

2013-09-02 Thread Bakko

hello,

I' trying to use Asterisk 12 Alpha.

Compilation and instalation without issues.

When I try to start asterisk with:

asterisk -cvvv

i see this error on the console:

17:09:43.559 sip_endpoint.c !Module mod-refer registered
asterisk: ../src/pjsip-simple/evsub.c:415: pjsip_evsub_register_pkg: 
Assertion `mod_evsub.mod.id != -1' failed.


Any hints?

Thank you

Regards


--
_
-- 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