2009/3/24 Daniel-Constantin Mierla miconda@gmail.com:
For initial INVITE when setting the flag, the dialog is actually created upon a tm callback. With dlg_manage() dialog is created immediately.
ok
For requests withing dialog, the state is updated either when loose_route() is executed or when dlg_manage() is called.
So, in case I do "loose_route()" I don't need to call "dlg_manage()" during in-dialog processing, right?
The need of dlg_manage() is especially when you have static routes inside your network and you do not add Record-Route in all your servers. Also, makes more clear when you get dialog related operations done.
Useful, yes :) Thanks.