caller_profile    103 mod_freetdm/mod_freetdm.c 	switch_caller_profile_t *caller_profile;
caller_profile   1320 mod_freetdm/mod_freetdm.c 		switch_caller_profile_t *caller_profile;
caller_profile   1340 mod_freetdm/mod_freetdm.c 		caller_profile = switch_caller_profile_clone(*new_session, outbound_profile);
caller_profile   1341 mod_freetdm/mod_freetdm.c 		caller_profile->destination_number = switch_core_strdup(caller_profile->pool, switch_str_nil(dest_num));
caller_profile   1342 mod_freetdm/mod_freetdm.c 		caller_profile->caller_id_number = switch_core_strdup(caller_profile->pool, switch_str_nil(callerid_num));
caller_profile   1343 mod_freetdm/mod_freetdm.c 		switch_channel_set_caller_profile(channel, caller_profile);
caller_profile   1344 mod_freetdm/mod_freetdm.c 		tech_pvt->caller_profile = caller_profile;
caller_profile   1449 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile = switch_caller_profile_new(switch_core_session_get_pool(session),
caller_profile   1462 mod_freetdm/mod_freetdm.c 	assert(tech_pvt->caller_profile != NULL);
caller_profile   1465 mod_freetdm/mod_freetdm.c 		switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_SCREEN);
caller_profile   1468 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->caller_ton = channel_caller_data->cid_num.type;
caller_profile   1469 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->caller_numplan = channel_caller_data->cid_num.plan;
caller_profile   1470 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->ani_ton = channel_caller_data->ani.type;
caller_profile   1471 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->ani_numplan = channel_caller_data->ani.plan;
caller_profile   1472 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->destination_number_ton = channel_caller_data->dnis.type;
caller_profile   1473 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->destination_number_numplan = channel_caller_data->dnis.plan;
caller_profile   1474 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->rdnis_ton = channel_caller_data->rdnis.type;
caller_profile   1475 mod_freetdm/mod_freetdm.c 	tech_pvt->caller_profile->rdnis_numplan = channel_caller_data->rdnis.plan;
caller_profile   1478 mod_freetdm/mod_freetdm.c 		switch_set_flag(tech_pvt->caller_profile, SWITCH_CPF_HIDE_NAME | SWITCH_CPF_HIDE_NUMBER);
caller_profile   1481 mod_freetdm/mod_freetdm.c 	snprintf(name, sizeof(name), "FreeTDM/%u:%u/%s", spanid, chanid, tech_pvt->caller_profile->destination_number);
caller_profile   1484 mod_freetdm/mod_freetdm.c 	switch_channel_set_caller_profile(channel, tech_pvt->caller_profile);