提交 82926fc6 authored 作者: Anthony Minessale's avatar Anthony Minessale

add another frontender to list

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16827 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 dea13352
...@@ -1410,7 +1410,7 @@ static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj) ...@@ -1410,7 +1410,7 @@ static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj)
static switch_bool_t auth_api_command(listener_t *listener, const char *api_cmd, const char *arg) static switch_bool_t auth_api_command(listener_t *listener, const char *api_cmd, const char *arg)
{ {
const char *check_cmd = api_cmd; const char *check_cmd = api_cmd;
char *sneaky_commands[] = { "bgapi", "sched_api", "eval", "expand", NULL }; char *sneaky_commands[] = { "bgapi", "sched_api", "eval", "expand", "xml_wrap", NULL };
int x = 0; int x = 0;
char *dup_arg = NULL; char *dup_arg = NULL;
char *next = NULL; char *next = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论