Send event to app when we get a release.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@341 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-11-21 21:08:06 +00:00
parent a37aa538ed
commit 3faf9b70c3
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ L3INT Q931ProcReleaseTE(Q931_TrunkInfo_t *pTrunk, L3UCHAR * buf, L3INT iFrom)
/* TODO Add proc here*/
ret = Q931Tx32(pTrunk,buf,pMes->Size);
} else if(state == Q931_U0 && iFrom == 2) {
Q931Tx34(pTrunk,buf,pMes->Size);
ret = Q931ReleaseComplete(pTrunk, buf);
} else {
ret = Q931ProcUnexpectedMessage(pTrunk, buf, iFrom);