Guest User

Untitled

a guest
Dec 24th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ;
  2. ; Note - if the database server is hosted on the same machine as the
  3. ; asterisk server, you can achieve a local Unix socket connection by
  4. ; setting hostname = localhost
  5. ;
  6. ; port and sock are both optional parameters. If hostname is specified
  7. ; and is not "localhost", then cdr_mysql will attempt to connect to the
  8. ; port specified or use the default port. If hostname is not specified
  9. ; or if hostname is "localhost", then cdr_mysql will attempt to connect
  10. ; to the socket file specified by sock or otherwise use the default socket
  11. ; file.
  12. ;
  13. [global]
  14. hostname = localhost
  15. dbname=asteriskcdrdb
  16. password = fpbx
  17. user = freepbx
  18. userfield=1
  19. ;port=3306
  20. ;sock=/tmp/mysql.sock
Add Comment
Please, Sign In to add comment