@ -1621,6 +1622,12 @@ static int zt_hangup(struct ast_channel *ast)
p->call=NULL;
p->alreadyhungup=0;
}
#else
#ifndef PRI_HANGUP
#error Please update libpri. The new hangup routines were implemented. You can debug then using "pri debug span <span_no>". If you dont want to update libpri code simply comment out OPTIONS += -DNEW_PRI_HANGUP in asterisk/Makefile
ast_verbose(VERBOSE_PREFIX_3"Extension '%s' in context '%s' from '%s' does not exist. Rejecting call on channel %d, span %d\n",pri->pvt[chan]->exten,pri->pvt[chan]->context,pri->pvt[chan]->callerid,chan,pri->span);