Re: [SR-Users] please help to register sip phone to kamailio server via tls support.

2010-09-07 Thread Klaus Darilion
I couldn't follow what you exactly did, but you should 1. create a self-signed CA certificate 2. create private and public key for server. Make certificate signing request (CSR) from the public key. Sign this CSR with the CA certificate - this will give you the server certificate. 3. configu

Re: [SR-Users] failure_route send 500 retry later

2010-09-07 Thread Alejandro Mellado G.
Hi Carsten, The problem is solved, but with a litle bug. The calls from qutecom are not relayed to sems. Here is the solution: failure_route[FAIL_ONE] { #!ifdef WITH_NAT if (is_method("INVITE") && (isbflagset("6") || isflagset(5))) { unforce_rtp_proxy(); } #!en

Re: [SR-Users] please help to register sip phone to kamailio server via tls support.

2010-09-07 Thread peter_green lion
> Date: Tue, 7 Sep 2010 09:47:18 +0200 > From: klaus.mailingli...@pernau.at > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] please help to register sip phone to kamailio server > via tls support. > > I couldn't follow what you exactly did, but you should

[SR-Users] [patch] make install fails with a bash syntax error

2010-09-07 Thread Dmitry Goncharov
Please, have a look http://sip-router.org/tracker/index.php?do=details&task_id=87. Regards, Dmitry diff --git a/Makefile b/Makefile index 210d277..90f6b21 100644 --- a/Makefile +++ b/Makefile @@ -918,7 +918,8 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) fi; \ f

Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

2010-09-07 Thread KevinJin
Hello Daniel, Thanks for your suggestion. I search on the net and find there's some limits on the Solaris in the limits.h: #define _XOPEN_IOV_MAX 16 /* max # iovec/process with readv()/writev() */ #define _XOPEN_NAME_MAX 255 /* max # bytes in filename excluding null */ #define _XOPE

Re: [SR-Users] Routing issues with SIP Route headers.

2010-09-07 Thread Siddhardha Garige
Klaus, Thanks. I removed to tag check from config file. Thanks Sid "May the light be with you." __ Siddhardha Garige www.luminepixels.com --- On Mon, 9/6/10, Klaus Darilion wrote: From: Klaus Darilion Subject: Re: [SR-Users] Routing issues with

Re: [SR-Users] High performance routing options

2010-09-07 Thread Henning Westerholt
On Monday 06 September 2010, Alex Balashov wrote: > We use this in our solutions and search hundreds of millions of routes > with it in 2-3 ms. It works very well, to say the least, because it > is an approach that allows application of complex business logic > (using stored procedures) to the res

Re: [SR-Users] [patch] make install fails with a bash syntax error

2010-09-07 Thread Daniel-Constantin Mierla
Hi Dmitry, I submitted some comments on tracker, since was not clear for me. Thanks, Daniel On 9/7/10 1:02 PM, Dmitry Goncharov wrote: Please, have a look http://sip-router.org/tracker/index.php?do=details&task_id=87. Regards, Dmitry ___ SIP Exp

Re: [SR-Users] offset exceeds message size crash

2010-09-07 Thread Daniel-Constantin Mierla
Hello, have you tried with latest SVN branch 1.5? The issue should have been solved by a commit couple of months ago: http://openser.svn.sourceforge.net/viewvc/openser/branches/1.5/modules/nathelper/nhelpr_funcs.c?r1=5884&r2=5995 If does not work with latest SVN, let us know. Thanks, Daniel

Re: [SR-Users] kamailio and asterisk proiblem

2010-09-07 Thread Daniel-Constantin Mierla
Hello, you must configure asterisk to trust the traffic coming from Kamailio IP and not authenticate. Cheers, Daniel On 8/29/10 5:00 PM, ch...@cybernergies.com wrote: Hello I have been having issues with kamailio and asterisk realtime. I have used all the configurations posted

Re: [SR-Users] some issues in Kamailio WITH FreeSWITCH, SOS

2010-09-07 Thread Daniel-Constantin Mierla
Hello, not sure I understood your problem. The respective tutorial is for using freeswitch as a media server for kamailio. That means services like voicemail, conferencing, announcement, etc. Now, from your email I understand that you want all calls to go to freeswitch and it will do the ro

Re: [SR-Users] time format in db_flatstore

2010-09-07 Thread Daniel-Constantin Mierla
Hello, On 8/5/10 7:00 PM, SIP Projects wrote: Using version 1.5.2. Trying to migrate acc from db_mysql to db_flatstore to reduce io wait during heavy dialing. However, the default time format changes from normal -MM-DD hh:mm:ss to unixtime in flatstore. I tried using $TF but its format

[SR-Users] TM question

2010-09-07 Thread Alex Balashov
Hi, I have a somewhat unusual log entry after some calls: Sep 3 09:12:23 kamgw01 /usr/local/sbin/kamailio[542]: WARNING: tm [t_lookup.c:1551]: WARNING: script writer didn't release transaction These calls fail in that they are processed instantly, but no time is ever given to receive a resp

[SR-Users] dispatcher problem

2010-09-07 Thread Klaus Darilion
Hi! I have some problems with 3.0 dispatcher module: module configuration: # - dispatcher - /* enable failover support */ modparam("dispatcher", "flags", 2) modparam("dispatcher", "dst_avp", "$avp(i:271)") modparam("dispatcher", "grp_avp", "$avp(i:272)") modparam("dispatcher", "cnt_avp"

Re: [SR-Users] dispatcher problem

2010-09-07 Thread Daniel-Constantin Mierla
Hello, you have to set the ping interval parameter: http://kamailio.org/docs/modules/stable/modules_k/dispatcher.html#id2590104 I see that documentation says its default value is 10, but in sources is 0, which means this feature is disabled. Cheers, Daniel On 9/7/10 7:05 PM, Klaus Darilion

Re: [SR-Users] TM question

2010-09-07 Thread Daniel-Constantin Mierla
Hi Alex, this warning is given when the transaction is created but no stateful reply or relay was done. Cheers, Daniel On 9/7/10 6:41 PM, Alex Balashov wrote: Hi, I have a somewhat unusual log entry after some calls: Sep 3 09:12:23 kamgw01 /usr/local/sbin/kamailio[542]: WARNING: tm [t_

[SR-Users] route_graph tool

2010-09-07 Thread Daniel-Constantin Mierla
fyi, if you haven't discovered yourself yet (as it comes from ser repo), this might be useful if you deal with big configs: utils/route_graph/route_graph.py It prints the tree of routes in your config, useful to understand configs, detect loops or spot that some route was not called. Next is

Re: [SR-Users] TM question

2010-09-07 Thread Alex Balashov
Daniel, Thank you. In that case, perhaps I should ask the question differently: Why would the relay not be happening in this situation? Cheers, -- Alex On 09/07/2010 03:02 PM, Daniel-Constantin Mierla wrote: Hi Alex, this warning is given when the transaction is created but no stateful re