[asterisk-bugs] [JIRA] (ASTERISK-23927) pbx_config do incorrect matching if - happens

Alexander Merkulov (JIRA) noreply at issues.asterisk.org
Wed Jun 25 06:57:56 CDT 2014


Alexander Merkulov created ASTERISK-23927:
---------------------------------------------

             Summary: pbx_config do incorrect matching if - happens
                 Key: ASTERISK-23927
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23927
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: PBX/pbx_config
    Affects Versions: 11.10.2, 1.8.28.2
         Environment: linux
            Reporter: Alexander Merkulov
            Severity: Critical


If dialplan have context like this:

[testr]
exten =>_RG-6007-X.,1, NoCDR(6007)
exten =>_RG-600-X.,1, NoCDR(600)

Result of dialplan matching will be 

dialplan show RG-600-7987111111501#@testr
[ Context 'testr' created by 'pbx_config' ]
  '_RG-6007-X.' =>  1. NoCDR(6007)                                [pbx_config]
  '_RG-600-X.' =>   1. NoCDR(600)                                 [pbx_config]

Resulting match of incorrect dialplan row.

Issue is critical becuase such dialplan used by freepbx 2.6+ versions for ringgroups.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list