mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2025-12-19 09:17:45 +00:00
add mod_dub (#16)
* add mod_dub Signed-off-by: Dave Horton <daveh@beachdognet.com> * remove some locks --------- Signed-off-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
@@ -759,7 +759,7 @@ extern "C" {
|
||||
if (w->speed) {
|
||||
cJSON_AddStringToObject(jResult, "speed", w->speed);
|
||||
}
|
||||
char *json = cJSON_PrintUnformatted(jResult);;
|
||||
char *json = cJSON_PrintUnformatted(jResult);
|
||||
|
||||
cJSON_Delete(jResult);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user