kamunix.8 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .TH kamunix 8 21.06.2006 kamailio "Kamailio"
  2. .\" Process with
  3. .\" groff -man -Tascii kamunix.8
  4. .\"
  5. .SH NAME
  6. kamunix \- Kamailio UNIX socket wrapper
  7. .SH SYNOPSIS
  8. .B kamunix
  9. .BI path_to_socket
  10. .SH DESCRIPTION
  11. .B kamunix
  12. is a wrapper for sending external commands
  13. .B to Kamailio SIP server
  14. via UNIX sockets interface.
  15. .br
  16. This is a binary alternative to the textual FIFO interface.
  17. .PP
  18. .B kamunix
  19. reads from standard input one
  20. .B Kamailio
  21. command along with its paramters (if any) and prints the response
  22. to standard output.
  23. .SH PARAMETERS
  24. .TP 3
  25. .B path_to_socket
  26. full path of the UNIX socket file used by Kamailio to receive the
  27. external commands
  28. .SH EXAMPLES
  29. .PP
  30. An Kamailio commands consists in one ore more lines: first contains the
  31. command name enclosed between ":", the following lines containing the
  32. command parameters, one per line.
  33. .PP
  34. echo ":uptime:" | kamunix /tmp/kamailio.sock
  35. .SH AUTHORS
  36. see
  37. .B /usr/share/doc/kamailio/AUTHORS
  38. .SH SEE ALSO
  39. .BR kamailio(8), kamailio.cfg(5), kamctl(8)
  40. .PP
  41. Full documentation on Kamailio is available at
  42. .I http://www.kamailio.org/.
  43. .PP
  44. Mailing lists:
  45. .nf
  46. [email protected] - Kamailio user community
  47. .nf
  48. [email protected] - Kamailio development, new features and unstable version