]> git.ipfire.org Git - thirdparty/asterisk.git/commit
call_parking: Make sure fallbacks are used when lacking a flat channel exten
authorJonathan Rose <jrose@digium.com>
Tue, 29 Jan 2013 17:05:23 +0000 (17:05 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 29 Jan 2013 17:05:23 +0000 (17:05 +0000)
commitdb03ae6c9ae3b8f375b358de42e4ca1b4389e929
tree66e1cb23a9c14f366f17eb9d2c366e4e015b9882
parent3a6bc03c5727f3494d148d1369fb0b5d4c31caae
call_parking: Make sure fallbacks are used when lacking a flat channel exten

A regression was introduced which removed automatic fallback behavior from
the PBX. This behavior was used by call parking (or at least documented as
how the feature works) in order to select an extension when the flat channel
extension wasn't available from the comebackcontext. Parking now handles
the fallbacks internally in order to keep behavior matching with how it is
documented.

(closes issue ASTERISK-20716)
Reported by: Chris Gentle
Review: https://reviewboard.asterisk.org/r/2296/

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