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
This commit is contained in:
paulc 2011-01-24 11:16:20 +00:00
parent 08f4ea7f88
commit a57b721d36
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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,