Module: sip-router Branch: 3.1 Commit: 93c042d6e4dbb0b32fd59461b0d59fd761c1a6f7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93c042d6...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Wed Oct 13 08:13:51 2010 +0200
auth: restore deleted nid_pool_no parameter
In commit c53bc97968e4ac2ddf5b8a23af44942e8d50e7b3 the nid_pool_no parameter was removed by mistake.
Reported-by: Alex Balashov abalashov evaristesys com (cherry picked from commit 62d7bf1af574e1bea650a96ec6a2b2a5fc67d883)
---
modules/auth/auth_mod.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/auth/auth_mod.c b/modules/auth/auth_mod.c index b30f6b8..96f8d49 100644 --- a/modules/auth/auth_mod.c +++ b/modules/auth/auth_mod.c @@ -172,6 +172,7 @@ static param_export_t params[] = { {"one_time_nonce" , PARAM_INT, &otn_enabled }, {"otn_in_flight_no", PARAM_INT, &otn_in_flight_no }, {"otn_in_flight_order", PARAM_INT, &otn_in_flight_k }, + {"nid_pool_no", PARAM_INT, &nid_pool_no }, {"force_stateless_reply", PARAM_INT, &force_stateless_reply }, {0, 0, 0} };
Thank you, Andrei! Can this be backported into 3.1.0 branch from which the tarballs on the web site are? As it stands now, downloading and compiling 3.1.0 tarball still results in nid_pool_no not found.
On 10/13/2010 02:21 AM, Andrei Pelinescu-Onciul wrote:
Module: sip-router Branch: 3.1 Commit: 93c042d6e4dbb0b32fd59461b0d59fd761c1a6f7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93c042d6...
Author: Andrei Pelinescu-Onciulandrei@iptel.org Committer: Andrei Pelinescu-Onciulandrei@iptel.org Date: Wed Oct 13 08:13:51 2010 +0200
auth: restore deleted nid_pool_no parameter
In commit c53bc97968e4ac2ddf5b8a23af44942e8d50e7b3 the nid_pool_no parameter was removed by mistake.
Reported-by: Alex Balashov abalashov evaristesys com (cherry picked from commit 62d7bf1af574e1bea650a96ec6a2b2a5fc67d883)
modules/auth/auth_mod.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/auth/auth_mod.c b/modules/auth/auth_mod.c index b30f6b8..96f8d49 100644 --- a/modules/auth/auth_mod.c +++ b/modules/auth/auth_mod.c @@ -172,6 +172,7 @@ static param_export_t params[] = { {"one_time_nonce" , PARAM_INT,&otn_enabled }, {"otn_in_flight_no", PARAM_INT,&otn_in_flight_no }, {"otn_in_flight_order", PARAM_INT,&otn_in_flight_k },
- {"nid_pool_no", PARAM_INT,&nid_pool_no }, {"force_stateless_reply", PARAM_INT,&force_stateless_reply }, {0, 0, 0} };
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
On Oct 14, 2010 at 22:11, Alex Balashov abalashov@evaristesys.com wrote:
Thank you, Andrei! Can this be backported into 3.1.0 branch from which the tarballs on the web site are? As it stands now, downloading and compiling 3.1.0 tarball still results in nid_pool_no not found.
There is only one 3.1 branch. Which web site do you mean? Tarballs are built each night for each of the master, 3.1, sr_3.0 and kamailio_3.0 branches: http://sip-router.org/tarballs/sr/ .
Andrei
On 10/13/2010 02:21 AM, Andrei Pelinescu-Onciul wrote:
Module: sip-router Branch: 3.1 Commit: 93c042d6e4dbb0b32fd59461b0d59fd761c1a6f7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93c042d6...
Author: Andrei Pelinescu-Onciulandrei@iptel.org Committer: Andrei Pelinescu-Onciulandrei@iptel.org Date: Wed Oct 13 08:13:51 2010 +0200
auth: restore deleted nid_pool_no parameter
In commit c53bc97968e4ac2ddf5b8a23af44942e8d50e7b3 the nid_pool_no parameter was removed by mistake.
Reported-by: Alex Balashov abalashov evaristesys com (cherry picked from commit 62d7bf1af574e1bea650a96ec6a2b2a5fc67d883)
modules/auth/auth_mod.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/auth/auth_mod.c b/modules/auth/auth_mod.c index b30f6b8..96f8d49 100644 --- a/modules/auth/auth_mod.c +++ b/modules/auth/auth_mod.c @@ -172,6 +172,7 @@ static param_export_t params[] = { {"one_time_nonce" , PARAM_INT,&otn_enabled }, {"otn_in_flight_no", PARAM_INT,&otn_in_flight_no }, {"otn_in_flight_order", PARAM_INT,&otn_in_flight_k },
- {"nid_pool_no", PARAM_INT,&nid_pool_no }, {"force_stateless_reply", PARAM_INT,&force_stateless_reply }, {0, 0, 0}
};
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Sorry, I left it implicit but should not have: www.kamailio.org/pub
I should really get out of the habit of assuming the discussion is about Kamailio per se. I apologise for that.
On 10/15/2010 02:27 AM, Andrei Pelinescu-Onciul wrote:
On Oct 14, 2010 at 22:11, Alex Balashovabalashov@evaristesys.com wrote:
Thank you, Andrei! Can this be backported into 3.1.0 branch from which the tarballs on the web site are? As it stands now, downloading and compiling 3.1.0 tarball still results in nid_pool_no not found.
There is only one 3.1 branch. Which web site do you mean? Tarballs are built each night for each of the master, 3.1, sr_3.0 and kamailio_3.0 branches: http://sip-router.org/tarballs/sr/ .
Andrei
On 10/13/2010 02:21 AM, Andrei Pelinescu-Onciul wrote:
Module: sip-router Branch: 3.1 Commit: 93c042d6e4dbb0b32fd59461b0d59fd761c1a6f7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93c042d6...
Author: Andrei Pelinescu-Onciulandrei@iptel.org Committer: Andrei Pelinescu-Onciulandrei@iptel.org Date: Wed Oct 13 08:13:51 2010 +0200
auth: restore deleted nid_pool_no parameter
In commit c53bc97968e4ac2ddf5b8a23af44942e8d50e7b3 the nid_pool_no parameter was removed by mistake.
Reported-by: Alex Balashov abalashov evaristesys com (cherry picked from commit 62d7bf1af574e1bea650a96ec6a2b2a5fc67d883)
modules/auth/auth_mod.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/auth/auth_mod.c b/modules/auth/auth_mod.c index b30f6b8..96f8d49 100644 --- a/modules/auth/auth_mod.c +++ b/modules/auth/auth_mod.c @@ -172,6 +172,7 @@ static param_export_t params[] = { {"one_time_nonce" , PARAM_INT,&otn_enabled }, {"otn_in_flight_no", PARAM_INT,&otn_in_flight_no }, {"otn_in_flight_order", PARAM_INT,&otn_in_flight_k },
- {"nid_pool_no", PARAM_INT,&nid_pool_no }, {"force_stateless_reply", PARAM_INT,&force_stateless_reply }, {0, 0, 0} };
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev