February 17, 2004 | ||
---|---|---|
View 7683c6fd4e
- vm functionality moved in tm (not fully tested); DB dependency replaced by AVP (user's preferences)Bogdan-Andrei Iancu authored on 17/02/2004 18:49:39 |
February 13, 2004 | ||
---|---|---|
View 0be6158b28
static part of a transaction (struct cell) reduced by 216 bytes (for current MAX_BRANCHES) : - timer_link structer has no more payload field (calculated on the fly) -> 208 bytes less - local, is_invite, noisy_ctimer merged as flags -> 8 bytes lessBogdan-Andrei Iancu authored on 13/02/2004 18:21:33 |
February 12, 2004 | ||
---|---|---|
View 9178fc7833
- separated by defines some log facilites that are not supported on solarisBogdan-Andrei Iancu authored on 12/02/2004 20:59:49 |
||
View 26456acefe
- logging facility can be configure - usefull when you config syslogd to divert all ser loggings into a separat file. Config param is log_facility=LOG_LOCAL0 (see syslog(3) man page)Bogdan-Andrei Iancu authored on 12/02/2004 15:47:37 |
||
View be1ec8d034
- silent final response timeout disabled when FAILURE callbacks are registeredBogdan-Andrei Iancu authored on 12/02/2004 13:51:37 |
February 11, 2004 | ||
---|---|---|
View fd4e86ccba
- more flexible - the values from db_query response can be STRING and STRBogdan-Andrei Iancu authored on 11/02/2004 15:58:41 |
||
View b41a7f4c9c
- bug fixed - all calbacks return as parameter a pointer to the registered param, instead of the param itself (to allow you to modify the param). looks like fifo_callback wasn't updated (probably my fault)Bogdan-Andrei Iancu authored on 11/02/2004 11:27:58 |
||
View d12d43e8cc
- fixing compiling errorBogdan-Andrei Iancu authored on 11/02/2004 10:44:32 |
||
View 08a8252934
fix: TM callback writes to fifo are changed to non-blockingJiri Kuthan authored on 11/02/2004 06:44:51 |
||
View 4d8a988da1
hash id calculation order fixedJiri Kuthan authored on 11/02/2004 04:14:40 |
||
View c2ea965c63
(hopefuly successful) merger of Uli's CANCEL/FIFO (thanks!), jiri's hash calculation for UAC transactions and current development branchJiri Kuthan authored on 11/02/2004 03:38:48 |
February 10, 2004 | ||
---|---|---|
View 279fed9fb5
- added t_attr_to_uri to rewrite RURI from an attributeBogdan-Andrei Iancu authored on 10/02/2004 17:39:16 |
||
View 590612d3ba
- final version of user preferences (AVP) supportBogdan-Andrei Iancu authored on 10/02/2004 17:38:04 |
February 9, 2004 | ||
---|---|---|
View f1e12f9537
The length of parameters was not calculated properly in a corner case. A bug in the record route parser fixed.Jan Janak authored on 09/02/2004 15:52:21 |
||
View b85054de84
Missleading comment fixed.Jan Janak authored on 09/02/2004 14:25:04 |