[Kamailio-Users] [dialog module] set_dlg_profile() not working?
Iñaki Baz Castillo
ibc at aliax.net
Tue Mar 24 10:15:20 CET 2009
2009/3/24 Daniel-Constantin Mierla <miconda at gmail.com>:
> Hello,
>
> do you get any particular error in the syslog?
>
> Can you try using dlg_mange() instead of setting the FLAG_DIALOG?
> http://kamailio.org/docs/modules/1.5.x/dialog.html#id2531667
Thanks, that works but just if I set "dlg_manage()" before "set_dlg_profile():
dlg_manage();
set_dlg_profile("topbx");
But the following doesn't work:
setflag(FLAG_DIALOG);
set_dlg_profile("topbx");
--
Iñaki Baz Castillo
<ibc at aliax.net>
More information about the Users
mailing list