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);
ast_log(LOG_WARNING,"'%.3s' is not a valid transport type when %.3senabled=no. If no other is specified, the defaults from general will be used.\n",trans,trans);
}else{
}else{
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);
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);
}
}
@ -29305,11 +29305,22 @@ static int reload_config(enum channelreloadreason reason)
sip_cfg.allow_external_domains=1;
sip_cfg.allow_external_domains=1;
}
}
/* If not or badly configured, set default transports */
/* If not or badly configured, set default transports */