]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 10 Feb 2012 18:05:57 +0000 (18:05 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 10 Feb 2012 18:05:57 +0000 (18:05 +0000)
commitbf13951c9f69b1a1c6f06576bbb9db1dfb70130c
tree7b815f4b3e912264ebc52685e5a2e5bdfd3ff509
parent10905ab2d73c86a8dbdd86ea16922c169478bc24
Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.

The astman_get_header() never returns NULL so the check by the code for
NULL would never fail.

(closes issue ASTERISK-16974)
Reported by: Nuno Borges
Patches:
      0018325.patch (license #6116) patch uploaded by Nuno Borges (modified)
........

Merged revisions 354835 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@354836 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c