summaryrefslogtreecommitdiff
path: root/channels/chan_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_phone.c')
-rw-r--r--channels/chan_phone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index a781b232a..0f050f6c9 100644
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -222,6 +222,8 @@ static int phone_indicate(struct ast_channel *chan, int condition, const void *d
case AST_CONTROL_SRCUPDATE:
res = 0;
break;
+ case AST_CONTROL_PVT_CAUSE_CODE:
+ break;
default:
ast_log(LOG_WARNING, "Condition %d is not supported on channel %s\n", condition, ast_channel_name(chan));
}