Re: [SR-Users] kamailio ims configs?

2013-09-26 Thread Carsten Bock
Hi Thomas, Did you see/follow my IMS howto in the Kamailio Wiki? - http://www.kamailio.org/wiki/tutorials/ims/installation-howto I wrote the example configs and they work for me. What problems do you have? Kind regards, Carsten Am 26.09.2013 21:58 schrieb "Thomas Secula" : > Does anyone have a

[SR-Users] question on rtpproxy module

2013-09-26 Thread Praveen S
Hi, I am trying to install 3 difference rtpproxy module on 3 different Virtual machines. And I have installed kamailio-4.0.3 in another virtual machine. When I start running the kamailio it sends the ping information to all the rtpproxy servers once via rtpp_test method in rtpproxy module. But I

[SR-Users] Question

2013-09-26 Thread Akerman.Nick
Just signed up for an account. I have an account and phone number with sipgate that will go out of business on Oct. 31st. How do I go about switching my phone number to my iptel account? Thanks, Nick ___ SIP Express Router (SER) and Kamailio (OpenSER

[SR-Users] kamailio ims configs?

2013-09-26 Thread Thomas Secula
Does anyone have a working kamailio system that implements the IMS moduls using mysql? I see lots of examples when I search but still haven't pieced it together. It would be really awesome if I could review somebody's working config and see where I went wrong. Thanks __

Re: [SR-Users] dispatcher: how to set the transport protocol

2013-09-26 Thread Daniel-Constantin Mierla
Hello, On 9/26/13 6:30 PM, Karimi-Cherkandi, Bizhan wrote: kamailio dispatcher module in my environment uses only UDP I have not been able to find how I can configure kamailio dispatcher module to use TCP Would appreciate any help just add trasport=tcp parameter to the URI of the destinat

[SR-Users] dispatcher: how to set the transport protocol

2013-09-26 Thread Karimi-Cherkandi, Bizhan
kamailio dispatcher module in my environment uses only UDP I have not been able to find how I can configure kamailio dispatcher module to use TCP Would appreciate any help Bijan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Peter Dunkley
The Kamailio WebSocket stack will only ping on idle connections. If nathelper is sending SIP level pings on a shorter interval than the WebSocket stack is the connection won't be considered idle. The load-balancer doesn't understand the TCP traffic so it won't care as long as there is traffic. H

[SR-Users] Xcap_server error in kamailio 4.0.0

2013-09-26 Thread Kethzer Docteur
Error in SIP contact list storage Resouce cannot be reade http://Server_ip:80/xcap-root/xcap-caps/global/index Sep 26 09:58:18 kmlsvr /usr/local/sbin/kamailio[2401]: ERROR: nathelper [nathelper.c:1640]: cannot extract body from msg! Sep 26 09:58:18 kmlsvr /usr/local/sbin/kamailio[2401]: INFO: pres

[SR-Users] Kamailio booth at Astricon Conference

2013-09-26 Thread Daniel-Constantin Mierla
Hello, besides a consistent number of presentations related to Kamailio, the project has it own booth, number 19, in the exhibition area of Astricon conference: - http://www.astricon.net We are already a group of people to man the booth, do demos and present what Kamailio can do - I made a

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Juha Heinanen
Peter Dunkley writes: > A good example is that if you are using Amazon Elastic Load-Balancer to > distribute WebSocket connections, idle connections will be timed-out (by > the Load-Balancer) after 60 seconds - so make sure the server sends > WebSocket pings more frequently than that. peter, web

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Peter Dunkley
tcp_keepalive=yes has an effect on the underlying TCP connection. However, simply keeping the TCP connection alive will not stop the client or server WebSocket implementation explicitly closing the connection if no WebSocket frames are received. If you are using WebSockets, and you are unsure as

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Juha Heinanen
Peter Dunkley writes: > There is no TCP level stuff here, this is all at the WebSocket layer. Take > a look at the "keepalive_.*" modparams for the websocket module. are you saying that websocket transport is not implemented on top of tcp? if it is then tcp_keepalive=yes core param affects also

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Klaus Darilion
Thanks for the info. btw: Can you recommend a HTML/JS SIP client (open source) for testing purposes? I have written a very limited client based on JsSIP, but now I need some more features for testing and my research did not revealed a nice client. Thanks Klaus On 26.09.2013 14:07, Peter Du

Re: [SR-Users] pkg.stats problem

2013-09-26 Thread Vitaliy Aleksandrov
Yes, I found you commit. That's why now I'm using latest master. tcl_list shows 200+ tcp connections and only a few of them have ref_count bigger that 1. netstat shows the same number of established connections. If lost tcp_conn structures are not shown in tcp_list how can I check if it is my

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Peter Dunkley
The Kamailio websocket module sends WebSocket pongs in response to WebSocket pings from websocket clients. It can also be configured to send WebSocket pings on idle connections (and does so by default). There is no TCP level stuff here, this is all at the WebSocket layer. Take a look at the "kee

Re: [SR-Users] Websockets Keep-Alive

2013-09-26 Thread Peter Dunkley
The Kamailio websocket module sends WebSocket pongs in response to WebSocket pings from websocket clients. It can also be configured to send WebSocket pings on idle connections (and does so by default). There is no TCP level stuff here, this is all at the WebSocket layer. Regards, Peter On 26

[SR-Users] Websockets Keep-Alive

2013-09-26 Thread Juha Heinanen
Klaus Darilion writes: > Question to the experts: Is keep-alive for the Websockets TCP connection > automatically done by the Websockets Layer (client or server), or do I > have to do it manually (nathelper pinging). since websockets uses tcp, kamailio running on linux should automatically do t

[SR-Users] Websockets Keep-Alive

2013-09-26 Thread Klaus Darilion
Hi! Question to the experts: Is keep-alive for the Websockets TCP connection automatically done by the Websockets Layer (client or server), or do I have to do it manually (nathelper pinging). Thanks Klaus ___ SIP Express Router (SER) and Kamailio (

Re: [SR-Users] pkg.stats problem

2013-09-26 Thread Hugh Waite
Hi, I fixed some memory leaks in master on 4th July. The main leak I was investigating was the tcp connection structures used by the websocket module. When the connection is used, the ref count is increased, and should be decreased when each packet/transaction etc has completed. Each connectio

Re: [SR-Users] pkg.stats problem

2013-09-26 Thread Vitaliy Aleksandrov
At first thanks for trying to help. It's my fault that I messed up "top" to this story, just wanted to show that while my system is working just fine: 1. "used" and "real_used" fields of a process (tcp receiver) is bigger that I set in -M 2. "free" hasn't changed from the last restart. root@p

Re: [SR-Users] multiple bodies with an INVITE

2013-09-26 Thread Daniel-Constantin Mierla
Hello, On 9/12/13 10:55 AM, Adnan wrote: Hi, I am using Kamailio (4.0.3 (x86_64/linux)) against an MSS in the mobile core network. Kamailio receives an INVITE with following bodies: Content-Type: application/sdp Content-Type: application/ISUP;base=itu-t92+;version=itu-t92+. How

Re: [SR-Users] Regd. Presence_xml module

2013-09-26 Thread Daniel-Constantin Mierla
Hello, looks like the documentation was not updated -- the module should work with external xcap server, as you can see in the next module parameter from the readme. Can you give it a try? Cheers, Daniel On 9/18/13 7:33 AM, Shankar wrote: Hi, While reading the module documentation of 'PR

Re: [SR-Users] db_mysql module on different interface

2013-09-26 Thread Daniel-Constantin Mierla
Hello, On 9/21/13 5:09 PM, Samuel Ware wrote: I am setting up my kamailio and mysql server on separate machines. They are connected via a private network on the eth1. The public interfaces are on eth0. I can use the mysql client to log in the mysql server via the private network but kamail

Re: [SR-Users] Server IP adresse

2013-09-26 Thread Daniel-Constantin Mierla
Hello, if your question is related to iptel.org sip service, then use the mailing list: - http://lists.iptel.org/mailman/listinfo/services Cheers, Daniel On 9/24/13 9:05 PM, Alexandre Berube wrote: Hello, I would like to know de Ip adresse of the SIP server. I have an audio codec to use i

Re: [SR-Users] How does kamailio keep track of contacts?

2013-09-26 Thread Daniel-Constantin Mierla
Hello, On 9/24/13 11:02 PM, Isaac McDonald wrote: Hello, I'm having trouble understanding how Kamailio keeps track of contacts when used as an outbound proxy. When using Kamailio as the registrar, contact information for each endpoint is generally stored in the locations table. However, wh

Re: [SR-Users] Kamailio listen address and failover

2013-09-26 Thread Daniel-Constantin Mierla
Hello, On 9/25/13 11:36 AM, Marco Londero wrote: Hi Juha, thanks for your quick reply. Is there a way to configure/workaround this? try force_send_socket() function. Doesn't work because 0.0.0.0 is not the listening address I'm using in force_send_socket(): --- ERROR: [route.c:1057]:

Re: [SR-Users] pkg.stats problem

2013-09-26 Thread Daniel-Constantin Mierla
Hello, the output of top is not relevant, because kamailio uses an internal memory manager. If system memory is increasing, then it is likely to be from an external library. I saw there was work on websocket, not being the developer I don't know if it something to be backported. Maybe Peter

Re: [SR-Users] Error with ACK from SIPML5

2013-09-26 Thread Daniel-Constantin Mierla
Can you get the logs with debug=4? It doesn't seem like the same problem with the one reported initially in this thread. Cheers, Daniel On 9/25/13 6:04 PM, Tais Plougmann Hansen wrote: I found out that when a subscriber has multiple contacts (ie. by stopping and starting the WS client), kama