locals
> p dlginfo
> p *dlginfo
>
>
> Cheers,
> Daniel
>
> On 27/11/2016 13:00, davy van de moere wrote:
>> Gents,
>>
>> On a not really loaded kamailio (less than 50 users at the moment),
>> I'm getting a core dump every few days. I've tr
Gents,
On a not really loaded kamailio (less than 50 users at the moment),
I'm getting a core dump every few days. I've tried multiple verisons
of Kamailio, 4.4.x , 4.3.x and also on 5.0.0-dev7 .
I can't reproduce it adhoc, but every few days it happens...
Is that something someone wants to jump
ierla :
> Hello,
>
> have you set the core async workers parameter?
>
> - http://www.kamailio.org/wiki/cookbooks/4.2.x/core#async_workers
>
> Cheers,
> Daniel
>
>
> On 10/02/15 19:44, davy van de moere wrote:
>
> Does anyone know if the async queries of kamaili
Does anyone know if the async queries of kamailio work with mariadb? I'm on
kamailio 4.2.3, and I can't get the async way of querying to work. I don't
get any errors, but I don't see the queries to be executed.
the relevant part of my config is:
loadmodule "db_mysql.so"
loadmodule "sqlops.so"
m
A first easy hint would be to go out there and get yourself a nice copy of
ngrep, "ngrep -d eth0 port 5060 -W byline -q " will help you understand the
magic of SIP much easier.
I think you could get yourself upto speed by trying to get one of the many
example configuration files to work.
I believ
Succes!
Indeed that works!
Nice and quick fix! thx!
2014-10-28 12:05 GMT+01:00 Elena-Ramona Modroiu :
> Try with latest version from git branch 4.2. I committed a fix for a
> last minute optimization done for searching the iterator by name.
>
> Ramona
>
>
> On 27/10/
I was giving the htable iterator a go , but I can't get it to work.
My relevant config would is:
modparam("htable", "htable", "testhtable=>size=4;")
in the request route I have this:
sht_iterator_start("i1", "testhtable");
while(sht_iterator_next("i1")) {
xlog("L_INFO"," $sh
SIP, and real-time, delay-sensitive communication in general. The
>> fundamental answer is basically #1--incur as little delay as possible.
>>
>>
>> On 26 October 2014 14:33:43 GMT-04:00, davy van de moere > mo...@gmail.com> wrote:
>>>
>>> G
Gents,
assuming we don't use async methods (I know, it's against fashion),
eventually you'll end up in having some bottlenecks in your config...
Now thanks to a lot of children you can easily work around this, a maximum
of 32 children gives you already quite something, and if you use the
dispatch
Could you show us some SIP headers?
2014-09-22 13:50 GMT+02:00 davy van de moere :
> A very long shot, look into handle_ruri_alias().
>
>
>
> 2014-09-22 12:58 GMT+02:00 marino.mil...@alice.it
> :
>
>> Hi,
>>
>> I'm having a problem with routing of BYE
A very long shot, look into handle_ruri_alias().
2014-09-22 12:58 GMT+02:00 marino.mil...@alice.it :
> Hi,
>
> I'm having a problem with routing of BYEs in my multi homed Kamailio.
>
> My setup is a Kamailio v4.1.5 with two NIC (172.20.11.0 & 192.168.10.0) and
> three phones. Two phones (1 for
Mysql and Freeswitch.
As such the question, any good reason not to use Docker?
thx!
Davy Van De Moere
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
enable_timer=false is set.
>
> Is there any explicit way wherein ACKs can be transmitted to FS ?
>
>
> Thanks in advance !
>
>
> On Tue, Aug 12, 2014 at 1:15 PM, davy van de moere <
> davy.van.de.mo...@gmail.com> wrote:
>
>> Are you sure you're get
Are you sure you're getting the ACK correctly to FS?
FS typically has this behavior when it did not correctly receive a
confirmation of an answer, and after 30 seconds disconnects, as for FS the
call has failed.
Do you have a trace of the packets?
grtz,
Davy Van De Moere
2014-08-12 13:3
Siremis is rather popular, has a lot of bells and whistles, and is probably
what you should take.
But there is a rather recent module for Kamailio which is just awesome, I
built my own prepaid/postpaid UI, based on cnxcc, and there is a nice UI
to it to which you can co-install. But personally I
.
Best of luck & Enjoy your time with Kamailio!
Grtz,
Davy Van De Moere
Op 6-mrt.-2014, om 05:40 heeft Owais ul Haq het
volgende geschreven:
> Hello,
> Guys, I need some help. I am tasked to deploy "Fail Safe Architecture" for
> already running Kamailio Server in our orga
What they typically do , is deep packet inspection or port blocking. The latter
you can divert by changing the default port of 5060, the first can be
circumvented by using tls ( then they can't analyse the internals of your
packets).
If it still doesn t work you can push everything through a li
ion works like a charm.
I got coredumps of it, if someone is interested.
Side questions are offcourse, am I aiming to use jsonrpc_request for the
correct purpose? Are there any other good alternatives? (next to using plain db
queries?)
Grtz,
Davy
--
davy van de moere
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
True, and actually not having it realtime is not a drama.
If you're having simultaneous calls in the hundreds, you don't care what's
happening *right* now, as long as you know what was happening in the recent
past, like 1-2 minutes delay, which is still good enough to monitor for
security issues p
I started the pages, to be found :
http://www.kamailio.org/wiki/tutorials/security/security-threats
http://www.kamailio.org/wiki/tutorials/security/kamailio-security
They are a long from being complete, but it's a start, feel free to
modify/correct/add content!
2013-12-18 davy
> ACK
>
> :)
>
Homematch for me ! If anyone gets in some sort of pratical problems, feel free
to bug me ;) ( and no , my coach is already occupied by my dogz )
Sent from my iPhone
> On 08 Jan 2014, at 20:07, Daniel-Constantin Mierla wrote:
>
> Hello,
>
> not much about real time communications this year a
+1 really lol
Sent from my iPhone
> On 14 Nov 2013, at 22:13, Sergey Okhapkin wrote:
>
> No, you may not that way.
>
>> On Thursday 14 November 2013 21:11:58 Roni | wrote:
>> may i join
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr
With a lot of patience…
On 18 Mar 2013, at 11:24, Victor V. Kustov wrote:
> Good day.
>
> How could I debug SIP dialogs?
>
> --
> SY,
> Victor
> JID: coy...@bks.tv
> JID: coy...@bryansktel.ru
> I use FREE operation system: 3.8.2-calculate GNU/Linux
>
> _
Use multiple kamailio's, access them over sip-srv (that will give you high
availability) , and checkout cassandra if you need db-connectivity ;)
That should be imho the simplest and oh boy efficient :)
On 12 Mar 2013, at 10:29, Moacir Ferreira wrote:
> Hi,
>
> What would be the community's a
Stampeding on an open door here, and not wanting to start a pun war ;)
http://www.amazon.com/Building-Telephony-Systems-OpenSIPS-1-6/dp/1849510741/ref=sr_1_1?ie=UTF8&qid=1361373796&sr=8-1&keywords=kamailio
Offcourse, it's not *AS* good as Kamailio, but if your into the book thing, it
might help
I use something like this on my boxes to keep them foreigners out:
if ( !ds_is_from_list() ) {
sl_send_reply("403","Your not in my dispatcher list");
}
Put this high up your config.
Cheers
On 18 Feb 2013, at 11:58, Benjamin Henrion wrote:
> Hi,
>
> Does someone know/uses a simple rule so t
How about we do something crazy, and go out in Bruges, I can easily fit 4
people in my car :D
On 09 Jan 2013, at 19:39, Olle E. Johansson wrote:
>
> 9 jan 2013 kl. 18:55 skrev Benjamin Henrion :
>
>> On Wed, Jan 9, 2013 at 6:21 PM, Olle E. Johansson wrote:
>>>
>>> 9 jan 2013 kl. 18:13 skrev
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
38 seconds sounds pretty close to 30 seconds. Could those 38 seconds be a
30 seconds after the actual answer packet?
If so, you might want to look at ACK and OK packets not arriving correctly
because of NAT, wrong IP selection in openser , etc...
A simple tshark might help you out to debug from a
You can attempt to give Kamailio more memory to use, by adding the options
-M and -m . If you have enough memory a -M 10240 and -m 1024, should give
you more transaction capabilities.
Op 2 maart 2012 13:26 schreef Klaus Darilion
het volgende:
> See
> http://kamailio.org/dokuwiki/**doku.php/troub
When there is color and voip and wifi in one sentence, one of the three
doesn't fit there...
you most likely want to do something like:
192.168.0.2:5060 for both of them, and do change that IP to the box on
which you have something SIP running.
Best of luck!
2011/11/24 Rohit Bhatnagar
> I am
If you want to have your Asterisks on only private IPs, you will need to
use some sort of RTPProxy, the standard config examples typically work for
that setup.
On the other hand, some people are starting to come back from that topo,
and just use Asterisk (or freeswitch) as the RTPProxy. And perhap
As a quicky, just remove (or move) that folder /usr/local/lib/kamailio/
modules/ and have the 3.2 redo the installation of modules. (make install)
2011/10/24 Henning Westerholt
> On Monday 24 October 2011, Uri Shacked wrote:
> > i installed 3.2 from git.
> > when starting kamailio i get t
> Now I can hackishly fix it with a rewritehostport in the middle. But that
> > will eventually not scale up that nicely. Ergo, does anyone have a good
> idea
> > on how to e.g. have Kamailio in this situation ignore the first uri in
> the
> > route header? Or am I still not getting it :) ?
>
> y
Are you sure you have mysql-client installed ?
(check with just typing mysql in your shell)
2011/10/12 Peter Schrock
> This is what I am getting:
> INFO: test server charset
> /usr/local/lib/kamailio//kamctl/kamdbctl.mysql: line 105: mysql: command
> not found
> /usr/local/lib/kamailio//kamctl
Owki, reading RFC-3261 again ;)
Imho Kamailio does what it is supposed to do, it forwards the packet to the
first element in the Route header.
But as I received the BYE packet from , that one should have
stripped itself out of the Route header, making everything just work, right?
Now I can hack
I'm trying to integrate to an integrics enswitch, almost everything works
like a charm, except on BYE packets as Kamailio in my setup forwards these
incorrectly.
Digging somewhat I believe the culprit sits in the Route header which comes
from the enswitch:
Route:
,
Kamailio takes into account th
37 matches
Mail list logo