ast_log(LOG_NOTICE,"Rejected connect attempt from %s, who was trying to reach '%s@%s'\n",ast_inet_ntoa(sin.sin_addr),iaxs[fr->callno]->exten,iaxs[fr->callno]->context);
break;
}
/* This might re-enter the IAX code and need the lock */
if(strcasecmp(iaxs[fr->callno]->exten,"TBD")){
constchar*context,*exten,*cid_num;
context=ast_strdupa(iaxs[fr->callno]->context);
exten=ast_strdupa(iaxs[fr->callno]->exten);
cid_num=ast_strdupa(iaxs[fr->callno]->cid_num);
/* This might re-enter the IAX code and need the lock */