May 3, 2004 | ||
---|---|---|
View 956d111a9e
- added mcast_ttlAndrei Pelinescu-Onciul authored on 03/05/2004 12:18:10 |
||
View 2ba731171e
- added Jan's multicast support patchAndrei Pelinescu-Onciul authored on 03/05/2004 11:32:19 |
April 29, 2004 | ||
---|---|---|
View 71fd3ebd95
- new config variables: sock_mode = <permissions> (e.g. sock_mode=0600: default value = 0660) ser unix sockets and fifo will be created with this permissions (old name fifo_mode is still supported, but deprecated) sock_user = username|"uid" sock_group = groupname|"gid" change the owner and/or group of the ser unix sockets or fifo Short example config snippet: sock_mode=0600 # ser socket/fifo mode sock_user="www-data" # ser socket/fifo owner sock_group=nogroup user=nobody # ser user (ser will suid to it) - typo fixed in socket_info (thanks to Jan)Andrei Pelinescu-Onciul authored on 29/04/2004 15:39:39 |
April 26, 2004 | ||
---|---|---|
View 0b4b76011e
str2q implemented append_branch("sip:a@iptel.org", "0.23") implemented append_branch("sip:a@iptel.org", 230) removed (it was not very intuitive)Jan Janak authored on 26/04/2004 17:11:55 |
April 25, 2004 | ||
---|---|---|
View 035f593ca5
Added the possibility to set priorities of URIs in the destination set.Jan Janak authored on 25/04/2004 15:13:24 |
March 30, 2004 | ||
---|---|---|
View 385c63ebd1
- core dump limits are by default set to unlimited or a high enough value (to disable set disable_core_dump=yes in ser.cfg). - open file limits set-able in ser.cfg, use open_files_limit=no to make ser automatically try to increase this limit (if no<current limit nothing will be done). You must start ser as root to be able to increase its open file limit past the hardlimit (default 1024 on most systems). - move process table init. before module init. (sanity)Andrei Pelinescu-Onciul authored on 30/03/2004 09:44:19 |
March 4, 2004 | ||
---|---|---|
View 9a4cec7f2c
Configuration parameter unix_tx_timeout for tsend_dgramJan Janak authored on 04/03/2004 22:53:53 |
March 2, 2004 | ||
---|---|---|
View 58ec33d5d1
UNIX Domain socket server, it allows more flexible communication between ser and SEMS or AA than the FIFO interface.Jan Janak authored on 02/03/2004 15:19:47 |
February 24, 2004 | ||
---|---|---|
View 1bee75ad6a
t_attr_to_uri() moved from tm into core as avp_to_uri() (Jiri's wish)Bogdan-Andrei Iancu authored on 24/02/2004 16:59:33 |
February 12, 2004 | ||
---|---|---|
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 |
February 6, 2004 | ||
---|---|---|
View 1580c8214e
- basics for users preferences: - script param. "avp_db_url" added - scrit function "load_avp" with 2 or 3 params added - do_action updated - init. of bd connection from core on startup per each proccess - reseting avp list after main route and reply/failure_route executionBogdan-Andrei Iancu authored on 06/02/2004 18:56:49 |
January 4, 2004 | ||
---|---|---|
View 72069b94f9
- typo in an error message fixed.Jan Janak authored on 04/01/2004 10:35:31 |
November 29, 2003 | ||
---|---|---|
View bc9778378c
- tcp send/connext timeout (read NEWS for the new cfg. parameters) - tcp switched to non-blocking fd (untested)Andrei Pelinescu-Onciul authored on 29/11/2003 21:15:32 |
November 20, 2003 | ||
---|---|---|
View b23a7a0073
- warning and fixes (cfg.y $$=0 on error) merged from testing-0.8.12-r1 - pdt and mangler are now built by default (Makefile)Andrei Pelinescu-Onciul authored on 20/11/2003 21:01:10 |
October 29, 2003 | ||
---|---|---|
View 59653eb856
- changed tcp to support port aliases (major changes) - added via alias parameter parsing - added script var. tcp_accept_aliases= yes|no (honour or not via alias param) - added script. cmd. force_tcp_alias( <void>|port_no) [for more info read the NEWS file]Andrei Pelinescu-Onciul authored on 29/10/2003 17:41:27 |