Hello,

I'm trying to get dialog module working..

...my problem is that nothing is stored in the database in table "dialog" yet. 
I'm looking for CDRs there...

Can anyone please help me, so that I can see the CDRs in the database!???


I inserted in kamailio.cfg:

  [...]
  
  loadmodule "dialog.so"
  
  [...]
  
  modparam("dialog", "db_url", "mysql://XXX:x...@localhost/openser")
  modparam("dialog", "db_mode", 1)
  modparam("dialog", "dlg_flag", 4)     
  modparam("dialog", "dlg_match_mode", 1)
  
  [...]
  
  route {
     if (is_method("INVITE")) {
         dlg_manage();
     }
  }
  
  [...]
        

I'm actually not sure what "dlg_flag" is good for, but kamailio doesn't start 
without.

Thanks for your help...

Regards,

Nicolas

-- 
GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to