Home
last modified time | relevance | path

Searched refs:HLComp (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_isdn/
H A Dftmod_isdn.c315 Q931ie_HLComp HLComp; /* High-Layer Compatibility IE */ in FIO_CHANNEL_REQUEST_FUNCTION() local
415 Q931InitIEHLComp(&HLComp); in FIO_CHANNEL_REQUEST_FUNCTION()
416 HLComp.CodStand = Q931_CODING_ITU; /* ITU */ in FIO_CHANNEL_REQUEST_FUNCTION()
417 HLComp.Interpret = 4; /* only possible value */ in FIO_CHANNEL_REQUEST_FUNCTION()
418 HLComp.PresMeth = 1; /* High-layer protocol profile */ in FIO_CHANNEL_REQUEST_FUNCTION()
420 gen->HLComp = Q931AppendIE(gen, (L3UCHAR *) &HLComp); in FIO_CHANNEL_REQUEST_FUNCTION()
1450 Q931ie_HLComp HLComp; /* High-Layer Compatibility IE */ in state_advance() local
1540 Q931InitIEHLComp(&HLComp); in state_advance()
1541 HLComp.CodStand = Q931_CODING_ITU; /* ITU */ in state_advance()
1542 HLComp.Interpret = 4; /* only possible value */ in state_advance()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/
H A Dnationalmes.c262 if (Q931IsIEPresent(pMes->HLComp)) { in nationalPmes_Setup()
263 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in nationalPmes_Setup()
H A DQ931mes.c152 if (Q931IsIEPresent(pMes->HLComp)) { in Q931Pmes_Alerting()
153 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in Q931Pmes_Alerting()
231 if (Q931IsIEPresent(pMes->HLComp)) { in Q931Pmes_CallProceeding()
232 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in Q931Pmes_CallProceeding()
368 if (Q931IsIEPresent(pMes->HLComp)) { in Q931Pmes_Connect()
369 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in Q931Pmes_Connect()
716 if (Q931IsIEPresent(pMes->HLComp)) { in Q931Pmes_Progress()
717 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in Q931Pmes_Progress()
1360 if (Q931IsIEPresent(pMes->HLComp)) { in Q931Pmes_Setup()
1361 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in Q931Pmes_Setup()
H A D5ESSmes.c277 if (Q931IsIEPresent(pMes->HLComp)) { in ATT5ESSPmes_Setup()
278 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in ATT5ESSPmes_Setup()
H A DDMSmes.c260 if (Q931IsIEPresent(pMes->HLComp)) { in DMSPmes_Setup()
261 …nk->Dialect][Q931ie_HIGH_LAYER_COMPATIBILITY](pTrunk, Q931GetIEPtr(pMes->HLComp,pMes->buf), OBuf, … in DMSPmes_Setup()
H A DQ931ie.c1547 ie *pIE = &pMsg->HLComp; in Q931Uie_HLComp()
/dports/devel/asl/asl-current/
H A Dcodez80.c1798 tStrComp HLComp; in DecodeMULT_DIV() local
1801 StrCompMkTemp(&HLComp, HLStr); in DecodeMULT_DIV()
1805 pDestArg = &HLComp; in DecodeMULT_DIV()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/include/
H A DQ931.h611 ie HLComp; /* High Layer Compatibility */ member