Module: sip-router
Branch: 4.1
Commit: b8cfbb2e5bb36f117cb0756339b58f71a97b70c0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8cfbb2…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Tue Jun 17 11:47:50 2014 -0400
auth: document '-8' return code for pv_www_authenticate
(cherry picked from commit c9c8f8d71fdad33caebaea07922901618bcd7825)
---
modules/auth/doc/auth_functions.xml | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/modules/auth/doc/auth_functions.xml b/modules/auth/doc/auth_functions.xml
index 0ab616a..ec33324 100644
--- a/modules/auth/doc/auth_functions.xml
+++ b/modules/auth/doc/auth_functions.xml
@@ -198,26 +198,30 @@ if (!auth_check("$fd", "subscriber", "1")) {
<itemizedlist>
<listitem><para>
<emphasis>-1 (generic error)</emphasis> - some generic error
- occurred and no reply was sent out;
+ occurred and no reply was sent out
</para></listitem>
<listitem><para>
- <emphasis>-2 (invalid password)</emphasis> - wrong password;
+ <emphasis>-2 (invalid password)</emphasis> - wrong password
</para></listitem>
<listitem><para>
<emphasis>-3 (invalid user)</emphasis> - authentication user does
- not exist.
+ not exist
</para></listitem>
<listitem><para>
<emphasis>-4 (nonce expired)</emphasis> - the nonce has expired
</para></listitem>
<listitem><para>
<emphasis>-5 (no credentials)</emphasis> - request does not contain
- an Authorization header with the correct realm.
+ an Authorization header with the correct realm
</para></listitem>
<listitem><para>
<emphasis>-6 (nonce reused)</emphasis> - the nonce has already been
used to authenticate a previous request
</para></listitem>
+ <listitem><para>
+ <emphasis>-8 (auth user mismatch)</emphasis> - the auth user is different
+ then the From/To user
+ </para></listitem>
</itemizedlist>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
Hello,
On 12/06/14 13:11, Tim Chubb wrote:
>
> Hi
>
> Im just getting started with kamailio with a view of evaluating it for
> production use.
>
> Is it possible to do the following:
>
> 1)I would like to use ODBC/FreeTDS to connect to an existing ms sql
> server cluster and use it for all DB related activity relating to
> kamailio, is this possible as we would be running kamailio in a HA
> configuration in production and I really don’t want to have to
> support another DB cluster?
>
using odbc should work fine, there are many people using it for various
db systems (e.g., i know few using it for oracle).
> 2)Looking at the kamdbctl scripts it seems that currently every
> popular db but sql server is supported which is a bit of a shame,
> however am I right in saying that if I was to port the sql files to
> SQL server, and implemented a script similar to kamdbctl.pgsql to wrap
> around the freetds TSQL executable that would be all that I would need
> to do add support for SQL server?
>
Yes, you can port the scripts to your database system then you can even
run them manually. Practically you need to create the database with
needed tables and one user to access it.
> 3)Is there any particular reason why there isn’t an ODBC option for
> the kamdbctl script?
>
I am not a odbc user, so I am not familiar with the tools coming around
it for interrogating database from command line. If anyone adds support
for it to kamctl and kamdbctl, the we will include it in the official
repository.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Víctor Seva (linuxmaniac)
Attached to Project - sip-router
Summary - FTBFS on powerpcspe because of AltiVec assumption
Task Type - Bug Report
Category - Core
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729635
"AltiVec is not available on powerpcspe (only on powerpc)." There is a patch in the bugreport.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=444
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.