fix for euroisdn, watch if this one breaks dms
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@306 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
97ef2be934
commit
c70233502a
|
@ -529,9 +529,9 @@ L3INT Q931AckRestart(Q931_TrunkInfo_t *pTrunk, L3UCHAR *buf)
|
|||
|
||||
Q931mes_Header *ptr = (Q931mes_Header*)&buf[Q931L4HeaderSpace];
|
||||
ptr->MesType = Q931mes_RESTART_ACKNOWLEDGE;
|
||||
if (ptr->CRV) {
|
||||
//if (ptr->CRV) {
|
||||
ptr->CRVFlag = !(ptr->CRVFlag);
|
||||
}
|
||||
//}
|
||||
|
||||
RetCode = Q931Proc[pTrunk->Dialect][ptr->MesType](pTrunk, buf, 4);
|
||||
|
||||
|
|
Loading…
Reference in New Issue