[sr-dev] New commits on branch pd/outbound
Peter Dunkley
peter.dunkley at crocodile-rcs.com
Wed Mar 27 11:57:14 CET 2013
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14525efb68380b759347e64441cb90f97c1e3595
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Tue Mar 26 23:45:50 2013 +0100
core: auto-define cfg directive MOD_modname for each loaded module
- example: if acc module is loaded, MOD_acc is defined in cfg
- suggestion by Olle E. Johansson
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e1dc02d523867fc9934e862397e6da6b256c7b1b
Author: Olle E. Johansson <oej at edvina.net>
Date: Tue Mar 26 22:16:03 2013 +0100
snmpstats Add tcpasync and tcpmaxconns
This is to test if I can reach core configuration settings for TCP. Tests prove that it's
possible. Will go ahead and add other settings as well.
One question is if we should allow changing these variables in SNMP, like we do
over the RPC interface or selects. Let's think about that.
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63a72893c84aad1edd7b139dbe36e3c337d4e9ae
Author: Olle E. Johansson <oej at edvina.net>
Date: Tue Mar 26 21:29:48 2013 +0100
snmpstats Add IDs to sections in documentation
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96596e282af0a967c93e162169c6729d183557b9
Author: Carlos Ruiz Díaz <carlos.ruizdiaz at gmail.com>
Date: Tue Mar 26 00:58:28 2013 -0300
cnxcc: added new module for credit control
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d269473c935ccd1b867ba215c8b4701f8cf24027
Author: Olle E. Johansson <oej at edvina.net>
Date: Sun Mar 24 21:52:41 2013 +0100
snmpstats activate new parts of the KAMAILIO-MIB
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90c51c7b0f85494bc95afc4b976c142051cb7792
Author: Olle E. Johansson <oej at edvina.net>
Date: Sun Mar 24 21:49:02 2013 +0100
snmpstats Add information about version and tcp connections
Output from SNMPwalk with the new additions:
KAMAILIO-MIB::kamailioNetTcpConnEstablished.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpConnFailed.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpConnReset.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpConnSuccess.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpConnOpened.0 = Gauge32: 0
KAMAILIO-MIB::kamailioNetTcpConnPassiveOpen.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpConnReject.0 = Counter32: 0
KAMAILIO-MIB::kamailioNetTcpEnabled.0 = INTEGER: true(1)
KAMAILIO-MIB::kamailioSrvMaxMemory.0 = Gauge32: 33554432
KAMAILIO-MIB::kamailioSrvFreeMemory.0 = Gauge32: 31709088
KAMAILIO-MIB::kamailioSrvCnfFullVersion.0 = STRING: kamailio 4.5.0 (i386/linux) 50af49
KAMAILIO-MIB::kamailioSrvCnfVerName.0 = STRING: kamailio
KAMAILIO-MIB::kamailioSrvCnfVerVersion.0 = STRING: 4.5.0
KAMAILIO-MIB::kamailioSrvCnfVerArch.0 = STRING: i386
KAMAILIO-MIB::kamailioSrvCnfVerOs.0 = STRING: linux
KAMAILIO-MIB::kamailioSrvCnfVerId.0 = STRING: 50af49
KAMAILIO-MIB::kamailioSrvCnfVerCompTime.0 = STRING: 12:12:27 Mar 24 2023
KAMAILIO-MIB::kamailioSrvCnfVerCompiler.0 = STRING: gcc 4.1.2
KAMAILIO-MIB::kamailioSrvCnfVerFlags.0 = STRING: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d80ea02f5d96477e1c6deca581500cfa4a24380e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sun Mar 24 13:53:50 2013 +0100
usrloc: new option for db_mode - DB_READONLY (4)
- location records are loaded only at startup
- no write back to database, not even at shutdown
- useful when registrations are replicated to another node that does the
db storage at runtime
- started from a patch by Marcus Hunger
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef8fae0e21ca09725c7f9c06384e0a4ce37c4c6e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sun Mar 24 13:24:58 2013 +0100
enum: define the max size for numbers
- set it to 22 (previously hardcoded value was 17)
- easier to adjust and check for overlenght
- patch by Marcus Hunger
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61c706ef813520ce0ac6767e6be7ef6e52bd6b3a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sun Mar 24 13:07:39 2013 +0100
db_mysql: new module parameter - insert_delayed
- if set to 1, then all INSERT API queries will be converted in INSERT
DELAYED (only DB API insert, not for raw queries)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cbe03b3b42826c656b73a8793a8c2db9e7c3d29
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sun Mar 24 12:50:50 2013 +0100
Makefile: exclude debian sym link when generating tarball
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7339d847adfd098c58426e96e5e3730ad580d543
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sun Mar 24 12:38:45 2013 +0100
msrp: fix compile warning of argument type in dbg message
- reported by Olle E. Johansson
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb76415ba7b623242a84b295728e61d307ab48fb
Author: Olle E. Johansson <oej at edvina.net>
Date: Sun Mar 24 11:45:43 2013 +0100
snmpstats Clear upp method-supported logic a bit and add "dialog-ng" for call statefullness
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3580d7fbc3318a2eefaa62e60fcad363e953cccb
Author: Olle E. Johansson <oej at edvina.net>
Date: Sun Mar 24 11:38:27 2013 +0100
snmpstats Add SNMP support for shared memory
This is just the first proof-of-concept addition, will add more of the
core variables for memory and TCP connections
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1826a5f4e3a981e30956da61e11ea551aae0b714
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Sat Mar 23 10:44:31 2013 +0100
rr: use sips to build RR headers of R-URI has sips
- reported by Hugh James, FS#277
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4baf0389c57a7e705c5b01dd95da0e8978dc784a
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:23:49 2013 -0400
p_usrloc: commenting out unused db_timer_udomain() to get rid of compiler warnings
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=67609608aa4306de9a34a28a3a31880ad0d17e8e
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:16:27 2013 -0400
kamailio/utils/sercmd: remove unused but set variable
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7a41ef47ad5d7fa90e577673cc2f38ab5ef2237
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:15:08 2013 -0400
kamailio/utils/sercmd: remove unused but set variable
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff94115921a08ba4da29baf2761db47bd0b7f8f5
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:13:27 2013 -0400
kamailio/utils/sercmd: remove unused but set variable
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=387adace552c22eaf15a049b23694bcd79cea3a8
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:02:16 2013 -0400
auth_diameter: remove unused but set variable
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=941c48ae6909994ae090c9d52766cd4dd5d4f938
Author: Ovidiu Sas <osas at voipembedded.com>
Date: Wed Mar 20 13:00:27 2013 -0400
auth_diameter: remove unused but set variable
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94e7ae77a6674d5e6a6d025a8e85f7b1c8733057
Author: Carsten Bock <carsten at ng-voice.com>
Date: Wed Mar 20 17:31:34 2013 +0100
Updated example config for S-CSCF
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d8cec6b6cd9027ef7313608db7e27667643fdf6
Author: Anca Vamanu <anca.vamanu at 1and1.ro>
Date: Wed Mar 20 15:39:12 2013 +0200
modules/drouting Improvement for do_routing in failure route
Improvement for sort_order 2 : if the failure groups have repeating
gateways the module will take care internally not to try again a gateway
that was already tried.
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6bb98ddd9ee4913c7a56ca5ffa57d9f74e7bc1b3
Author: Lucian Balaceanu <lucian.balaceanu at 1and1.ro>
Date: Wed Mar 20 14:27:30 2013 +0200
modules/carrierroute Improvement for cr_route in failure route
Small improvement in cr_route() function - when it is called from
failure_route it will take care not choose a previously choosen gateway.
Added cr_reload sercmd.
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0b01f77de163cf7ea9d71d5293a1bfa20d31fa6
Author: Henning Westerholt <hw at kamailio.org>
Date: Tue Mar 19 15:32:25 2013 +0100
rtpproxy: fix spelling error in docs, reported from Victor V. Kustov, coyote at bks dot tv
More information about the sr-dev
mailing list