1sipquery(1) GNU Telephony sipquery(1)
2
3
4
6 sipquery - register and report sip contact details
7
9 sipquery -forward ipaddr -port number -proxy sip:host[:port] -server
10 sip:host[:port] -timeout seconds -verbose userid[@server[:port]]
11
13 This is a tool that uses the registration process to query the sip con‐
14 tact uri for a registered user agent. This may even be considered a
15 demonstration of a security flaw in the standard SIP server model.
16 Basically, an un-authenticated registration request is sent to the
17 server, and the contact uri is read to standard out from the server
18 reply message.
19
21 -forward
22 Sets the "public appearing" IP address for testing behind NAT.
23
24 -port Sets the sip port number, in case the default port (5060) is in
25 use already.
26
27 -proxy Use a specified outbound proxy uri to get to the server being
28 queried.
29
30 -server
31 Specify server uri to query unless offered as part of userid.
32
33 -timeout
34 Time to wait for query response.
35
37 sipquery was written by David Sugar <dyfet@gnutelephony.org>.
38
40 Report bugs to sipwitch-devel@gnu.org.
41
43 Copyright © 2009 David Sugar, Tycho Softworks.
44 This is free software; see the source for copying conditions. There is
45 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
46 PURPOSE.
47
48
49
50
51GNU SIP Witch December 2009 sipquery(1)