mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
empty if body on ie that has not yet been implemented.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@79 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
fa37b6630b
commit
56007735e4
@ -1482,7 +1482,7 @@ L3INT Q931Pmes_Setup(Q931_TrunkInfo *pTrunk, L3UCHAR *IBuf, L3INT ISize, L3UCHAR
|
|||||||
|
|
||||||
/* Repeat Indicator */
|
/* Repeat Indicator */
|
||||||
if(Q931IsIEPresent(pMes->LLRepeatInd))
|
if(Q931IsIEPresent(pMes->LLRepeatInd))
|
||||||
;/* TODO */
|
rc = Q931E_UNKNOWN_IE;/* TODO */
|
||||||
|
|
||||||
/* Low Layer Compatibility */
|
/* Low Layer Compatibility */
|
||||||
if(Q931IsIEPresent(pMes->LLComp))
|
if(Q931IsIEPresent(pMes->LLComp))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user