switch_core_strdup 1085 mod_freetdm/mod_freetdm.c 	data = switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number);
switch_core_strdup 1088 mod_freetdm/mod_freetdm.c 		dest_num = switch_sanitize_number(switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number));
switch_core_strdup 1092 mod_freetdm/mod_freetdm.c 		callerid_num = switch_sanitize_number(switch_core_strdup(outbound_profile->pool, outbound_profile->caller_id_number));
switch_core_strdup 1341 mod_freetdm/mod_freetdm.c 		caller_profile->destination_number = switch_core_strdup(caller_profile->pool, switch_str_nil(dest_num));
switch_core_strdup 1342 mod_freetdm/mod_freetdm.c 		caller_profile->caller_id_number = switch_core_strdup(caller_profile->pool, switch_str_nil(callerid_num));