Status: Accepted
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Enhancement Priority-Medium Component-SS7 Roadmap-Fix Version-2.0.0.BETA3

New issue 142 by [email protected]: Add "originationType" rule property into SCCP stack
http://code.google.com/p/jss7/issues/detail?id=142

It is a good idea to add some extra property for SCCP rules so a rule is acceptable:
- for all SCCP messages (this is a current implementation)
- only for local originated messages
- only for remote originated messages

Sometimes there are SCCP routing tasks when we need route locally all
incoming SCCP messages and route to a peer all local originated
messages. The good example for this is a SS7 Simulator.

The CLI imterface may be:
sccp rule create <id> <mask> <address-indicator> <point-code>
<subsystem-number> <translationtype> <numbering-plan>
<nature-of-address-indicator> <digits> <originationType> <ruleType>
<primary-address-id> <backup-address-id> <loadsharing-algorithm>
where
<originationType> - an optional parameter which can be:
"localOriginated" or "remoteOriginated"
If this parameter is absent this means that a rule applies for all SCCP messages



Reply via email to