[SR-Users] set_dlg_profile not working?

Timo Reimann timo.reimann at 1und1.de
Wed Jan 12 15:10:43 CET 2011


Hi Ricardo,


On 12.01.2011 13:38, Ricardo Martinez wrote:
> I'm using the kamailio versión 3.1.0.
> 
> The profile gws is a "profile with_values"
> 
> # ---- dialog params ------
> modparam("dialog", "dlg_flag", 4)
> modparam("dialog", "profiles_with_value", "gws")
> 
> 
> I'm not using the last two parameters that you mention.  Could you guide
> me on how to use them?

dlg_manage() allows you to track the dialog currently being processed,
i.e., on-demand dialog tacking. However, since you have already defined
flag 4 as dialog flag, you don't need dlg_manage(): It's supposed to
happen automatically for all calls.

This requires enabling the configured flag (4 in your case) though. Have
you done so prior to assigning the call to the profile?


Cheers,

--Timo



More information about the sr-users mailing list