On 03/24/2009 11:15 AM, IƱaki Baz Castillo wrote:
2009/3/24 Daniel-Constantin Mierla miconda@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");
ok. I will analyze to see what happens.
You didn't get any error when you try first option, right?
Cheers, Daniel