Module: sip-router
Branch: master
Commit: 935f11ab8daf40ce48359c7a0f0b3759720ac5bd
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=935f11a…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Fri Dec 12 22:05:16 2014 +0100
db_text Add support for empty strings as a replacement for NULL strings
Some modules, like dialplan, doesn't accept NULL strings from databases.
db_text had no way to define a string as empty - all empty strings was NULL.
Adding a new option to change this behaviour. With "emptystring" set to 1
db_text will not set an empty string to NULL any more.
---
modules/db_text/README | 54 +++++++++++++++++++++--------
modules/db_text/dbt_file.c | 14 +++++--
modules/db_text/dbt_lib.h | 1 +
modules/db_text/dbtext.c | 4 ++
modules/db_text/doc/db_text.xml | 5 +++
modules/db_text/doc/db_text_admin.xml | 61 ++++++++++++++++++++++----------
6 files changed, 101 insertions(+), 38 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=935…
looks like register module does not provide means to override q value
given in contact uri when save is done.
any thoughts if it would make sense to add such a capability? save
already has optional params, so perhaps the implementation should use an
avp to store the q value.
-- juha
Hi,
The purpose of projet is to implement a VoIP secure solution with Kamailio as core IMS network.
In this project VoIP call will be established with zRTP. SBC is transparent for zRTP call, zRTP is establish between 2 end point (terminals), SBC don't decrypt or encrypt the call. Thus SBC don't modify codec.
Is there a SBC solution provided by Kamailio ?
How is managed the SBC failover mecanism ? is there SBC backup ?
What is the status of context registered in Kamailio (P-CSCF & S-CSCF) in case of SBC failure ?
- Is it deleted automatically ?
- dispatched to another SBC (backup SBC) ?
Is there mecanism in Kamailio to check SBC overload and manage a dispatching of zRTP call to available SBC ?
Question related to P-CSCF and S-CSCF :
- Is there redundant function (such as active/active or active/standby solution) of contextual data (customer data stored at the registration REGISTER on P-CSCF and S-CSCF) ?
Best Regards
Ludovic DURAND
SII
Module: sip-router
Branch: lazedo/4.2.1
Commit: e7fe6e6d2c30e6caba04940ef92e69a4e3bc7b82
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7fe6e6…
Author: Luis Azedo <luis(a)2600hz.com>
Committer: Luis Azedo <luis(a)2600hz.com>
Date: Fri Dec 12 11:18:24 2014 +0000
Merge branch '4.2' into lazedo/4.2.1
* 4.2:
core: set log prefix only for sip messages
dialog: reset local variables shortcuts after reply and failure processing
registrar: Fix memory leak around path and outbound header parsing
pv Update error in docs.
evapi Add link to external library. (cherry picked from commit 8370ef43f0fbd2ee447ab65c5b5172677a47f644)
auth_db: added sections ids for functions
acc: fixed computation of extra accounting fields
auth_db: added ids to parameters
tmx: added its for mi functions in doc
tmx: added section ids for functions
---
Hello,
I setup the mirror of Kamailio github repository to kamailio.org, can be
seen online at:
- http://git.kamailio.org/gitlist/index.php/kamailio/
Mirroring is triggered by a push to github, so it is pretty much in real
time.
Right now the commit and mirroring flow is:
- commit to git.sip-router.org triggers mirroring (push) to github,
which triggers a mirroring (fetch) on git.kamailio.org
Practically with a commit pushed directly to github, the first part of
the above is skipped.
All seems to be ok, my last commits were done to test the mirroring
including the notification emails - I will send a separate message about
what we can get there.
The missing parts are the deployment of gitweb in order to have the
links from archived email notifications still valid and pointing
git.sip-router.org to kamailio mirror server.
Considering all above, I propose to stop committing to
git.sip-router.org and pushing to github starting either next Monday
(Dec 15) (or Wednesday (Dec 17) if not ready by Monday). Existing
developers have to send me the github username to add it to kamailio
project.
Any suggestions and comments are welcome!
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hi!
Digging through the dispatcher source code I think this is the way IP matching works:
* When loading or reloading dispatcher, hostnames are looked up to IP
* When running a reverse check in dispatcher the IP address is checked against $si
I don't understand if we handle DNS TTL and re-lookup the name here. Do I have to run
a crontab dispatcher reload to make sure we have an up-to-date IP?
How is names with multiple addresses handled - or SRV record sets?
/O