ast_log(LOG_WARNING,"'%s' is not a valid transport type when tcpenabled=no. if no other is specified, the defaults from general will be used.\n",trans);
}else{
ast_log(LOG_NOTICE,"'%s' is not a valid transport type. if no other is specified, udp will be used.\n",trans);
ast_log(LOG_NOTICE,"'%s' is not a valid transport type. if no other is specified, the defaults from general will be used.\n",trans);
}
if(!peer->default_outbound_transport){/*!< The first transport listed should be default outbound */
@ -29281,8 +29283,11 @@ static int reload_config(enum channelreloadreason reason)
ast_log(LOG_WARNING,"To disallow external domains, you need to configure local SIP domains.\n");
sip_cfg.allow_external_domains=1;
}
/* If not configured, set default transports */
if(default_transports==0){
/* If not or badly configured, set default transports */