1opensipsunix(8) OpenSIPS opensipsunix(8)
2
3
4
6 opensipsunix - opensips UNIX socket wrapper
7
9 opensipsunix path_to_socket
10
11
13 opensipsunix is a wrapper for sending external commands to OpenSIPS
14 server via UNIX sockets interface.
15 This is a binary alternative to the textual FIFO interface.
16
17 opensipsunix reads from standard input one OpenSIPS command along with
18 its paramters (if any) and prints the response to standard output.
19
20
22 path_to_socket
23 full path of the UNIX socket file used by OpenSIPS to receive the
24 external commands
25
26
28 An OpenSIPS commands consists in one ore more lines: first contains the
29 command name enclosed between ":", the following lines containing the
30 command parameters, one per line.
31
32 echo ":uptime:" | opensipsunix /tmp/opensips.sock
33
34
35
37 see /usr/share/doc/opensips/AUTHORS
38
39
41 opensips(8),[22mopensips.cfg(5),opensipsctl(8)
42
43 Full documentation on opensips is available at http://www.open‐
44 sips.org/.
45
46 Mailing lists:
47 users@opensips.org - opensips user community
48 devel@opensips.org - opensips development, new features and unstable version
49
50
51
52
53opensips 21.06.2006 opensipsunix(8)