hello, I' trying to use Asterisk 12 Alpha. Compilation and instalation without issues. When I try to start asterisk with: asterisk -cvvvvvvvvvvvvvvv 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
On Mon, Sep 2, 2013 at 5:30 PM, Bakko <asannucci at gmail.com> wrote:> hello, > > I' trying to use Asterisk 12 Alpha. > > Compilation and instalation without issues. > > When I try to start asterisk with: > > asterisk -cvvvvvvvvvvvvvvv > > 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
Bakko wrote:> hello,Greetings,> I' trying to use Asterisk 12 Alpha. > > Compilation and instalation without issues. > > When I try to start asterisk with: > > asterisk -cvvvvvvvvvvvvvvv > > 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
Seemingly Similar Threads
- asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
- asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
- Meetme
- Error with Connecting Two Asterisk BOX with IAX
- Using Calls Rejection Reasons