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
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
> 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
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
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
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
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
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
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
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
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
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
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
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"
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
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_
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
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
18 matches
Mail list logo