Re: [SR-Users] Issue with dlg_setflag vs. setflag

2015-02-05 Thread Anthony Messina
I didn't understand that properly from the dialog module README in 6.10. dlg_manage(): "Process current SIP request with dialog module. It is an alternative to setting dialog flag for initial INVITE and Route-parameter-callback execution for within-dialog requests." Your explanation was very

Re: [SR-Users] Issue with dlg_setflag vs. setflag

2015-02-05 Thread Daniel-Constantin Mierla
Hello, dialog flags (dlg_setflag) are for storing specific flags inside the dialog structure. It is not used to mark a request for creating a dialog. For that you have to use setflag. Cheers, Daniel On 31/01/15 23:10, Anthony Messina wrote: > I'm currently using Kamailio built from master@e59db7

[SR-Users] Issue with dlg_setflag vs. setflag

2015-01-31 Thread Anthony Messina
I'm currently using Kamailio built from master@e59db79 and have been following the recent threads about the dialog module as I'm moving toward adding dialog support for presence and CDRs in my setup. However, I seem to have come across an issue where dlg_setflag() does nothing, while setflag()