0

I am working with Asterisk. I config Asterisk auto write CDR to SQLite3 and the file is Master.db

By default, this file location in "var/log/asterisk/Master.db".

But now I want to change this path, I want Asterisk auto write CDR to another directory.

How can I change this path?

Thanks

ThanhLam112358
  • 878
  • 1
  • 20
  • 51

1 Answers1

1
currently, only file "master.db" is supported, with only one table at a time.

You always can change it it source files and recompile.

Or just create symlink.

arheops
  • 15,544
  • 1
  • 21
  • 27