Module: kamailio Branch: master Commit: b62d623578737a85dd18cacc66f4e71232b463aa URL: https://github.com/kamailio/kamailio/commit/b62d623578737a85dd18cacc66f4e712...
Author: Andreas Granig agranig@sipwise.com Committer: Andreas Granig agranig@sipwise.com Date: 2018-03-01T09:59:34+01:00
db_redis: Update schema definition
---
Modified: utils/kamctl/db_redis/kamailio/lcr_rule Modified: utils/kamctl/db_redis/kamailio/location Modified: utils/kamctl/db_redis/kamailio/presentity Modified: utils/kamctl/db_redis/kamailio/rtpengine Modified: utils/kamctl/db_redis/kamailio/subscriber Modified: utils/kamctl/db_redis/kamailio/uacreg
---
Diff: https://github.com/kamailio/kamailio/commit/b62d623578737a85dd18cacc66f4e712... Patch: https://github.com/kamailio/kamailio/commit/b62d623578737a85dd18cacc66f4e712...
---
diff --git a/utils/kamctl/db_redis/kamailio/lcr_rule b/utils/kamctl/db_redis/kamailio/lcr_rule index 97eb9bed6e..b34558ce87 100644 --- a/utils/kamctl/db_redis/kamailio/lcr_rule +++ b/utils/kamctl/db_redis/kamailio/lcr_rule @@ -1,2 +1,2 @@ -id/int,lcr_id/int,prefix/string,from_uri/string,request_uri/string,stopper/int,enabled/int, -2 +id/int,lcr_id/int,prefix/string,from_uri/string,request_uri/string,mt_tvalue/string,stopper/int,enabled/int, +3 diff --git a/utils/kamctl/db_redis/kamailio/location b/utils/kamctl/db_redis/kamailio/location index cacabc7827..9ca18f2fb0 100644 --- a/utils/kamctl/db_redis/kamailio/location +++ b/utils/kamctl/db_redis/kamailio/location @@ -1,2 +1,2 @@ id/int,ruid/string,username/string,domain/string,contact/string,received/string,path/string,expires/int,q/double,callid/string,cseq/int,last_modified/int,flags/int,cflags/int,user_agent/string,socket/string,methods/int,instance/string,reg_id/int,server_id/int,connection_id/int,keepalive/int,partition/int, -8 +9 diff --git a/utils/kamctl/db_redis/kamailio/presentity b/utils/kamctl/db_redis/kamailio/presentity index bc2ee48d14..214539497d 100644 --- a/utils/kamctl/db_redis/kamailio/presentity +++ b/utils/kamctl/db_redis/kamailio/presentity @@ -1,2 +1,2 @@ -id/int,username/string,domain/string,event/string,etag/string,expires/int,received_time/int,body/string,sender/string,priority/int, -4 +id/int,username/string,domain/string,event/string,etag/string,expires/int,received_time/int,body/string,sender/string,priority/int,ruid/string, +5 diff --git a/utils/kamctl/db_redis/kamailio/rtpengine b/utils/kamctl/db_redis/kamailio/rtpengine index ec0479c2bb..b3ebac8c27 100644 --- a/utils/kamctl/db_redis/kamailio/rtpengine +++ b/utils/kamctl/db_redis/kamailio/rtpengine @@ -1,2 +1,2 @@ -setid/int,url/string,weight/int,disabled/int, +id/int,setid/int,url/string,weight/int,disabled/int,stamp/int, 1 diff --git a/utils/kamctl/db_redis/kamailio/subscriber b/utils/kamctl/db_redis/kamailio/subscriber index 0126ec30c2..912a11113e 100644 --- a/utils/kamctl/db_redis/kamailio/subscriber +++ b/utils/kamctl/db_redis/kamailio/subscriber @@ -1,2 +1,2 @@ -id/int,username/string,domain/string,password/string,email_address/string,ha1/string,ha1b/string,rpid/string, -6 +id/int,username/string,domain/string,password/string,ha1/string,ha1b/string,email_address/string,rpid/string, +7 diff --git a/utils/kamctl/db_redis/kamailio/uacreg b/utils/kamctl/db_redis/kamailio/uacreg index 9dd23848e3..383fa88c43 100644 --- a/utils/kamctl/db_redis/kamailio/uacreg +++ b/utils/kamctl/db_redis/kamailio/uacreg @@ -1,2 +1,2 @@ -id/int,l_uuid/string,l_username/string,l_domain/string,r_username/string,r_domain/string,realm/string,auth_username/string,auth_password/string,auth_proxy/string,expires/int,flags/int,reg_delay/int, -2 +id/int,l_uuid/string,l_username/string,l_domain/string,r_username/string,r_domain/string,realm/string,auth_username/string,auth_password/string,auth_ha1/string,auth_proxy/string,expires/int,flags/int,reg_delay/int, +3