From a57b721d36d59414c0a9b943b8c5ab93e71ed5aa Mon Sep 17 00:00:00 2001 From: paulc Date: Mon, 24 Jan 2011 11:16:20 +0000 Subject: [PATCH] Added parameters CCSS Call Indication and CCNR Possible Indicator used by some ISUP supplementary services. git-svn-id: http://voip.null.ro/svn/yate@4060 acf43c95-373e-0410-b603-e72c3f656dc1 --- libs/ysig/isup.cpp | 2 ++ libs/ysig/yatesig.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libs/ysig/isup.cpp b/libs/ysig/isup.cpp index 64723fc7..b8a81aa2 100644 --- a/libs/ysig/isup.cpp +++ b/libs/ysig/isup.cpp @@ -1299,10 +1299,12 @@ static const IsupParam s_paramDefs[] = { MAKE_PARAM(UserTeleserviceInformation, 0,0, 0, 0), // 3.59 MAKE_PARAM(UserToUserIndicators, 0,0, 0, 0), // 3.60 MAKE_PARAM(UserToUserInformation, 0,0, 0, 0), // 3.61 + MAKE_PARAM(CCSScallIndication, 1,0, 0, 0), // 3.63 MAKE_PARAM(ForwardGVNS, 0,0, 0, 0), // 3.66 MAKE_PARAM(BackwardGVNS, 0,0, 0, 0), // 3.62 MAKE_PARAM(RedirectCapability, 0,0, 0, 0), // 3.96 MAKE_PARAM(RedirectCounter, 0,0, 0, 0), // 3.97 + MAKE_PARAM(CCNRpossibleIndicator, 0,0, 0, 0), // 3.83 MAKE_PARAM(PivotRoutingIndicators, 0,0, 0, 0), // 3.85 MAKE_PARAM(CalledDirectoryNumber, 0,0, 0, 0), // 3.86 MAKE_PARAM(OriginalCalledINNumber, 0,0, 0, 0), // 3.87 diff --git a/libs/ysig/yatesig.h b/libs/ysig/yatesig.h index d0207701..5703e31f 100644 --- a/libs/ysig/yatesig.h +++ b/libs/ysig/yatesig.h @@ -7506,11 +7506,13 @@ public: RedirectionNumberRestriction = 0x40, // ITU only FreephoneIndicators = 0x41, // ITU only GenericReference = 0x42, // ITU only + CCSScallIndication = 0x4b, ForwardGVNS = 0x4c, BackwardGVNS = 0x4d, RedirectCapability = 0x4e, // National use RedirectCounter = 0x77, // National use ApplicationTransport = 0x78, + CCNRpossibleIndicator = 0x7a, PivotRoutingIndicators = 0x7c, CalledDirectoryNumber = 0x7d, // National use OriginalCalledINNumber = 0x7f,