[asterisk-bugs] [JIRA] (ASTERISK-20587) chan_dahdi does not overwrite context completely.

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Oct 18 15:09:18 CDT 2012


Rusty Newton created ASTERISK-20587:
---------------------------------------

             Summary: chan_dahdi does not overwrite context completely.
                 Key: ASTERISK-20587
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20587
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_dahdi
         Environment: Asterisk 1.8.11-cert7
Linux 2.6.32-279.el6.x86_64
            Reporter: Tim Heath
            Severity: Minor


If the context for dahdi channels are defined twice, in the same file or seperate, asterisk with report one context for the channel, but use the other. i.e. with the following config:

group=0
context=MyContext1
channel=>1-23

group=0
context=MyContext2
channel=>1-23

In the asterisk cli, issuing "dahdi show channels" will report the context for channel 1-23 as "MyContext2". However, and inbound call on those channels will enter the dialplan at MyContext1.

The issue is easily worked around by either erasing the duplicate definition. (or setting the same context in both places I suppose)

found the issue while working case 00300083, but easily reproduced it in the techsupport lab.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list