]> sjero.net Git - linphone/blob - linphone/share/C/sipomatic.1
remove mediastreamer2 and add it as a submodule instead.
[linphone] / linphone / share / C / sipomatic.1
1 .\" Sipomatic is a SIP phone server. It answers automatically to incoming calls by playing a short message.
2 .TH "sipomatic" "1" "1.0.0" "Simon Morlat" "linphone"
3 .SH "NAME"
4 .LP 
5 sipomatic \- SIP auto\-responder from the linphone project.
6 .SH "SYNTAX"
7 .LP 
8 sipomatic [\fI\-u\fP] <\fIsip\-url\fP> [\fI\-f\fP] <\fIannouce\-file\fP> [\fI\-s\fP] <\fIsend\-port\fP> 
9 .LP 
10 sipomatic \fI\-v\fP
11 .br 
12 sipomatic \fI\-\-version\fP
13 .LP 
14 sipomatic \fI\-h\fP
15 .br 
16 sipomatic \fI\-\-help\fP
17 .SH "DESCRIPTION"
18 .LP 
19 Sipomatic is primilarly a test tool for linphone.
20 It waits for incoming sip calls, and answer to them by playing a wav sound file on disk. The sended stream is encoded using the preferred codec of the calling sip\-phone.
21 .br 
22 The default address of sipomatic is <sip:robot@127.0.0.1:5064>
23 It can be overriden with the \-u option.
24 .br 
25 The default annouce file 'hello.wav' can be overriden with the \-f option.
26 .br 
27 If you attempt to run several sipomatic on the same machine, then you will require the \-s option to specify explicitely the UDP port used by sipomatic to send its SIP messages.
28
29 .SH "OPTIONS"
30 .LP 
31 .TP 
32 \fB\-u\fR <\fIurl\fP>
33 Set the sip url sipomatic listens to. The host part of address MUST always be a numerical ip address. The default url is sip:robot@127.0.0.1:5064 .
34 .TP 
35 \fB\-f\fR <\fIannouce\-file\fP>
36 Specifies a 8000Hz 16 bits wav file to be played to the calling users. Default is usually /usr/share/sounds/linphone/hello.wav.
37 .TP 
38 \fB\-s\fR <\fIsend\-port\fP>
39 Specifies explicitely the udp port number to be used to send SIP messages.
40 .TP 
41 \fB\-v\fR
42 \fB\-\-version\fR
43 Output version information and exits.
44 .TP 
45 \fB\-h\fR
46 \fB\-\-help\fR
47 Output help information and exits.
48 .TP 
49 .SH "FILES"
50 .LP 
51 \fI/usr/share/sounds/linphone/hello.raw\fP 
52 .br 
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 .br 
56
57 .SH "ENVIRONMENT VARIABLES"
58 .LP 
59 .TP 
60 \fBSIPOMATIC_URL\fP
61 Specifies the address sipomatic listens to. By default it is
62 <sip:robot@127.0.0.1:5064> . 
63 .SH "EXAMPLES"
64
65 .SH "AUTHORS"
66 .LP 
67 Simon MORLAT <simon.morlat@linphone.org>
68 .SH "SEE ALSO"
69 .LP 
70 linphone(1) linphonec(1)