Luu Huu Hoan
Luu Huu Hoan
Commit Jenkin job is running: https://github.com/RestComm/Restcomm-Connect/compare/issue_2895
waiting test result from telscale
When gov.nist.javax.sip.CACHE_CLIENT_CONNECTIONS is set and Tx is terminated state, Jain-sip does not close socket also.
you said that we need to put some logic before parsing SIP message then how can we know the SIP message is invalid to reject the request in case of...
@jaimecasero ,yes, quite clear. just have a question, If we dont parse the message we may reject the BYE ACK PRACK CANCEL message to release resource
k, then I will convert all bytes[] message to string and check if these is "Method: INVITE/SUBCRIBE".... in the string. If yes, I will check the transaction table size to...
k, understood about the requirement, I will try to implement it. one question: we still compare ServerTransactionTableSize with gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS to decide the system is overload and reject the message, don't...
yes, please find for me anther isssue :+1:
Hi @jaimecasero , Could you specify more detail about this enhancement. Do you mean that the PRACK is sending to the same transaction in server side? I have tried to...