handle sending complete in setup (kindof)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@296 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-06-26 15:23:27 +00:00
parent f1652c8997
commit e89f94f087
1 changed files with 2 additions and 0 deletions

View File

@ -1194,6 +1194,8 @@ L3INT Q931Umes_Setup(Q931_TrunkInfo_t *pTrunk, L3UCHAR *IBuf, Q931mes_Generic *m
switch(IBuf[IOff])
{
case Q931ie_SENDING_COMPLETE:
IOff++;
break;
case Q931ie_BEARER_CAPABILITY:
case Q931ie_CHANNEL_IDENTIFICATION:
case Q931ie_PROGRESS_INDICATOR: