[SR-Users] hash table not loading

2015-05-04 Thread Olli Attila
Hello, I am trying to load a test hash table on kamailio startup but I keep getting the following error with kamctl after i restart Kamailio and try to list all the tables in memory: kamcmd> htable.listTables error: 500 - No htables I have the following configured in kamailio.cfg: # loa

Re: [SR-Users] issue with TLS and 2 NIC interfaces

2015-05-04 Thread Slava Bendersky
Hello Vik, I don't have same problem it works fine for me, but I have same setup on public side where multiply aliases on interface is involved. Slava. From: "Vik Killa" To: "sr-users" Sent: Monday, May 4, 2015 12:54:21 PM Subject: Re: [SR-Users] issue with TLS and 2 NIC interfaces Ar

Re: [SR-Users] Recommended configuration for TCP support

2015-05-04 Thread Daniel-Constantin Mierla
Hello, where are typically those issues with truncated SDP? On the phones? If you use tcp and have phones behind the nat, it is recommended to not connect if there is no active connection after location lookup -- see core functions for tcp. Cheers, Daniel On 04/05/15 13:54, Mickael Marrache wro

Re: [SR-Users] issue with TLS and 2 NIC interfaces

2015-05-04 Thread Vik Killa
Are you having the same problem as myself? Thanks, V On Fri, May 1, 2015 at 8:20 PM, Slava Bendersky wrote: > Hello Vik, > > I have similar setup, try define you server configuration in tls.cfg > > [server:ip address of alias interface:port of alias interface] > method = TLSv1 > verify_certifica

Re: [SR-Users] [sr-dev] kamcli - kamailio command line control tool

2015-05-04 Thread Jon Bonilla (Manwe)
El Mon, 04 May 2015 16:16:01 +0200 Daniel-Constantin Mierla escribió: > Hello, > > we just published a new command line tool for Kamailio management, named > now kamcli, available at: > > * https://github.com/asipto/kamcli > > Sounds like a nice tool to have. Useful to be able to deal with

[SR-Users] kamcli - kamailio command line control tool

2015-05-04 Thread Daniel-Constantin Mierla
Hello, we just published a new command line tool for Kamailio management, named now kamcli, available at: * https://github.com/asipto/kamcli It is written in Python and adapted from a tool provided originally by a subcontractor for a specific deployment. While not being Python developers here,

Re: [SR-Users] TLSv1.2 and weak ciphers

2015-05-04 Thread Attila Megyeri
Well, properly formulating the question is half-way to the solution :) I had to add cipher_list = HIGH:!ADH:!AECDH And all anon ciphers are gone. I hope this helps someone :) From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Attila Megyeri Sent: Monday, May 4, 2015 2:

[SR-Users] TLSv1.2 and weak ciphers

2015-05-04 Thread Attila Megyeri
Hi Daniel, Kamailio folks, We are trying to make our server more secure, but we have some issues. Right now, we have set the TLS method to method = TLSv1+ and cipher_list = HIGH The problem is, that there are still cipher suites offered which are not secure. E.g. If I check with the SSLLabs a

[SR-Users] Recommended configuration for TCP support

2015-05-04 Thread Mickael Marrache
Hi, We sometimes get issues caused by truncated SDP bodies. Therefore, we are looking at using TCP instead of UDP. What is the recommended configuration when TCP is used? Currently, I only have the following: children=16 listen=udp::5060 listen=tcp::5060 disable_tcp=no tcp_conne

Re: [SR-Users] Auth User & is_subscriber

2015-05-04 Thread Daniel Tryba
On Monday 04 May 2015 19:08:56 jay binks wrote: >in-fact, I want it to be the Auth User that is used. >After all if a call was Authed, then we authoritatively know what user it >is, and I think this should be used over and above the from user ( which >could even be set to caller Id in some cases ).

[SR-Users] Auth User & is_subscriber

2015-05-04 Thread jay binks
Hey, from the examples it looks like the typical usage of is_subscriber is with $fu ( From User ), however im not 100% sure I want this. in-fact, I want it to be the Auth User that is used. After all if a call was Authed, then we authoritatively know what user it is, and I think this should be us

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:36 PM, mayamatakeshi wrote: > > > On Mon, May 4, 2015 at 5:22 PM, mayamatakeshi > wrote: > >> >> >> On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi >> wrote: >> >>> >>> >>> On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi >>> wrote: >>> Hello, about module we

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:22 PM, mayamatakeshi wrote: > > > On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi > wrote: > >> >> >> On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi >> wrote: >> >>> Hello, >>> >>> about module websocket, is it possible to associate a value with the TCP >>> connection and

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Mon, May 4, 2015 at 5:05 PM, mayamatakeshi wrote: > > > On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi > wrote: > >> Hello, >> >> about module websocket, is it possible to associate a value with the TCP >> connection and have this value readable when handling SIP requests on that >> connection

Re: [SR-Users] WebSocket data in TCP connection

2015-05-04 Thread mayamatakeshi
On Sun, May 3, 2015 at 7:21 PM, mayamatakeshi wrote: > Hello, > > about module websocket, is it possible to associate a value with the TCP > connection and have this value readable when handling SIP requests on that > connection? > Hello, I have found a way to do it using htable. Here is the gis

Re: [SR-Users] Regd: Message Routing

2015-05-04 Thread Daniel-Constantin Mierla
Hello, routing MESSAGE requests is like for any other initial requests and it is done implicitly by default kamailio configuration file. You don't need anything special there. In case you need more specific features (e.g., store in case of target user is offline, see msilo module), give more deta

Re: [SR-Users] WebRTC video calls

2015-05-04 Thread Daniel-Constantin Mierla
Hello, kamailio + rtpengine can be used for webrtc calls between browsers as well as browser to classic sip phones. You can fine on github some config examples, published by Carlos Ruiz Diaz. Using this combination you can place an instance in front of asterisk and let asterisk behave as a classi