2009/3/24 Daniel-Constantin Mierla miconda@gmail.com:
On 03/24/2009 11:59 AM, Iñaki Baz Castillo wrote:
I'm very annoying because now I've removed *all* dlg_manage() and setflag(DIALOG) from my script (dialog module remains loaded) and the dialogs are stored in memory and DB !!!
Old dialogs only or new dialogs are added there?
I stop Kamailio, clean dialog table, start kamailio. No dialogs if I do "kamct fifo dlg_list", neither in DB. I do a call (ringing). It appears running the fifo commands and also in the dialog table. I've dialog module loaded, but I don't use dlg_manage() or setflag(DIALOG), neither set_dlg_profile(), nothing related to dialog module!
Do I miss something? Also, using "dlg_manage()" I get 2 entries for each dialog!
Are you sure? There are constraints to prevent that. Are they both in memory and db?
Yes they were (when dialog functions were used in the config script).
I must test it more.