Hello,
just a short reminder that we will close the development of new features
for version 3.2.0 at the end of today, GMT. Then the focus should be on
testing (e.g., bug fixing) and enhancements to documentation.
If you have something to commit, do it today, or if it is impossible for
you to make it in the GIT repo today, let us know and we will see what
can be done. But don't forget, 3.3.0 will come as well in the no-so-far
future.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Oct 10-13, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
Module: sip-router
Branch: 3.1
Commit: a914d2fe78c042d9d9d753e56c1f1368821941c1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a914d2f…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Sun Aug 21 22:21:12 2011 +0200
modules_k/dialog: Add multiple features.
- Move unreference_dialog() to a more suitable location.
- Provide functions to add and remove a dialog from a transaction
(required for referencing at certain occassions).
- Move spiral detection functionality into dlg_new_dialog() to
faciliate spiral detection when dlg_manage() is used.
- Add a dialog's reference count to list of printable statistics.
Credits to Sven Knoblich, sven.knoblich(a)1und1.de .
(cherry picked and restricted to bug-fixes only from commit
c021559e414892b9bafae0f1ce40081945fff49a)
Conflicts:
modules_k/dialog/dlg_handlers.c
modules_k/dialog/dlg_var.c
modules_k/dialog/dlg_var.h
---
modules_k/dialog/dlg_handlers.c | 282 ++++++++++++++++++++++++---------------
modules_k/dialog/dlg_hash.c | 10 ++
modules_k/dialog/dlg_profile.c | 39 +++---
modules_k/dialog/dlg_profile.h | 6 +
4 files changed, 212 insertions(+), 125 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=a91…
Hi list,
We are using Kamailio3.1 in Amazon EC2.
The calls are working fine when both UAs are in 3G or different WiFi.
However, when in LAN (using WiFi) , the call become silent.
What can we do to fix this?
Any hint will be great appreciated.
Thank you!
Coca
presence_xml module does not compile after recent changes:
-- juha
CC (cc) [M presence_xml.so] presence_xml.o
presence_xml.c:60:17: error: api.h: No such file or directory
presence_xml.c:115: error: ‘bind_presence_xml’ undeclared here (not in a function)
presence_xml.c:510: warning: ‘struct presence_xml_binds’ declared inside parameter list
presence_xml.c:510: warning: its scope is only this definition or declaration, which is probably not what you want
presence_xml.c: In function ‘bind_presence_xml’:
presence_xml.c:518: error: dereferencing pointer to incomplete type
presence_xml.c:518: error: request for member ‘pres_check_basic’ in something not a structure or union
presence_xml.c:518: warning: statement with no effect
presence_xml.c:519: error: dereferencing pointer to incomplete type
presence_xml.c:519: error: request for member ‘pres_check_activities’ in something not a structure or union
presence_xml.c:519: warning: statement with no effect
make[2]: *** [presence_xml.o] Error 1