[SR-Users] websocket support for kamailio 4.0.1

2013-05-21 Thread Rupayan Dutta
I have installed kamailio 4.0.1 in centOs 5.8 and trying to connect it using SipML 5 client (supplied by Doubango telecomm) using SIP over websocket.But the client can't connect to the server.Is there any special configuration needed for websocket support in kamailio 4.0.1? please help. __

[SR-Users] Kamailio 4.0.1 websocket support

2013-05-21 Thread Rupayan Dutta
I have installed kamailio 4.0.1 in centOs 5.8 and trying to connect it using SipML 5 client (supplied by Doubango telecomm) using SIP over websocket.But the client can't connect to the server.Is there any special configuration needed for websocket support in kamailio 4.0.1? please help ___

[SR-Users] TLS and SIP

2013-05-21 Thread Fabian Borot
Hi I am using Kamailio 4.0.1 in front of an asterisk servers farm to handle TLS with our clients and providers. The idea is to have kamailio "talking" SIP/UDP/5060 and TLS/TCP/5061 with the customers and providers and regular SIP/UDP/5060 with our internal asterisk servers. So far at least fo

Re: [SR-Users] Fwd: Re: http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour

2013-05-21 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've got my Kamailio script working, hurray! I had created SRV and NAPTR records for the proxies but was missing a critical line in the script: dns_try_naptr=yes This enables Kamailio to query the NAPTR and SRV records and then decide on the ap

[SR-Users] nat_keepalive() and fix_contact() are incompatible

2013-05-21 Thread David
Hello, So I want to setup a Kamailio SIP Proxy( version 4 ) that will do NAT signalling handling. With the help of nat_traversal and path modules. Attached is my kamailio.cfg file. My problem is I want to do keep alive on users who are behind NAT, so I called nat_keepalive();. The script wi

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Victor V. Kustov
Hello, Øyvind! >carp requires the hosts to be on the same layer 2 network, while >t_replicate provides the possibility of geo redundancy. We need our SIP clients route to PSTN and vise versa. yes, we had two servers in one ethernet segment. -- WBR, Victor JID: coy...@bks.tv JID: coy...@bry

[SR-Users] Fwd: Re: http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour

2013-05-21 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've worked out what's going wrong and I fear there is a mistake in your config at: http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour inter-domain calls are going in plain text over UDP. I can see the invites at the recivin

Re: [SR-Users] I need you help-----about Kamailio 3.3.x andAsterisk 10.7.0 Realtime Integration

2013-05-21 Thread Barry Flanagan
On 20 May 2013 09:35, Gertjan Wolzak wrote: > Hello, > > I looked at the asterisk config, looks like you have not configured that. > > You need to add a dialplan in the extensions config and trunks in the sip > confiig. > > If you want to make the dialplan realtime as well, you should add the > d

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Øyvind Kolbu
On 21.05.2013 11:50, Victor V. Kustov wrote: Or, you can even have two registrars and use SIP-level message replication between them: http://kamailio.org/docs/modules/4.0.x/modules/tm.html#t_replicate In my case i think carp better :) carp requires the hosts to be on the same layer 2 net

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Victor V. Kustov
Hello, Alex! >Why? You can replicate the location table with MySQL or Postgres. >Memcached is a cache, not a redundant storage backend for complex, >nonscalar data. :-) memcached has replication. Data? USERNUMBER->IP, clear key->value. Lifetime? Yes, SIP registration has lifetime too. When ex

Re: [SR-Users] src record support (new topic)

2013-05-21 Thread Olle E. Johansson
21 maj 2013 kl. 10:52 skrev Alex Balashov : > The problem one always runs into when dealing with phones, softphones, ATAs, > and other end-user clients is getting them to trust incoming calls from the > secondary registrar in the event of a failure of the primary one. Usually, > they expect c

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Alex Balashov
The problem one always runs into when dealing with phones, softphones, ATAs, and other end-user clients is getting them to trust incoming calls from the secondary registrar in the event of a failure of the primary one. Usually, they expect calls to come from the registrar that they registered

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Olle E. Johansson
21 maj 2013 kl. 10:45 skrev "Victor V. Kustov" : > Hello, Alex! > > >> In principle, no; memcache is not supported as a database backend for >> any module. The API plumbing is just not there. > > OK, i see. > > >> However, it seems to me if you really, *really* wanted to, you could >> im

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Alex Balashov
On 05/21/2013 04:45 AM, Victor V. Kustov wrote: I need failover, so seem memcached more prefer. Why? You can replicate the location table with MySQL or Postgres. Or, you can even have two registrars and use SIP-level message replication between them: http://kamailio.org/docs/modules/4.

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Victor V. Kustov
Hello, Alex! >In principle, no; memcache is not supported as a database backend for >any module. The API plumbing is just not there. OK, i see. >However, it seems to me if you really, *really* wanted to, you could >implement a registrar manually, bypassing registrar + usrloc. You'd >be do

Re: [SR-Users] memcached and usrloc

2013-05-21 Thread Alex Balashov
Hi Victor, On 05/21/2013 03:03 AM, Victor V. Kustov wrote: Can I use memcached for usrloc db? In principle, no; memcache is not supported as a database backend for any module. The API plumbing is just not there. However, it seems to me if you really, *really* wanted to, you could implem

[SR-Users] memcached and usrloc

2013-05-21 Thread Victor V. Kustov
Hello! Can I use memcached for usrloc db? -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system: 3.9.2-calculate GNU/Linux ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@li

Re: [SR-Users] TLS

2013-05-21 Thread Klaus Darilion
On 20.05.2013 21:27, Moacir Ferreira wrote: I would appreciate some help on the following questions I have: - If I use TLS mutual authentication, do I still need a subscriber password or the TLS successful mutual session setup will assume that the client is "trusted" so it can register what it