[OpenSIPS-Users] [OpenSIPS-Devel] [NEW] Per-dialog flags and attributes
Iñaki Baz Castillo
ibc at aliax.net
Wed Jan 14 20:06:01 CET 2009
El Miércoles, 14 de Enero de 2009, Bogdan-Andrei Iancu escribió:
> Hi,
>
> The dialog module from OpenSIPS 1.5 provides now new features, like the
> possibility to have flags and attributes persistent across the entire
> dialog. These flags and attributes can be operated during the whole dialog
> life.
This is really useful feature!
> 1) dialog persistent flags
> Available functions:
> - set_dlg_flag("n");
> - reset_dlg_flag("n");
> - is_dlg_flag_set("n");
Just a question: why not:
- setdflag(int);
- resetdflag(int);
- issetdflag(int);
?
--
Iñaki Baz Castillo
More information about the Users
mailing list