]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 215338 via svnmerge from
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Wed, 2 Sep 2009 01:36:51 +0000 (01:36 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Wed, 2 Sep 2009 01:36:51 +0000 (01:36 +0000)
commit0aa11ebb2940ad70df3aee22e199ef2a3b5a2c0f
tree9b7e06ebddfe2b0f8cfa5f96038d50bc0f188603
parent3b76d9c7c2a62e435cfedc6fe5a82589e74ad23e
Merged revisions 215338 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r215338 | dhubbard | 2009-09-01 20:16:59 -0500 (Tue, 01 Sep 2009) | 18 lines

  Merged revisions 215270 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r215270 | dhubbard | 2009-09-01 18:04:52 -0500 (Tue, 01 Sep 2009) | 12 lines

    Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel names

    In general channel names are in the form Foo/Bar-Z, but the channel name
    could have multiple hyphens and look like Foo/B-a-r-Z.  Use strrchr to
    truncate the channel name at the last hyphen.

    (closes issue #15810)
    Reported by: dhubbard
    Patches:
          dw-softhangup-1.4.patch uploaded by dhubbard (license 733)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_softhangup.c