November 2, 2005 | ||
---|---|---|
View fe09f3158f
- ip TOS can now be set from ser cfg (thanks to Andreas Granig)Andrei Pelinescu-Onciul authored on 02/11/2005 18:14:12 |
August 18, 2005 | ||
---|---|---|
View 7662b2e7cf
- Suppor for branch_route sections in the configuration file.Jan Janak authored on 18/08/2005 15:46:46 |
July 11, 2005 | ||
---|---|---|
View 878fc1940b
- various resolver/dns related options can now be set from ser.cfg: dns_try-ipv6=yes|no dns_retr_time= time(in s) dns_retr_no = no. dns_use_search_list=yes|no dns_server_no= no. (for more info look in NEWS)Andrei Pelinescu-Onciul authored on 11/07/2005 17:30:43 |
July 8, 2005 | ||
---|---|---|
View 55d8155eb4
- added new config vars: - tcp_connection_lifetime ( tcp connection timeout) - tcp_max_connections (default 2048) - tcp_poll_method (by default the best method for your OS is selected, if you don't like it/have problems you can force another using this var) - removed some too verbose debuging info - updated NEWS (seems everyone else forgot about it :-()Andrei Pelinescu-Onciul authored on 08/07/2005 15:39:06 |
November 30, 2004 | ||
---|---|---|
View 6cd4883577
- added the missing force_send_socket script commandAndrei Pelinescu-Onciul authored on 30/11/2004 16:28:23 |
October 19, 2004 | ||
---|---|---|
View 6b7de230aa
- from_uri & to_uri script support (exaclty like uri, from_uri==myself or from_uri=~'^sip:[0-9]{7}@' a.s.o)Andrei Pelinescu-Onciul authored on 19/10/2004 13:40:05 |
October 10, 2004 | ||
---|---|---|
View 486c97af8f
- don't treat \[0-7]{1} as octal, it will eat the backref. in subst_uri (if it's used with quotes)Andrei Pelinescu-Onciul authored on 10/10/2004 18:30:19 |
||
View 923c0b3b89
- fixed freshly introduced config ID bugAndrei Pelinescu-Onciul authored on 10/10/2004 13:21:12 |
October 8, 2004 | ||
---|---|---|
View 7e1a294e1a
- better escape support in strings (e.g. \", \<cr>, \x0a, \012) - minor config parsing string optimizationsAndrei Pelinescu-Onciul authored on 08/10/2004 13:19:07 |
September 9, 2004 | ||
---|---|---|
View 91ab6402ce
- fix to allow hosts with '-' outside double quotes: listen=foo-bar.com will work now (before only listen="foo-bar.com" would have worked)Andrei Pelinescu-Onciul authored on 09/09/2004 15:21:49 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
August 23, 2004 | ||
---|---|---|
View 2be21e31d9
- avp core replaced with .14 version - avp DB support removed from core (later to be added as separate module) - tm support for avps (avp list saved into transactions and made available into tm callbacks, in failure and reply routes).Bogdan-Andrei Iancu authored on 23/08/2004 20:47:51 |
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 |