RestComm / jain-slee.diameter

JAIN SLEE jDiameter Resource Adaptors Repository
http://www.restcomm.com/
GNU Affero General Public License v3.0
11 stars 33 forks source link

Implement delivery of message timeout to SLEE applications #18

Open brainslog opened 7 years ago

brainslog commented 7 years ago

When there's a message (request) timeout, the application doesn't get informed of it and instead, either it waits infinitely for the answer or it needs to set it's own timer for "guessing" when the timeout occurred and take it's own measures regarding it.

The Diameter RAs should deliver these timeout messages to the application and terminate the activity, where appropriate.

xphudin commented 7 years ago

hi @brainslog , I have done the implementation, can you please review it for me? Thanks

deruelle commented 7 years ago

@xphudin can you do a pull request for this ?

phuongdinh1411 commented 7 years ago

xphudin is me and did a pull request already.