+ memcached: added alternate memory management wrappers for backwards compatibility with older libmemcached versions and added preprocessor check for the correct ones to use based on installed version.
- - fixed runtime warning: exports dlflags interface is deprecated and it will not be supported in newer versions; consider using mod_register() instead
- - python routines can be called in any routes.
+ modules/sca: space-separate dialog tags in sca.all_appearances output
- modules/registrar_scscf: first commit of registrar_scscf
- - Registrar functionality for S-CSCF servers
+ Only update received info, if a contact is "new" contact. In case of multiple registration for one AoR, each registration will have a different contact.
-commit 49ef3f0279491020a334d93aeb7c76e723305564
-Author: Jason Penton <jason.penton@smilecoms.com>
+ modules/ims_icscf: execute route block on async reply to UAR and LIR
+ - Changed this to make the use of async CDP cleaner
+ - Fixes inconsistencies we are experiencing with async TM and not using route blocks
+ - Note this fix is for UAR replies called from I_perform_user_authorization_request() and LIR replies called from I_perform_location_information_request()
- Merge branch 'master' of ssh://git.sip-router.org/sip-router
- I don't really know what this means and why this commit happens...
+ tm: new module parameter - dns_reuse_rcv_socket
- * 'master' of ssh://git.sip-router.org/sip-router:
- .gitignore: added few more patterns to ignore
- pkg/kamailio/rpm: specs updated for rename of sercmd to kamcmd
- sercmd: added basic man page
- sercmd: builds and installs as kamcmd when FLAVOUR=kamailio
- Makefile.utils: new target to install manpage for util tools
- kamctl: replaced openser with kamailio in variable and function names
- core: print modparam type id in log when parameter not found
- modules/rtpproxy: added 't' flag to rtpproxy_destroy and force_rtp_proxy - Added new flag 't' to rtpproxy_destroy function that makes it possible do delete whole call even when To tag is present in request/reply. In force_rtp_proxy the flag is ignored.
+ - control reuse of the receive socket for additional branches added by
+ dns failover
+ - if 1, the rcv socket is used, if not it depends on mhomed - when that
+ is 0, the first socket is used, otherwise will be selected based on
+ routing table
+ - default is 0
+ - therefore beware when setting this parameter and mhomed=1
+ modules/sca: fix -Waddress warnings caused by static strs in SCA_STR_EMPTY
- * master:
- modules/lcr: Fixed to/from_gw tests when proto parameter is 0 (ANY)
- cdp_avp: added README file
- CDP: Fixed README
- CDP: A few fixes to docs and location of image files - cleaner organisation
- new modules: CDP (C Diameter Peer) and CDP_AVP - These modules were originally written by Fraunhofer and have been ported to Kamailio, with some minor additions and improvements. Examples on using the modules to come shortly - diameter_rx, diameter_ro, etc
+ - Tested on Ubunut 12.04 LTS. Report from Konstantin Mosesov.