summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-12-03 05:50:04 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-12-03 05:50:04 -0600
commit53d4f770641fbe7438475b62473d6ddac7a6f451 (patch)
tree36de4ef68655265fd5dbf5f11f481a79f1271a63 /main
parenteadad24b595c3b6e5f0472f9936e7e37259308b5 (diff)
parent4aed349a7bd2e62d82c5e9535f7cf69263eeb60a (diff)
Merge topic 'ASTERISK-25476' into 13
* changes: Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions) Audit improper usage of scheduler exposed by 5c713fdf18f.
Diffstat (limited to 'main')
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index 67f0da8ba..6507ef979 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -872,6 +872,7 @@ __ast_channel_alloc_ap(int needqueue, int state, const char *cid_num, const char
ast_channel_hold_state_set(tmp, AST_CONTROL_UNHOLD);
ast_channel_streamid_set(tmp, -1);
+ ast_channel_vstreamid_set(tmp, -1);
ast_channel_fin_set(tmp, global_fin);
ast_channel_fout_set(tmp, global_fout);