OPENZAP-19 add handler for connect ack

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@570 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-09-26 18:28:28 +00:00
parent 36abcdd03d
commit c7cbbc6f4e

View File

@ -696,6 +696,15 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen)
}
}
break;
case Q931mes_CONNECT_ACKNOWLEDGE:
{
if (zchan) {
zap_log(ZAP_LOG_DEBUG, "Received CONNECT_ACK message for channel %d\n", chan_id);
} else {
zap_log(ZAP_LOG_DEBUG, "Received CONNECT_ACK with no matching channel %d\n", chan_id);
}
}
break;
case Q931mes_INFORMATION:
{