[SR-Users] Kamailio Presence module

2012-09-14 Thread Gary Shergill
Hi Kamailio Community, Recently installed Kamailio, plan to integrate with SylkServer. Tried the SIP IM feature, but can't seem to get it working. Logged on to Bria and Blink, two seperate accounts. They can call each other, but can't add each other for presence. So I installed the presence

[SR-Users] Kamailio Presence module

2012-09-14 Thread Juha Heinanen
Gary Shergill writes: Those lines are as follows; -- #!ifdef WITH_PRESENCE # - presence params - modparam(presence, db_url, DBURL) # - presence_xml params - modparam(presence_xml, db_url, DBURL) modparam(presence_xml, force_active, 1) #!endif

[SR-Users] Kamailio codecs

2012-09-14 Thread Burak ÖZTÜRK
Does kamailio supports g729 codec? Or which codecs does kamailio supports? Where or how to learn the supported or unsupported codecs for kamailio? Thanks in advance...___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

[SR-Users] Kamailio codecs

2012-09-14 Thread Juha Heinanen
Burak ÖZTÜRK writes: Does kamailio supports g729 codec? Or which codecs does kamailio supports? Where or how to learn the supported or unsupported codecs for kamailio? this kind of questions have been asked many times on this list. search archive for responses. -- juha

[SR-Users] How to do RTPProxy load balancing?

2012-09-14 Thread Mino Haluz
Hi, mediaproxy has dispatcher and relay, so it load balances the traffic automatically. How it is done with rtpproxy ? Thanks, Mino ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Max-Forwards: and loops. Testing purpose.

2012-09-14 Thread Daniel-Constantin Mierla
Hello, do not write private emails from mailing list discussions, if not sensitive data was asked explicitly. If there is no rule to breaking the loop, after some time the message gets very big. Cheers, Daniel On 9/14/12 7:03 AM, Anton Kvashenkin wrote: Thanks for respond. I just have

Re: [SR-Users] RTPProxy with kamailio : How to get calls count?

2012-09-14 Thread Manwe
El Fri, 14 Sep 2012 08:29:42 +0300 Juha Heinanen j...@tutpro.com escribió: Jon Bonilla (Manwe) writes: There's another rtpproxy replacement which is compatible with kamailio's rtpproxy module (no configuration changes needed in kamailio) This one is threaded, works in kernel space

Re: [SR-Users] How to do RTPProxy load balancing?

2012-09-14 Thread Daniel-Constantin Mierla
Hello, On 9/14/12 9:40 AM, Mino Haluz wrote: Hi, mediaproxy has dispatcher and relay, so it load balances the traffic automatically. How it is done with rtpproxy ? the load balancing is implemented in the rtpproxy module from kamailio. You can set many rtpproxies via module parameter:

Re: [SR-Users] How to do RTPProxy load balancing?

2012-09-14 Thread Manwe
El Fri, 14 Sep 2012 09:40:20 +0200 Mino Haluz mino.ha...@gmail.com escribió: Hi, mediaproxy has dispatcher and relay, so it load balances the traffic automatically. How it is done with rtpproxy ? Via modparams I think http://kamailio.org/docs/modules/3.3.x/modules/rtpproxy.html#id2549966

Re: [SR-Users] collecting stats per subscriber

2012-09-14 Thread Daniel-Constantin Mierla
Hello, On 9/13/12 10:44 PM, Krishna Kurapati wrote: Hi, Is there a module that can be used to collect number of MESSAGEs sent or received by a subscriber; number of registrations by a subscriber? These will be per subscriber as oppose to statistics collected for entire system. there is no

Re: [SR-Users] RTPProxy with kamailio : How to get calls count?

2012-09-14 Thread Javi Gallart
Hello On 09/13/2012 07:09 PM, Mino Haluz wrote: Thank you, setting ulimits worked! And the performance is the same as stated in the document I mentioned! :) One more thing, I found these errors in syslog: Sep 13 18:38:18 perftest kamailio[5268]: ERROR: core [parser/sdp/sdp.c:211]: Invalid

[SR-Users] Kamailio codecs

2012-09-14 Thread Burak ÖZTÜRK
juha writes: this kind of questions have been asked many times on this list.  search archive for responses. you are right maybe but it is hard to search the archieve. And if it is easier to say serach than please show me way to search the arcieve quickly.  In this link I m trying to search

Re: [SR-Users] Kamailio codecs

2012-09-14 Thread Pavel Segeč
well, i think that the answer is quite easy, Kamailio is SIP proxy not B2BUA like asterisk, so media stream it does not handle palo73 From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Burak ÖZTÜRK Sent: Friday, September 14, 2012 10:26

Re: [SR-Users] Kamailio codecs

2012-09-14 Thread Cenk İlker İzanlı
Kamailio is a SIP proxy, it doesn't have to handle media (neither audio or video). 2012/9/14 Burak ÖZTÜRK buttibu...@yahoo.com juha writes: this kind of questions have been asked many times on this list. search archive for responses. you are right maybe but it is hard to search the

Re: [SR-Users] Kamailio codecs

2012-09-14 Thread Burak ÖZTÜRK
thank you for helps cenk and pavel. I see that I had wrong information about kamailio.___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio codecs

