RestComm / jss7

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

M3UA DUNA, DAVA handling #94

Closed AlerantAppNGIN closed 7 years ago

AlerantAppNGIN commented 8 years ago

Type: fix, new feature Description: There is a bug when handling incomming DAVA messages MTP-PAUSE is sent to user layer instead of MTP-RESUME. In production telecommunication network it is possible to get "false" DUNA messages from an STP. By false I mean that the end point is reachable for our system using other routes. If we got a "false" DUNA message the M3UA layer is send an MTP-PAUSE to the upper layer the end point will be banned. If our application is not dependent of this DUNA,DAVA messages there should be a way to ignore them.

vetss commented 8 years ago

Hello @AlerantAppNGIN,

thanks for your update.

1) you are saying for DAVA and DUNA messages in the issue description but the update is only for DUNA case.

2) I do not have much experiense to described by you case so let you go ahead with your issue if you are sure.

3) in order to accept it we need that:

vetss commented 7 years ago

Close by lack of activity