[asterisk-bugs] [JIRA] Feedback Entered: (ASTERISK-20305) Asterisk crashing on Page()

Noah Engelberth (JIRA) noreply at issues.asterisk.org
Thu Aug 23 14:06:07 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noah Engelberth updated ASTERISK-20305:
---------------------------------------

    Assignee: Matt Jordan  (was: Noah Engelberth)
      Status: Open  (was: Waiting for Feedback)

Oops, now I feel brillant.  No, I did not have a confbridge.conf in /etc/asterisk as of the crashing.

When I copied the sample confbridge.conf into /etc/asterisk and tried to run module reload app_confbridge.so, I got a notice: 
[Aug 23 14:57:31] NOTICE[14444]: loader.c:746 ast_module_reload: The module 'app_confbridge.so' was not properly initialized.  Before reloading the module, you must run "module load app_confbridge.so" and fix whatever is preventing the module from being initialized.


When I tried to unload it, I got: 
testasterisk11*CLI> module unload app_confbridge.so
Unable to unload resource app_confbridge.so
Command 'module unload app_confbridge.so ' failed.
[Aug 23 14:57:39] WARNING[14444]: loader.c:539 ast_unload_resource: Unload failed, 'app_confbridge.so' is not loaded.


When I tried to load it, I got:
testasterisk11*CLI> module load app_confbridge.so
Unable to load module app_confbridge.so
Command 'module load app_confbridge.so ' failed.
[Aug 23 14:57:45] ERROR[14444]: pbx.c:3776 __ast_custom_function_register: Function CONFBRIDGE already registered.


Ultimately, a service asterisk restart (after putting confbridge.conf in /etc/asterisk) got things up and running, Page() works as expected with SIP devices after putting that config file in place.  (The Local/extension is misbehaving at the moment, but I assume that's my configuration problem).

> Asterisk crashing on Page()
> ---------------------------
>
>                 Key: ASTERISK-20305
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20305
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_page
>    Affects Versions: SVN
>         Environment: CentOS 6.3 on a Dell Optiplex 790 - Cisco SPA509G phones
>            Reporter: Noah Engelberth
>            Assignee: Matt Jordan
>         Attachments: backtrace-auto-answer-and-self.txt, backtrace-auto-answer-no-self.txt, backtrace-no-auto-answer.txt, debug-auto-answer-and-self.txt, debug-auto-answer-no-self.txt, debug-no-auto-answer.txt
>
>
> Asterisk crashes whenever I use the Page application to page 1 or more phones from one of my SIP handset.  
> My call to Page is as follows:
> exten => 398,1,Verbose(2,Page all phones)
> same => n,SIPAddHeader(Call-Info: <sip:172.16.19.1>\;answer-after=0)
> same => n,Page(SIP/649EF376C820,s,10)
> same => n,Hangup()
> I have replicated the crash under the following conditions:
> - Paging all phones (including the caller) via a Local/extension channel -- my test environment is a hotdesking environment, so my first attempt was to page by extension
> - Paging all phones (including the caller) via SIP/peer channels without the auto-answer SIP header (case no-auto-answer)
> - Paging all phones (including the caller) via SIP/peer channels with the auto-answer SIP header (case auto-answer-and-self)
> - Paging all phones except the caller via SIP/peer channels with the auto-answer SIP header (case auto-answer-no-self)
> - Paging one phone (as above), not the caller, via SIP/peer channel with the auto-answer SIP header
> Verbose 5 / Debug 5 logs attached as debug-*.txt
> BT attached as backtrace-*.txt

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list