From: Michael Jerris Date: Mon, 14 Jan 2008 16:59:03 +0000 (+0000) Subject: typo X-Git-Tag: v1.0-rc1~693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80056a0d5f6460c8fd97172d8f6001cc0a5f9e49;p=thirdparty%2Ffreeswitch.git typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7215 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 1b1a2ce337..26bfa5fd7b 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2154,7 +2154,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) SWITCH_ADD_API(commands_api_interface, "qq", "Eval a conditional", cond_function, " ? : "); SWITCH_ADD_API(commands_api_interface, "regex", "Eval a regex", regex_function, "|[|]"); SWITCH_ADD_API(commands_api_interface, "uuid_chat", "Send a chat message", uuid_chat, UUID_CHAT_SYNTAX); - SWITCH_ADD_API(commands_api_interface, "find_user_xml", "find a user", find_user_function, " @"); + SWITCH_ADD_API(commands_api_interface, "find_user_xml", "find a user", find_user_function, " "); SWITCH_ADD_API(commands_api_interface, "user_exists", "find a user", user_exists_function, " "); SWITCH_ADD_API(commands_api_interface, "xml_locate", "find some xml", xml_locate_function, "[root |
]"); SWITCH_ADD_API(commands_api_interface, "user_data", "find user data", user_data_function, "@ [var|param] ");