Hello,
we are glad to announces that, thanks to the sponsors, we can offer
again couple of free seats at Kamailio World Conference, May 14-16,
2018, in Berlin, for students as well as for underrepresented people.
In this way we are continuing the program from last years, based on the
roots and the tight relation of Kamailio project with the academic
environment, the eligible people being students enrolled in universities
or research institutes (bachelor, master and PhD programs qualify) as
…
[View More]well as people from underrepresented groups.
If you think you are eligible and want to participate, email me directly
(miconda(a)gmail.com) or to registration(a)kamailio.org . Participation to
all the content of the event (workshops, conference and social event) is
free, but you will have to take care of expenses for traveling and
accommodation. Write a short description about your interest in real
time communications and, when it is the case what is the university or
the research institute you are affiliate to.
Also, if you are not a student, but you are in touch with some or have
access to students forums/mailing lists, it will be very appreciated if
you forward these details.
More information about Kamailio World is available on the web site:
- https://www.kamailioworld.com
Many thanks to the event sponsors that allowed to continue this program,
respectively: Evosip, 2600hz, Sipwise, Sipgate, Simwood, NG-Voice,
Evariste Systems, Digium, LOD.com, Pascom, Core Network Dynamics, FhG
Fokus and Asipto.
Expect a full house event! Looking forward to meeting many of you in Berlin!
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - April 16-18, 2018, Berlin - www.asipto.com
Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com
[View Less]
Hello list,
Does anyone how I can extract the last URI from a compact Record-Route
header?
I've tried using a negative index in the parameter of my select but it
returns the first URI in the header instead of the last.
$var(rr_last_uri) = @record_route.uri[-1];
Maybe there's another way instead of using selects?
Thanks,
John
Is there a way to get a log entry when a client unregisters incl. when
tcp connection is lost for a registration.
--
-------------------- Med Liberalistiske Hilsner ----------------------
Civilingeniør, Kjeld Flarup - Mit sind er mere åbent end min tegnebog
Sofienlundvej 6B, 7560 Hjerm, Tlf: 40 29 41 49
Den ikke akademiske hjemmeside for liberalismen - www.liberalismen.dk
Hi
I have 5 asterisk servers. And I want to use kamailio as load balancer.
How can route sip calls from outside to asterisk servers?
Note:
I installed kamailio and mairadb , etc.
I configured subscriber for kamailio.
And add my 5 servers to databse.
Hust to know how to change the file kamailio.cfg to route all incoming calls to my 5 asterisk server (round robin).
thanks
Hello List,
I thought about some kind of Kamailio stats source (like registered users,
calls active and some other things) to collect them into influx dB and draw
them with grafana.
How do you solved that?
Timer based routes or statsd or whatever?
Kind regards
Karsten Horsmann
Hi!
I’m playing with new KEMI framework and trying to reload script without reloading Kamailio.
Lua code is mostly one from example.
...
modparam("app_lua", "load", "/etc/kamailio/lua/kamailio.lua")
cfgengine "lua"
...
So, I’m changing lua code and giving command
kamctl rpc app_lua.reload
But in the answer
{
"jsonrpc": "2.0",
"error": {
"code": -32000,
"message": "Execution Error"
},
"id": 11098
}
In syslog there …
[View More]is a string
/usr/sbin/kamailio[10939]: ERROR: app_lua [app_lua_api.c:399]: lua_sr_reload_script(): reload is not activated
What is need to be done to activate reload?
Regards, Igor
[View Less]
Hello:
I am trying to find a simple way to log each and every SIP message that
Kamailio receives or Kamailio sends. In a nutshell, here is what i'm trying
to accomplish:
- log sip message received; log ip address and port of where message was
received from
- log sip message to be sent or sent; log ip address and port of
destination.
I am trying to achieve this in the context of my general log file that
contains routing/event logic from the kamailio.cfg file. By this i mean i
don't want to …
[View More]have to run an external program like tcpdump to capture the
packets and log them.
I have tried a few thing but haven't been able to capture all conditions.
examples:
i have included things like event_routes for [tm:local-response];
[sl:local-response]; [sl:filtered-ack], onreply_route... I can capture
most replies and responses via those but am not able to capture a 200ok
relayed response from Kamailio back to the originating UA for example.
I can log incoming messages without problem.
I have also tried to activate IO interrupt to route to
event_route[NETWORK:MSG] but unfortunately i can't access the source/dest
ip address/port info or other pseudo variables.
So back to the original question: How does one log every SIP message that
Kamailio gets? How does one log every SIP message that Kamailio sends?
via the context of the routing/replies/event routes in kamailio.cfg.
Thanks,
Karthik
[View Less]
Greetings,
I have a question about the UAC module and its restore mode.
If i use the "auto" restore mode in the "restore_mode" parameter will the
entire info be saved in the From Tag for restore?
I'm asking because i will implement High Avaliability and need to know if
in event of a failure and i switch to a kamailio in a different machine i
will be able to do the To\From restore.
Thanks in advance,
Duarte Rocha
Hi all,
I would like to thank you all for the work you are doing.
Having a Kamailio Edge proxy (2 interfaces - 1 pvt, 1 public) & Kamailio
Core Sip server behind NAT, is it necessary to set up rtpengine on both
servers?
Thanks,
Ed