As Stan indicated, try reading first the documentation - I think it is quite good in giving you some idea about that dlg_flag param.
shortly: you can create the dialog for the current INVITE by setting the this flag - the dialog module needs to know what flag to look for (your own choice) and to create the dialog. Regards, Bogdan rajib deka wrote: > Hi Stanisław, > Thanks for the reply. So we can use any number to set the flag like 4, > 13 etc. But my question is why we need that flag, is it the dialog > identifier ? > Regards > Rajib > 2010/3/16 Stanisław Pitucha <[email protected] > <mailto:[email protected]>> > > On 16.03.2010 12:23, rajib deka wrote: > > I am not able to understand the use of dlg_flag in dialog > module. what is > > the diffrernce between following statements, > > modparam("dialog", "dlg_flag", 4) > > modparam("dialog", "dlg_flag", 13) > > http://www.opensips.org/html/docs/modules/1.6.x/dialog.html#dlg-flag-id > It's just a flag number. You have to set it to get the dialog > constructed. > > _______________________________________________ > Users mailing list > [email protected] <mailto:[email protected]> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > > -- > Rajib Deka > Software Engineer > Servion Global Solution > Chennai, India > > Mobile No: + 91 80157 09130 > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -- Bogdan-Andrei Iancu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
