Yesterday we upgraded our FreePBX 2.11.0.x distro using yum update to 2.11.0.10. Now our phone system is down. I see these warnings, which I do not recall encountering before:
-- Registered extension context 'macro-get-vmcontext'; registrar: pbx_config
-- Added extension 's' priority 1 to macro-get-vmcontext
-- Added extension 's' priority 2 to macro-get-vmcontext
-- Added extension 's' priority 200 to macro-get-vmcontext
-- Added extension 's' priority 300 to macro-get-vmcontext
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 1 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 1 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 2 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 2 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 3 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 3 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 4 in ‘macro-outisbusy’, already in use
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:9619 add_priority: Unable to register extension ‘s’ priority 4 in ‘macro-outisbusy’, already in use
and most strangely:
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:11998 ast_context_verify_includes: Context ‘from-internal-noxfer’ tries to include nonexistent context ‘from-internal-noxfer-custom’
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:11998 ast_context_verify_includes: Context ‘from-internal-noxfer’ tries to include nonexistent context ‘from-internal-noxfer-custom’
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:11998 ast_context_verify_includes: Context ‘from-pstn’ tries to include nonexistent context ‘from-pstn-custom’
[2013-09-11 08:48:09] WARNING[2835]: pbx.c:11998 ast_context_verify_includes: Context ‘from-pstn’ tries to include nonexistent context ‘from-pstn-custom’
and
[2013-09-11 09:04:26] WARNING[5122][C-00000010]: func_channel.c:482 func_channel_read: Unknown or unavailable item requested: ‘caller_dialeddigits’
[2013-09-11 09:04:26] WARNING[5122][C-00000010]: func_channel.c:482 func_channel_read: Unknown or unavailable item requested: ‘caller_dialeddigits’
But the error I see is this:
– Executing [41720@from-internal-original-override:5] Return(“SIP/41712-00000017”, “”) in new stack
[2013-09-11 09:04:26] ERROR[5122][C-00000010]: app_stack.c:366 return_exec: Return without Gosub: stack is unallocated
[2013-09-11 09:04:26] ERROR[5122][C-00000010]: app_stack.c:366 return_exec: Return without Gosub: stack is unallocated
== Spawn extension (from-internal-original-override, 41720, 5) exited non-zero on ‘SIP/41712-00000017’
– Executing [h@from-internal-original-override:1] Hangup(“SIP/41712-00000017”, “”) in new stack
== Spawn extension (from-internal-original-override, h, 1) exited non-zero on ‘SIP/41712-00000017’
and
[2013-09-11 09:17:01] NOTICE[5781][C-00000013]: chan_sip.c:25288 handle_request_invite: Call from ‘41712’ (192.168.6.112:3072) to extension ‘41713’ rejected because extension not found in context ‘from-internal’.
[2013-09-11 09:17:01] NOTICE[5781][C-00000013]: chan_sip.c:25288 handle_request_invite: Call from ‘41712’ (192.168.6.112:3072) to extension ‘41713’ rejected because extension not found in context ‘from-internal’.
We had an extension override conf to allow for distinctive rings from outside calls and I have renamed that to get it out of the way. The errors persist even after running amportal a reload.
I have several options, one of which is to rollback the most recent update but I would rather know what is going on first. However, the phone system is malfunctioning and I need it up.