2009/3/24 Daniel-Constantin Mierla <miconda(a)gmail.com>om>:
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.
--
Iñaki Baz Castillo
<ibc(a)aliax.net>