2012-09-14 Thread Daniel-Constantin Mierla
Hello, a FAQ page has been started on the wiki site, adding this question to it: * http://www.kamailio.org/wiki/tutorials/faq/main I will send a separate email to advertise the page to the mailing list. Cheers, Daniel On 9/14/12 10:55 AM, Burak ÖZTÜRK wrote: thank you for helps cenk and

[SR-Users] FAQ page on the wiki

2012-09-14 Thread Daniel-Constantin Mierla
Hello, I just started a FAQ page on the wiki site. Hopefully people will collect there useful content, based on their experience, questions that repeat on the mailing lists or other sources. Added just a few content for the moment, to show the syntax -- the page is available at: *

Re: [SR-Users] How to do RTPProxy load balancing?

2012-09-14 Thread Manwe
El Fri, 14 Sep 2012 11:09:49 +0200 Mino Haluz mino.ha...@gmail.com escribió: If one rtpproxy fails, kamailio will stop dispatching to this destination? Could you please read the documentation of the module? http://kamailio.org/docs/modules/3.3.x/modules/rtpproxy.html#id2536918

Re: [SR-Users] collecting stats per subscriber

2012-09-14 Thread Krishna Kurapati
Thanks Daniel for quick response. Can we access these using XMLRPC interface remotely? Appreciate if you could share the command to dump htable. Thanks On Fri, Sep 14, 2012 at 3:04 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 9/13/12 10:44 PM, Krishna Kurapati wrote:

Re: [SR-Users] avp_radius load time high

2012-09-14 Thread Juha Heinanen
if you are using freeradius server, then check that your sql module configurations have enough sql connections to server: # number of sql connections to make to server num_sql_socks = xx -- juha ___ SIP Express Router (SER) and

[SR-Users] rsyslog settings for good kamailio performance

2012-09-14 Thread Albert Petit
Hi, For load testing I would like to setup rsyslog so Kamailio logs are written asynchronously Would the following configuration be enough for that purpose in * rsyslog.conf*? # # Write log file in asynchronous mode and use an IO Buffer of 64 Kb # IO buffer config

Re: [SR-Users] avp_radius load time high

2012-09-14 Thread Ricardo Martinez
Hi Juha. I'm using another Radius server (Radiator) with a ORACLE database. Is there a way to add debug or information in the radiusclient-ng to see if this is the bottleneck? Thanks. Ricardo.- -Mensaje original- De: sr-users-boun...@lists.sip-router.org

Re: [SR-Users] rsyslog settings for good kamailio performance

2012-09-14 Thread Alex Balashov
The biggest recommendation I can offer with any syslog-style engine is to use the asynchronous modifier: local0.*-/var/log/kamailio.log On 09/14/2012 10:18 AM, Albert Petit wrote: Hi, For load testing I would like to setup rsyslog so Kamailio logs

Re: [SR-Users] avp_radius load time high

2012-09-14 Thread Juha Heinanen
Ricardo Martinez writes: I'm using another Radius server (Radiator) with a ORACLE database. Is there a way to add debug or information in the radiusclient-ng to see if this is the bottleneck? i don't know about debuging radiusclient-ng, but you can check with wireshark, how long it takes to

Re: [SR-Users] avp_radius load time high

2012-09-14 Thread Juha Heinanen
in radiusclient.conf, use ip addresses instead of host names as authserver and acctserver values. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

[SR-Users] cfg. parser: failed to find command force_rtp_proxy

2012-09-14 Thread Cenk İlker İzanlı
Hi, I'm installing kamailio and rtpproxy with this guide. http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour Versions of the programs: # aptitude versions rtpproxy i 1.2.1-1 stable 500 root@li304-234:~# kamailio -V version:

Re: [SR-Users] cfg. parser: failed to find command force_rtp_proxy

2012-09-14 Thread Cenk İlker İzanlı
I've found the answer on this link, at the bottom of page says: http://www.kamailio.org/wiki/install/upgrade/3.1.x-to-3.2.0 modules/rtpproxy - force_rtp_proxy() removed - use rtpproxy_offer() when it is SDP offer (mainly on INVITE request) and rtpproxy_answer() when it is SDP answer

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-14 Thread Brandon Armstead
Klaus, It seems that force_rtp_proxy is removed in Kamailio 3.3 --- has there been a work-around for this bridge issue without using force_rtp_proxy? Sincerely, Brandon Armstead On Wed, Nov 4, 2009 at 5:46 AM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Alex Balashov schrieb:

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-14 Thread SamyGo
Yes, you should find the function engage_rtpproxy on module docs and use it. It will work exactly like your old force-rtp-proxy but with more enhanced way. On Sep 15, 2012 7:34 AM, Brandon Armstead bran...@cryy.com wrote: Klaus, It seems that force_rtp_proxy is removed in Kamailio 3.3 ---

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-14 Thread Brandon Armstead
Samy, I am not locating any such functions, engage_rtpproxy ? Perhaps you could point me further into the right direction? Sincerely, Brandon Armstead On Fri, Sep 14, 2012 at 9:13 PM, SamyGo govoi...@gmail.com wrote: Yes, you should find the function engage_rtpproxy on module docs and use