dox
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2169 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4e32a89091
commit
3481f29c62
|
@ -240,7 +240,7 @@ static int on_msg(void *user_data, ikspak * pak)
|
|||
stream.end = stream.data;
|
||||
stream.data_size = sizeof(retbuf);
|
||||
stream.write_function = switch_console_stream_write;
|
||||
switch_api_execute(cmd, arg, &stream);
|
||||
switch_api_execute(cmd, arg, NULL, &stream);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue