[asterisk-bugs] [JIRA] (ASTERISK-22001) Running monitors crash Asterisk when a monitored channel leaves a bridge.

Jonathan Rose (JIRA) noreply at issues.asterisk.org
Tue Jul 2 13:03:03 CDT 2013


Jonathan Rose created ASTERISK-22001:
----------------------------------------

             Summary: Running monitors crash Asterisk when a monitored channel leaves a bridge.
                 Key: ASTERISK-22001
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22001
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Bridges/Simple, Resources/res_monitor
    Affects Versions: SVN, 12
         Environment: Ubuntu 12.04 64-bit
            Reporter: Jonathan Rose


If a Monitor is running on a channel in a simple bridge for any reason (application, manager action, bridge dtmf feature) and that channel is removed from the bridge, a stasis-heavy segfault occurs. See the attached backtrace for more details.

Simplest method of duplication:

exten => 01,1,Monitor(wav,fishtest)
exten => 01,n,Dial(SIP/B)

SIP A dials 01
SIP B picks up

run following CLI command:
> bridge kick <bridge name> <SIP/A channel>

The segfault should occur.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list