URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d75cb5fa... Author: Andrei Pelinescu-Onciul andrei@iptel.org Date: Wed Oct 10 10:02:00 2012 +0200
tcp: fix connection alias replacing
When the TCP_ALIAS_REPLACE is set and an alias has to be added to a connection that had 0 aliases (it can happen due to TCP_ALIAS_REPLACE flag), the connection aliases count was wrongly forced to 1. For more details see: http://lists.sip-router.org/pipermail/sr-users/2012-October/074932.html
Patch-by Jijo (cherry picked from commit e71435b0276c89ef756fecf1bbd5e339b80e804c)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f505e26... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 9 16:30:24 2012 +0200
core: reset params pointers if there is a failure in parse_params()
- patch by Jijo (cherry picked from commit b12c2df6ccb903e2ca22d34bb968f3ebc2712b89)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14f091d0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 9 12:29:09 2012 +0200
tm: set log level to debug for negative return code of run_top_route()
- it returns the code of last execution action, negative return is not necessary an error (cherry picked from commit 038780fdf40c8d5d3694538f199411810fad7a0e)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94affa45... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 9 11:39:16 2012 +0200
rtpproxy: safety check for rtp stats pv
- if the rtpproxy is not responding, there is no returned value and could cause crash when doing strlen(NULL) - return $null in case of various errors, being safer to check returned PV value in the script against $null, rather than having undefined value - reported by J. Gallart (cherry picked from commit 753f511f281b0f4406908086547225c5c0bc0d23)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=57005251... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 9 09:13:15 2012 +0200
msrp: fixed copy&paste issue for getting To-Path size
- the parsing of From-Path was used instead - reported by Peter Dunkley (cherry picked from commit 146873cf2b101d6363bb20c235b7dcdb8bb54134)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c6f98a04... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Oct 3 14:20:27 2012 +0200
mem: fixed MDBG() parameters
- log level is not necessary for this macro (cherry picked from commit 0193d296e39a9fc095e90682f5335a2907403474)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d5c3543... Author: Juha Heinanen jh@tutpro.com Date: Wed Oct 3 09:27:38 2012 +0300
mem/f_malloc.c: downgraded print free(0) warning from LOG to MDBG. (cherry picked from commit 7b6234a3e8d0427c767942327aff57ade676eb5e)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35fa70d0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 2 21:24:09 2012 +0200
mem: enhanced the warning message for free(0) of QM in debug mode (cherry picked from commit 41fa8653157a989ed1a77f72b25a20fd984b999d)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=074faa8d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 28 14:38:42 2012 +0200
app_mono: fixed c&p typo names in examples (cherry picked from commit f71d76c0f39f2c6b0e070e1246f371f17b45b2dd)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=444cb983... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Sep 27 14:57:51 2012 +0200
core/mem: moved safety check for null before range check in *free()
- affects only when memory debug is enabled at compilation - apparently libssl has some free(0) which makes it not possible to work with memory debugging (reported on irc channel) (cherry picked from commit 927a8a1aa705438d210fc244066a8c5a5b84a746)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3693947... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Sep 26 00:18:49 2012 +0200
registrar(k): some contact attributes were not in $ulc(...)
- ruid, reg-id and instance were not returned by $ulc(...) (cherry picked from commit 20c436df0c81b38777052b4ba6fb425577f5c707)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bae37685... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 25 13:52:05 2012 +0200
utils/misc: few updates to vim syntax highlighting (cherry picked from commit 7943249ea75d8103d1364bcb4b6a63a2e685e88a)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2ba2bfe... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 25 11:31:17 2012 +0200
sanity: fix to parameter type in example (cherry picked from commit 779addb9df44434448f78ab17d2daa756d31d3c0)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33e935c3... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 21 09:44:21 2012 +0200
topoh: use L_DBG instead of L_ERR for some debugging messages
- reported by Miguel Baptista (cherry picked from commit e8501b8eb592fa799af1fd1cfba8fa628cbfa800)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=929cd2e0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 18 09:27:38 2012 +0200
pkg/kamailio/rpm: fixed copy&paste error for PKG_MEMORY size (cherry picked from commit 9430ee8d313ece9c97384868ee7623c0979028f5)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c313f70... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 18 09:18:52 2012 +0200
pkg/kamailio/rpm: added option to set pkg memory size for init.d script
- split of MEMORY parameter to SHM_MEMORY and PKG_MEMORY - EXTRA_OPTIONS variable to add other command line parameters (cherry picked from commit 9430290ad91ca775bb18f54e70308917ce1e790a)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f5df3a25... Author: Marius Zbihlei marius.zbihlei@1and1.ro Date: Mon Sep 17 17:34:57 2012 +0300
core:parser fix possible bug in msg_parser
If buffer was NULL, tmp was returned uninitialized, thus possible to cause problems (cherry picked from commit cccdaead04411175c46dd660c91c037c45f80c33)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc4b47f8... Author: Jason Penton jason.penton@smilecoms.com Date: Mon Sep 17 10:55:48 2012 +0200
benchmark: fixed bug/typo in calculating time diff ;) (cherry picked from commit d9b009ef3c430f6ea064b4a72d5b94ce842ede1d)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37e67bec... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 11 08:52:53 2012 +0200
kex: documented mi statistics commands
- reported by David at lublink (cherry picked from commit 6b7a27e81cc838de6af9a1c55edb937d1094ce98)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7572ade... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Aug 31 10:29:45 2012 +0200
auth: print return code in log when nonce is invalid
- it will give a clue about why nonce is considered invalid (cherry picked from commit 494b383edde7a2d193c220f3117506e4cc95932f)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756b1cda... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Aug 30 10:15:26 2012 +0200
db_cluster: safety check for existence of several DB API members (cherry picked from commit 21583d47751fc7f684dac41a3bfbfc3b2c0bf3a3)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4bfc9c3... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Aug 27 10:37:50 2012 +0200
db_cluster: more verbosity when building cluster structures (cherry picked from commit b53ca97379e1b4aeae80b794f23e25e9150a0e58)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6a82913... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Aug 24 09:14:28 2012 +0200
db_cluster: use connection from write structure for db updates
- could be related to an issue reported by Øyvind Kolbu (cherry picked from commit 4d15ba97bab58108cfedc45158d90583f67cdadf)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5719b81... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Aug 19 21:29:06 2012 +0200
core: rephrased debug message about no 2nd via in reply (cherry picked from commit 8bc7114c6a915985ca2f4e9ab50ea608437c7256)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26ecb493... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 15 13:01:43 2012 +0200
dispatcher(k): corrected setid_pvname parameter name
- readme listed it as setid_pvar, the source code expected setid_pvname - reported by Dan B. (cherry picked from commit e1149b05868b918d0bc52b2d46bb02f7799358db)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90a50be6... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 15 12:48:32 2012 +0200
dispatcher(k): corrected the variable which is set by ds_is_from_list()
- setid_pvar is used instead of grp_avp - reported by Dan B. (cherry picked from commit be05dfc0f4af62f9c368960fe75a810548be8b87)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c7ecd4f... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Aug 14 22:18:50 2012 +0200
acc(k): added notes about dynamic table name for db acc to docs (cherry picked from commit 91d6d3c8a1484b23ff74f0cfd6356447985455a5)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7287933b... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Oct 12 14:52:07 2010 +0200
acc(k): table name for db acc can be dynamic
- you can include variables in table name and will be evaluated at runtime: modparam("acc", "db_table_acc", "acc_$time(year)_$time(mon)") will write now to table acc_2010_10 - same can be done for missed_calls table name - second parameter of acc_db_request() supports as well config variables (cherry picked from commit e8f6a95d43b6a4340cf7e97213af5c71fa2a69e9) (cherry picked from commit 95ee0a3ee75556a25f3a9286837a57decf6c3c91)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94004778... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Aug 14 11:19:08 2012 +0200
pkg/kamailio/rpm: execute 'success' for start operation
- reported by Andre (cherry picked from commit f9c5c389b2412d23f1fdd35c6e97dfe7dbe44811)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d94df595... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Aug 9 16:14:43 2012 +0200
usrloc(k): safety check for raw_query
- db get all contacts functions requires raw_query, but not all db modules implement it (cherry picked from commit f61295a91bb92645ea46dea5f6101232afeb720d)