[Kamailio-Devel] store data in dialog module (struct dlg_cell)

Klaus Darilion klaus.mailinglists at pernau.at
Tue Sep 2 09:30:27 CEST 2008



Juha Heinanen schrieb:
> Klaus Darilion writes:
> 
>  > I want to store the canonical SIP URI of the callee in the dialog 
>  > module. Is there a generic way to store arbitrary variables/AVP in the 
>  > dialog module?
>  > 
>  > If not, how could we add such a thing?
> 
> i don't know about dialog module, but in general, which way you want to
> do it?  is canonical SIP URI available in dialog module and you want to
> save it in an avp or do you want to use canonical SIP URI in dialog
> module?

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)

klaus



More information about the Devel mailing list