Skip to content

Commit aea2579

Browse files
authored
Adding two more htable for MidCall SIP processing
Adding two more htable for MidCall SIP processing
1 parent a772a41 commit aea2579

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pcscf/kamailio_pcscf.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ modparam("htable", "htable", "user_sdps_port=>size=8;autoexpire=3600;")
450450
modparam("htable", "htable", "user_sdps_rtcp_port=>size=8;autoexpire=3600;")
451451
modparam("htable", "htable", "user_sip_ips=>size=8;autoexpire=3600;")
452452
modparam("htable", "htable", "user_sip_ports=>size=8;autoexpire=3600;")
453+
modparam("htable", "htable", "user_sdps_port_vid=>size=8;autoexpire=3600;")
454+
modparam("htable", "htable", "user_sdps_rtcp_port_vid=>size=8;autoexpire=3600;")
455+
modparam("htable", "htable", "user_sdps_midcall_ips=>size=8;autoexpire=3600;")
456+
modparam("htable", "htable", "user_sdps_midcall_ports=>size=8;autoexpire=3600;")
453457

454458
# HTTP2 for 5G -- Modules Parameters
455459
modparam("http_client", "httpredirect", 1)

0 commit comments

Comments
 (0)