Browse Source

allow configuration of registrar contact size

drop_requests
lazedo 8 years ago
committed by GitHub
parent
commit
c6c117b412
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kamailio/registrar-role.cfg

+ 2
- 0
kamailio/registrar-role.cfg View File

@ -2,6 +2,7 @@
#!trydef REGISTRAR_NAT_PING_WORKERS 5 #!trydef REGISTRAR_NAT_PING_WORKERS 5
#!trydef REGISTRAR_MIN_EXPIRES 300 #!trydef REGISTRAR_MIN_EXPIRES 300
#!trydef REGISTRAR_MAX_EXPIRES 3600 #!trydef REGISTRAR_MAX_EXPIRES 3600
#!trydef REGISTRAR_CONTACT_MAX_SIZE 2048
######## Generic Hash Table container in shared memory ######## ######## Generic Hash Table container in shared memory ########
modparam("htable", "htable", "auth_cache=>size=16;autoexpire=7200;") modparam("htable", "htable", "auth_cache=>size=16;autoexpire=7200;")
@ -54,6 +55,7 @@ modparam("registrar", "path_mode", 1)
modparam("registrar", "use_path", 1) modparam("registrar", "use_path", 1)
modparam("registrar", "received_param", "") modparam("registrar", "received_param", "")
##modparam("registrar", "xavp_rcd", "ulrcd") ##modparam("registrar", "xavp_rcd", "ulrcd")
modparam("registrar", "contact_max_size", REGISTRAR_CONTACT_MAX_SIZE)
####### Registrar Logic ######## ####### Registrar Logic ########
route[HANDLE_REGISTER] route[HANDLE_REGISTER]


Loading…
Cancel
Save