Re: [SR-Users] Stress test

2012-04-18 Thread davy van de moere
sipp , really, in opensource it's bloody amazing ;) I got to +8k transactions per second on one kamailio using a few sipp instances... If you need specific info, contact me directly. Op 18 april 2012 20:41 schreef Reda Aouad het volgende: > Hi, > > You can get inspired by this > http://www.kam

Re: [SR-Users] Stress test

2012-04-18 Thread Reda Aouad
Hi, You can get inspired by this http://www.kamailio.org/docs/openser-performance-tests/ Reda On Wed, Apr 18, 2012 at 20:39, Lucas Alvarez wrote: > Can someone recommend a good stress tool for testing kamailio? Or can > point through the right path? > Thanks in advance. > > > Lucas > >

[SR-Users] Stress test

2012-04-18 Thread Lucas Alvarez
Can someone recommend a good stress tool for testing kamailio? Or can point through the right path? Thanks in advance. Lucas ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-rout

Re: [SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Carsten Bock
Hi, If you want to change aliases & location during runtime by updating or inserting values to SQLlite, you need to change the "db_mode" of usrloc. Your current setting is "1", which will only read data at startup and save all changes made by Kamailio directly into the database (but it will never

Re: [SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Pedro Antonio Vico Solano
I've found it!. If you want a permanent alias/location you have to put the following value on 'expire': 2440587.4421 is it possible to modify aliases/location via updating or inserting values on tables via SQLite? BR, Pedro De:        Carsten Bock Para:        "SIP Router - Kamailio (O

Re: [SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Carsten Bock
Hi, SQLLite has no datatype for dates, so "0" is probably not correct... https://www.sqlite.org/datatype3.html The Kamailio-SQLLite Module stores datetime-values as a REAL: case DB1_DATETIME: rc = sqlite3_bind_double(stmt, i, timet_to_sqlite(VAL_TIME(val))); With the following conversion meth

Re: [SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Pedro Antonio Vico Solano
Hello Carsten, Expire column is 0, what I thought it was "permanent", am I right? I've tried with the default value: '2020-05-28 21:32:15' and happens the same. Maybe is it a problem with the data type of 'expire' column? And I've done another test: if I load tables after Kamailio starts they ar

Re: [SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Carsten Bock
Hi Pedro, did you check your expires date in your preloaded data? Kamailio will delete it, if expires is in the past This is most likely your problem. So long, Carsten 2012/4/18 Pedro Antonio Vico Solano : > Hello, > > I'm having a strange behaviour with sqlite and usrloc tables (location,

[SR-Users] sqlite -> usrloc tables deleted after 1 minute

2012-04-18 Thread Pedro Antonio Vico Solano
Hello, I'm having a strange behaviour with sqlite and usrloc tables (location, aliases). I've created the database with kamdbctl and preloaded many tables with my own data. After starting kamailio 3.2.2 (with sqlite engine) location and aliases tables get empty after 1 minute. It does not happen

Re: [SR-Users] kamailio 3.2.2 - uac calls from sipgate.de - rr [loose.c:103]: failed to parse Route HF

2012-04-18 Thread Klaus Darilion
Some more feature requests: "read and delete" and "increment by xxx" as single atomic operation to avoid race conditions when doing statistics counting regards Klaus On 18.04.2012 10:39, Karsten Horsmann wrote: Hello List, after my multihomed setup seems to be fine i have an question about t

[SR-Users] kamailio 3.2.2 - uac calls from sipgate.de - rr [loose.c:103]: failed to parse Route HF

2012-04-18 Thread Karsten Horsmann
Hello List, after my multihomed setup seems to be fine i have an question about this log entries: Apr 18 10:02:28 kamailio1 rtpproxy[15286]: INFO:handle_command: delete request failed: session 153a2e592314d58d51897ed10187f...@sipgate.de, tags as11f6a774/ds-32764e7d-e76ac287 not found Apr 18 10:02

Re: [SR-Users] implementing Kamailio with FreeSwitch.

2012-04-18 Thread Daniel-Constantin Mierla
Hello, you should know what are the numbers for conference rooms. Then practically you have to do conditions on these numbers and then use dispatcher to load balance. The default config file has a route to PSTN where you can see a condition based on dialed numbers and forward to PSTN gw. Y

Re: [SR-Users] uac module incoming INVITE become wrong dst_ip address

2012-04-18 Thread Karsten Horsmann
Hello Daniel, this was an linux routing issue. Cos all things routed outbound via private ipaddressed gateway the kernel still used the private ip address. I solved that with default gw public ip address. -- Mit freundlichen Grüßen *Karsten Horsmann* _

Re: [SR-Users] loose_route() for ACK message

2012-04-18 Thread Daniel-Constantin Mierla
Hello, have you set aliases (global parameters) to the IP address in the R-URI? Cheers, Daniel On 4/16/12 6:17 PM, Laurent Schweizer wrote: Hello all, I have a script working with openser1.2.1 and I try to move them to kamailio 3.2.1 I have actually an issue with the loose_route() functio

Re: [SR-Users] uac module incoming INVITE become wrong dst_ip address

2012-04-18 Thread Daniel-Constantin Mierla
Hello, On 4/17/12 11:44 AM, Karsten Horsmann wrote: Hello List, i am nearly finishing my multihomed config (public ip/internal ip) with kamailio. For incoming calls i want to use the uac module too. Then i want to locate an permanet entry and dispatch it to ivr system behind kamailio. i tried

Re: [SR-Users] Core Dump from select stmt

2012-04-18 Thread Daniel-Constantin Mierla
Hello, On 4/17/12 4:52 AM, Akan wrote: Sorry, I am new to git. What is the git command to add the patch or can I just download all of the updates? you can download now all updates if you install latest git branch 3.2: * http://www.kamailio.org/wiki/install/3.2.x/git For backporting patches,

Re: [SR-Users] Releasing v3.2.3

2012-04-18 Thread Daniel-Constantin Mierla
Hello, quick update, I am planning to package v3.2.3 tomorrow. I have already backported all fixes that seemed to apply to 3.2 committed by me in git master, plus a few from other devs. Cheers, Daniel On 4/11/12 11:39 AM, Daniel-Constantin Mierla wrote: Hello, last patch release (v3.2.2) w

Re: [SR-Users] htable feature request

2012-04-18 Thread Daniel-Constantin Mierla
Hello, the freezing is next week, so it is possible if one codes it before. Cheers, Daniel On 4/18/12 1:29 AM, Andreas Granig wrote: Hi, I'd like to ask for a feature request for htable. Would it be possible to add an MI function to delete specific entries from an htable, e.g. with "sercmd ht

[SR-Users] Distributed subscribers Kamailio

2012-04-18 Thread Juanjo
Hello everybody I have a question about clustering kamailio, i want to register subscribers to two diferent kamailios, and the subscribers from one kamailio should be able to communicate with the subscribers registered in the other kamailio How can i do it? Is there something like DUNDI in the