Hello,
we know about this and we will extend the p_usrloc Module in the near
future. Do you consider this is a bug related to the p_usrloc (it's
unusable at the moment) or as a feature enhancement? I've talked with
Marius and he thought initially that this is an enhancement and that's
why we
Hi Owen,
I think basically you are right. But referring to your code example, did
you set up the /log_flag/ module parameter correctly? E.g.:
#!define FLT_ACC 1
modparam("acc","log_flag", FLT_ACC)
Greetings,
Paul
On 06.11.2012 00:34, Owen Lynch wrote:
Hi,
I have transaction accounting to
Hi Matt,
I don't know about Siremis, but I think nice tutorials are:
http://kb.asipto.com/asterisk:realtime:kamailio-3.1.x-asterisk-1.6.2-astdb
and
http://kb.asipto.com/kamailio:kamailio-mixed-ipv4-ipv6
They might probably not answer all your questions, but in my opinion
they show quite nice h
Yes, the Graphite server is openly available: http://graphite.wikidot.com/
Greetings,
Paul
Am 13.01.2016 um 03:53 schrieb Juha Heinanen:
rtpengine README.md mentions "graphite statistics server". is that
server openly available somewhere?
-- juha
_
We'd also welcome a signaling-only B2BUA component for Kamailio, so +1
for this.
Regards,
Paul
Am 03.03.2016 um 13:25 schrieb Alex Balashov:
The idea of a B2BUA is even more revolting when you consider that the
overwhelming preponderance of people who have a topology concealment need have
b
Hallo Nelson,
What Kamailio version do you use?
We have implemented this feature to carrierroute because we didn't want
carrierroute to send a request to an already tried host again.
Considering your use case, we could extend the module with an additional
parameter to offer the option to deacti
Hi,
/ka_timer/ and /ka_interval/ from dialog module come into my mind, e.g.
see http://kamailio.org/docs/modules/devel/modules/dialog.html#idp1758856
Regards,
Paul
Am 28.12.2015 um 09:51 schrieb Mititelu Stefan:
Hello,
What is the simplest way to configure Kamailio to generate periodical
Hello,
This indeed is a bug we've also spotted. It is not only present in 5.0.
It seems the /run_create_callbacks()/ function which triggers the
/DLGCB_CREATED/ callbacks to be executed is not called for dialogs
created from database. We are already working on a fix and are currently
testing