From fd0f41e4a59e3667659f2c614d690593548d0d5f Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 10 Jun 2004 19:28:14 +0000 Subject: [PATCH] Include DS1 number git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@109 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q931.c b/q931.c index af6c2c1..d962a0e 100755 --- a/q931.c +++ b/q931.c @@ -2221,7 +2221,7 @@ int q931_receive(struct pri *pri, q931_h *h, int len) restart_ack(pri, c); /* Notify user of restart event */ pri->ev.e = PRI_EVENT_RESTART; - pri->ev.restart.channel = c->channelno; + pri->ev.restart.channel = c->channelno | (c->ds1no << 8); return Q931_RES_HAVEEVENT; case Q931_SETUP: if (missingmand) {