On 03/19/2015 05:16 PM, Alex Balashov wrote:
On 03/19/2015 05:13 PM, Daniel-Constantin Mierla wrote:
Does it happen that you create the transaction for INVITE with t_newtran(), then add/remove headers and after that call t_suspend()?
Yes, although both the t_newtran() call and any header manipulation happens after t_continue().
Furthermore, t_newtran() is only called if(!t_lookup_request()).
Well, that's not _entirely_ true. It turns out we do remove_hf("Route") before t_suspend().