June 18, 2006 | ||
---|---|---|
View 6738661913
- adjusted compact headers. There were missing compact equivalents for Subject, Refer-To and completely missing Session-Expires, Accept-Contact, etc. support. Currently I've implemented both compact header and case switches to assign enumeration type. No next parsing is processed, but probably will be done, good candidate e.g. Session-Expires.Tomas Mandys authored on 18/06/2006 23:15:22 |
June 17, 2006 | ||
---|---|---|
View d766c020ec
- run_flags published in header file. It may require any module command that calls run_actions, e.g. to absorb return.Tomas Mandys authored on 17/06/2006 09:40:59 |
June 16, 2006 | ||
---|---|---|
View f9ac51fb6d
- bugfix SER-111 -When (drop/function returning 0) appears in onreply route then post reply script callbacks are skiped -Empty route block causes dropTomas Mandys authored on 16/06/2006 14:15:51 |
||
View 071d8b0912
- fixed copy&paste error, reply callbacks newer installedTomas Mandys authored on 16/06/2006 11:48:39 |
June 13, 2006 | ||
---|---|---|
View c8530cf8c4
added functions for traversing hash tableVaclav Kubart authored on 13/06/2006 11:24:50 |
||
View 110e298d0d
few common SIP/SER helper functions moved into CDS (needed elsewhere)Vaclav Kubart authored on 13/06/2006 08:11:04 |
June 12, 2006 | ||
---|---|---|
View 270757bb54
Fix test if select result is not empty for select function returning empty string with result=0, res.len=0.Michal Matyska authored on 12/06/2006 21:14:24 |
||
View f5b61aa07f
Free allocated structure if the parser returns error.Michal Matyska authored on 12/06/2006 11:40:16 |
||
View d28be99008
bit for uri attrs in priority column reservedKarel Kozlik authored on 12/06/2006 09:10:45 |
||
View f223fdcf75
table uri_attrs introducedKarel Kozlik authored on 12/06/2006 09:03:48 |
||
View 75108e9335
added retransmission timer reset on cancel.Raphael Coeffic authored on 12/06/2006 08:40:54 |
June 9, 2006 | ||
---|---|---|
View 6f1faf761a
Parsing of select framework syntax moved to the select core; serdev doc showing how to extend select framework within module.Michal Matyska authored on 09/06/2006 16:46:53 |
||
View 23a22b43a3
& -> & in code exampleMichal Matyska authored on 09/06/2006 15:13:27 |
||
View 68f063ac8e
clarified "simple profiling"Vaclav Kubart authored on 09/06/2006 08:48:39 |
June 7, 2006 | ||
---|---|---|
View 80d2811c92
- numeric avp compared with string value fix: the value will be converted to int on-the-fly if possible (unfortunately we don't have enough information to do it on fixup).Andrei Pelinescu-Onciul authored on 07/06/2006 21:55:25 |