February 28, 2005 | ||
---|---|---|
View 7d4c7fd3bf
- Use force_send_socket stored in the destination set when doing parallel forkingJan Janak authored on 28/02/2005 18:59:07 |
||
View bd43a2a998
- DB_REPLACE capability addedJan Janak authored on 28/02/2005 18:52:32 |
||
View f924ae07e7
- tels uri support and sip/sips user=phone support patch from Juha Heinanen, sligthly modifiedAndrei Pelinescu-Onciul authored on 28/02/2005 15:28:24 |
||
View a8c4b5f815
- before writing to fifo, hdr body is trimedBogdan-Andrei Iancu authored on 28/02/2005 11:38:11 |
February 26, 2005 | ||
---|---|---|
View 9a7cd11e43
- ACK forking hack is not needed anymore since we have proper Route based ACK routing. The code would not even compile.Jan Janak authored on 26/02/2005 15:51:07 |
||
View dc4b13e870
- Support for force_send_socket in the destination set. That allows to specify the outbound socket for every branch when doing parallel forking. - Modules aligned to new prototypes of append_branch and next_branch functions.Jan Janak authored on 26/02/2005 15:29:03 |
||
View eb91ce7fe1
- Support for dstip and dstport in the parameter parserJan Janak authored on 26/02/2005 15:27:03 |
February 25, 2005 | ||
---|---|---|
View d5707fe132
- missing include; required by "tcp_disable"Bogdan-Andrei Iancu authored on 25/02/2005 18:32:01 |
||
View 2518c90022
- basic tel uri support (it's parsed, SIP_URI_T, SIPS_URI_T and TEL_URI_T added)Andrei Pelinescu-Onciul authored on 25/02/2005 14:19:57 |
February 23, 2005 | ||
---|---|---|
View 5c28a534d5
- changed parse_headers api, HDR_xxx split into HDR_xxx_F (hdr_flags_t) and HDR_xxx_T (hdr_types_t), for more info read doc/parse_headers.txt. The header flags were extended top 64 bits. Be carefull not to mix types with flags, they won't work!Andrei Pelinescu-Onciul authored on 23/02/2005 17:16:01 |
February 20, 2005 | ||
---|---|---|
View 75a0b581d9
* Added allocation comment on flag 4.Juha Heinanen authored on 20/02/2005 19:30:06 |
February 18, 2005 | ||
---|---|---|
View ac892f2ad8
- mime types for SIMPLE protocol (contributed by Jamey Hicks)Bogdan-Andrei Iancu authored on 18/02/2005 21:09:41 |
||
View f20e6f94bf
- fixed error reported by Juha HeinanenJan Janak authored on 18/02/2005 18:16:48 |
||
View e16351878c
- 3 decimal digits for q value instead of 2 (as per RFC3261)Jan Janak authored on 18/02/2005 16:00:55 |
February 16, 2005 | ||
---|---|---|
View c077c4c354
- fr_*_timer_avp parameter support ID, string name or alias; AVP ID much faster to search for - if fr_*_timer_avp parameter is empry, the variable timer support is completly desabled (not searching anymore for the avp) -> reduces to 0 the performace penalty if you don't set/use variable timer AVPBogdan-Andrei Iancu authored on 16/02/2005 23:14:20 |