caller_profile 103 mod_freetdm/mod_freetdm.c switch_caller_profile_t *caller_profile; caller_profile 1080 mod_freetdm/mod_freetdm.c switch_caller_profile_t *caller_profile; caller_profile 1112 mod_freetdm/mod_freetdm.c switch_channel_set_caller_profile(channel, hdata->caller_profile); caller_profile 1113 mod_freetdm/mod_freetdm.c hdata->tech_pvt->caller_profile = hdata->caller_profile; caller_profile 1399 mod_freetdm/mod_freetdm.c switch_caller_profile_t *caller_profile; caller_profile 1409 mod_freetdm/mod_freetdm.c caller_profile = switch_caller_profile_clone(*new_session, outbound_profile); caller_profile 1410 mod_freetdm/mod_freetdm.c caller_profile->destination_number = switch_core_strdup(caller_profile->pool, switch_str_nil(dest_num)); caller_profile 1411 mod_freetdm/mod_freetdm.c caller_profile->caller_id_number = switch_core_strdup(caller_profile->pool, switch_str_nil(callerid_num)); caller_profile 1416 mod_freetdm/mod_freetdm.c hunt_data.caller_profile = caller_profile; caller_profile 1516 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile = switch_caller_profile_new(switch_core_session_get_pool(session), caller_profile 1529 mod_freetdm/mod_freetdm.c assert(tech_pvt->caller_profile != NULL); caller_profile 1532 mod_freetdm/mod_freetdm.c switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_SCREEN); caller_profile 1535 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->caller_ton = channel_caller_data->cid_num.type; caller_profile 1536 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->caller_numplan = channel_caller_data->cid_num.plan; caller_profile 1537 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->ani_ton = channel_caller_data->ani.type; caller_profile 1538 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->ani_numplan = channel_caller_data->ani.plan; caller_profile 1539 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->destination_number_ton = channel_caller_data->dnis.type; caller_profile 1540 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->destination_number_numplan = channel_caller_data->dnis.plan; caller_profile 1541 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->rdnis_ton = channel_caller_data->rdnis.type; caller_profile 1542 mod_freetdm/mod_freetdm.c tech_pvt->caller_profile->rdnis_numplan = channel_caller_data->rdnis.plan; caller_profile 1545 mod_freetdm/mod_freetdm.c switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER); caller_profile 1548 mod_freetdm/mod_freetdm.c snprintf(name, sizeof(name), "FreeTDM/%u:%u/%s", spanid, chanid, tech_pvt->caller_profile->destination_number); caller_profile 1551 mod_freetdm/mod_freetdm.c switch_channel_set_caller_profile(channel, tech_pvt->caller_profile);