Include DS1 number

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@109 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Mark Spencer
2004-06-10 19:28:14 +00:00
parent 0933575a5d
commit fd0f41e4a5

2
q931.c
View File

@@ -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) {