switch_core_strdup 1171 mod_freetdm/mod_freetdm.c 	data = switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number);
switch_core_strdup 1174 mod_freetdm/mod_freetdm.c 		dest_num = switch_sanitize_number(switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number));
switch_core_strdup 1178 mod_freetdm/mod_freetdm.c 		callerid_num = switch_sanitize_number(switch_core_strdup(outbound_profile->pool, outbound_profile->caller_id_number));
switch_core_strdup 1410 mod_freetdm/mod_freetdm.c 		caller_profile->destination_number = switch_core_strdup(caller_profile->pool, switch_str_nil(dest_num));
switch_core_strdup 1411 mod_freetdm/mod_freetdm.c 		caller_profile->caller_id_number = switch_core_strdup(caller_profile->pool, switch_str_nil(callerid_num));