[SR-Users] branching 3.3 - to be used for 3.3.x releases

2012-06-11 Thread Daniel-Constantin Mierla
Hello, I am going to create the GIT branch 3.3 in short time -- this branch will be used for releasing 3.3.x versions. After that master can take again commits of new features, to be part of next major release 3.4.x. Branch 3.3 will take only fixes. From my point of view, I have two issues

Re: [SR-Users] Kamailio and Nonce Count

2012-06-11 Thread Daniel-Constantin Mierla
Hello, On 6/8/12 4:24 PM, patrice.bode...@orange.com wrote: Hello, I try to understand the nonce count handling. By parameter "modparam("auth", "nonce_expire", 21600)" I can define the validity of the Nonce in the time. But I want also to define the validity of the Nonce in the number of

Re: [SR-Users] About kamailio 3.3 msrp module and sylkserver

2012-06-11 Thread Daniel-Constantin Mierla
Hello, On 6/7/12 11:55 PM, Min Wang wrote: Hi I am wondering what are the major differences between kamailio 3.3 msrp module and sylkserver (http://sylkserver.com/features.phtml ) ? msrp module is an implementation of a msrp relay, see RFC4975 and RFC4976. I am not using the other software

Re: [SR-Users] Dispatcher PSTN

2012-06-11 Thread Daniel-Constantin Mierla
Hello, On 6/7/12 6:30 PM, Kr0m wrote: Hello I am not able to dial to pstn with kamailio, the call is routed to my pstn-gw(asterisk), but the final phone rings 4 or 5 seconds and then it is hanged up. My outbound route is: route[PSTN] { if (strempty($sel(cfg_get.pstn.gw_ip))) {

Re: [SR-Users] About kamailio 3.3 msrp module and sylkserver

2012-06-11 Thread Min Wang
hi Daniel thanks a lot for the info. min On 06/11/2012 09:18 AM, Daniel-Constantin Mierla wrote: Hello, On 6/7/12 11:55 PM, Min Wang wrote: Hi I am wondering what are the major differences between kamailio 3.3 msrp module and sylkserver (http://sylkserver.com/features.phtml ) ? msrp mo

Re: [SR-Users] [sr-dev] branching 3.3 - to be used for 3.3.x releases

2012-06-11 Thread Daniel-Constantin Mierla
Hello, it's rising a SIGBUS (and a crash) with save()/lookup() if use_domain is 1, due to checks over the realm_prefix value, the last backtrace is in this email: http://lists.sip-router.org/pipermail/sr-users/2012-June/073438.html Thanks, Daniel On 6/11/12 9:39 AM, Jason Penton wrote: He

Re: [SR-Users] Capturing a users call (SIP+RTP+T.38)

2012-06-11 Thread Klaus Darilion
For the records: I tested pcapsipdump and it fulfills its job (although there is space for iprovements) regards Klaus On 06.06.2012 13:07, Klaus Darilion wrote: Hi all! Do you know any comfortable tools to filter out a certain users call? e.g. searching in SIP packets for the user pattern, ge

Re: [SR-Users] Shared memory fragmentation

2012-06-11 Thread Morten Isaksen
Hi Daniel and Marius, Thanks for your feedback. I hope I have solved the issue. Due to a bug in the perl script that generated the route table some destinations got added instead of updated to the table. The result of this bug was that about 50 destinations each was 1082 times in the route table.

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-11 Thread Jason Penton
This seems like a really strange bug, what compiler are you using, gcc or sun studio? We use gcc and don't have any issues like this. I will use sun studio if you confirm that you are using it and will give that a go. Cheers Jason On Mon, Jun 4, 2012 at 8:57 AM, Daniel-Constantin Mierla wrote: >

Re: [SR-Users] maddr parameter in contact header and fix_nated_contact

2012-06-11 Thread Morten Isaksen
Hi Daniel, Sorry for the late reply. The patch is working ok. /Morten On Fri, Jun 1, 2012 at 1:25 PM, Morten Isaksen wrote: > Hi Daniel, > > Thanks for a very quick response. The patch seems to work fine on > 3.2.2. I will do some more testing later today. > > /Morten > > On Fri, Jun 1, 2012 at

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread Carsten Bock
Hi Carel, this is a rather complex question with no simple yes or no answer. You can use the dialog module with no "in-memory" storage of dialog data and leave it to the database to do the replication. I think postgres has Multi-Master Replication, i am not sure about MySQL. At a major german telc

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread SamyGo
Hi, I personally think that there needs to be an official wiki page giving details about a basic redundant/HA server setup. A lot of people need this on regular basis. So I request forum members and contributors to share their guidelines on this. Thanks, Sammy Go. On Mon, Jun 11, 2012 at 3:32 PM

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread Daniel-Constantin Mierla
Hello, the wiki is open for everyone to contribute: * http://www.kamailio.org/wiki/ You need to make yourself an account, the anonymous posting based on CAPTCHA was disabled due to spam bots easily breaking CAPTCHA system and posting spam. If someone takes the time to search a bit through

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread SamyGo
Sir , I always do a thorough searching through the user's mailing list here., and I know I still find it difficult thinking about creating a cluster of Kamailio servers. If only there could be basic instructions and specially role of new version modules(may be *dmq*) to create a telco-grade impleme

[SR-Users] development for future version 3.4.0 is open

2012-06-11 Thread Daniel-Constantin Mierla
Hello, short note to let everyone know that new features can be committed again to the master branch -- they will be part of future version 3.4.0 (if no other numbering release will be decided). Testing phase of version 3.3.0 within master is ended, a dedicated branch being created for it (d

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread Juha Heinanen
SamyGo writes: > Thats just my suggestion, I am trying to setup a clustered service and > still no luck. Only heartbeat works which is pretty basic, anything on top > of heartbeat to make it application level redundant (active/passive OR > active/active) like OCF resources and their documentation

[SR-Users] git branch 3.3 created

2012-06-11 Thread Daniel-Constantin Mierla
Hello, GIT branch 3.3 was created to hold the release series 3.3.x -- version 3.3.0 will be out in max. 1 week, a decision after collecting eventual issues still open to be reported today. Here are few details about how to use it. Download and use branch 3.3 from git: git clone --depth 1 gi

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread SamyGo
Thanks Juha :) Really appreciate that. Would you please like to contribute the whole procedure so that everyone knows whats happening here !! As soon as I finish with this one *successfully* I will write about it in my blog, so anything that leads to its successful implementation would benefit alo

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread Juha Heinanen
SamyGo writes: > Really appreciate that. Would you please like to contribute the whole > procedure so that everyone knows whats happening here !! i'm not able write a tutorial on how to setup and use heartbeat/pacemaker. virtual-ip and sip-proxy could be configured something like this (i haven't

Re: [SR-Users] High availability design with Kamailio

2012-06-11 Thread SamyGo
OK thanks, I'm trying this all for myself. once I try this, test this, and get something done I will post the tutorial for all.* I may need help in this.* Regards, Sammy On Mon, Jun 11, 2012 at 5:15 PM, Juha Heinanen wrote: > SamyGo writes: > > > Really appreciate that. Would you please like to

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-11 Thread Daniel-Constantin Mierla
Hello, I got access and it is actually gcc, here are the compile options: $ gmake Q=0 Makefile.defs defs skipped gcc -g -O9 -funroll-loops -m64 -mcpu=ultrasparc -mtune=ultrasparc -fno-strict-overflow -ftree-vectorize -Wall-DNAME='"kamailio"' -DVERSION='"3.3.0-pre3"' -DARCH='"sparc64"' -DOS

[SR-Users] About sdpops

2012-06-11 Thread Grégoire Vandendeurpel
Hello, I'm using Kamailio 3.2.3 and SDPOPS module. I just have a question about the configuration: What do you mean by "ANY_ROUTE" in configuration ?? Cause I don't know where in the configuration , I have to use the differents functions of SDPOPS. If I do something like this: request_route {

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-11 Thread Daniel-Constantin Mierla
Hello, I committed a patch that should make it work when realm_prefix is not set for registrar module: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d42379da90f2ec87cb5dbb00ebb563c7528ec910 For the moment I have no idea why SIGBUS is triggered, i tried to access the str

Re: [SR-Users] About sdpops

2012-06-11 Thread Daniel-Constantin Mierla
Hello, On 6/11/12 3:19 PM, Grégoire Vandendeurpel wrote: Hello, I'm using Kamailio 3.2.3 and SDPOPS module. I just have a question about the configuration: What do you mean by "ANY_ROUTE" in configuration ?? Cause I don't know where in the configuration , I have to use the differents functi

Re: [SR-Users] [sr-dev] branching 3.3 - to be used for 3.3.x releases

2012-06-11 Thread Jason Penton
Hey Daniel, If you want me to have a look at the solaris problem, let me know. Where are the details for the problem? Cheers Jason On Mon, Jun 11, 2012 at 9:01 AM, Daniel-Constantin Mierla wrote: > Hello, > > I am going to create the GIT branch 3.3 in short time -- this branch will > be used f

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-11 Thread Akan
Here is the information requested: System = SunOS Node = -f Release = 5.10 KernelID = Generic_141444-09 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 One machine is a Sun Fire V120, 2g memory, UltraSPARC-IIe 650MHz, UltraAX-i2 The other machine is a Sun Netra T1

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-11 Thread Daniel-Constantin Mierla
Hello, is it 64bit architecture? Cheers, Daniel On 6/11/12 9:12 PM, Akan wrote: Here is the information requested: System = SunOS Node = -f Release = 5.10 KernelID = Generic_141444-09 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 One machine is a Sun Fire V120