1sipomatic(1)                       linphone                       sipomatic(1)
2
3
4

NAME

6       sipomatic - SIP auto-responder from the linphone project.
7

SYNTAX

9       sipomatic [-u] <sip-url> [-f] <annouce-file> [-s] <send-port>
10
11       sipomatic -v
12       sipomatic --version
13
14       sipomatic -h
15       sipomatic --help
16

DESCRIPTION

18       Sipomatic  is primilarly a test tool for linphone.  It waits for incom‐
19       ing sip calls, and answer to them by playing a wav sound file on  disk.
20       The  sended  stream is encoded using the preferred codec of the calling
21       sip-phone.
22       The default address of sipomatic is <sip:robot@127.0.0.1:5064>  It  can
23       be overriden with the -u option.
24       The  default  annouce  file  'hello.wav'  can  be overriden with the -f
25       option.
26       If you attempt to run several sipomatic on the same machine,  then  you
27       will  require the -s option to specify explicitely the UDP port used by
28       sipomatic to send its SIP messages.
29
30

OPTIONS

32       -u <url>
33              Set the sip url sipomatic listens to. The host part  of  address
34              MUST  always  be  a  numerical  ip  address.  The default url is
35              sip:robot@127.0.0.1:5064 .
36
37       -f <annouce-file>
38              Specifies a 8000Hz 16 bits wav file to be played to the  calling
39              users. Default is usually /usr/share/sounds/linphone/hello.wav.
40
41       -s <send-port>
42              Specifies explicitely the udp port number to be used to send SIP
43              messages.
44
45       -v     --version Output version information and exits.
46
47       -h     --help Output help information and exits.
48
49
50       FILES
51
52       /usr/share/sounds/linphone/hello.raw
53       This is the file that sipomatic plays by default to the calling phones.
54       The format of this file is a 8000 Hz 16 bit wav file.
55
56

ENVIRONMENT VARIABLES

58       SIPOMATIC_URL
59              Specifies  the  address  sipomatic  listens to. By default it is
60              <sip:robot@127.0.0.1:5064> .
61

EXAMPLES

AUTHORS

64       Simon MORLAT <simon.morlat@linphone.org>
65

SEE ALSO

67       linphone(1) linphonec(1)
68
69
70
71Simon Morlat                         1.0.0                        sipomatic(1)
Impressum