add another frontender to list

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16827 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-02-25 19:02:42 +00:00
parent dea13352a7
commit 82926fc656
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
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;
char *dup_arg = NULL;
char *next = NULL;