[Freeswitch-svn] [commit] r4075 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
mikej at freeswitch.org
Mon Jan 29 03:37:40 EST 2007
Author: mikej
Date: Mon Jan 29 03:37:40 2007
New Revision: 4075
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
fix session_record api interface param handling (from prof_HATE via irc)
Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c Mon Jan 29 03:37:40 2007
@@ -384,7 +384,7 @@
uuid = argv[0];
action = argv[1];
- action = argv[2];
+ path = argv[2];
if (!(session = switch_core_session_locate(uuid))) {
stream->write_function(stream, "-Error Cannot locate session!\n");
More information about the Freeswitch-svn
mailing list