Re: [SR-Users] Questions about login to account

2012-06-27 Thread Daniel-Constantin Mierla
Hello, On 6/27/12 3:37 PM, Renato dos Santos wrote: I has too problem... On 26/06/2012, at 05:18, Daniel Butenko wrote: Dear All, I am trying to register an account oniptel.org but some problems occurred while this operations. Firstly I set up account by "register" link:

Re: [SR-Users] TM module timer question

2012-06-27 Thread Daniel-Constantin Mierla
Hello, On 6/27/12 6:08 PM, Corey Edwards wrote: On 06/26/2012 08:36 AM, Gertjan Wolzak wrote: Which timer do I need to use to get a failure route to reroute the call to a pstn gateway? I have tried the fr_timer which works, I set it to 5000, downside is that when I am in wifi range, I onl

Re: [SR-Users] A question about installing kamalio

2012-06-27 Thread Daniel-Constantin Mierla
Hello, On 6/27/12 3:46 PM, Aurel Sandu wrote: Hello all of you, I tried to install kamallio 3.3 version released a couple days ago . I followed the steps mentioned here https://www.kamailio.org/wiki/install/3.3.x/git Everything works fine until I have to create mysql database . Everything goe

Re: [SR-Users] Segfault running 3.3.0 with registrar/p_usrloc/path

2012-06-27 Thread Daniel-Constantin Mierla
Hello, if you can reproduce it, try to get the core dump, some steps that will help getting one easier: - run as root - before starting do: 'ulimit -c unlimited' Retest in order to get the issue again and if you get the corefile, then send the backtrace: gdb /path/to/kamailio /path/to/core

[SR-Users] system call

2012-06-27 Thread Kelvin Chua
hi guys, i'm currently using cron to alert the admin via email of any irregularities (e.g. pike) but i'm wondering, is it possible to do a system call from the cfg script? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list s

[SR-Users] dlg_refer

2012-06-27 Thread Uri Shacked
Hi, before trying dlg_refer, does anyone know, does it send REFER to the caller/callee? or doeas it do reinvite? i ask this because my class 4 softswitch does not support REFER thanks, Uri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-use

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-06-27 Thread Akan
Daniel, i did a repull from git, compiled, installed and re-test of Kamailio and got the same error in the same program's location as previous (in tm_funcs.c). Here are the commands that I entered to make sure I did everything correctly: mkdir -p /usr/local/src/kamailio/kamailio-3.2-noalignm

Re: [SR-Users] Subscription-State: terminated;reason=terminated?

2012-06-27 Thread Min Wang
HI Anca I tested. it (Kamailio) works as expected, great job! (1) The issue is jitsi does not honor retry-after=300. It should be the jitsi issue. I will post on their mailing list. (2) OMA way: According to Saúl: There is something better to do here, in case you

Re: [SR-Users] TM module timer question

2012-06-27 Thread Corey Edwards
On 06/26/2012 08:36 AM, Gertjan Wolzak wrote: > Which timer do I need to use to get a failure route to reroute the call > to a pstn gateway? > > > > I have tried the fr_timer which works, I set it to 5000, downside is > that when I am in wifi range, I only have 5 seconds to answer the call. >

Re: [SR-Users] Subscription-State: terminated;reason=terminated?

2012-06-27 Thread Min Wang
HI Anca That is great. I will test it and report back. kind regards. min On 06/27/2012 05:39 PM, Anca Vamanu wrote: Hi Min, Klaus, I followed your suggestions and added a module parameter - xcapauth_userdel_reason in presence_xml module. It has default value "probation". The retry-af

Re: [SR-Users] Subscription-State: terminated;reason=terminated?

2012-06-27 Thread Anca Vamanu
Hi Min, Klaus, I followed your suggestions and added a module parameter - xcapauth_userdel_reason in presence_xml module. It has default value "probation". The retry-after parameter can be added easily by just attaching it also to the end of the reason when setting this parameter. 3.10. xca

[SR-Users] A question about installing kamalio

2012-06-27 Thread Aurel Sandu
Hello all of you, I tried to install kamallio 3.3 version released a couple days ago . I followed the steps mentioned here https://www.kamailio.org/wiki/install/3.3.x/git Everything works fine until I have to create mysql database . Everything goes fine until I have to install mysql database (ste

Re: [SR-Users] Questions about login to account

2012-06-27 Thread Renato dos Santos
I has too problem... On 26/06/2012, at 05:18, Daniel Butenko wrote: > Dear All, > I am trying to register an account on iptel.org but some problems occurred > while this operations. > Firstly I set up account by “register” link: on website: Login > register > I > add email:pav.v...@gmail.com wi

Re: [SR-Users] EOF Error in pass_fd

2012-06-27 Thread Olle E. Johansson
27 jun 2012 kl. 10:01 skrev Daniel-Constantin Mierla: > the patch was backported to branch 3.2, it is recommended you use the latest > version of that branch, as there might be other fixes that can hit you at > some point. It is safe to do it, you don't need to change anything in > database or

Re: [SR-Users] Git Error on Kamailio-3.3 Install

2012-06-27 Thread Daniel-Constantin Mierla
That's new enough, so should be no problem - I know centos 5 used to have quite old version that didn't work. Be sure you cloned the last version of git repo. Can you give here the output of 'git log -1' ? Cheers, Daniel On 6/27/12 10:04 AM, SamyGo wrote: Its: 1.7.10.4 On Wed, Jun 27, 2012

Re: [SR-Users] default kamailio configuration.

2012-06-27 Thread Daniel-Constantin Mierla
Record-Route is added by proxies to requests creating dialogs to require that the requests within the dialog will be sent through them. There Record-Route headers become Route in within dialog requests. In other words, Route forces next hop address and can be dangerous from security point of vi

Re: [SR-Users] Git Error on Kamailio-3.3 Install

2012-06-27 Thread SamyGo
Its: 1.7.10.4 On Wed, Jun 27, 2012 at 12:59 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > what is the version of git tool? > > Cheers, > Daniel > > > On 6/26/12 6:45 AM, SamyGo wrote: > > Hello, > I'm setting up new Kamailio 3.3 from git ref-link: > http://www.kamailio.or

Re: [SR-Users] EOF Error in pass_fd

2012-06-27 Thread Daniel-Constantin Mierla
Hello, On 6/25/12 8:52 PM, Ricardo Martinez wrote: Thanks Daniel. We are going to do some test with the new patch, but before can you guide me on how to download only the modification via git ¿ the patch was backported to branch 3.2, it is recommended you use the latest version of that b

Re: [SR-Users] Git Error on Kamailio-3.3 Install

2012-06-27 Thread Daniel-Constantin Mierla
Hello, what is the version of git tool? Cheers, Daniel On 6/26/12 6:45 AM, SamyGo wrote: Hello, I'm setting up new Kamailio 3.3 from git ref-link:http://www.kamailio.org/wiki/install/3.3.x/git I'm using CentOS 5.8 and when I execute the line # git checkout -b 3.3 origin/3.3 it gives me err