forked from Mirrors/freeswitch
fix session_record api interface param handling (from prof_HATE via irc)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4075 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8d45c2e90a
commit
b2016ca6ab
@ -384,7 +384,7 @@ static switch_status_t session_record_function(char *cmd, switch_core_session_t
|
||||
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user