December 18, 2003 | ||
---|---|---|
View 36a1abc014
- added support for lump_rpl in failur routeBogdan-Andrei Iancu authored on 18/12/2003 22:45:23 |
December 5, 2003 | ||
---|---|---|
View a70eb29888
- global callbacks replaced by callbacks per transaction - per type callback list merged into a single one - TMCB_ON_FAILURE callback type addded - completion callback used by t_uac merged into transaction callbacks as TMCB_LOCAL_COMPLETEDBogdan-Andrei Iancu authored on 05/12/2003 14:29:12 |
December 2, 2003 | ||
---|---|---|
View b32cfb35f7
- some updates in t_check_status() - Jiri's suggestion to use directly the t_pick_branch() in FAILURE modeBogdan-Andrei Iancu authored on 02/12/2003 15:32:08 |
November 27, 2003 | ||
---|---|---|
View f02a46aa9e
2 new functions added : t_check_status() and t_flush_flags()Bogdan-Andrei Iancu authored on 27/11/2003 15:52:12 |
November 24, 2003 | ||
---|---|---|
View b7b66ef2a8
- free_via_lump changed into free_via_clen_lump (ugly name to remind us this is just a temporary hack that should be replaced); now it will free also the HDR_CONTENTLENGHT lumpsAndrei Pelinescu-Onciul authored on 24/11/2003 17:39:51 |
November 11, 2003 | ||
---|---|---|
View c13b8274b3
updates related to the new lump_rpl changesBogdan-Andrei Iancu authored on 11/11/2003 19:37:16 |
November 5, 2003 | ||
---|---|---|
View 733b3a9a9a
flag status fixed to be transfered from reply/failure handlers to transaction contextJiri Kuthan authored on 05/11/2003 21:36:40 |
October 20, 2003 | ||
---|---|---|
View 4c37101e0f
- added body_lumps (jan patches + some changes) - anchor_lump & del_lump compare the offset with msg->eoh and add the lump to add_rm or body_lumps, so make sure to parse_headers(HDR_EOH) if you lumps might modify the body. - changed all the {anchor,del}_lump callsAndrei Pelinescu-Onciul authored on 20/10/2003 17:10:13 |
October 15, 2003 | ||
---|---|---|
View eaffa61da6
- "body_lump" changes reverted, sorry.Jan Janak authored on 15/10/2003 08:47:56 |
October 14, 2003 | ||
---|---|---|
View ce62b42d7f
- add_rm lump list split into add_rm (for headers) and body_lump (for body), this allows fast calculation of the message body delta to generate Content-Length value properly - Updated developer's guide - updates modules that modify message body to use body_lumps - updated tm to process both lists - updated msg_translator to process body lumps first to find out body length, generate lumps necesarry to update Content-Lenght and calculate length of add_rm lumps thenJan Janak authored on 14/10/2003 00:13:34 |
September 28, 2003 | ||
---|---|---|
View cd822b2915
this fixes a bug related to empty replies (empty body).Raphael Coeffic authored on 28/09/2003 17:16:01 |
September 11, 2003 | ||
---|---|---|
View 6814809a92
- updated to new build_lump_rpl() function interface - updated to new build_res_buf_from_sip_req() function interface - t_reply_with_body() reshaped to use reply_lumps + build_res_buf_from_sip_req() instead of build_res_buf_with_body_from_sip_req()Bogdan-Andrei Iancu authored on 11/09/2003 19:48:29 |
August 17, 2003 | ||
---|---|---|
View 0dd97a007d
Inserted callback parameters instead of NULL in completeion_cb callsNils Ohlmeier authored on 17/08/2003 22:49:52 |
June 23, 2003 | ||
---|---|---|
View 65ce77bc2d
bug_fix: reply status processing changed to withstand final-provisional-finalJiri Kuthan authored on 23/06/2003 00:07:44 |
April 30, 2003 | ||
---|---|---|
View c5867ab303
- dialog support added - new functions for sending messages within and outside a dialog - bugfixes - neverending fifo functions split in smaller piecesJan Janak authored on 30/04/2003 18:50:58 |