On 19/03/15 22:16, 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().
But then is No -- t_continue() should be after t_suspend().
Daniel
Furthermore, t_newtran() is only called if(!t_lookup_request()).
-- Alex