[Kamailio-Devel] store data in dialog module (struct dlg_cell)
Klaus Darilion
klaus.mailinglists at pernau.at
Tue Sep 2 09:58:55 CEST 2008
Juha Heinanen schrieb:
> Klaus Darilion writes:
>
> > Dialog module currently stores from_uri and to_uri, but not the
> > canonical URI of the callee. (Actually there could be more then one
> > (forking) but currently dialog module does not support multiple dialogs
> > for one transaction).
>
> should be easy then to add one more thing to store, but i guess you also
> need to use it somehow.
Yes, but IMO extending the dlg_cell structure every time something
additional need to be stored is IMO a bad design. I thought a generic
mechanism would be better, e.g. define an AVP name and all AVPs with
this name gets added to the dialog.
klaus
More information about the Devel
mailing list