summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/chan_ooh323.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index ca81f9bfd..49821653b 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -1394,7 +1394,8 @@ static int ooh323_indicate(struct ast_channel *ast, int condition, const void *d
}
break;
- case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PROCEEDING:
+ case AST_CONTROL_PVT_CAUSE_CODE:
case -1:
break;
default: