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

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to