Home
last modified time | relevance | path

Searched refs:CalledSub (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/
H A Dnationalmes.c239 if (Q931IsIEPresent(pMes->CalledSub)) { in nationalPmes_Setup()
240 …nk->Dialect][Q931ie_CALLED_PARTY_SUBADDRESS](pTrunk, Q931GetIEPtr(pMes->CalledSub,pMes->buf), OBuf… in nationalPmes_Setup()
H A D5ESSmes.c254 if (Q931IsIEPresent(pMes->CalledSub)) { in ATT5ESSPmes_Setup()
255 …nk->Dialect][Q931ie_CALLED_PARTY_SUBADDRESS](pTrunk, Q931GetIEPtr(pMes->CalledSub,pMes->buf), OBuf… in ATT5ESSPmes_Setup()
H A DDMSmes.c237 if (Q931IsIEPresent(pMes->CalledSub)) { in DMSPmes_Setup()
238 …nk->Dialect][Q931ie_CALLED_PARTY_SUBADDRESS](pTrunk, Q931GetIEPtr(pMes->CalledSub,pMes->buf), OBuf… in DMSPmes_Setup()
H A DQ931mes.c1337 if (Q931IsIEPresent(pMes->CalledSub)) { in Q931Pmes_Setup()
1338 …nk->Dialect][Q931ie_CALLED_PARTY_SUBADDRESS](pTrunk, Q931GetIEPtr(pMes->CalledSub,pMes->buf), OBuf… in Q931Pmes_Setup()
H A DQ931ie.c585 ie *pIE = &pMsg->CalledSub; in Q931Uie_CalledSub()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/include/
H A DQ931.h602 ie CalledSub; /* Called Party subaddress */ member