mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch
This commit is contained in:
commit
cf48e0b688
@ -345,7 +345,7 @@ static switch_status_t generate_json_cdr(switch_core_session_t *session, struct
|
||||
}
|
||||
|
||||
json_object_object_add(j_application, "app_name", json_object_new_string(ap->app));
|
||||
json_object_object_add(j_application, "app_data", json_object_new_string(ap->arg));
|
||||
json_object_object_add(j_application, "app_data", json_object_new_string(ap->arg ? ap->arg : ""));
|
||||
|
||||
json_object_object_add(j_apps, "application", j_application);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user