summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2017-03-15 17:23:30 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-03-15 17:23:30 -0500
commit3fe1d8afbaf95bacd19d6a02f6ebdf9e5a238f53 (patch)
treeffbd8fc754783964e53d6cb3df1f6f638023bcef /channels
parente536ef7afb68751fdafd56e0e9971de3afeeffd8 (diff)
parent3ed05badb9f6ce3c3a3848b56c0747334624e0c3 (diff)
Merge "core: Add stream topology changing primitives with tests."
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index e2f575d04..6d2eda3f0 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -1430,6 +1430,10 @@ static int iax2_is_control_frame_allowed(int subtype)
/* Intended only for the sending machine's local channel structure. */
case AST_CONTROL_MASQUERADE_NOTIFY:
/* Intended only for masquerades when calling ast_indicate_data(). */
+ case AST_CONTROL_STREAM_TOPOLOGY_REQUEST_CHANGE:
+ /* Intended only for internal stream topology manipulation. */
+ case AST_CONTROL_STREAM_TOPOLOGY_CHANGED:
+ /* Intended only for internal stream topology change notification. */
case AST_CONTROL_STREAM_STOP:
case AST_CONTROL_STREAM_SUSPEND:
case AST_CONTROL_STREAM_RESTART: