]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 238134 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Wed, 6 Jan 2010 19:08:30 +0000 (19:08 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 6 Jan 2010 19:08:30 +0000 (19:08 +0000)
commitd296e58fac2d51c58112f50569eb303a046d3054
treee1d29695a3393a37638635116a8b6383613c8128
parent2ee78bf6e63634bbe7e5b2319f6334aa587d019e
Merged revisions 238134 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r238134 | jpeeler | 2010-01-06 13:05:06 -0600 (Wed, 06 Jan 2010) | 10 lines

  Fix channel name comparison for bridge application.

  The channel name comparison was not comparing the whole string and therefore
  if one channel name was a substring of the other, the bridge would fail.

  (closes issue #16528)
  Reported by: telecos82
  Patches:
        res_features_r236843.diff uploaded by telecos82 (license 687)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@238136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/features.c