|
|
|
@ -3850,7 +3850,7 @@ static int zt_write(struct ast_channel *ast, struct ast_frame *frame)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifdef PRI_EVENT_PROCEEDING
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri && p->pri->overlapdial) {
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri) {
|
|
|
|
|
if (p->pri->pri) {
|
|
|
|
|
if (!pri_grab(p, p->pri)) {
|
|
|
|
|
#ifdef PRI_PROGRESS
|
|
|
|
@ -3936,7 +3936,7 @@ static int zt_indicate(struct ast_channel *chan, int condition)
|
|
|
|
|
break;
|
|
|
|
|
case AST_CONTROL_RINGING:
|
|
|
|
|
#ifdef ZAPATA_PRI
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri && p->pri->overlapdial) {
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri) {
|
|
|
|
|
if (p->pri->pri) {
|
|
|
|
|
if (!pri_grab(p, p->pri)) {
|
|
|
|
|
pri_acknowledge(p->pri->pri,p->call, p->prioffset, 1);
|
|
|
|
@ -3964,7 +3964,7 @@ static int zt_indicate(struct ast_channel *chan, int condition)
|
|
|
|
|
ast_log(LOG_DEBUG,"Received AST_CONTROL_PROGRESS on %s\n",chan->name);
|
|
|
|
|
#ifdef ZAPATA_PRI
|
|
|
|
|
#ifdef PRI_EVENT_PROCEEDING
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri && p->pri->overlapdial) {
|
|
|
|
|
if (!p->proceeding && p->sig==SIG_PRI && p->pri) {
|
|
|
|
|
if (p->pri->pri) {
|
|
|
|
|
if (!pri_grab(p, p->pri)) {
|
|
|
|
|
#ifdef PRI_PROGRESS
|
|
|
|
|