diff --git a/main/channel.c b/main/channel.c index dd3a5c7e1a..e6c1a8c210 100644 --- a/main/channel.c +++ b/main/channel.c @@ -3083,6 +3083,7 @@ struct ast_channel *ast_request(const char *type, int format, void *data, int *c res = ast_translator_best_choice(&fmt, &capabilities); if (res < 0) { ast_log(LOG_WARNING, "No translator path exists for channel type %s (native %d) to %d\n", type, chan->tech->capabilities, format); + *cause = AST_CAUSE_BEARERCAPABILITY_NOTAVAIL; AST_LIST_UNLOCK(&channels); return NULL; }