TRY THIS Asterisk 13.12.2 Upgrade

centrex

Member
Joined
Aug 7, 2016
Messages
34
Reaction score
5
Update: No dice. Asterisk crashes, gets restarted, crashes. Meanwhile it fills up /tmp with core dumps.

If i do
amportal kill
asterisk -U asterisk -G asterisk -d 99 -vvvvv


I will see the same crash as before. My IPv6 theory didn't stick:

[2017-01-12 02:15:09] DEBUG[26080]: config.c:2193 config_text_file_load: Parsing /etc/asterisk/pjsip.identify.conf
== Parsing '/etc/asterisk/pjsip.identify.conf': Found
[2017-01-12 02:15:09] DEBUG[26080]: config.c:2193 config_text_file_load: Parsing /etc/asterisk/pjsip.identify_custom.conf
== Parsing '/etc/asterisk/pjsip.identify_custom.conf': Found
[2017-01-12 02:15:09] DEBUG[26080]: config.c:2193 config_text_file_load: Parsing /etc/asterisk/pjsip.identify_custom_post.conf
== Parsing '/etc/asterisk/pjsip.identify_custom_post.conf': Found
[2017-01-12 02:15:09] DEBUG[26112]: res_pjsip_outbound_registration.c:617 schedule_registration: Scheduling outbound registration to server 'sip:1511.zonetel.com:5060' from client 'sip:[email protected]:5060' in 4 seconds
[2017-01-12 02:15:09] DEBUG[26080]: config.c:2193 config_text_file_load: Parsing /etc/asterisk/pjsip_wizard.conf
== Parsing '/etc/asterisk/pjsip_wizard.conf': Found
== res_pjsip_outbound_registration.so => (PJSIP Outbound Registration Support)
Loading res_pjsip_multihomed.so.
== Performing DNS resolution of local hostname 'voip.centrex.me' to get local IPv4 and IPv6 address
asterisk: ../src/pjsip/sip_endpoint.c:175: pjsip_endpt_register_module: Assertion `pj_list_search(&endpt->module_list, &mod->name, &cmp_mod_name)==((void *)0)' failed.
Aborted
 

centrex

Member
Joined
Aug 7, 2016
Messages
34
Reaction score
5
Fixed it by manually upgrading by pretty much tracing along the upgrade script but using
./configure --with-pjproject-bundled
instead of just
./configure
when compiling asterisk and subsequently leaving out the manual PJSIP install.
Somehow manual compile of PJSIP 2.3 or 2.5.5 resulted in Asterisk 13.3.1 crashing for me.
 

Members online

Forum statistics

Threads
25,825
Messages
167,841
Members
19,250
Latest member
mark-curtis
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top