Include DS1 number
git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@109 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
2
q931.c
2
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) {
|
||||
|
||||
Reference in New Issue
Block a user