aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 04:00:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 04:00:43 +0000
commit689c55ac5199bea0fd512fd34048a94bae1ffacf (patch)
tree43d077910583f5109004186ebc01cfc12c25dcf7 /channel.c
parent6275b6092f595030b029ad7cbe665fa03ebddf50 (diff)
Implement call pickup on SIP, override context if appropriate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@791 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 584f2bb7a..032b693bc 100755
--- a/channel.c
+++ b/channel.c
@@ -1684,6 +1684,7 @@ int ast_channel_masquerade(struct ast_channel *original, struct ast_channel *clo
/* XXX can't really hold the lock here, but at the same time, it' s
not really safe not to XXX */
ast_queue_frame(original, &null, 0);
+ ast_queue_frame(clone, &null, 0);
return 0;
}