[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@li

[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 http://lists.s

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 use

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 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 with user

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: http:/

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 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 dedic

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: [parser/sdp/sdp.c:211]: Invalid payload

[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 searc

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 A

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 > 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 i

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] How to do RTPProxy load balancing?

2012-09-14 Thread Mino Haluz
If one rtpproxy fails, kamailio will stop dispatching to this destination? On Fri, Sep 14, 2012 at 9:59 AM, Jon Bonilla wrote: > El Fri, 14 Sep 2012 09:40:20 +0200 > Mino Haluz escribió: > >> Hi, >> >> mediaproxy has dispatcher and relay, so it load balances the traffic >> automatically. How it

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 pave

[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: * http://

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 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] avp_radius load time high

2012-09-14 Thread Ricardo Martinez
Hi Daniel. THanks for your answer. Can you guide where to patch the radius module. I’ve been looking the module misc_radius but I can’t find where to put more debug….. Thanks again. Ricardo.- *De:* Daniel-Constantin Mierla [mailto:mico...@gmail.com] *Enviado el:* jueves, 13 de septiembre d

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 wrote: > Hello, > > > On 9/13/12 10:44 PM, Krishna Kurapati wrote: >> >> Hi, >> >> Is

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 Kamailio

[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 http://www.rsyslog.com/doc/rsy

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 [mailto:sr-users-boun...@lists.si

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 ar

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 http://lists.sip-router.org/cgi-bin/mailm

[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: kamailio

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 wrote: > > > Alex Balashov schrieb: > > That's pretty much what I

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" wrote: > Klaus, > >It seems that force_rtp_proxy is removed in Kamailio 3.3 --- has there > b

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 wrote: > Yes, you should find the function engage_rtpproxy on module docs and use > it. It will work e

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

2012-09-14 Thread SamyGo
ok ignore the name in my previous email: its http://www.kamailio.org/docs/modules/3.3.x/modules/rtpproxy.html#id2550699 On Sat, Sep 15, 2012 at 10:05 AM, Brandon Armstead wrote: > Samy, > > I am not locating any such functions, engage_rtpproxy ? > > Perhaps you could point me further into the r

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

2012-09-14 Thread Brandon Armstead
Samy, I am utilizing these functions without any success. Essentially the problem I am running into is the SDP is correctly mangled and negotiated, however rtpproxy simply never bridges the public side. UAC 1 -> KAM -> UAC 2 I see RTP packets flow from UAC 1 -> KAM -> UAC 2 I also see RTP pa

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

2012-09-14 Thread SamyGo
Hi, Seems really strange: for anything conclusive toward the solution I need atleast a kamailio+rtpproxy syslogs appearing for one call establishment and hangup. Second thing that will help us greatly is the pcap traces from the server for a call. use tcpdump or tshark or anyother tool of your ch