]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Allow a manager originate to succeed on forwarded devices.
authorJason Parker <jparker@digium.com>
Wed, 29 Sep 2010 20:56:26 +0000 (20:56 +0000)
committerJason Parker <jparker@digium.com>
Wed, 29 Sep 2010 20:56:26 +0000 (20:56 +0000)
commit3d130fc2623d0e54ccc57e5b376a4b3456d8dfc4
tree5ff4cd3a1ef718e6aa345bb3e89efd71e0ad7246
parent0dab4b230329a5ae5f6b7e300664fbe7b82b7bf6
Allow a manager originate to succeed on forwarded devices.

The timeout to wait for an answer was being set to 0 when a device forwarded to another
extension.  We don't always need the timeout set like this, so make it an optional
parameter, and don't use it in this case.

ABE-2544

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@289338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c
res/res_features.c