]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorMichael Jerris <mike@jerris.com>
Mon, 29 Sep 2008 17:26:20 +0000 (17:26 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 29 Sep 2008 17:26:20 +0000 (17:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9742 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 055ceb592c7d4d0f8dba73d37ac4398f1f9c1046..b23caac0029fe708f8a76ede397ff6be9684ffa2 100644 (file)
@@ -2570,7 +2570,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load)
        switch_api_interface_t *commands_api_interface;
        *module_interface = switch_loadable_module_create_module_interface(pool, modname);
 
-       SWITCH_ADD_API(api_interface, "strftime_tz", "strftime_tz", strftime_tz_api_function, "<Timezone_name> [format string]");
+       SWITCH_ADD_API(commands_api_interface, "strftime_tz", "strftime_tz", strftime_tz_api_function, "<Timezone_name> [format string]");
        SWITCH_ADD_API(commands_api_interface, "originate", "Originate a Call", originate_function, ORIGINATE_SYNTAX);
        SWITCH_ADD_API(commands_api_interface, "tone_detect", "Start Tone Detection on a channel", tone_detect_session_function, TONE_DETECT_SYNTAX);
        SWITCH_ADD_API(commands_api_interface, "uuid_kill", "Kill Channel", kill_function, KILL_SYNTAX);