]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx.c: Ignore dashes in extensions when using extenpatternmatchnew
authorSean Bright <sean.bright@gmail.com>
Fri, 12 Apr 2019 14:33:57 +0000 (10:33 -0400)
committerSean Bright <sean.bright@gmail.com>
Fri, 12 Apr 2019 15:23:25 +0000 (09:23 -0600)
commit7e5709d7262c4096b26f7512de5dea7afe800635
treefccfc2f9d55046ad41d89a30cf7603557587d961
parent61567ee4e8226d018de83ecd7ca8735cf5587d15
pbx.c: Ignore dashes in extensions when using extenpatternmatchnew

Because hyphens are not matched literally in Asterisk dialplan, we need
to ignore them in our candidate extensions as well.

ASTERISK-17695 #close
Reported by: test011

Change-Id: I227f02301577b1633e8a55b9fe9dc149935c03f0
main/pbx.c