Re: [SR-Users] To Develop SIP Server

2010-09-13 Thread Alex Balashov
Lakshmi, Unfortunately, this mailing list is not the correct venue for your question. -- Alex On 09/14/2010 02:16 AM, Vijayalakshmi wrote: Hi, Iam trying to develop a SIP server in VxWorks. Please assist me with how to implement SIP in my Server. Where do I get these info... Thanks in

[SR-Users] To Develop SIP Server

2010-09-13 Thread Vijayalakshmi
Hi, Iam trying to develop a SIP server in VxWorks. Please assist me with how to implement SIP in my Server. Where do I get these info... Thanks in Advance... Lakshmi Marudhanayagam ___ SIP Express Router (SER) and Kamailio (OpenSER) -

[SR-Users] Kamailio Documentation - A Volunteer

2010-09-13 Thread Anthony Mark
Dear Daniel, With reference to your comment (in italics below) and request for a documentation "marshal", I humbly apply to be given the honor of contributing to that effect. "We would need a documentation marshall that should update the docs as something related is discussed on the lis

Re: [SR-Users] pdb and carrier id zero in finnish LNP

2010-09-13 Thread Mikko Lehto
> > (Queries seem to work after I changed MIN_PDB_CARRIERID in common.h to 0, > > but unfortunately that configuration just does not make sense.) > > Do you refer to the fact that then also the internal logic of the module > needs > to be changed as well? Yes, exactly. > Well, the module cou

Re: [SR-Users] pdb and carrier id zero in finnish LNP

2010-09-13 Thread Henning Westerholt
On Sunday 12 September 2010, Mikko Lehto wrote: > I am exploring the applicability of pdb module in finnish number > portability scheme. Looks like carrier id 000 cannot be used as zero is > already reserved for "the number could not be found" result in pdb > protocol. Hello Mikko, you're righ

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread Klaus Darilion
Am 13.09.2010 17:27, schrieb peter_green lion: and when caller call callee, i use ngrep to catch package through port 5060/5061 I see the TLS package, it is not a sip message. so I thing the problem is futher.and only 3CX phone can register with my server. Instead of ngrep you should use tcpd

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread peter_green lion
> Date: Mon, 13 Sep 2010 17:00:16 +0200 > From: klaus.mailingli...@pernau.at > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] help with tls error :sslv3 alert bad certificate > > > > Am 13.09.2010 12:44, schrieb peter_green lion: > > > > hi Klaus and all

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread Klaus Darilion
Am 13.09.2010 12:44, schrieb peter_green lion: hi Klaus and all, i thing this is bug in openssl, becau i have just install kamailio with tls support in ubuntu server which OS have openssl version 0.9.8k, and i have result as: sip client can register with server via tls support(sometime it wor

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread peter_green lion
> Date: Mon, 13 Sep 2010 11:40:33 +0200 > From: klaus.mailingli...@pernau.at > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] help with tls error :sslv3 alert bad certificate > > > > Am 13.09.2010 11:10, schrieb peter_green lion: > > enable_tls=1 > > tcp

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread peter_green lion
> Date: Mon, 13 Sep 2010 11:40:33 +0200 > From: klaus.mailingli...@pernau.at > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] help with tls error :sslv3 alert bad certificate > > > > Am 13.09.2010 11:10, schrieb peter_green lion: > > enable_tls=1 > > tcp

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread Klaus Darilion
Am 13.09.2010 11:10, schrieb peter_green lion: enable_tls=1 tcp_async=no listen=tls:192.168.1.81:5060 The default is for TLS is port 5061. modparam("tls", "tls_method", "TLSv1") modparam("tls", "tls_method", "SSLv23") You can not use TLS and SSL - only on e or the other. SIP is standar

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread peter_green lion
> Date: Mon, 13 Sep 2010 10:38:34 +0200 > From: klaus.mailingli...@pernau.at > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] help with tls error :sslv3 alert bad certificate > > Show us your complete TLS configuration > > regards > Klaus > Am 09.09.2010

Re: [SR-Users] dispatcher problem

2010-09-13 Thread Klaus Darilion
I always set the fr_timer to a smaller value as I want to detect gone UASs much faster. This also solves the overlapping OPTIONS issue as tm gives up after 2 seconds. # - tm params - /* we want fast failover in case a destination does not answer Note: fr_timer takes milliseconds */

Re: [SR-Users] help with tls error :sslv3 alert bad certificate

2010-09-13 Thread Klaus Darilion
Show us your complete TLS configuration regards Klaus Am 09.09.2010 20:06, schrieb peter_green lion: SSL alert number 40 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-route