kamdbctl.8 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .TH kamdbctl 8 20.11.2017 Kamailio "Kamailio"
  2. .SH NAME
  3. kamdbctl \- Kamailio database control tool
  4. .SH SYNOPSIS
  5. .B kamdbctl
  6. .BI command
  7. [
  8. .BI parameters
  9. ]
  10. .SH DESCRIPTION
  11. .B kamdbctl
  12. is a script to maintain the database needed by some Kamalio modules.
  13. .SH Configuration
  14. Before you can use
  15. .B kamdbctl
  16. you have to select a database engine in the kamctlrc file.
  17. Just change the DBENGINE parameter in the respective section in
  18. .B kamctlrc
  19. file.
  20. .TP
  21. Valid values are: MYSQL, PGSQL, ORACLE, DB_BERKELEY, DBTEXT.
  22. .TP
  23. The default is 'none'.
  24. .TP
  25. The username, password, database name and other settings can be configured by editing the kamctrl script.
  26. .SH COMMANDS
  27. Run
  28. .B kamdbctl help
  29. to see the list of available commands.
  30. .SH NOTES
  31. Several commands are not available for some of the database systems.
  32. .SH FILES
  33. .PD 0
  34. .I /etc/kamailio/kamctlrc
  35. .br
  36. .I /usr/local/etc/kamailio/kamctlrc
  37. .br
  38. .I ~/.kamctlrc
  39. .br
  40. .SH AUTHORS
  41. See
  42. .B /usr/share/doc/kamailio/AUTHORS
  43. .SH SEE ALSO
  44. .BR kamailio(8),
  45. .BR kamailio.cfg(5)
  46. .PP
  47. Full documentation on Kamailio is available at
  48. .I https://www.kamailio.org
  49. .PP
  50. Mailing lists:
  51. .nf
  52. [email protected] - Kamailio user community
  53. .nf
  54. [email protected] - Kamailio development community