Hi,
I'm configuring SER to get subscriber information from a Postgres database.
When I start the ser server, ser crashes with the following error message:
PG[144] connect_db FATAL: sorry, too many clients already
PG[248] db_init Error while trying to open database, FATAL
auth_db:init_child(): Unable to connect database
init_mod_child(): Error while initializing module auth_db
init_child failed
My postgres config file allows for 50 clients to connect and I have no
other applications running on Postgres. It does not matter if I change the
max_connections to anything between 30-100. Same error.
My ser.cfg (database bits...) looks like:
loadmodule "/usr/local/lib/ser/modules/group.so"
loadmodule "/usr/local/lib/ser/modules/postgres.so"
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_db.so"
modparam("auth_db", "password_column", "password")
modparam("auth_db", "calculate_ha1", yes)
modparam("usrloc","user_column","user_id")
modparam("usrloc","db_url",
"sql://seruser:seruserpass@localhost:5432/ser")
modparam("group","user_column","user_id")
modparam("group","db_url",
"sql://seruser:seruserpass@localhost:5432/ser")
modparam("auth_db","user_column","user_id")
modparam("auth_db","db_url",
"sql://seruser:seruserpass@localhost:5432/ser")
Has anyone got this config working for ser-0.8.14 and Postgres 7.4.3 ?
Best regards,
Johan Landerholm
I can see where a NAT proxey server will know the true
ip address of a client and do appropriate translations
of IP addresses in SIP headers. However once SIP is
done and voice is transmitted point to point with RTP
how do the RTP packets get through the NATs? (unless
port forwarding has been configured on the NAT which
from what I can tell it hasn't)
B.
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
Hi.
I have a problem connecting to my SER server.
Whenever i try to connect to it, i get the following dump in the SER
server console.
Can anyone tell me what's wrong?
0(2542) receive_msg: cleaning up
0(2542) SIP Request:
0(2542) method: <REGISTER>
0(2542) uri: <sip:192.168.0.50>
0(2542) version: <SIP/2.0>
0(2542) parse_headers: flags=1
0(2542) end of header reached, state=5
0(2542) parse_headers: Via found, flags=1
0(2542) parse_headers: this is the first via
0(2542) After parse_msg...
0(2542) preparing to run routing scripts...
0(2542) DEBUG : is_maxfwd_present: searching for max_forwards header
0(2542) parse_headers: flags=128
0(2542) DEBUG: is_maxfwd_present: value = 70
0(2542) parse_headers: flags=8
0(2542) DEBUG: add_param: tag=34a5cdda18b149aea3333cb92c50bc91
0(2542) DEBUG: add_param: epid=acbf1993e6
0(2542) end of header reached, state=29
0(2542) parse_headers: flags=256
0(2542) end of header reached, state=9
0(2542) DEBUG: get_hdr_field: <To> [31]; uri=[sip:PowerBlade@192.168.0.50]
0(2542) DEBUG: to body [<sip:PowerBlade@192.168.0.50>
]
0(2542) get_hdr_field: cseq <CSeq>: <1> <REGISTER>
0(2542) DEBUG: get_hdr_body : content_length=0
0(2542) found end of header
0(2542) find_first_route(): No Route headers found
0(2542) loose_route(): There is no Route HF
0(2542) check_self - checking if host==us: 12==12 && [192.168.0.50] ==
[192.168.0.50]
0(2542) check_self - checking if port 5060 matches port 5060
0(2542) parse_headers: flags=4096
0(2542) pre_auth(): Credentials with given realm not found
0(2542) build_auth_hf(): 'WWW-Authenticate: Digest
realm="192.168.0.50", nonce="4145cb7f15b61c15276dd55d618a341155bd2de7"
'
0(2542) parse_headers: flags=-1
0(2542) check_via_address(62.243.128.27, 192.168.1.6, 0)
0(2542) DEBUG:destroy_avp_list: destroing list (nil)
I want do this:
uaA (invite 9200001@B) ---->proxy A (invite 200001@B )--->proxyB
so in proxyA's ser.cfg:
---------------------------
if (uri=~"^sip:9[0-9]*@B") {
strip(1);
t_relay_to_udp( "B", "5060");
break;
};
----------------------------
but proxyB received "sip:9200001" not "sip:200001".
please help me how can I do!
thanks.
hello,
Today I download the latest version of sems on CVS .The announcement module works well now .But there is still some error in Voicemail .I think that there is some error in my ser.cfg
The debug information of sems is as the following:
(21112) DEBUG: execute (AmServer.cpp:226): cmd.method= <INVITE>
(21112) DEBUG: execute (AmServer.cpp:227): cmd.user= <zhangwei>
(21112) DEBUG: execute (AmServer.cpp:228): cmd.email= <>
......
(21112) DEBUG: execute (AmServer.cpp:276): everything is OK !
(21112) ERROR: startSession (AmSession.cpp:458): 404 voicemail: no email address for user <zhangwei>
(21112) DEBUG: sendToFIFO (AmRequest.cpp:230): msg=<:t_reply:0000527827DE965E
404
voicemail: no email address for user <zhangwei>
5491:1720953846
000052782F008C5D
Contact: <sip:zhangwei@210.51.11.47>
.
.
>
In ser.cfg I wrote:
if( is_user_in("Request-URI", "voicemail")){
log(1, "yes,incoming voicemail call\n");
if(!t_write_req("/tmp/am_fifo","voicemail")){
log("could not contact voicemail server\n");
t_reply("500","could not contact voicemail server");
};
}
Thanks!
Strange but true!
(I am using mysql 5)
I had tried previously to link the two files in /usr/lib - but without any
luck.
After using strace as directed the output showed no association between
libmysqlclient.so.12 and libmysqlclent.so.10 in /usr/lib.
However - when I re-linked the two files in /usr/lib after running strace -
everything 'magically' started working - and so ended 5 days of frustration!
Thanks for all your help
Best Regards
Paul
_____
From: Ezequiel Colombo [mailto:ecolombo@arcotel.net]
Sent: 13 September 2004 18:26
To: Ezequiel Colombo; Paul Cowie; g.billoudet(a)arwen-tech.fr
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] could not open module mysql.so
If recompilation if done and dont work you can use strace to see where are
SER searching libmysqlclient:
> strace ser -D 2>execlog
> grep "libmysqlclient" execlog
Probably SER try to open /lib/libmysqlclient.so.12 and your mysql
installation put the library under /usr/lib/mysql
----- Original Message -----
From: Ezequiel <mailto:ecolombo@arcotel.net> Colombo
To: Paul <mailto:Paul.Cowie@dataflex.com> Cowie ; g.billoudet(a)arwen-tech.fr
<mailto:g.billoudet@arwen-tech.fr>
Cc: serusers(a)lists.iptel.org <mailto:serusers@lists.iptel.org>
Sent: Monday, September 13, 2004 1:58 PM
Subject: Re: [Serusers] could not open module mysql.so
I think that this is due to mysql upgrade from 3.23 to 4.
Try recompiling the ser mysql module
----- Original Message -----
From: Paul <mailto:Paul.Cowie@dataflex.com> Cowie
To: g.billoudet(a)arwen-tech.fr <mailto:g.billoudet@arwen-tech.fr>
Cc: serusers(a)lists.iptel.org <mailto:serusers@lists.iptel.org>
Sent: Monday, September 13, 2004 1:25 PM
Subject: RE: [Serusers] could not open module mysql.so
Gwen,
Where did you make the ln -s libmysqlclient.so.12 libmysqlclient.so.10?
I have the same problem - and have tried to link the old embedded reference
but without success
Regards
Paul
-----Original Message-----
From: g.billoudet(a)arwen-tech.fr <mailto:g.billoudet@arwen-tech.fr>
[mailto:g.billoudet@arwen-tech.fr <mailto:g.billoudet@arwen-tech.fr> ]
Sent: 10 September 2004 14:05
To: g.billoudet(a)arwen-tech.fr <mailto:g.billoudet@arwen-tech.fr>
Cc: serusers(a)lists.iptel.org <mailto:serusers@lists.iptel.org>
Subject: RE: [Serusers] could not open module mysql.so
I finally found the solution...
First, I don't know why but I had a strange link file
(libmysqlclient.so.10) in my folder /usr/local/lib/ser/modules. I deleted
it and then I got the following result of the command "ldd mysql.so" :
linux-gate.so.1 => (0xffffe000)
libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x40028000)
libz.so.1 => /usr/lib/libz.so.1 (0x4005f000)
libc.so.6 => /lib/tls/libc.so.6 (0x40070000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401b8000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401e5000)
libm.so.6 => /lib/tls/libm.so.6 (0x401f8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Now, I have the same result than Zeus but I didn't have any
/usr/lib/libmysqlclient.so.10...
When I installed the libmysql12, I obtained new files in /usr/lib/
(libmysqlclient.so.12 and some others). When SER try to load mysql.so, it
looks for the library libmysqlclient.so.10 and obviously can't find it.
So I made a link with the following command :
ln -s libmysqlclient.so.12 libmysqlclient.so.10
And now, SER can load the mysql module !!
Thanks for your help Zeus !!
Bye, Gwen
>
> Hi Zeus and other serusers,
>
> The mysql.so file is the one I got with SER.(ser-0.8.12_linux_i386.tar.gz,
> if I remember...).
>
> Could you tell me what output you get with this command :
> # ldconfig -v |grep mysql
> ldconfig: Path `/usr/lib' given more than once
> libmysqlclient_r.so.12 -> libmysqlclient_r.so.12.0.0
> libmysqlclient.so.12 -> libmysqlclient.so.12.0.0
> libmysqlclient.so.10 -> libmysqlclient.so.10
>
> Thanks,
> Gwen
>
>
>
>> Gwen,
>>
>> There is something wrong with your mysql.so file. Did you compile it
>> yourself or download it somewhere? It doesn't look like mysql library is
>> linked into it. My ldd output is like this:
>>
>> sip:/usr/local/lib/ser/modules> ldd mysql.so
>> libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10
>> (0x00bbb000)
>> libz.so.1 => /usr/lib/libz.so.1 (0x00abf000)
>> libc.so.6 => /lib/tls/libc.so.6 (0x003f3000)
>> libcrypt.so.1 => /lib/libcrypt.so.1 (0x0056a000)
>> libnsl.so.1 => /lib/libnsl.so.1 (0x0029e000)
>> libm.so.6 => /lib/tls/libm.so.6 (0x00111000)
>> libnss_files.so.2 => /lib/libnss_files.so.2 (0x00a7d000)
>> libnss_dns.so.2 => /lib/libnss_dns.so.2 (0x006dd000)
>> libresolv.so.2 => /lib/libresolv.so.2 (0x00967000)
>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0036b000)
>>
>> Note the first line states that mysql.so should dynamically load the
>> mysql
>> library from /usr/lib/libmysqlclient.so.10. It is absent from your
>> output.
>> Either recompile the module or download another copy from the FTP
>> server.
>>
>> Zeus
>>
>>> -----Original Message-----
>>> From: g.billoudet(a)arwen-tech.fr [mailto:g.billoudet@arwen-tech.fr
<mailto:g.billoudet@arwen-tech.fr> ]
>>> Sent: Friday, 10 September 2004 5:10 PM
>>> To: Zeus Ng
>>> Cc: serusers(a)lists.iptel.org
>>> Subject: RE: [Serusers] could not open module mysql.so
>>>
>>>
>>> Thank you for your help Zeus,
>>>
>>> Here are the output of the commands :
>>>
>>> [root@linux gwen]# ldd /usr/local/lib/ser/modules/mysql.so
>>> linux-gate.so.1 => (0xffffe000)
>>> libz.so.1 => /usr/lib/libz.so.1 (0x40028000)
>>> libc.so.6 => /lib/tls/libc.so.6 (0x40039000)
>>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>>>
>>> [root@linux gwen]# cat /etc/ld.conf
>>> cat: /etc/ld.conf: No such file or directory
>>>
>>> [root@linux gwen]# cat /etc/ld.so.conf
>>> /usr/X11R6/lib
>>> /usr/lib/qt3/lib
>>> /usr/local/lib/ser/modules
>>> /usr/lib
>>>
>>> Gwen
>>>
>>>
>>> > Gwen,
>>> >
>>> > It appears that your mysql.so is not link properly with the mysql
>>> > library. Send the following output to the list. It may give us more
>>> > insight on your problem.
>>> >
>>> > root# ldd /usr/local/lib/ser/modules/mysql.so
>>> > root# cat /etc/ld.conf
>>> >
>>> >
>>> > Zeus
>>> >
>>> >> -----Original Message-----
>>> >> From: serusers-bounces(a)lists.iptel.org
>>> [mailto:serusers-bounces@iptel.org <mailto:serusers-bounces@lists.iptel.org> ]
>>> >> On Behalf Of g.billoudet(a)arwen-tech.fr
>>> >> Sent: Friday, 10 September 2004 12:46 AM
>>> >> To: g.billoudet(a)arwen-tech.fr
>>> >> Cc: serusers(a)lists.iptel.org
>>> >> Subject: Re: [Serusers] could not open module mysql.so
>>> >>
>>> >>
>>> >>
>>> >> Hi,
>>> >>
>>> >> I checked my MySQL-client package. So I installed
>>> >> MySQL-client-4.0.20-0.i386.rpm. I also had to install the package
>>> >> libmysql12. But, I still have the same problem with the
>>> load of mysql
>>> >> module...
>>> >>
>>> >> I the folder /usr/lib, new files appeared : libmysqlclient_r.so.12@
>>> >> libmysqlclient_r.so.12.0.0*
>>> >> libmysqlclient.so.10*
>>> >> libmysqlclient.so.12@
>>> >> libmysqlclient.so.12.0.0*
>>> >>
>>> >> What 'libmysqlclient' files do you have in your folder
>>> /usr/lib and
>>> >> /usr/local/lib/ser/modules/ ??
>>> >>
>>> >> When I use "/usr/local/sbin/ser -c", the message of the error is a
>>> >> bit different :
>>> >> 0(2570) loading module /usr/local/lib/ser/modules/mysql.so
>>> >> 0(2570) ERROR: load_module: could not open module
>>> >> </usr/local/lib/ser/modules/mysql.so>:
>>> >> /usr/local/lib/ser/modules/mysql.so: undefined symbol:
>>> >> mysql_field_count
>>> >> 0(2570) parse error (14,13-49): failed to load module
>>> >> # ...bla bla... don't mind
>>> >> ERROR: bad config file (1 errors)
>>> >>
>>> >>
>>> >> Thanks for help
>>> >> Gwen
>>> >>
>>> >>
>>> >>
>>> >
>>> >
>>>
>>
>>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
<http://lists.iptel.org/mailman/listinfo/serusers>
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
<http://lists.iptel.org/mailman/listinfo/serusers>
**************************************************************************
Disclaimer
This email transmission is confidential and intended solely for the person
or organisation to whom it is addressed. If you are not the intended
recipient, you must not copy, distribute or disseminate the information, or
take any action in reliance of it. Any views expressed in this message are
those of the individual sender, except where the sender specifically states
them to be the views of any organisation or employer. If you have received
this message in error, do not open any attachment but please notify the
sender (above) and delete this message from your system. Please rely on your
own virus check. Although all outbound mail is checked for viruses, no
responsibility is taken by the sender for any damage rising out of any bug
or virus infection.
**************************************************************************
_____
_______________________________________________
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
**************************************************************************
Disclaimer
This email transmission is confidential and intended solely for the person
or organisation to whom it is addressed. If you are not the intended
recipient, you must not copy, distribute or disseminate the information, or
take any action in reliance of it. Any views expressed in this message are
those of the individual sender, except where the sender specifically states
them to be the views of any organisation or employer. If you have received
this message in error, do not open any attachment but please notify the
sender (above) and delete this message from your system. Please rely on your
own virus check. Although all outbound mail is checked for viruses, no
responsibility is taken by the sender for any damage rising out of any bug
or virus infection.
**************************************************************************
Search the list for Mediaproxy or Nathelper/RTPProxy
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Brian OBrien
Sent: 14 September 2004 03:32
To: serusers(a)lists.iptel.org
Subject: [Serusers] There is something about NAT and VoIP I don't
understand.
I can see where a NAT proxey server will know the true
ip address of a client and do appropriate translations
of IP addresses in SIP headers. However once SIP is
done and voice is transmitted point to point with RTP
how do the RTP packets get through the NATs? (unless
port forwarding has been configured on the NAT which
from what I can tell it hasn't)
B.
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi,
I did this command in the folder /usr/lib/
In that folder, I had a file libmysqlclient.so.12...
Bye
Gwen
> Gwen,
>
> Where did you make the ln -s libmysqlclient.so.12 libmysqlclient.so.10?
>
> I have the same problem - and have tried to link the old embedded
> reference
> but without success
>
> Regards
>
> Paul
>
> -----Original Message-----
> From: g.billoudet(a)arwen-tech.fr [mailto:g.billoudet@arwen-tech.fr]
> Sent: 10 September 2004 14:05
> To: g.billoudet(a)arwen-tech.fr
> Cc: serusers(a)lists.iptel.org
> Subject: RE: [Serusers] could not open module mysql.so
>
> I finally found the solution...
>
> First, I don't know why but I had a strange link file
> (libmysqlclient.so.10) in my folder /usr/local/lib/ser/modules. I deleted
> it and then I got the following result of the command "ldd mysql.so" :
> linux-gate.so.1 => (0xffffe000)
> libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x40028000)
> libz.so.1 => /usr/lib/libz.so.1 (0x4005f000)
> libc.so.6 => /lib/tls/libc.so.6 (0x40070000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x401b8000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x401e5000)
> libm.so.6 => /lib/tls/libm.so.6 (0x401f8000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> Now, I have the same result than Zeus but I didn't have any
> /usr/lib/libmysqlclient.so.10...
>
> When I installed the libmysql12, I obtained new files in /usr/lib/
> (libmysqlclient.so.12 and some others). When SER try to load mysql.so, it
> looks for the library libmysqlclient.so.10 and obviously can't find it.
> So I made a link with the following command :
> ln -s libmysqlclient.so.12 libmysqlclient.so.10
>
> And now, SER can load the mysql module !!
>
> Thanks for your help Zeus !!
> Bye, Gwen
>
>
>>
>> Hi Zeus and other serusers,
>>
>> The mysql.so file is the one I got with
>> SER.(ser-0.8.12_linux_i386.tar.gz,
>> if I remember...).
>>
>> Could you tell me what output you get with this command :
>> # ldconfig -v |grep mysql
>> ldconfig: Path `/usr/lib' given more than once
>> libmysqlclient_r.so.12 -> libmysqlclient_r.so.12.0.0
>> libmysqlclient.so.12 -> libmysqlclient.so.12.0.0
>> libmysqlclient.so.10 -> libmysqlclient.so.10
>>
>> Thanks,
>> Gwen
>>
>>
>>
>>> Gwen,
>>>
>>> There is something wrong with your mysql.so file. Did you compile it
>>> yourself or download it somewhere? It doesn't look like mysql library
>>> is
>>> linked into it. My ldd output is like this:
>>>
>>> sip:/usr/local/lib/ser/modules> ldd mysql.so
>>> libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10
>>> (0x00bbb000)
>>> libz.so.1 => /usr/lib/libz.so.1 (0x00abf000)
>>> libc.so.6 => /lib/tls/libc.so.6 (0x003f3000)
>>> libcrypt.so.1 => /lib/libcrypt.so.1 (0x0056a000)
>>> libnsl.so.1 => /lib/libnsl.so.1 (0x0029e000)
>>> libm.so.6 => /lib/tls/libm.so.6 (0x00111000)
>>> libnss_files.so.2 => /lib/libnss_files.so.2 (0x00a7d000)
>>> libnss_dns.so.2 => /lib/libnss_dns.so.2 (0x006dd000)
>>> libresolv.so.2 => /lib/libresolv.so.2 (0x00967000)
>>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0036b000)
>>>
>>> Note the first line states that mysql.so should dynamically load the
>>> mysql
>>> library from /usr/lib/libmysqlclient.so.10. It is absent from your
>>> output.
>>> Either recompile the module or download another copy from the FTP
>>> server.
>>>
>>> Zeus
>>>
>>>> -----Original Message-----
>>>> From: g.billoudet(a)arwen-tech.fr [mailto:g.billoudet@arwen-tech.fr]
>>>> Sent: Friday, 10 September 2004 5:10 PM
>>>> To: Zeus Ng
>>>> Cc: serusers(a)lists.iptel.org
>>>> Subject: RE: [Serusers] could not open module mysql.so
>>>>
>>>>
>>>> Thank you for your help Zeus,
>>>>
>>>> Here are the output of the commands :
>>>>
>>>> [root@linux gwen]# ldd /usr/local/lib/ser/modules/mysql.so
>>>> linux-gate.so.1 => (0xffffe000)
>>>> libz.so.1 => /usr/lib/libz.so.1 (0x40028000)
>>>> libc.so.6 => /lib/tls/libc.so.6 (0x40039000)
>>>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>>>>
>>>> [root@linux gwen]# cat /etc/ld.conf
>>>> cat: /etc/ld.conf: No such file or directory
>>>>
>>>> [root@linux gwen]# cat /etc/ld.so.conf
>>>> /usr/X11R6/lib
>>>> /usr/lib/qt3/lib
>>>> /usr/local/lib/ser/modules
>>>> /usr/lib
>>>>
>>>> Gwen
>>>>
>>>>
>>>> > Gwen,
>>>> >
>>>> > It appears that your mysql.so is not link properly with the mysql
>>>> > library. Send the following output to the list. It may give us more
>>>> > insight on your problem.
>>>> >
>>>> > root# ldd /usr/local/lib/ser/modules/mysql.so
>>>> > root# cat /etc/ld.conf
>>>> >
>>>> >
>>>> > Zeus
>>>> >
>>>> >> -----Original Message-----
>>>> >> From: serusers-bounces(a)lists.iptel.org
>>>> [mailto:serusers-bounces@lists.iptel.org]
>>>> >> On Behalf Of g.billoudet(a)arwen-tech.fr
>>>> >> Sent: Friday, 10 September 2004 12:46 AM
>>>> >> To: g.billoudet(a)arwen-tech.fr
>>>> >> Cc: serusers(a)lists.iptel.org
>>>> >> Subject: Re: [Serusers] could not open module mysql.so
>>>> >>
>>>> >>
>>>> >>
>>>> >> Hi,
>>>> >>
>>>> >> I checked my MySQL-client package. So I installed
>>>> >> MySQL-client-4.0.20-0.i386.rpm. I also had to install the package
>>>> >> libmysql12. But, I still have the same problem with the
>>>> load of mysql
>>>> >> module...
>>>> >>
>>>> >> I the folder /usr/lib, new files appeared : libmysqlclient_r.so.12@
>>>> >> libmysqlclient_r.so.12.0.0*
>>>> >> libmysqlclient.so.10*
>>>> >> libmysqlclient.so.12@
>>>> >> libmysqlclient.so.12.0.0*
>>>> >>
>>>> >> What 'libmysqlclient' files do you have in your folder
>>>> /usr/lib and
>>>> >> /usr/local/lib/ser/modules/ ??
>>>> >>
>>>> >> When I use "/usr/local/sbin/ser -c", the message of the error is a
>>>> >> bit different :
>>>> >> 0(2570) loading module /usr/local/lib/ser/modules/mysql.so
>>>> >> 0(2570) ERROR: load_module: could not open module
>>>> >> </usr/local/lib/ser/modules/mysql.so>:
>>>> >> /usr/local/lib/ser/modules/mysql.so: undefined symbol:
>>>> >> mysql_field_count
>>>> >> 0(2570) parse error (14,13-49): failed to load module
>>>> >> # ...bla bla... don't mind
>>>> >> ERROR: bad config file (1 errors)
>>>> >>
>>>> >>
>>>> >> Thanks for help
>>>> >> Gwen
>>>> >>
>>>> >>
>>>> >>
>>>> >
>>>> >
>>>>
>>>
>>>
>>
>> _______________________________________________
>> 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
>
> **************************************************************************
> Disclaimer
> This email transmission is confidential and intended solely for the person
> or organisation to whom it is addressed. If you are not the intended
> recipient, you must not copy, distribute or disseminate the information,
> or
> take any action in reliance of it. Any views expressed in this message are
> those of the individual sender, except where the sender specifically
> states
> them to be the views of any organisation or employer. If you have received
> this message in error, do not open any attachment but please notify the
> sender (above) and delete this message from your system. Please rely on
> your
> own virus check. Although all outbound mail is checked for viruses, no
> responsibility is taken by the sender for any damage rising out of any bug
> or virus infection.
> **************************************************************************
>
>
&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
C.M. Rahman Jr.
CTO
CCNP, MCSE Security "Secure your self by securing your System"
CompTI Security Plus Certified
CCS Internet
http://www.ccsi.com
13704 Research Blvd. Building O-Suite 4
Austin, TX 78750
Tel: 512-257-2274 Ex: 115
Hi,
Anybody has any idea where I can find sip to h323 converter?
Will cisco 5300 do?
Thanks
CM
hello,
ser-0.8.14 cann't work well with sems. The debug information of ser is as the following:
--------------------------------------------------------------------
ERROR: fifo_server: command vm_reply is not available
ERROR: fifo_server: command must have at least 3 chars
ERROR: fifo_server: command must begin with :: 0000467E6C27BC85
ERROR: fifo_server: command must begin with :: Content-Type: application/sdp
ERROR: fifo_server: command must begin with :: v=0
ERROR: fifo_server: command must begin with :: s=session
ERROR: fifo_server: command must begin with :: t=0 0
ERROR: fifo_server: command must begin with :: a=rtpmap:0 PCMU/8000
ERROR: fifo_server: command vm_reply is not available
ERROR: fifo_server: command must begin with :: could not send response.
ERROR: fifo_server: command must begin with :: 0000467E6C27BC85
ERROR: fifo_server: command must have at least 3 chars
--------------------------------------------------------------------------
I think that ser-0.8.14 is not consistent to sems. For vm_reply fifo command,it seemed that tm module of ser-0.8.14 doesn't register it.
Thanks