Hi,
SER cannot listen on private IP addresses, the listen address should
be the public address of the interface on which SER is running. The
address(es) should not be 127.* or 192.*
To eliminate this problem, use either of the two simple approaches;
1. EITHER use the command line ser l xxx.xxx.xxx.xxx where
xxx.xxx.xxx.xxx is the public ip of the machine
2. OR, insert the line listen= xxx.xxx.xxx.xxx on top variable
declarations sections of your ser.cfg file. This approach is a better one.
Hope that helps.
Regards,
Ashutosh
________________________________________
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Linh Pham
Sent: Tuesday, August 09, 2005 8:13 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] fix_socket_list: could not rev. resolve .....
Hi I'm new to Linux and SER so bear with me :)
Yesterday I installed FC4 and SER (tar.gz). SER runs OK and I was able to
capture some packets with Ethereal. However, this morning SER is not
working. I didn't change anything in the config file. The line
'fifo=/tmp/ser_fifo' still in the config file.
What should I do to make SER run again? And please explain what
'Segmentation fault' in ser -c means. Thank you.
[root@localhost /]# ser -c
0(5050) WARNING: fix_socket_list: could not rev. resolve 192.168.1.10
0(5050) WARNING: fix_socket_list: could not rev. resolve 192.168.1.10
Listening on
udp: 127.0.0.1 [127.0.0.1]:5060
udp: 192.168.1.10 [192.168.1.10]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
tcp: 192.168.1.10 [192.168.1.10]:5060
Aliases:
tcp: localhost:5060
tcp: localhost.localdomain:5060
udp: localhost:5060
udp: localhost.localdomain:5060
config file ok, exiting...
Segmentation fault
[root@localhost /]# uname -a
Linux localhost.localdomain 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39
EDT 2005 i686 i686 i386 GNU/Linux
[root@localhost /]# serctl ps
Error opening ser's FIFO /tmp/ser_fifo
Make sure you have line fifo=/tmp/ser_fifo in your config
[root@localhost /]#
var/log/messages:
Aug 9 09:04:44 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:04:44 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:04:44 localhost ser[4815]: Maxfwd module- initializing
Aug 9 09:05:46 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:05:46 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:05:46 localhost ser[4847]: Maxfwd module- initializing
Aug 9 09:08:06 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:08:06 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:08:06 localhost ser[4881]: Maxfwd module- initializing
Aug 9 09:08:09 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:08:09 localhost ser: WARNING: fix_socket_list: could not rev.
resolve 192.168.1.10
Aug 9 09:08:09 localhost ser[4884]: Maxfwd module- initializing
--
Best regards,
Linh Pham
The file exists alright, but it might be the mysql.so of a previous version
of SER which might not have been overwritten. So, you may try wiping the
current SER directories clean and retry re-compiling SER. Even if that
doesnt help, try ldconfig ing the file.
Regards
Ashutosh
________________________________________
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of chris
Sent: Tuesday, August 09, 2005 1:08 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] error starting ser
i tried the command ser -c -f ser.cfg and this is the result.
bash-2.05# ser -c -f ser.cfg
0(2092) ERROR: load_module: could not open module
</usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal:
libmysqlclient.so.10: open failed: No such file or directory
0(2092) parse error (15,13-14): failed to load module
ERROR: bad config file (1 errors)
bash-2.05#
but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise what could
have gone wrong.
Hi all,
can anybody tell me ne vendor offering solution for NAT in SIP or any specific solution fo the same.
I am using ser on RedHat 9 server and not able to solve the problem.
Thanks in advance,
waiting for the reply..
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi,
try locating libmysqlclient.so.10
# locate libmysqlclient.so.10
if it does not exist, you could get the rpm from
http://dev.mysql.com/downloads/mysql/
look for --> MySQL-shared-<mysql_version>.rpm
after installing it should work!
cheers,
seehoe
----- Original Message -----
From: "Pat wang" <wangyu39(a)hotmail.com>
Date: Tuesday, August 9, 2005 4:34 pm
Subject: RE: [Serusers] error starting ser
> Hi,
>
> try to link the missing file "libmysqlclient.so.10" to another
> file at
> directory: /usr/lib/mysql
>
> something like: ln -s libmysqlclient.so.10 libmysqlclient.so.10.0.0
>
> depends on what Linux you are using. The file name may different.
>
> Good luck,
>
> Pat
>
> >From: "chris" <chris(a)fivestartel.com>
> >To: <serusers(a)lists.iptel.org>
> >Subject: [Serusers] error starting ser
> >Date: Tue, 9 Aug 2005 15:38:07 +0800
> >
> >i tried the command ser -c -f ser.cfg and this is the result.
> >
> >bash-2.05# ser -c -f ser.cfg
> > 0(2092) ERROR: load_module: could not open module
> ></usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal:
> >libmysqlclient.so.10: open failed: No such file or directory
> > 0(2092) parse error (15,13-14): failed to load module
> >ERROR: bad config file (1 errors)
> >bash-2.05#
> >
> >but, /usr/local/lib/ser/modules/mysql.so is existing, pls advise
> what could
> >have gone wrong.
> >_______________________________________________
> >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
>
Hello,
I have a strange problem. Sometimes a user is calling to a PSTN Gateway
(prefix 00) and ser is routing it correctly, but sometimes ser sends back a
"NOT FOUND" to the user before forwarding the call to the Gateway... then
the gateway sends back many "OK" messages that never reaches the caller.
Why does that happen? Is ser too slow for the caller (I use a database for
the routing)??
Thanks for your answer!!!
Dear all,
I want to test TLS with OpenSER, What the user agent
client is campitable with TLS of OpenSER?
__________________________________________________
想即時收到新信通知?
馬上下載Yahoo!奇摩即時通訊
http://messenger.yahoo.com.tw/
Hello my name is Hernando, and I do not speak Ingles well. I need to install the SER in some distribution of RED HAT (fedora or previous), with support for MYSQL. As version they recommend to me? because the 0.9.3 do not appear RED HAT.... some suggestion?
Thanks and excuse.
Nando
Hi frnds,
Is there a way to configure SER so that it sends the
domainname in via header ?
Why is SER not responding to OPTIONS sent to it, it throws an error
"404 not found" ?
Regards,
Ranveer.
--
Memories : They bring Diamonds and Rust
Hi Samuel,
Thanks for the reply. This is exactly the problem. Stefen also point this
out. I got it running now.
Cheers,
Pat
>From: "Samuel Osorio Calvo" <samuel.osorio(a)nl.thalesgroup.com>
>To: <wangyu39(a)hotmail.com>, <serusers(a)lists.iptel.org>
>Subject: Re: [Serusers] Xlite not working with SER+SEMS
>Date: Mon, 08 Aug 2005 10:59:10 +0200
>
>Try to start SEMS with a user different from root. This way, the ICMP
>watcher does not run and the RTP session will not be closed due to
>non-compliant end-points.
>
>Samuel.
>
>
>Unclassified.
> >>> "yu wang" <wangyu39(a)hotmail.com> 08/02/05 07:19AM >>>
>Hi,
>
>I've been working on conference with Xlite but it is not work. The problem
>is SEMS starts sending media (default wav) back to Xlite once SEMS receives
>the INVITE/SDP from Xlite. It seems a bug on Xlite not listening on the
>media port after sending the INVITE thus it replys with ICMP port
>unreachable. But I don't see anyone complain this on this list. Is
>something
>wrong with my configuration?
>
>Please please help me.... Thanks,
>
>Pat
>
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>