mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_musiconhold: Clarify that playlist mode only supports HTTP(S) URLs
Change-Id: I41e77a04e4a523f4ed61a7a20b738ffd42be441e
This commit is contained in:
committed by
George Joseph
parent
16dfe8f03f
commit
505211551a
@@ -1144,7 +1144,7 @@ static void moh_parse_options(struct ast_variable *var, struct mohclass *mohclas
|
||||
|
||||
AST_VECTOR_APPEND(playlist_entries, dup);
|
||||
} else {
|
||||
ast_log(LOG_ERROR, "Playlist entries must be a URL or absolute path, '%s' provided.\n", var->value);
|
||||
ast_log(LOG_ERROR, "Playlist entries must be an HTTP(S) URL or absolute path, '%s' provided.\n", var->value);
|
||||
}
|
||||
} else if (!strcasecmp(var->name, "directory")) {
|
||||
ast_copy_string(mohclass->dir, var->value, sizeof(mohclass->dir));
|
||||
|
Reference in New Issue
Block a user