adding another two HTable to store SIP connectivity Infos

adding another two HTable to store SIP connectivity Infos to associate users to there IP Addresses and save them in the Htable.
This commit is contained in:
NUCLEAR-WAR
2024-08-09 10:41:14 +02:00
committed by Supreeth Herle
parent 6abee093a6
commit 2379624b2c

View File

@@ -514,6 +514,8 @@ modparam("htable", "htable", "user_ids=>size=8;autoexpire=3600;")
modparam("htable", "htable", "user_sdps_ip=>size=8;autoexpire=3600;") modparam("htable", "htable", "user_sdps_ip=>size=8;autoexpire=3600;")
modparam("htable", "htable", "user_sdps_port=>size=8;autoexpire=3600;") modparam("htable", "htable", "user_sdps_port=>size=8;autoexpire=3600;")
modparam("htable", "htable", "user_sdps_rtcp_port=>size=8;autoexpire=3600;") modparam("htable", "htable", "user_sdps_rtcp_port=>size=8;autoexpire=3600;")
modparam("htable", "htable", "user_sip_ips=>size=8;autoexpire=3600;")
modparam("htable", "htable", "user_sip_ports=>size=8;autoexpire=3600;")
modparam("http_client", "httpredirect", 1) modparam("http_client", "httpredirect", 1)
modparam("http_client", "useragent", "PCSCF") modparam("http_client", "useragent", "PCSCF")