提交 3ad8d246 authored 作者: Raymond Chandler's avatar Raymond Chandler

use newSQL

上级 002be953
......@@ -555,6 +555,7 @@ static char *format_custom_sql(const char *custom_sql, callback_t *cb_struct, co
/* first replace %s with digits to maintain backward compat */
if (cb_struct->profile->custom_sql_has_percent == SWITCH_TRUE) {
newSQL = switch_string_replace(custom_sql, "%q", digits);
custom_sql = newSQL;
}
/* expand the vars */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论