RestComm / jain-sip.ext

JAIN-SIP-Ext provides extensions done by TeleStax, Inc. for some features that are not supported by the main jain sip stack, like DNS Support (RFC3263).
http://www.restcomm.com/
GNU Affero General Public License v3.0
8 stars 16 forks source link

SIP MESSAGE Valve drop all requests when monitor_interval=-1 and Sip_scanners is empty #8

Open gvagenas opened 7 years ago

gvagenas commented 7 years ago

gov.nist.javax.sip.SIP_MESSAGE_VALVE=org.mobicents.ext.javax.sip.congestion.CongestionControlMessageValve org.mobicents.ext.javax.sip.congestion.SIP_SCANNERS= org.mobicents.ext.javax.sip.congestion.CONGESTION_CONTROL_MONITOR_INTERVAL=-1

deruelle commented 7 years ago

@gvagenas Did you try to comment the org.mobicents.ext.javax.sip.congestion.SIP_SCANNERS= ?

gvagenas commented 7 years ago

@deruelle yes I did and that worked but I think this is a bug because when monitor =-1 and sip scanner is empty, the valve instead of being disabled it drops all requests.