aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c76986b90..ed15c038d 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5196,6 +5196,8 @@ static void *ss_thread(void *data)
chan->hangupcause = AST_CAUSE_UNALLOCATED;
ast_hangup(chan);
p->exten[0] = '\0';
+ /* Since we send release complete here, we won't get one */
+ p->call = NULL;
}
return NULL;
break;