summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_fax.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_fax.c b/res/res_fax.c
index e746650e5..49812167c 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -2843,6 +2843,8 @@ static struct ast_frame *fax_gateway_framehook(struct ast_channel *chan, struct
}
}
+ details->caps &= ~AST_FAX_TECH_GATEWAY;
+
ao2_ref(details, -1);
return NULL;
}