1sip-options(1) sofia-sip-utils sip-options(1)
2
3
4
6 sip-options - .TH "sip-options" 1 "Fri Mar 11 2011" "Version 1.12.11"
7 "sofia-sip-utils"
8
10 sip-options - .SH "Synopsis"
11
12 sip-options [OPTIONS] target-uri
13
15 The sip-options utility sends a SIP OPTIONS request (or any other SIP
16 request) to a SIP server.
17
18 The sip-options tool will print out status line and interesting headers
19 from the response, excluding From, Via, Call-ID, and CSeq. The message
20 body is also printed.
21
23 The options utility accepts following command line options:
24
25 -m url | --contact=url | --bind=url
26 Specifies the SIP URL to which the options utility binds.
27
28 --1XX | -1
29 Print also preliminary responses. If this option is not present,
30 preliminary responses are silently discarded.
31
32 --all | -a
33 All SIP headers will be printed. If the --all option is given, the
34 options utility also prints From, Via, Call-ID or CSeq headers.
35
36 --from=url
37 Specifies the From header. Unless this option is used or the
38 environment variable SIPADDRESS is set, local Contact URL is used
39 as From header as well.
40
41 --mf=n
42 Specify the initial Max-Forwards count (defaults to 70, stack
43 default).
44
45 --method=s
46 Specify the request method (defaults to OPTIONS).
47
48 --extra | -x/dt>
49 Read extra headers (and optionally a message body) from the
50 standard input
51
53 0when successful (a 2XX-series response is received) 1when unsuccessful
54 (a 3XX..6XX-series response is received) 2initialization failure
55
57 You want to query supported features of sip:essip00net.nokia.com:
58
59 $ options sip:essip00net.nokia.com
60
61
63 SIPADDRESS, sip_proxy, NTA_DEBUG, TPORT_DEBUG, TPORT_LOG.
64
66 Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
67
69 Written by Pekka Pessi <pekka -dot pessi -at- nokia -dot- com>
70
72 Copyright (C) 2005 Nokia Corporation.
73
74 This program is free software; see the source for copying conditions.
75 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
76 PARTICULAR PURPOSE.
77
78
79
80Version 1.12.11 Fri Mar 11 2011 sip-options(1)