RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
177 stars 218 forks source link

Fixes #249 RuleID based rulesorting instead of called/calling parameters #250

Closed faizann closed 6 years ago

faizann commented 7 years ago

The SCCP routing rules get quite complicated with multiple rules. The GUI already displays rules sorted by ID but it is not always clear to figure out which rule actually gets matched during SCCPRouting. Hence, it is much simpler to sort the rules based on ID and reduces the confusion.

knosach commented 6 years ago

duplicate PR : https://github.com/RestComm/jss7/pull/260