Bugs item #2925298, was opened at 2010-01-03 20:19 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2925298&group_id=232389
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules >Group: 1.6.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Richard Revels (rrevels) >Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) Summary: tm module socket write problems Initial Comment: Found that the documentation refers to function as t_write_fifo but code exports function as t_write_req. Function fixup_t_write (line 300 in t_fifo.c) checks param_no against 2 but should be checked for 1. Function t_write_fifo fails with "t_get_trans_ident failed" on line 504 of t_fifo.c. ---------------------------------------------------------------------- >Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2010-01-04 17:11 Message: Hi Richard, I fixed the docs t_write_fifo -> t_write_req (the web pages will be updated over the night) Also, you are right about the fixup function - it was fixing the wrong param. Regarding the "t_get_trans_ident failed" error, do you create the transaction (from script via t_newtran) before running the t_write_req() function ? Thanks and Regards, Bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2925298&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
