destination_number 1079 mod_freetdm/mod_freetdm.c 	if (zstr(outbound_profile->destination_number)) {
destination_number 1085 mod_freetdm/mod_freetdm.c 	data = switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number);
destination_number 1087 mod_freetdm/mod_freetdm.c 	if (!zstr(outbound_profile->destination_number)) {
destination_number 1088 mod_freetdm/mod_freetdm.c 		dest_num = switch_sanitize_number(switch_core_strdup(outbound_profile->pool, outbound_profile->destination_number));
destination_number 1341 mod_freetdm/mod_freetdm.c 		caller_profile->destination_number = switch_core_strdup(caller_profile->pool, switch_str_nil(dest_num));
destination_number 1481 mod_freetdm/mod_freetdm.c 	snprintf(name, sizeof(name), "FreeTDM/%u:%u/%s", spanid, chanid, tech_pvt->caller_profile->destination_number);