On Nov 26, 2009 at 06:31, Juha Heinanen <[email protected]> wrote: > any plans for releasing sr_3.0? i personally don't have any pending > issues with it and it has worked ok in my tests. i have tested with > the modules listed below.
There are some minor sctp and tcp dynamic config issues: some options will be set immediately even if one uses cfg.set_delayed_* and not at the cfg.commit time. E.g.: sercmd cfg.set_delayed_int sctp hbinterval 2000 which should set the option only after a cfg.commit, sets the option immediately. (like sercmd cfg.set_now_int sctp hbinterval 2000) I'm working on them, but these are not critical (it will affect only people that use cfg_set_delayed & cfg.commit). We should also decide if we merge all the doxygen and doc changes from master (I still have about 1 week of those to review). I'm for merging them, but they might introduce some minor delay (e.g. break compilation of some not-often compiled module). Apart from that I don't remember any other bug. We have sr in limited testing (thanks to Jan), using: acc_db auth auth_db avp avp_db cfg_rpc ctl db_mysql db_ops domain enum eval exec gflags iptrtpproxy maxfwd nathelper options registrar rr sanity sl speeddial textops timer tm uri uri_db usrloc xlog (modules_s version for the ones that are not in modules/). So far it looks ok (no memleak, or visible errors). Andrei > > loadpath "/usr/lib/sip-proxy/modules" > loadmodule "db_mysql" > loadmodule "avpops" > loadmodule "tm" > loadmodule "lcr" > loadmodule "auth_radius" > loadmodule "cfg_rpc" > loadmodule "ctl" > loadmodule "dialplan" > loadmodule "enum" > loadmodule "mediaproxy" > loadmodule "misc_radius" > loadmodule "mi_rpc" > loadmodule "peering" > loadmodule "tls" > loadmodule "utils" > loadmodule "xmlrpc" > loadpath "/usr/lib/sip-proxy/modules_k" > loadmodule "tmx" > loadmodule "cfgutils" > loadmodule "pv" > loadmodule "sl" > loadmodule "rr" > loadmodule "maxfwd" > loadmodule "usrloc" > loadmodule "registrar" > loadmodule "auth" > loadmodule "acc" > loadmodule "siputils" > loadmodule "textops" > loadmodule "permissions" > loadmodule "nathelper" > loadmodule "xlog" > loadmodule "pike" > loadmodule "msilo" > loadmodule "uac_redirect" > loadmodule "htable" > loadmodule "uac" > loadmodule "kex" > loadmodule "path" > loadpath "/usr/lib/sip-proxy/modules_s" > loadmodule "domain" > _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
