Hello,
I set up ser with user authentication turned on on my home gateway
today. I got an dyndns address, which I set SER_DOMAIN to before I set
up mysql (with ser_mysql.sh) and added a user.
Now, if I try to register (with kphone) using the gateways' name in the
internal lan as host part of the SIP url (i.e. ('hostname.localdomain'),
everything seems to work fine. However, if I set the host part of the
SIP url to the dyndns host name ('hostname.dyndns.org'), I keep getting
'483 Too many hops' repsonses.
I watched the network traffic on my dialup adapter (using ngrep) and
found that there's a loop in the REGISTER requests (the request is
coming in and going out in a looping manner several times - with another
Via: header being added each time).
Can someone explain to me what is going on? Why doesn't the 'if
(uri==myself)' line in the default ser.cfg catch the request? How does
ser interpret 'myself' if it's listening on several addresses (it
detects three on my setup - lo/127.0.0.1, the internal lan address and
the dialup address)? I think the problem is the dialup addresses'
assigned alias name - it gets assigned the name
'dsl-xxx-xxx-xxx-xxx.arcor-ip.net', but not the dyndns name. In fact, if
I attempt to connect with 'dsl-xxx-xxx-xxx-xxx.arcor-ip.net' as host
part of the SIP url it works - though the request seems to be routed
directly to gateway (no output on the ngrep on the dialup interface).
Can I configure ser to use another alias for the dialup address? I tried
starting ser with '-l hostname.dyndns.org', but it complains with
'hostname.dyndns.org: not found'... I am really lost now... :-(
Any insights are very appreciated...
cheers,
felix
--
PGP-Key: http://belugalounge.net/~felix/Felix%20Schmid.asc
ser 0.8.11 is released (finally :-)).
You can download it from ftp://ftp.berlios.de/pub/ser/0.8.11
(source code, pre-compiled binaries for various arhitectures,
packages for various operating systems and linux distributions; for
more informations see ftp://ftp.berlios.de/pub/ser/0.8.11/README).
You can also use cvs, just remember to add -r rel_0_8_11 to your cvs
checkout command.
WARNING: ser 0.8.11 includes changes which are incompatible with ser
0.8.10 config scripts and databases format.
NEWS file and distribution ftp README attached.
Andrei
hi!
how do you tell ser.cfg that the transport should be tcp or udp?
for example, is there such a thing as t_relay_to_udp("host2","port2")
where the transport which will be used with host2 is udp. i noticed that
when a client uses udp in a particular call leg, ser also uses udp for the other leg.
what if host1 only supports udp and host2 uses tcp to call it?
~kelvin
Add the following line to you global configuration parameters:
alias=yourdomain.dyndns.org
-----Original Message-----
From: Felix Schmid [mailto:felix@belugalounge.net]
Sent: Tue 02.09.2003 00:11
To: serusers
Cc:
Subject: [Serusers] help: I keep getting '483 Too Many Hops'
Hello,
I set up ser with user authentication turned on on my home gateway
today. I got an dyndns address, which I set SER_DOMAIN to before I set
up mysql (with ser_mysql.sh) and added a user.
Now, if I try to register (with kphone) using the gateways' name in the
internal lan as host part of the SIP url (i.e. ('hostname.localdomain'),
everything seems to work fine. However, if I set the host part of the
SIP url to the dyndns host name ('hostname.dyndns.org'), I keep getting
'483 Too many hops' repsonses.
I watched the network traffic on my dialup adapter (using ngrep) and
found that there's a loop in the REGISTER requests (the request is
coming in and going out in a looping manner several times - with another
Via: header being added each time).
Can someone explain to me what is going on? Why doesn't the 'if
(uri==myself)' line in the default ser.cfg catch the request? How does
ser interpret 'myself' if it's listening on several addresses (it
detects three on my setup - lo/127.0.0.1, the internal lan address and
the dialup address)? I think the problem is the dialup addresses'
assigned alias name - it gets assigned the name
'dsl-xxx-xxx-xxx-xxx.arcor-ip.net', but not the dyndns name. In fact, if
I attempt to connect with 'dsl-xxx-xxx-xxx-xxx.arcor-ip.net' as host
part of the SIP url it works - though the request seems to be routed
directly to gateway (no output on the ngrep on the dialup interface).
Can I configure ser to use another alias for the dialup address? I tried
starting ser with '-l hostname.dyndns.org', but it complains with
'hostname.dyndns.org: not found'... I am really lost now... :-(
Any insights are very appreciated...
cheers,
felix
--
PGP-Key: http://belugalounge.net/~felix/Felix%20Schmid.asc
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Looks like the libmysqlclient library is missing, which is part of MySQL, not of ser.
Klaus
-----Original Message-----
From: Gavin Bensom [mailto:gavinb2i@yahoo.com]
Sent: Tue 02.09.2003 07:32
To: serhelp(a)lists.iptel.org; serusers(a)lists.iptel.org
Cc:
Subject: Re: [Serusers] installation issue with mysql.so
RedHat 9.0
kernel 2.4.20-20smp
ser 0.8.11 (i386/linux)
main.c, v 1.162.2.5
Gavin Bensom <gavinb2i(a)yahoo.com> wrote:
Hello all,
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
Thanks,
G.
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.Sep 1 21:43:01 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:43:01 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:46:26 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:46:26 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:46:28 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:46:28 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:46:30 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:46:30 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 21:49:52 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 21:49:52 jiffypop ser: parse error (29,13-49): failed to load module
Sep 1 22:04:17 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
Sep 1 22:04:17 jiffypop ser: parse error (29,13-49): failed to load module
> ATTACHMENT part 3 application/octet-stream name=ser.cfg
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
Here is the confirmation email I receive.
I do add the port 5001 when I paste the link into the browser.
Samy.
----- Original Message -----
From: Jiri Kuthan <jiri(a)iptel.org>
Date: Tuesday, August 26, 2003 10:37 am
Subject: Re: [Serusers] serweb configuration on alternate port
> Can you forward us the confirmation email? -jiri
>
> At 04:38 PM 8/26/2003, Samy Touati wrote:
> >Hi,
> >
> >I installed ser along with mysql and serweb.
> >I'm able to login in admin mode using serweb.
> >I tried to create new users using the subscribe
> >button, the process goes smootly, and I do get an email
> >asking me to confirm.
> >When I do click on the onfirmation link, the browser
> >tries to access the confirmation page, but I never
> >see it, and I never see any error (page not found..) it just goes
> >balnk forever.
> >In fact I can never see any link generated by php
> >and sent via email (password retrieval, account confirmation).
> >I'm running http on port 5001, but I'm taking care of adding
> >the port when accessing the pages, but to no effect.
> >
> >Is anyone using serweb, is there something I should pay attention
> to
> >if changing the default port number of apache ?
> >
> >Thanks.
> >
> >Samy.
> >
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
>
> --
> Jiri Kuthan http://iptel.org/~jiri/
>
>
Hi
I have some questions about Contact Table: What is "q" field? And "callid"?
How can I add rows on server_monitorig table?
Thanks.
Andrea
----------------------------------
Legge di Clarke sulle idee rivoluzionarie
Ogni idea rivoluzionaria - in campo scientifico, artistico o altro provoca
tre stadi di reazione, riassumibili nelle seguenti frasi:
1. "E' impossibile; non farmi perdere tempo".
2. "E' possibile, ma non val la pena di farlo".
3. "L'ho sempre detto, io, che era un'ottima idea".
Hi,
The UA application on a mobile device will be developed using WindowsCE.NET
4.2 and the SIP Proxy and Registrar Server will be a Linux box. Is there
any interoperability issues that i need to know about. Experts please
advice.
Also, any tips on how to go about the implementation of a Stateless Proxy
and Registrar Server on a Linux box will be of great help. I did download
the ser free server from the website. Could anybody guide me as to where to
start working with the package i obtained. I am new to this so please
pardon my ignorance. I am keen on learning and improving. Please guide.
Thanks.
Hi, all,
Now there are so many different instant message
services and clients, for instance, AOL, MSN, YAHOO
messager, and so on. I have a question on the
diversity of these clients and the protocols behind.
As we know, SIP has gain more and more momentuams.
Will SIP replace all the other instant message
protocols? If yes, how long will this process take?
Besides, can anyone tell me where can I find the
protocol used in MSN messager (not Windows messager),
YAHOO messager and AOL messager, repectively? Thanks a
lot for help.
kaiduan
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca