]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Also unlock the "other" channel, when returning, due to glare.
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 31 Aug 2009 16:16:52 +0000 (16:16 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 31 Aug 2009 16:16:52 +0000 (16:16 +0000)
(closes issue #15787)
 Reported by: tim_ringenbach
 Patches:
       chan_local.diff uploaded by tim ringenbach (license 540)
 Tested by: tim_ringenbach

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@214940 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_local.c

index aa81af51c18f004b0aef2ec5539963684db1383d..9c2f7e60064728c3a310ce66c08a7971111726a5 100644 (file)
@@ -204,6 +204,9 @@ static int local_queue_frame(struct local_pvt *p, int isoutbound, struct ast_fra
                return and destroy p.  */
                ast_mutex_unlock(&p->lock);
                p = local_pvt_destroy(p);
+               if (other) {
+                       ast_channel_unlock(other);
+               }
                return -1;
        }