Rao,
I have had one issue with with MS Windows Messenger 5.0, and that is the
list of contacts updating when they come online. Other than that I can make
a call to them if I enter their login directly.
What I use for captures is ethereal - www.ethereal.com Decode support for
SIP is not builtin.
Scott Morris
Enterprise Network Engineer
DOE - ORAU / ORISE
865-576-4672
-----Original Message-----
From: Rao [mailto:rao_ser@yahoo.com]
Sent: Monday, March 29, 2004 3:33 PM
To: Jan Janak
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] problem with IM b/w windows messenger 4.7 and 5.0
Jan, Ralph and Daniel thanks for your responses.
Here is some more calrification.
1) I am using windows messaeger 5.0 and MSN messenger.
2) The link Ralph provided only works for wondows XP.
On one of my machines I am running windows 2000
and would like to see IM work on win2K. I cannot
find IM 4.7 for any version of windows except XP.
3) I can not get IM to work even when both
machines are running messenger 5.0. Seems to be
the same issue when one is running 4.7 i.e.
maddr in route header is being ignored and ser
tries to deliver it to the local machine and
tcp connect fails.
Has any one made IM to work b/w MM 5.0
Following is a trace of a SIP message request that
has maddr in the Route request. Let me know if more
traces are needed.
So I have following questions
1) Can there be an maddr parameter in the Route
header ? Cannot find an answer in RFC 3261.
2) In any case why can't we fix ser to interpret
maddr.
windows OS is probably the most important OS
with which ser needs to support.
3) What is a better utility than ngrep to get traces
which are better formatted. I have seen folks post
very nicely formatted traces, what are they using.
Let me know if I need to post these questions
on the development list.
Regards.
Rao.
##
T 129.150.32.27:1064 -> 129.146.175.207:5060 [AP]
MESSAGE sip:rao-toshiba@129.146.175.207;
ftag=3b3b0bff72424892aa8e78d5bbf3a316;lr=on
SIP/2.0..Via: SIP/2.0/TCP 129.150.32.27:7685..
From: <sip:rao-toshiba@sipserver>;
tag=6d5db818-3a2a-40b3-b919-5cd06b18d8e9..
To: "rao-sony@sipserver" <sip:rao-sony@sipserver>;
tag=3b3b0bff72424892aa8e78d5bbf3a316;
epid=8bb54d4c1b..
Call-ID:
72452f0ccee6437193a271e057d52725(a)129.146.85.163..
CSeq: 4
MESSAGE..Route:<sip:rao-sony@sipserver:13395;
maddr=129.146.85.163;transport=tcp>..
Contact: <sip:129.150.32.27:7685;transport=tcp>..'
User-Agent: Windows RTC/1.0..Content-Type:
text/plain;
charset=UTF-8;msgr=WAAtAE0ATQBTAC0ASQBNAC0ARgBvAHIAbQBhAHQAOgAgAEYATgA9AE0AU
wA
lADIAMABTAGgAZQBsAGwAJQAyADAARABsAGcAOwAgAEUARgA9ADsAIABDAE8APQAwADsAIABDAFM
AP
QAwADsAIABQAEYAPQAwAA0ACgANAAoA..Content-Length:
20....sending from toshiba
#
T 129.146.175.207:5060 -> 129.150.32.27:1064 [AP]
SIP/2.0 477 Unfortunately error on sending to next
hop occured (477/TM)..
Via: SIP/2.0/TCP 129.150.32.27:7685..
From: <sip:rao-toshiba@sipserver>;
tag=6d5db818-3a2a-40b3-b919-5cd06b18d8e9..
To: "rao-sony@sipserver" <sip:rao-sony@sipserver>;
tag=3b3b0bff72424892aa8e78d5bbf3a316;epid=8bb54d4c1b..
Call-ID:
72452f0ccee6437193a271e057d52725(a)129.146.85.163..
CSeq: 4 MESSAGE..Server: Sip EXpress router (0.8.12 (sparc64/solaris))..
Content-Length: 0....
#
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Present Configuration OS - Redhat ES 3
SER - 8.12 (installed from rpm)
SER radius (installed from rpm)
radius client - 3.25 i586 - installed
from rpmfind.net
SER starts, but I receive the message that my signin failed because the
service is not running. SER is running, I id a ps and it show sintances of
SER running. I beleive it is my ser.cfg file. I am not sure where
authhentication configuration items begin and end with what I am doing. I
am not using mysql, but want to use radius authentication. I have my ser.cfg
below.
Scott Morris
Enterprise Network Engineer
DOE - ORAU / ORISE
865-576-4672
#
# $Id: ser.cfg,v 1.21.4.1 2003/11/10 15:35:15 andrei Exp $
#
# simple quick-start config script
#
# ----------- global configuration parameters ------------------------
#debug=3 # debug level (cmd line: -dddddddddd)
#fork=yes
#log_stderror=no # (cmd line: -E)
/* Uncomment these lines to enter debugging mode
debug=7
fork=no
log_stderror=yes
*/
debug=7
# fork=no
# log_stderror=yes
check_via=no # (cmd. line: -v)
dns=no # (cmd. line: -r)
rev_dns=no # (cmd. line: -R)
port=5060
children=4
fifo="/tmp/ser_fifo"
# alias=orau.gov
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database
#loadmodule "/usr/lib/ser/modules/mysql.so"
loadmodule "/usr/lib/ser/modules/sl.so"
loadmodule "/usr/lib/ser/modules/tm.so"
loadmodule "/usr/lib/ser/modules/rr.so"
loadmodule "/usr/lib/ser/modules/maxfwd.so"
loadmodule "/usr/lib/ser/modules/usrloc.so"
loadmodule "/usr/lib/ser/modules/registrar.so"
# Uncomment this if you want digest authentication
# mysql.so must be loaded !
#loadmodule "/usr/lib/ser/modules/auth.so"
#loadmodule "/usr/lib/ser/modules/auth_db.so"
loadmodule "/usr/lib/ser/modules/auth.so"
loadmodule "/usr/lib/ser/modules/auth_db.so"
loadmodule "/usr/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 0)
# Uncomment this if you want to use SQL database
# for persistent storage and comment the previous line
#modparam("usrloc", "db_mode", 2)
# -- auth params --
# Uncomment if you are using auth module
#
modparam("auth_db", "calculate_ha1", yes)
#
# If you set "calculate_ha1" parameter to yes (which true in this config),
# uncomment also the following parameter)
#
modparam("auth_db", "password_column", "password")
# -- rr params --
# add value to ;lr param to make some broken UAs happy
modparam("rr", "enable_full_lr", 1)
# --auth_radius params
modparam("auth_radius", "radius_config",
"/etc/radiusclient/radiusclient.conf")
modparam("auth_radius", "service_type", 15)
# ------------------------- request routing logic -------------------
# main routing logic
route{
# initial sanity checks -- messages with
# max_forwards==0, or excessively long requests
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
break;
};
if ( msg:len > max_len ) {
sl_send_reply("513", "Message too big");
break;
};
# we record-route all messages -- to make sure that
# subsequent messages will go through our proxy; that's
# particularly good if upstream and downstream entities
# use different transport protocol
record_route();
# loose-route processing
if (loose_route()) {
t_relay();
break;
};
# if the request is for other domain use UsrLoc
# (in case, it does not work, use the following command
# with proper names and addresses in it)
if (uri==myself) {
if (method=="REGISTER") {
# Uncomment this if you want to use digest authentication
if (!radius_www_authorize("iptel.org")) {
www_challenge("iptel.org", "0");
break;
};
save("location");
break;
};
# native SIP destinations are handled using our USRLOC DB
if (!lookup("location")) {
sl_send_reply("404", "Not Found");
break;
};
};
# forward to current uri now; use stateful forwarding; that
# works reliably even if we forward from TCP to UDP
if (!t_relay()) {
sl_reply_error();
};
}
On 29-03 08:57, Raymond Chen wrote:
> Jan,
>
> We are doing AS5300--->ser-->AS5300, which does not support digest
> authentication. So we couldn't use www_authorize or proxy_authorize. But
> we still want to company the username with database for user authorization.
> Any idea.
This makes no sense. Anyone can put any username into the messages and
without digest authentication you are unable to verify that the person
is really who he/she pretends to be.
Jan.
I have a Debian Linux system running woody. Installing SER using dpkg
-i ser_0.8.12_i386.deb. Package appears to have unpacked ok. The auto
restart failed and I got the following message. Couldn't find anything
in the manuals for this. Do I have too little memory in my machine.
Currently I have 32 M of memory and using an old Pentium machine.
Selecting previously deselected package ser.
(Reading database ... 54054 files and directories currently installed.)
Unpacking ser (from ser_0.8.12_i386.deb) ...
Setting up ser (0.8.12) ...
Restarting ser: serToo much shared memory demanded: 33554432
invoke-rc.d: initscript ser, action "restart" failed.
ser failed to (re)start. Perhaps your configuration requires
additional modules (e.g. ser-mysql-module, ser-jabber-module
or ser-radius-modules). Next try to install any additional ser
modules you might need and then (re)start ser by executing
the command '/etc/init.d/ser start|restart'.
Best regards Martin Coggin
Information in this message is confidential and may be legally
privileged. It is intended solely for the person to whom it is
addressed. If you have received this email in error please delete it
immediately and also reply to me to let me know. Thank you for your
help.
Hi
Thanks for the information. Do you know around when a stable version could be released?
Thanks
Ralph
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Jan Janak
Sent: Sonntag, 28. März 2004 20:34
To: Wabel Ralph, INO-ITA
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] outgoing calls with alias
It is possible to use database to do the mapping as well, but so far it
is in unstable only, sorry.
Jan.
On 23-03 14:50, Ralph.Wabel(a)swisscom.com wrote:
>
> My only intention is to associate a phone number to a user so that the called PSTN will see the correct phone number instead of the main phone number of the number block.
> Isn't there an easy way to make a translation of the username to a phone number?
> Or is for what I want to do the only way to make a radius server? Because it seems that for rpid you need to make a Sip-Rpid entry in /usr/local/etc/raddb/users
>
> Thanks a lot
>
> Ralph
>
> p.s. @jiri sorry I thought my mail goes to the usergroup and not only to you :-)
>
> -----Original Message-----
> From: Jiri Kuthan [mailto:jiri@iptel.org]
> Sent: Dienstag, 23. März 2004 10:50
> To: Wabel Ralph, INO-ITA
> Subject: RE: [Serusers] outgoing calls with alias
>
> At 10:07 AM 3/23/2004, Ralph.Wabel(a)swisscom.com wrote:
> >Hi,
> >Thanks for the information. Do I really need a radius server or does it work without one?
>
> that depends on what you wish to accomplish. For authentication, you can use
> several database systems.
>
>
> >Is there a good tutorial about that?
>
> there is administrator's guide at SER webpage.
>
> -jiri
>
>
> >Thanks
> >Ralph
> >
> >-----Original Message-----
> >From: Jiri Kuthan [mailto:jiri@iptel.org]
> >Sent: Dienstag, 23. März 2004 00:46
> >To: Wabel Ralph, INO-ITA; serusers(a)lists.iptel.org
> >Subject: Re: [Serusers] outgoing calls with alias
> >
> >Aliases have impact only on incoming calls, they don't mangle
> >outgoing signaling. They just rewrite r-uri, that's all they do.
> >To set callerid down in pstn, use rpid.
> >
> >-jiri
> >
> >At 05:42 PM 3/22/2004, Ralph.Wabel(a)swisscom.com wrote:
> >>Content-class: urn:content-classes:message
> >>Content-Type: multipart/alternative;
> >> boundary="----_=_NextPart_001_01C4102C.A43065FC"
> >>
> >>Hi,
> >>
> >>I have the problem that when I make an outgoing call over a Cisco Gateway to a PSTN phone. I've defined an alias for the user, works fine for incoming calls, but for the outgoing calls it shows always the number of the main number of the number block. When I make a debug I see that it goes out with the username instead of the alias. Here is my ser.cfg, maybe I've done something wrong in the config file. If someone could help me it would be great. Let me know if the config from the Cisco Gateway is also important.
>
> --
> Jiri Kuthan http://iptel.org/~jiri/
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi Shirley,
I got the same problem too. Are you able to solve it?
Ben
Hi,
I have installed the new nat module from CVS. but after restarting my
ser i
hvae 8 errors. from the log file is saying missing loadmodule. Please
advise
how can I solve this and correctly install the new nat module.
thanks.....
regards,
shirley
my lab partner & i have found that if we sniff an ACK message during call
setup and extract the call tag and id, then we can arbitrarily hang up the
call from our java attack generator. i thought about adding some logic to
ser.cfg to process BYEs. is there an easy way to authenticate the BYE? i
have something like the following in ser.cfg, but it seems to have no effect
if (method=="BYE") {
if (!check_from()) {
...etc
};
};
thanks,
scott
DSi
Folks,
Unfortunately, all our attempts to solve mediaproxy copyright issue have
failed. AG Projects rejected to put due credit to Porta into it. The AG
confirms that all ideas in mediaproxy module came from the nathelper
module, but refuses to include due respect to Porta.
I think that it just have to be solved somehow, since for example, we,
Porta Software, always have been respecting others' copyrights and
licenses. While we use SER, Vodida B2BUA, FreeBSD and quite few other
free software components in our commercial solutions we never pretend to
our customers that we have written or invented any of them no matter how
deeply we have to rewrite something to fit our needs. We provide full
source code including our own modifications to our customers when the
license requires that.
Apart from that we always try to return our modifications and
enhancements back to community. Excellent example is nathelper module
and RTP proxy. While we could keep it in-house, we opted to make it
available to the whole community under liberal GPL license.
Unfortunately, folks like AG Projects, who don't have the aspiration to
do something innovative, try to use somebody's else work to cash on it.
This unfortunately happened with nathelper/rtpproxy. Once they had seen
that those extensions are in demand they immediately released their own
version of RTP proxy with better portability and some bugfixes but under
their commercial license which prevented any free commercial use of it.
Since RTP proxy is distributed under BSD-like license, we decided that
it is not necessary to make any noise about it.
But probably it didn't went as smooth as they had hoped, bugs in
original RTP proxy were identified and fixed quickly, so that there
probably were not that many customers who wanted to buy AG's version.
Then they decided to cash on publicity: write GPL'ed module based on
nathelper with some enhancements, but pretend that they hold a full
copyright on this module. So that they can say loudly that they have
invented it and can sell it under commercial license if they want
without taking Porta who did the initial work into account. They found a
good excuse for a separating their module out: I had asked them to send
their patch to me before committing change into a nathelper module. Any
experienced open source/free software person can confirms that such
peer-review practice is common in open source projects, but AG took an
offense. It was just an excuse in my opinion.
OK, once their mediaproxy module had been released, I read its source
code and found that in many places it bears "strange" resemblance to the
nathelper. However, original nathelper copyright was striped and
replaced with AG's copyright. I reported this fact to them, asking to
put due Porta's copyright back, but they said that they have to
investigate this question.
After several days they replied that they had written mediaproxy module
from scratch and there was no code taken verbatim from the nathelper
module into mediaproxy module and asked me to show such piece of code.
However, when I have shown them such piece of code they quickly
responded (in private) that they would take this code out. But my main
point was not to show some particular piece of code, but to show that
mediaproxy module is just modifiend nathelper module. Modified to the
degree when it is hard to see original code, but still "derived work" in
legal terms.
Moreover, they do confirm that they used nathelper source code as a
reference for their work. In my opinion this gives us sufficient right
to claim copyright on derived work.
That's the whole story as we see it. Our legal department is currently
investigating if the matters are sufficient enough for suing AG for
copyright infringement. However, whatever they decide, I must say the
following:
- If folks like AG are tolerated by a community it will seriously reduce
our (and probably others') incentive to release source code as free
software. Respect is the only gain we as a company have from releasing
our code/ideas as free software, if there will be many folks like AG,
who will take our code/ideas, obfuscate it and say that they are the
authors we won't get any respect. Obviously in such world we are better
off to keep our code/ideas closed.
- I am really frustrated by their "embrace and extend" tactics. This is
the first time in my long free software life when somebody does
something like that with my code/ideas.
Regards,
Maxim Sobolev
Director of Product Management
Porta Software Ltd
Looks likely you haven't set the proper flag for all requests you want
to account (e.g., BYEs). Check
http://lists.iptel.org/pipermail/serusers/2003-October/002950.html and
see if it is your case, too.
.Daniel
On 03/29/04 22:48, Raymond Chen wrote:
>I am able to get the scenario work using is_user_in command. But run into
>other problems with acc to mysql, we only record the INVITE message, nothing
>else. So can perform calculation for call duration, any idea?
>
>Raymond
>
>-----Original Message-----
>From: Jan Janak [mailto:jan@iptel.org]
>Sent: Monday, March 29, 2004 2:44 AM
>To: Raymond Chen
>Cc: 'Jiri Kuthan'; daniel(a)iptel.org; serdev(a)lists.iptel.org; serusers(a)lists.iptel.org
>Subject: Re: [Serusers] RE: [Serdev] check_from
>
>What do you mean by authenticate ? You can only check the username for a
>certain value or compare it with another part of the message (like
>digest username).
>
> Jan.
>
>On 27-03 11:37, Raymond Chen wrote:
>
>
>>Is there anyway to authenticate just the sip username in the from header?
>>
>>
>>
>>-----Original Message-----
>>From: Jiri Kuthan [mailto:jiri@iptel.org]
>>Sent: Saturday, March 27, 2004 7:05 AM
>>To: daniel(a)iptel.org; Raymond Chen
>>Cc: serdev(a)lists.iptel.org; serusers(a)lists.iptel.org
>>Subject: Re: [Serusers] RE: [Serdev] check_from
>>
>>the problem is the cisco gateway is not capable of supporting digest
>>
>>
>authetnication.
>
>
>>(not ver good indeed). You are left with authentication by source IP
>>
>>
>address.
>
>
>>-jiri
>>
>>At 04:56 PM 3/26/2004, Daniel-Constantin Mierla wrote:
>>
>>
>>>No idea about it. You can watch the network traffic (using ngrep on ser
>>>machine: ngrep port 5060) and see if the realm from a 401/407 reply
>>>matches with the one from next request.
>>>
>>>.Daniel
>>>
>>>On 03/26/04 16:46, Raymond Chen wrote:
>>>
>>>
>>>
>>>>I use AS5300 as UA.
>>>>
>>>>
>>>>
>>>>-----Original Message-----
>>>>From: Daniel-Constantin Mierla [mailto:daniel@iptel.org]
>>>>Sent: Friday, March 26, 2004 11:04 PM
>>>>To: Raymond Chen
>>>>Cc: serdev(a)lists.iptel.org; serusers(a)lists.iptel.org
>>>>Subject: Re: [Serusers] RE: [Serdev] check_from
>>>>
>>>>What client do you use? It does not use the realm from challenge -- it
>>>>is a MSN Messenger specific bug, but it might be present in other sip
>>>>clients. You must set the realm from challenge as the host part of the
>>>>sip id.
>>>>
>>>>.Daniel
>>>>
>>>>On 03/26/04 15:46, Raymond Chen wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>Danial,
>>>>>
>>>>>www_authorize fail to authorize without password
>>>>>
>>>>>0(3283) lookup(): '85234230599(a)218.20.229.53' Not found in usrloc
>>>>>0(3283) parse_headers: flags=4096
>>>>>0(3283) pre_auth(): Credentials with given realm not found
>>>>>0(3283) build_auth_hf(): 'WWW-Authenticate: Digest realm="xxx.org",
>>>>>nonce="40644192d74bf39b0ebb5d141cb2073a6c09daf8"
>>>>>'
>>>>>
>>>>>Regards
>>>>>
>>>>>Raymond
>>>>>
>>>>>-----Original Message-----
>>>>>From: Daniel-Constantin Mierla [mailto:daniel@iptel.org]
>>>>>Sent: Friday, March 26, 2004 8:04 PM
>>>>>To: Raymond Chen
>>>>>Subject: Re: [Serusers] RE: [Serdev] check_from
>>>>>
>>>>>
>>>>>Try something like this:
>>>>>
>>>>>if (method=="INVITE")
>>>>>{
>>>>> if (!www_authorize("xxx.org", "subscriber")) {
>>>>> www_challenge("xxx.org", "0");
>>>>> break;
>>>>> };
>>>>> if (!check_from()) {
>>>>> sl_send_reply("403", "Only registered users are allowed");
>>>>> break;
>>>>> };
>>>>>
>>>>>};
>>>>>
>>>>>.Daniel
>>>>>
>>>>>On 03/26/04 12:48, Raymond Chen wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>Now we understand what the what the message means after reading the
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>message
>>>>
>>>>
>>>>
>>>>
>>>>>>a few times. We are trying to do PSTN(as5300) ---> ser -----> pstn
>>>>>>(AS5300), and to authorize the calling number (callerid) in the
>>>>>>
>>>>>>
>INVITE
>
>
>>>>>>message against URI table. But check_from command needs to call
>>>>>>proxy_authorize, which it requires username and password. we setup the
>>>>>>configuration like this
>>>>>>
>>>>>>if (method=="INVITE" & proxy_authorize("xxx.org", "subscriber")
>>>>>> if (!check_from()) {
>>>>>> sl_send_reply("403", "Only registered users are
>>>>>>
>>>>>>
>allowed");
>
>
>>>>>> break;
>>>>>> }
>>>>>>}
>>>>>>
>>>>>>Because cisco does not have sip password setting, so we have
>>>>>>
>>>>>>0(3173) check_username(): No authorized credentials found (error in
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>scripts)
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>0(3173) check_username(): Call {www,proxy}_authorize before calling
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>check_*
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>function !
>>>>>>
>>>>>>Does anyone has a solution?
>>>>>>
>>>>>>Regards
>>>>>>
>>>>>>
>>>>>>-----Original Message-----
>>>>>>From: Daniel-Constantin Mierla [mailto:daniel@iptel.org]
>>>>>>Sent: Friday, March 26, 2004 6:18 PM
>>>>>>To: Raymond Chen
>>>>>>Cc: serdev(a)lists.iptel.org
>>>>>>Subject: Re: [Serdev] check_from
>>>>>>
>>>>>>Hello,
>>>>>>the last error message is self explanatory. You need to call either
>>>>>>www_authorize() or proxy_authorize() before calling check_from()
>>>>>>
>>>>>>
>because
>
>
>>>>>>this method compares the data from From header with what is in
>>>>>>credentials (response to a authentication challenge).
>>>>>>
>>>>>>.Daniel
>>>>>>
>>>>>>On 03/26/04 04:35, Raymond Chen wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Dear all,
>>>>>>>
>>>>>>>We have configured Ser to check from username field to authorize user
>>>>>>>??°unknown????
>>>>>>>
>>>>>>>if (!check_from()) {
>>>>>>>
>>>>>>>sl_send_reply("403", "Only registered users are allowed");
>>>>>>>
>>>>>>>break;
>>>>>>>
>>>>>>>};
>>>>>>>
>>>>>>>We have error message
>>>>>>>
>>>>>>>0(2568) check_username(): No authorized credentials found (error in
>>>>>>>scripts)
>>>>>>>
>>>>>>>0(2568) check_username(): Call {www,proxy}_authorize before calling
>>>>>>>check_* function !
>>>>>>>
>>>>>>>We have ??°unknown???? username entry in uri table.
>>>>>>>
>>>>>>>Regards
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>-----------------------------------------------------------------------
>>>>>>
>>>>>>
>-
>
>
>>>>>>>_______________________________________________
>>>>>>>Serdev mailing list
>>>>>>>serdev(a)lists.iptel.org
>>>>>>>http://lists.iptel.org/mailman/listinfo/serdev
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>_______________________________________________
>>>>>>Serusers mailing list
>>>>>>serusers(a)lists.iptel.org
>>>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>_______________________________________________
>>>>>Serdev mailing list
>>>>>serdev(a)lists.iptel.org
>>>>>http://lists.iptel.org/mailman/listinfo/serdev
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>serusers(a)lists.iptel.org
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>_______________________________________________
>>>Serusers mailing list
>>>serusers(a)lists.iptel.org
>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>
>>>
>>--
>>Jiri Kuthan http://iptel.org/~jiri/
>>
>>
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers(a)lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serusers
>>
>>
>
>
>_______________________________________________
>Serdev mailing list
>serdev(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serdev
>
>
>