]> 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:03:30 +0000 (18:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 10 Feb 2012 18:03:30 +0000 (18:03 +0000)
commit9ce7947aa69ac730119b2cfaaff33d508b54cf1d
treea8de70589da66e4c867d547805bbeac56fb04301
parent4dd831722a37a05b02c8e176e90ffe98ab99e37c
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)

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