cel_tds.conf.sample 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ;
  2. ; Asterisk Channel Event Logging (CEL) - 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 CEL
  19. ; records.
  20. ;
  21. ; Accepted values: Any valid database name
  22. ;dbname=MalicoHN
  23. ; Database Table Name
  24. ;
  25. ; The 'table' keyword identifies which database table is used to log CEL
  26. ; records.
  27. ;
  28. ; Accepted value: Any valid table name
  29. ; Default value: If not specified, a table named 'cel' is assumed
  30. ;table=cel
  31. ; Credentials
  32. ;
  33. ; The 'username' and 'password' keywords specify the user credentials that
  34. ; Asterisk should use when connecting to the database.
  35. ;
  36. ; Accepted value: Any valid username and password
  37. ;username=mangUsr
  38. ;password=
  39. ; Language
  40. ;
  41. ; The 'language' keyword changes the language which are used for error and
  42. ; information messages returned by SQL Server. Each database and user has their
  43. ; own default value, and this default can be overriden here.
  44. ;
  45. ; Accepted value: Any language installed on the target SQL Server.
  46. ; Default value: Server default
  47. ;language=us_english
  48. ; Character Set
  49. ;
  50. ; The 'charset' setting is used to change the character set used when connecting
  51. ; to the database server. Each database and database user has their own
  52. ; character set setting, and this default can be overriden here.
  53. ;
  54. ; Accepted value: Any valid character set available on the target server.
  55. ; Default value: Server setting
  56. ;charset=BIG5