ast_log(LOG_NOTICE,"Rejected connect attempt from %s, who was trying to reach '%s@%s'\n",ast_inet_ntoa(iabuf,sizeof(iabuf),sin.sin_addr),iaxs[fr.callno]->exten,iaxs[fr.callno]->context);
break;
}
/* If we're in trunk mode, do it now, and update the trunk number in our frame before continuing */
if(ast_test_flag(iaxs[fr.callno],IAX_TRUNK)){
fr.callno=make_trunk(fr.callno,1);
}
/* This might re-enter the IAX code and need the lock */