cdr_tds.conf.sample 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ;
  2. ; Asterisk Call Detail Records (CDR) - FreeTDS Backend
  3. ;
  4. ;[global]
  5. ; Connection
  6. ;
  7. ; Use the 'connection' keyword to specify one of the instance names from your
  8. ; 'freetds.conf' file. Note that 'freetds.conf' is not an Asterisk
  9. ; configuration file, but one specific to the FreeTDS library. See the FreeTDS
  10. ; documentation on 'freetds.conf' for more information:
  11. ;
  12. ; http://www.freetds.org/userguide/freetdsconf.htm
  13. ;
  14. ; Accepted values: One of the connections specified in freetds.conf
  15. ;connection=ConnectionFromFreeTDSConf
  16. ; Database Name
  17. ;
  18. ; The 'dbname' keyword specifies the database name to use when logging CDRs.
  19. ;
  20. ; Accepted values: Any valid database name
  21. ;dbname=AsteriskCDRs
  22. ; Database Table Name
  23. ;
  24. ; The 'table' keyword identifies which database table is used to log CDRs.
  25. ;
  26. ; Accepted value: Any valid table name
  27. ; Default value: If not specified, a table named 'cdr' is assumed
  28. ;table=cdr
  29. ; Credentials
  30. ;
  31. ; The 'username' and 'password' keywords specify the user credentials that
  32. ; Asterisk should use when connecting to the database.
  33. ;
  34. ; Accepted value: Any valid username and password
  35. ;username=mangUsr
  36. ;password=
  37. ; Language
  38. ;
  39. ; The 'language' keyword changes the language which are used for error and
  40. ; information messages returned by SQL Server. Each database and user has their
  41. ; own default value, and this default can be overriden here.
  42. ;
  43. ; Accepted value: Any language installed on the target SQL Server.
  44. ; Default value: us_english
  45. ;language=us_english
  46. ; Character Set
  47. ;
  48. ; The 'charset' setting is used to change the character set used when connecting
  49. ; to the database server. Each database and database user has their own
  50. ; character set setting, and this default can be overriden here.
  51. ;
  52. ; Accepted value: Any valid character set available on the target SQL server.
  53. ; Default value: iso_1
  54. ;charset=BIG5
  55. ; High Resolution Times
  56. ;
  57. ; The 'hrtime' setting is used to store high resolution (sub second) times for
  58. ; billsec and duration fields.
  59. ;
  60. ; Accepted value: true or false
  61. ; Default value: false
  62. ;hrtime=false