[sr-dev] git:master:2b751e06: auth_db dbtext Making email address optional so kamctl can support dbtext

Olle E. Johansson oej at edvina.net
Sun Nov 13 12:16:11 CET 2016


Module: kamailio
Branch: master
Commit: 2b751e06682ddd7c0e14df1b3faa32812709ef28
URL: https://github.com/kamailio/kamailio/commit/2b751e06682ddd7c0e14df1b3faa32812709ef28

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2016-11-13T12:15:08+01:00

auth_db dbtext Making email address optional so kamctl can support dbtext

Reported by Alberto Sagredo

---

Modified: utils/kamctl/dbtext/kamailio/subscriber

---

Diff:  https://github.com/kamailio/kamailio/commit/2b751e06682ddd7c0e14df1b3faa32812709ef28.diff
Patch: https://github.com/kamailio/kamailio/commit/2b751e06682ddd7c0e14df1b3faa32812709ef28.patch

---

diff --git a/utils/kamctl/dbtext/kamailio/subscriber b/utils/kamctl/dbtext/kamailio/subscriber
index 9efcd01..b425ad0 100644
--- a/utils/kamctl/dbtext/kamailio/subscriber
+++ b/utils/kamctl/dbtext/kamailio/subscriber
@@ -1 +1 @@
-id(int,auto) username(string) domain(string) password(string) ha1(string) ha1b(string) email_address(string) rpid(string,null) 
+id(int,auto) username(string) domain(string) password(string) ha1(string) ha1b(string) email_address(string,null) rpid(string,null) 




More information about the sr-dev mailing list