1openserunix(8) OpenSER openserunix(8)
2
3
4
6 openserunix - openser UNIX socket wrapper
7
9 openserunix path_to_socket
10
11
13 openserunix is a wrapper for sending external commands to OpenSER SIP
14 server via UNIX sockets interface.
15 This is a binary alternative to the textual FIFO interface.
16
17 openserunix reads from standard input one OpenSER 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 OpenSER to receive the
24 external commands
25
26
28 An OpenSER 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:" | openserunix /tmp/openser.sock
33
34
35
37 see /usr/share/doc/openser/AUTHORS
38
39
41 openser(8),[22mopenser.cfg(5),openserctl(8)
42
43 Full documentation on openser is available at http://www.openser.org/.
44
45 Mailing lists:
46 users@openser.org - openser user community
47 devel@openser.org - openser development, new features and unstable version
48
49
50
51
52openser 21.06.2006 openserunix(8)