THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Olle Johansson (oej)
Attached to Project - sip-router
Summary - dialplan: Reload failure
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Critical
Priority - Normal
Reported Version - 4.2
Due in Version - Undecided
Due Date - Undecided
Details - Dialplan reload does not work as expected. I implemented a separate patch for showing the in-memory dial plan and I can verify that using RPC dialplan.reload does not reload the dialplan always. I haven't spotted which cases it goes wrong, but a restart loads the latest from database (mysql or dbtext) and reload does not.
I find this pretty important.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=497
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hi!
The dialplan reload function is broken in the dialplan module. I can repeat it but fail miserably when trying to fix it.
Anyone else that know the inner workings of the dialplan module that can figure it out?
I've seen this at a customer installation as well, which is why I started digging into the dialplan. Noticed that
the dialplan.dump command did not exist which is now fixed :-)
/O
Hello,
(cross posting, looking to get feedback for those with more experience
on github options - playing the lazy guy, not searching much on the web
so far).
In order to move the main git repository to github (where the commits
will be pushed by devs) and have a real-time mirror on our server
(stored very likely on kamailio.org, but we will keep git.sip-router.org
as domain for it), two things have to be sorted out:
1) real time propagation of commits from github to git.sip-router.org
I discovered that github provides a web hook for this event - when a
commit is pushed, then a http query is done to a given url. I thought of
using it to trigger the mirroring from git.sip-router.org
I couldn't find if we can use what Victor Seva configured on
git.sip-router.org to push in real-time to github, which I guess is a
script invoked on commit -- if we can turn that around, would be
probably the easiest.
2) email notifications
Anyone with extensive knowledge of how much the notification messages
can be customized? Eventually trying to get the structure as much as
possible to what we have now -- see an example:
- http://lists.sip-router.org/pipermail/sr-dev/2014-November/026253.html
I could notice that Jitsi (using github) commit notification has a
format not far from ours:
- http://lists.jitsi.org/pipermail/commits/2014-November/012937.html
I can eventually talk with them if no one else here has related knowledge.
Another option is to trigger the notifications from the mirror
repository we will keep on git.sip-router.org
Also, would be good to know if there are people with some spare time
willing to help whenever needed with this migration. Reply here to have
you in mind.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hello,
I want to announce that a new person got developer GIT write access to
repository: Eloy Coto Pereiro. He has developed a new module named
statsd, which offers a connector from kamailio.cfg to manage values in
statsd. The module will be merge to main repository, now is available at:
- https://github.com/eloycoto/statsd
His git commit id is: eloycoto
My warm welcome and looking forward to future work within the project!
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hi all Kamailio developers,
I would like to propose a new module that I've written recently, that
provide native integration with statsd[0]/graphite[1].
The module provides the ability to send information to statsd (You can
use InfluxDB too) with different kind of information. I wrote small
post in my blog[2] and doc are in the repo [3].
The typical scenario for this module is for monitoring features into
kamailio. For example:
- Monitor how long we need to reply a new request.
- Store how many errors send our providers.
- Check how long take one sqlquery.
- Check how many times are using the new feature
Nowadays we[4]are using kamailio-statsd and we track in simple
dashboard[5][6] all information that we get from kamailio, and other
software (Asterisk, Django Backend, Diamond[7]) and we have in simple
click all the information that we want.
The module doesn't have any special deps, it's a simple socket that
connect to Graphite. For timing function I'm using avp to set
init_time.
I hope that this contribution could be useful for the community and I
look forward to hearing your feedback, thoughts, suggestions.
Best regards,
Eloy Coto.
[0] https://github.com/etsy/statsd/
[1] http://graphite.wikidot.com/
[2] http://acalustra.com/kamailio-statsd-better-statistics-in-your-voip-platfor…
[3] https://github.com/eloycoto/statsd
[4] http://www.foehn.co.uk
[5] http://grafana.org
[6] http://play.grafana.org/#/dashboard/db/new-features-in-v19
[7] https://github.com/BrightcoveOS/Diamond