? q931-exclusive.patch Index: q931.c =================================================================== RCS file: /usr/cvsroot/libpri/q931.c,v retrieving revision 1.133 diff -u -r1.133 q931.c --- q931.c 29 Jun 2005 17:27:03 -0000 1.133 +++ q931.c 18 Aug 2005 23:30:42 -0000 @@ -2892,6 +2892,8 @@ if ((pri->localtype == PRI_CPE) && pri->subchannel) { req->channel = 0; req->exclusive = 0; + } else if (pri->localtype == PRI_NETWORK) { + req->exclusive = 1; } c->channelno = req->channel;