[OpenSIPS-Users] storing and accessing dialog module flags and vals

Brent Thomson bthomson at getjive.com
Thu Sep 3 00:50:57 CEST 2009


Bogdan-Andrei Iancu wrote:
>>
>> INVITE
>> 	setflag(4)
>> 	create_dialog() # returns true
>> 	store_dlg_value("foo", "bar")
>> 	set_dlg_flag("10")
>>
>>
>> CANCEL	
>> 	create_dialog() # returns false
>> 	fetch_dlg_value("foo", "$avp(i:2)") # returns empty
>> 	is_dlg_flag_set("10") # returns false
>>   
> 
> hmm... I see your point. actually the CANCEL is not matched against the 
> dialog at all at this point, this is why you do not get the dialog info 
> there.
> 
> But I think it should be there, so please open a bug report on the 
> tracker and I will take care of it.
> 

Cool. I've submitted the issue in the tracker. Thanks for your help.

-Brent



More information about the Users mailing list