Re: [Kamailio-Users] I don't have asterisk audio to openser - mediaproxy

2008-10-29 Thread luzango mfupe
Hi Ricky I should have seen how you handle NAT in kamaiilo.conf but you can also edit sip.conf in Asterisk and try to put Nat=yesRgds, On Wed, Oct 29, 2008 at 6:39 PM, Ricky Gutierrez <[EMAIL PROTECTED]>wrote: > Hi luzano thank you for your help and time, this it is my full ngrep. >

Re: [Kamailio-Users] kamailio and rtpproxy-no audio

2008-10-29 Thread Fabian Borot
I added these lines to my REGISTER section Code:if (nat_uac_test("31")) { if (method=="REGISTER") { fix_nated_register(); } else { fix_nated_contact(); }; now it looks like this: Code: if (is_method("REGISTER")) { # authenticate the REGISTER requests (uncomment t

[Kamailio-Users] Kamalio 1.4.2 rev_dns=no

2008-10-29 Thread Michael Young
Reopening an old issue from May -- I installed 1.4.2 from SVN and have the reverse DNS lookups going again, even though dns=no and rev_dns=no. Was there a syntax change in the config file? Daniel, you were correct that "somewhere in the script you do an IP comparison (by src_ip or so) and you hav

Re: [Kamailio-Users] [asterisk-users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Alex Balashov
Jai Rangi wrote: > "SIP-only accounting is "good enough" most of the time." > Does not work in production environment. Really? Next time I will consult with your authority on what works and does not work in production environments before implementing for large-scale billing solutions that ar

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Nuno Marques
Thanks Mark for your answer! If you're using only OpenSER and Asterisk, this means that you pass all your calls through Asterisk and use openser only for authentication and proxying. Is that right? How do you make the calls pass through in NAT environments? Is Asterisk capable of handling that? How

Re: [Kamailio-Users] version cdrtool mediaproxy 1.9.1

2008-10-29 Thread Nuno Marques
Hi Ricky, I'm using CDRTool 6.6.10 (latest). I still can't establish connection between CDRTool and mediaproxy database... but i'm almost there ! :) Nuno 2008/10/29 Ricky Gutierrez <[EMAIL PROTECTED]> > Hi nuno, excuse me but that version of cdrtool you used for mediaproxy > 1.9.1? , I am t

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Mark Sayer
We are running a similar operation but settled on just OpenSER + Asterisk. All media runs thru Asterisk so MediaProxy isn't required and a custom billing engine was easy enough to put together. Yes it uses a lot more bandwidth and CPU but the combination of accurate accounting and easy NAT tran

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Nuno Marques
Ok... Maybe you're right. I've read somewhere that this service is needed for taping reasons (policy and other law enforcements). If it's needed whe can just turn it on for that specific number, right? But answering to my question, can you point me some ideas refering about equipment that i should

[Kamailio-Users] Passing REGISTERs up stream

2008-10-29 Thread Daniel Corbe
Guys, When attempting to pass REGISTER requests up stream I get the following error messages on the console (below). This also brings up the question of "what is the best way to simply pass REGISTER requests on to an upstream registrar?" Thanks for the help. -Daniel REGISTER: NATed client, ena

[Kamailio-Users] version cdrtool mediaproxy 1.9.1

2008-10-29 Thread Ricky Gutierrez
Hi nuno, excuse me but that version of cdrtool you used for mediaproxy 1.9.1? , I am trying to do the same a server billing with openser and asterisk .. best regardss rickygm ___ Users mailing list Users@lists.kamailio.org http://lists.kamaili

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Alex Balashov
Yes. There are some liabilities with that in that the signaling messages may be incomplete (i.e. you may miss a BYE) and this is the usual reason given for doing media proxying for more accurate accounting. But the latency, bandwidth consumption, and increased complexity and cost associated wi

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Nuno Marques
Without mediaproxy? Only based on SIP messages? 2008/10/29 Alex Balashov <[EMAIL PROTECTED]> > Nuno Marques wrote: > > Every calls should pass through mediaproxy so that i can account them. >> > > You can do accounting without handling media. > > -- > Alex Balashov > Evariste Systems > Web

Re: [Kamailio-Users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Alex Balashov
Nuno Marques wrote: > Every calls should pass through mediaproxy so that i can account them. You can do accounting without handling media. -- Alex Balashov Evariste Systems Web: http://www.evaristesys.com/ Tel: (+1) (678) 954-0670 Direct : (+1) (678) 954-0671 Mobile : (+1) (706) 338-8

[Kamailio-Users] Dimensioning a telephony system based on openser!

2008-10-29 Thread Nuno Marques
Hi, I've sucessfully completed an Openser 1.3.2 + Mediaproxy 1.9.1 + Asterisk 1.4 + CDRTool with freeradius telephony system. Asterisk is used only for voice mail and redirectioning calls. Every calls should pass through mediaproxy so that i can account them. The goal was to create a simpl

Re: [Kamailio-Users] REGISTER port with Xlite 2.0

2008-10-29 Thread Juha Heinanen
[EMAIL PROTECTED] writes: > I don't Know what I am doing wrong. Any Help! please. i suggest you use a linux distribution for which you can find twinkle package. there are many of them. -- juha ___ Users mailing list Users@lists.kamailio.org http

Re: [Kamailio-Users] REGISTER port with Xlite 2.0

2008-10-29 Thread Iñaki Baz Castillo
2008/10/29 <[EMAIL PROTECTED]>: > Excuse me list, it was an error copy to this list, but maybe some one can > help me. Cross-posting (sending the same mail to various maillists) is not good: http://en.wikipedia.org/wiki/Cross-posting Also this is not a list to ask for generic help, but Kamail

Re: [Kamailio-Users] Kamailio/Openser - improve the performance with children process

2008-10-29 Thread Ovidiu Sas
It all depends on your config. For instance, in my setup I do between 100 to 200 cps with 3 workers. It is important to tune your config based on your requirements and the hardware (mainly number of CPU/cores). Regards, Ovidiu Sas On Wed, Oct 29, 2008 at 1:26 PM, Daniel Cardoso Alves <[EMAIL PRO

Re: [Kamailio-Users] Kamailio/Openser - improve the performance with children process

2008-10-29 Thread Henning Westerholt
On Wednesday 29 October 2008, Daniel Cardoso Alves wrote: > Hi Henning Westerholt, > > Thanks for you reply... > > But I would like to know if there is a number that improve the > performance... > > For example: If come 100 INVITE at the same moment, is there a NUMBER OF > CHILDREN that has the bes

Re: [Kamailio-Users] Kamailio/Openser - improve the performance with children process

2008-10-29 Thread Daniel Cardoso Alves
Hi Henning Westerholt, Thanks for you reply... But I would like to know if there is a number that improve the performance... For example: If come 100 INVITE at the same moment, is there a NUMBER OF CHILDREN that has the best perfomance? The number of children depends on something? Thanks

Re: [Kamailio-Users] REGISTER port with Xlite 2.0

2008-10-29 Thread ingdavidcespedes
Excuse me list, it was an error copy to this list, but maybe some one can help me. - Mensaje original - De: Alex Balashov <[EMAIL PROTECTED]> Fecha: Miércoles, Octubre 29, 2008 11:31 am Asunto: Re: [Kamailio-Users] REGISTER port with Xlite 2.0 > This is not the Twinkle list. > > [EMAIL

Re: [Kamailio-Users] I don't have asterisk audio to openser - mediaproxy

2008-10-29 Thread Ricky Gutierrez
Hi luzano thank you for your help and time, this it is my full ngrep. I have asterisk, mediaproxy and openser together in the same pc I have the doubt that when a incoming call from the PSTN by asterisk, sends it to an extension of openser, to which I do not request authenticatio

Re: [Kamailio-Users] REGISTER port with Xlite 2.0

2008-10-29 Thread Alex Balashov
This is not the Twinkle list. [EMAIL PROTECTED] wrote: > Hi > > I download Twinkle, and install all the prerequisites, except for Qt. I have > some problems with it. First I download Qt for Linux/X11: C++ > "qt-x11-opensource-src-4.4.3.tar" I really don't know if it is the one I have > to dow

Re: [Kamailio-Users] REGISTER port with Xlite 2.0

2008-10-29 Thread ingdavidcespedes
Hi I download Twinkle, and install all the prerequisites, except for Qt. I have some problems with it. First I download Qt for Linux/X11: C++ "qt-x11-opensource-src-4.4.3.tar" I really don't know if it is the one I have to download, because In the Twinkle page, it only says you have to install

Re: [Kamailio-Users] Fwd: How to enable local_route feature ?

2008-10-29 Thread Henning Westerholt
On Wednesday 29 October 2008, Pascal Maugeri wrote: > Following your instructions I have enable the compilation defined in > Makefile.defs and recompile everything after a make clean. One capture of > the compilation for you to see the define is enable: > When I try to start the proxy it complains

Re: [Kamailio-Users] Kamailio/Openser - improve the performance with children process

2008-10-29 Thread Henning Westerholt
On Wednesday 29 October 2008, Daniel-Constantin Mierla wrote: > > Is there a number of children that the Kamailio/Openser for improve > > the performance? > > > > Each process takes care of a request? > > yes, each process takes care of a SIP message (request/reply). Hi Daniel Cardoso, take a loo

Re: [Kamailio-Users] I don't have asterisk audio to openser - mediaproxy

2008-10-29 Thread luzango mfupe
Hi Ricky,Where is your Kamailio config?? is this your full ngrep capture?? Rgds, Luzango. > > Message: 2 > Date: Tue, 28 Oct 2008 23:10:12 -0700 (PDT) > From: Ricky Gutierrez <[EMAIL PROTECTED]> > Subject: [Kamailio-Users] I don't have asterisk audio to openser - >mediaproxy > To: users@l

[Kamailio-Users] Fwd: How to enable local_route feature ?

2008-10-29 Thread Pascal Maugeri
Hi Following your instructions I have enable the compilation defined in Makefile.defs and recompile everything after a make clean. One capture of the compilation for you to see the define is enable: [...] gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loop

[Kamailio-Users] Fwd: Re: How to enable local_route feature ?

2008-10-29 Thread Henning Westerholt
On Wednesday 29 October 2008, Pascal Maugeri wrote: (you can reach the kamailio list at lists.kamailio.org, the lists at openser.org goes to the opensips lists) > Following your instructions I have enable the compilation defined in > Makefile.defs and recompile everything after a make clean. One

Re: [Kamailio-Users] [Fwd: Re: [Sip-implementors] REGISTER R-URI with port parameter]

2008-10-29 Thread Daniel-Constantin Mierla
On 10/29/08 01:30, Klaus Darilion wrote: > Alex Balashov wrote: > >> Does Kamailio match 'uri == myself' if the domain is the same as the >> canonical hostnames/aliases but the port is different than the one >> Kamailio knows itself to be listening on? >> > > Not sure, but I think: yes

Re: [Kamailio-Users] Kamailio/Openser - improve the performance with children process

2008-10-29 Thread Daniel-Constantin Mierla
Hello, On 10/28/08 19:39, Daniel Cardoso Alves wrote: > Hi people... > > Is there a number of children that the Kamailio/Openser for improve > the performance? > > Each process takes care of a request? > yes, each process takes care of a SIP message (request/reply). Cheers, Daniel -- Daniel-Co