Browse Source

minimal changes for kamailio 4.3.1

3.22
karl anderson 10 years ago
parent
commit
137cd0377a
5 changed files with 5 additions and 6 deletions
  1. +1
    -1
      kamailio/dbtext/location
  2. +1
    -1
      kamailio/dbtext/presentity
  3. +2
    -2
      kamailio/dbtext/version
  4. +1
    -1
      kamailio/dispatcher-role.cfg
  5. +0
    -1
      kamailio/registrar-role.cfg

+ 1
- 1
kamailio/dbtext/location View File

@ -1 +1 @@
id(int,auto) ruid(string) username(string) domain(string,null) contact(string) received(string,null) path(string,null) expires(int) q(double) callid(string) cseq(int) last_modified(int) flags(int) cflags(int) user_agent(string) socket(string,null) methods(int,null) instance(string,null) reg_id(int)
id(int,auto) ruid(string) username(string) domain(string,null) contact(string) received(string,null) path(string,null) expires(int) q(double) callid(string) cseq(int) last_modified(int) flags(int) cflags(int) user_agent(string) socket(string,null) methods(int,null) instance(string,null) reg_id(int) server_id(int) connection_id(int) keepalive(int) partition(int)

+ 1
- 1
kamailio/dbtext/presentity View File

@ -1 +1 @@
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(blob) sender(string,null)
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(blob) sender(string,null) priority(int)

+ 2
- 2
kamailio/dbtext/version View File

@ -3,6 +3,6 @@ address:6
trusted:5 trusted:5
pua:7 pua:7
active_watchers:11 active_watchers:11
presentity:3
presentity:4
watchers:3 watchers:3
location:6
location:8

+ 1
- 1
kamailio/dispatcher-role.cfg View File

@ -15,7 +15,7 @@ modparam("dispatcher", "hash_pvar", "$avp(ds_grp)")
# modparam("dispatcher", "setid_pvar", "$var(setid)") # modparam("dispatcher", "setid_pvar", "$var(setid)")
modparam("dispatcher", "ds_ping_method", "OPTIONS") modparam("dispatcher", "ds_ping_method", "OPTIONS")
modparam("dispatcher", "ds_ping_interval", 10) modparam("dispatcher", "ds_ping_interval", 10)
modparam("dispatcher", "ds_probing_threshhold", 3)
modparam("dispatcher", "ds_probing_threshold", 3)
modparam("dispatcher", "ds_probing_mode", 1) modparam("dispatcher", "ds_probing_mode", 1)
modparam("dispatcher", "ds_ping_reply_codes", "501,403,404,400,200") modparam("dispatcher", "ds_ping_reply_codes", "501,403,404,400,200")
modparam("dispatcher", "ds_ping_from", "sip:sipcheck@MY_IP_ADDRESS") modparam("dispatcher", "ds_ping_from", "sip:sipcheck@MY_IP_ADDRESS")


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

@ -39,7 +39,6 @@ modparam("registrar", "received_avp", "$avp(AVP_RECV_PARAM)")
modparam("registrar", "min_expires", REGISTRAR_MIN_EXPIRES) modparam("registrar", "min_expires", REGISTRAR_MIN_EXPIRES)
modparam("registrar", "max_expires", REGISTRAR_MAX_EXPIRES) modparam("registrar", "max_expires", REGISTRAR_MAX_EXPIRES)
modparam("registrar", "xavp_cfg", "regcfg") modparam("registrar", "xavp_cfg", "regcfg")
modparam("registrar", "reg_on_match_flag", 1)
####### Registrar Logic ######## ####### Registrar Logic ########


Loading…
Cancel
Save