Home
last modified time | relevance | path

Searched refs:j_o_profiles (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c3283 …*j_callflow, *j_profile, *j_inner_extension, *j_app_log, *j_apps, *j_o, *j_o_profiles, *j_channel_… in switch_ivr_generate_json_cdr() local
3435 j_o_profiles = cJSON_CreateArray(); in switch_ivr_generate_json_cdr()
3436 cJSON_AddItemToObject(j_o, "originator_caller_profiles", j_o_profiles); in switch_ivr_generate_json_cdr()
3440 cJSON_AddItemToArray(j_o_profiles, j_caller_profile); in switch_ivr_generate_json_cdr()
3452 j_o_profiles = cJSON_CreateArray(); in switch_ivr_generate_json_cdr()
3453 cJSON_AddItemToObject(j_o, "originatee_caller_profiles", j_o_profiles); in switch_ivr_generate_json_cdr()
3457 cJSON_AddItemToArray(j_o_profiles, j_caller_profile); in switch_ivr_generate_json_cdr()