Re: [SR-Users] Kamailio Load Testing

2012-03-26 Thread Uri Shacked
> > > >How do you reload your htable? Is it using the exec( ) function to call > the > >mi command sht_reload? Or do you have another method? > > I use the exec() to run a shell script with the relevant mi command. the > shell script return code is used to make sure all went OK. > > >Thanks > > >Re

Re: [SR-Users] TLS delay on request processing

2012-03-26 Thread Andreas Heise
Hi Daniel, I already tried benchmark module, but in the meantime I've fixed the problem. It wasn't a good idea to run a performance test with debug=7 (set from a previous test), now with debug=1 Kamailio flying speed is as excepted also on this low performance test machine ;-) thanks for your ti

Re: [SR-Users] Kamailio modifying ruri during loose-route

2012-03-26 Thread Andrew Pogrebennyk
Dan, Well, it looks like kamailio recognizes 127.0.0.1 as its own URI that's why it does rewrite. Do you have by chance such alias in your config (or auto_aliases=yes)? On 03/26/2012 03:47 PM, Dan-Cristian Bogos wrote: > Hey Guys, > > I have noticed some unexpected behavior (at least by me) durin

[SR-Users] TCP memory failures...

2012-03-26 Thread Krishna Kurapati
I keep getting these... I am using master branch... Mar 26 06:46:34 siptest /usr/sbin/kamailio[5062]: ERROR: [tcp_main.c:1063]: ERROR: tcpconn_new: mem. allocation failure Mar 26 06:46:34 siptest /usr/sbin/kamailio[5062]: ERROR: [tcp_main.c:4135]: ERROR: handle_new_connect: tcpconn_new failed, c

Re: [SR-Users] Kamailio Load Testing

2012-03-26 Thread Reda Aouad
How do you reload your htable? Is it using the exec( ) function to call the mi command sht_reload? Or do you have another method? Thanks Reda On Mon, Mar 26, 2012 at 14:56, Uri Shacked wrote: > Hi, > > > > I made these kinds of tests before. I have two tips for you to pay > attention to: > >

[SR-Users] Kamailio modifying ruri during loose-route

2012-03-26 Thread Dan-Cristian Bogos
Hey Guys, I have noticed some unexpected behavior (at least by me) during my tests. When routing specific ACK message back to 200 OK originator, Kamailio will rewrite the ruri with the value of route header. Is that known or some memory access problem? Call setup: B2BUA(127.0.0.1) -> Kamailio (1

[SR-Users] siptrace error...

2012-03-26 Thread Krishna Kurapati
Hi, I keep getting this error in the sip_trace module: Mar 26 06:19:26 siptest /usr/sbin/kamailio[4279]: ERROR: siptrace [siptrace.c:1705]: there is not a valid number port 5060?/?? Krish Kura ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-us

[SR-Users] Kamailio Load Testing

2012-03-26 Thread Uri Shacked
Hi, I made these kinds of tests before. I have two tips for you to pay attention to: 1. Read about the [routes] on SIPp, It is tricky to satisfy kamailio with SIPp scenarios. 2. Make sure your DB table is well build (use less varchars and more integers). I found out that there are m

Re: [SR-Users] 2 rollover contacts per user

2012-03-26 Thread Krishna Kurapati
Will do. On Mon, Mar 26, 2012 at 2:57 AM, Daniel-Constantin Mierla wrote: > Hello, > > > On 3/24/12 2:35 PM, Krishna Kurapati wrote: > > Thanks Daniel for the suggestions. To make the script manageable, I am > thinking of implementing last option. > Have another flag to "save". May be 0x8? > >

Re: [SR-Users] Kamailio IMS + TLS

2012-03-26 Thread Carsten Bock
Hi, the Kamailio-IMS module are currently beeing heavily renovated. As soon as the changes are ready, the enhanced/improved Version of the IMS modules will be merged back into Kamailio-Trunk. Please be patient. Carsten 2012/3/26 : > Hello, > > I am trying to add TLS support to kamailio PCSCF

Re: [SR-Users] ITSPA 2012 Award for Open Source VoIP Projects

2012-03-26 Thread Reda Aouad
Congratulations Daniel and all the Kamailio team and developers ! Thank you all for this great community :D Reda On Fri, Mar 23, 2012 at 15:33, Daniel-Constantin Mierla wrote: > Hello, > > ITSPA UK has unveiled the winners of its 4th annual Awards, an event > designed to celebrate innovation

[SR-Users] Kamailio IMS + TLS

2012-03-26 Thread trojak
Hello, I am trying to add TLS support to kamailio PCSCF sever. After defining WITH_TLS value and editing tls.cfg file for right path to certificate and key I am still getting following errors: Mar 26 10:23:03 pcscf /usr/sbin/kamailio[12916]: ERROR: pcscf [mod.c:951]: ERR:P-CSCF:mod_init:

Re: [SR-Users] question about cdrtool + freeradius

2012-03-26 Thread Rabary
Le -10/01/-28163 22:59, Rabary a écrit : Hi all, I don't know if I'm in the right mailing, if not sorry in advance, if yes why I can't insert record in the mysql database for call accounting because it seems like the request is not complete. I put an attachment file, mysql log and /etc/freera

[SR-Users] Update of wiki write access

2012-03-26 Thread Daniel-Constantin Mierla
Hello, just to let you know that over the weekend the ACL (user authentication) for write access to wiki portals of the project has been turned on. Anyone that wants to write to the wiki has to create herself/himself an account. The reason for requiring user authentication is weakness of the

Re: [SR-Users] 2 rollover contacts per user

2012-03-26 Thread Carsten Bock
Hi, An alternative to the C/Module version would be the following: # Allow no more than 2 contacts per AOR modparam("registrar", "max_contacts", 2) # Order usr-loc entries by the order of registration, not the Q-Value: modparam("usrloc", "desc_time_order", 1) # Table holding last selected AOR per

Re: [SR-Users] Absorbing ack's

2012-03-26 Thread Daniel-Constantin Mierla
Hello, can you paste here the config actions used for handling the ACK? I noticed some things for which I would like to see the config: - the ACK for has Route header which is not consumed when ACK is relayed - therefore looks like is not going through loose_route() Load the debugger module an

Re: [SR-Users] 2 rollover contacts per user

2012-03-26 Thread Daniel-Constantin Mierla
Hello, On 3/24/12 2:35 PM, Krishna Kurapati wrote: Thanks Daniel for the suggestions. To make the script manageable, I am thinking of implementing last option. Have another flag to "save". May be 0x8? yes, it is ok. Perhaps this should have lower priority than 0x4, just in case someone sets

[SR-Users] question about cdrtool + freeradius

2012-03-26 Thread Rabary
Hi all, I don't know if I'm in the right mailing, if not sorry in advance, if yes why I can't insert record in the mysql database for call accounting because it seems like the request is not complete. I put an attachment file, mysql log and /etc/freeradius/sql.conf. Thanks. -- Rabary Teddy G