[SR-Users] Alias database

2014-10-13 Thread Alberto Llamas
Hello kamailio gurus, Thanks if somebody can help me answering nex question: I have a kamailio server as registrar server with asterisk behind. For register porpouse the UA are using subdomain like: 1...@test.mydomain.com 2...@test2.mydomain.com I have to add each alias in the kamailio.cfg file

[SR-Users] how to always use rtpproxy-ng and rtpengine to relay rtp packets

2014-10-13 Thread andrew
hi, kamailio 4.1.5 is used with rtpengine, whose older counterpart is rtpproxy-ng. I made some changes based on the default configuration files(i.e. kamailio.cfg), so that rtpproxy-ng module is enabled. Kamailio.cfg has been uploaded. In kamailio.cfg, there is one route block related to rtppro

Re: [SR-Users] Alias database

2014-10-13 Thread Paul Smith
Hi Alberto The magic you are looking for is in the "domain" module. The example configuration files in the distribution have it set up and ready to use if you add the line "#!define WITH_MULTIDOMAIN" The important bit for your scenario is in the example config: # - domain params -

Re: [SR-Users] Roadmap to release v4.2.0

2014-10-13 Thread Daniel-Constantin Mierla
Hello, a short update, based on evolution so far, the branch has been created, testing goes well, therefore I plan to do the release of 4.2.0 this week, on Thursday (Oct 16). Among good news is that database structure has very few changes, therefore migration to 4.2 from 4.1 should be easy f

Re: [SR-Users] how to always use rtpproxy-ng and rtpengine to relay rtp packets

2014-10-13 Thread Paul Smith
Hi Andrew There is a condition in the NATMANAGE route which tests whether or not to apply rtpproxy_manage() : if (!(isflagset(FLT_NATS) || isbflagset(FLB_NATB))) return; One way to force this is to make sure that FLT_NATS is always set. That can be done in the NATDETECT ro

Re: [SR-Users] Presence Module Installation Error

2014-10-13 Thread Daniel-Constantin Mierla
Hello, have you installed the libxml2-dev package? See readme for each module you want to enable in order to find dependencies. Cheers, Daniel On 13/10/14 08:19, aawaise wrote: Hello, I am using kamailio-3.1.1 server. I want to add presence module service to it. For that I tried to reinstall

Re: [SR-Users] Presence Module Installation without reinstalling Kamailiio

2014-10-13 Thread Daniel-Constantin Mierla
Hello, On 13/10/14 08:20, aawaise wrote: I am using kamailio server. I want to add xcap server for presence module usage without reinstalling kamailio server. How can it be done. install xcap_server module for the same version as kamailio, but you still need to change the kamailio config. I

Re: [SR-Users] WebClients ( WebSocket ) long audio porblem

2014-10-13 Thread Daniel-Constantin Mierla
Hello, are you using any rtp relay application on server? If yes, which one? kamailio itself is not handling rtp packets, so no delay can be introduced by it. On the other hand, webrtc uses ice to negotiate rtp relaying, and that can take several seconds. Cheers, Daniel On 12/10/14 20:48,

[SR-Users] Kamailio 4.1.6 htable issue

2014-10-13 Thread José Seabra
Hello there, I upgraded my kamailio version from 4.0.6 to 4.1.6 and now when i try start kamailio it breaks down on htable module initialization, as you can see on logs bellow: 0(1273) DEBUG: [sr_module.c:966]: init_mod(): DEBUG: init_mod: presence_profile 0(1273) DEBUG: [sr_module.c:701]: find

Re: [SR-Users] WebClients ( WebSocket ) long audio porblem

2014-10-13 Thread Yuriy Gorlichenko
yes. We using rtpengine last release (previous gave same result) with rtpproxy-ng module 2014-10-13 17:26 GMT+04:00 Daniel-Constantin Mierla : > Hello, > > are you using any rtp relay application on server? If yes, which one? > > kamailio itself is not handling rtp packets, so no delay can be in

Re: [SR-Users] Kamailio 4.1.6 htable issue

2014-10-13 Thread Daniel-Constantin Mierla
Hello, what is the definition of htable dlg? It seems that you define it with a lot of slots -- in older versions there was a limit of 2^14 which was set if a higher value was given. Now that was removed, as people wanted larger hash tables, but it can be easy to occupy the memory if the para

Re: [SR-Users] WebClients ( WebSocket ) long audio porblem

2014-10-13 Thread Daniel-Constantin Mierla
Are you doing encryption/decryption of srtp with rtpengine? Or is just forwarding? Again, it can be just ice negotiation that can take long, if it is just the initial audio start. If you get delays later in the call, then check the network path for latency. Cheers, Daniel On 13/10/14 16:25,

[SR-Users] rtpengine upgrade fails

2014-10-13 Thread Juha Heinanen
just to complete the thread, the dependency problem has been fixed and upgrade from 3.3.0.0+0~mr3.5.0.0 to 3.3.0.0+0~mr3.6.0.0 succeeded without issues. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.s

Re: [SR-Users] 483 too many hops

2014-10-13 Thread Anil Kumar
Hi All, Can anyone please let me know, How can I log to the files. What config changes required ? Thanks On Fri, Oct 10, 2014 at 3:09 PM, Anil Kumar wrote: > Hi , > > Now 483 too many hops is resolved, thanks for that. > > But from server side 200 OK is missing for SUBSCRIBE, as well as NOTIF