aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_local.c')
-rwxr-xr-xchannels/chan_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 3d4511d95..662cf7c0c 100755
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -297,7 +297,7 @@ static int local_hangup(struct ast_channel *ast)
/* Need to actually hangup since there is no PBX */
ochan = p->chan;
else
- local_queue_frame(p, isoutbound, &f, ast);
+ local_queue_frame(p, isoutbound, &f, NULL);
ast_pthread_mutex_unlock(&p->lock);
if (ochan)
ast_hangup(ochan);