mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6218 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -471,10 +471,10 @@ SWITCH_STANDARD_API(group_api_function)
|
||||
goto done;
|
||||
} else if (!strcasecmp(argv[0], "call")) {
|
||||
char buf[4096] = "";
|
||||
char *how = ",";
|
||||
callback_t cbt = { 0 };
|
||||
cbt.buf = buf;
|
||||
cbt.len = sizeof(buf);
|
||||
char *how = ",";
|
||||
|
||||
if (argc > 2) {
|
||||
if (!strcasecmp(argv[2], "order")) {
|
||||
|
Reference in New Issue
Block a user