]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 373879 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 27 Sep 2012 12:28:44 +0000 (12:28 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 27 Sep 2012 12:28:44 +0000 (12:28 +0000)
commit00271653eced5c226bb8ad0ffeed3967348b76a8
treebc487c9344057b79a9e45a7a2e7ff908acd83588
parentbfffa008f46b64d51d3c2275ac89876865feb115
Merged revisions 373879 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r373879 | file | 2012-09-27 06:32:13 -0500 (Thu, 27 Sep 2012) | 14 lines

  Fix an issue where Local channels dialed by app_queue are considered in use immediately.

  The chan_local channel driver returns a device state of in use even if a created Local
  channel has not yet been dialed. This fix changes the logic to return a state of not
  in use until the channel itself has been dialed.

  (closes issue ASTERISK-20390)
  Reported by: tim_ringenbach

  Review: https://reviewboard.asterisk.org/r/2116/
  ........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@373907 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_local.c