Running Kamailio 4.2.3. When the UAC module sends a registration request, it sets the UAC_REG_ONGOING flag in reg->flags. If there is no response to the request, the flag is never cleared, so all future calls to uac_reg_update return without ever retrying the request. That is, the registration becomes "stuck" in the UAC_REG_ONGOING state forever.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/124
Hello,
given the roots and the tight relation of Kamailio project with the
academic environment, we are offering three seats at Kamailio World
Conference, May 27029, 2015, in Berlin, to students enrolled in
universities or research institutes (both bachelor and PhD programs
qualify).
Last year we tried it locally with the universities in Berlin and this
year we want to extend it, as there might be young people interested to
travel a bit and attend the event.
If you are a student 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 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:
- http://www.kamailioworld.com
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - http://www.kamailioworld.com
I'm running latest kamailio version (as of today) from the git
Using postgres 9.4 db backend.
When I do "trustedReload" output is as follows:
root@ua01-proxy01:~# kamctl kamcmd permissions.trustedReload
error: 500 - Reload failed.
and kamailio log shows:
Apr 22 10:16:21 ua01-proxy01 /usr/sbin/kamailio[20252]: ERROR: permissions [trusted.c:78]: reload_trusted_table(): no connection to database
Apr 22 10:16:25 ua01-proxy01 /usr/sbin/kamailio[20252]: ERROR: permissions [trusted.c:78]: reload_trusted_table(): no connection to database}
Only way for me to reload database is to restart kamailio.
Thanks,
Emmanuel
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/138