mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
FS-3544 --resolve
This commit is contained in:
parent
1c775c3bf0
commit
482b319512
@ -537,7 +537,6 @@ ESL_DECLARE(esl_status_t) esl_execute(esl_handle_t *handle, const char *app, con
|
|||||||
ESL_DECLARE(esl_status_t) esl_sendmsg(esl_handle_t *handle, esl_event_t *event, const char *uuid)
|
ESL_DECLARE(esl_status_t) esl_sendmsg(esl_handle_t *handle, esl_event_t *event, const char *uuid)
|
||||||
{
|
{
|
||||||
char cmd_buf[128] = "sendmsg\n";
|
char cmd_buf[128] = "sendmsg\n";
|
||||||
char send_buf[1292] = "";
|
|
||||||
char *txt;
|
char *txt;
|
||||||
|
|
||||||
if (!handle || !handle->connected || handle->sock == ESL_SOCK_INVALID) {
|
if (!handle || !handle->connected || handle->sock == ESL_SOCK_INVALID) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user