/*iaxs[fr->callno]->last = fr->ts; (do it afterwards cos schedule/forward_delivery needs the last ts too)*/
/*iaxs[fr->callno]->last = fr->ts; (do it afterwards cos schedule/forward_delivery needs the last ts too)*/
fr->outoforder=0;
fr->outoforder=0;
}else{
}else{
if(option_debug&&iaxdebug)
if(option_debug&&iaxdebug&&iaxs[fr->callno])
ast_log(LOG_DEBUG,"Received out of order packet... (type=%d, subclass %d, ts = %d, last = %d)\n",f.frametype,f.subclass,fr->ts,iaxs[fr->callno]->last);
ast_log(LOG_DEBUG,"Received out of order packet... (type=%d, subclass %d, ts = %d, last = %d)\n",f.frametype,f.subclass,fr->ts,iaxs[fr->callno]->last);