~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to apps/sipdial/README.txt

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-08-08 15:02:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120808150203-lzhbki3cqh2td7hk
Tags: 1.8.5-1
* New upstream release
* Make sure repro hashed passwords are not world readable
* Remove /var/lib/repro on purge (Closes: #675273)
* Delay in postrm in case process hasn't finished stopping
* Fix support for multiple ENUM carriers
* Fix issue with help text causing crash
* Fix clash between DIGEST and mutual TLS when used concurrently

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
The configuration file:
19
19
-----------------------
20
20
 
21
 
  The configuration file must be located in $HOME/.sipdial/sipdial.cfg
 
21
  sipdialer looks for a configuration file located in
 
22
   $HOME/.sipdial/sipdial.cfg
 
23
 
 
24
  You can also specify a configuration file on the command line
 
25
  as the second parameter (after the target URI).
22
26
 
23
27
  You can copy the the example file included in the source
24
28
 
28
32
  supported, and the same mechanisms may work with other phones
29
33
  from the same manufacturer:
30
34
 
31
 
  PolycomIP501:  adds the header field "AlertInfo: AA"
 
35
  AlertInfo:     adds the header field "AlertInfo: AA"
 
36
                 (this value was formerly called PolycomIP501)
32
37
  LinksysSPA941: adds the attribute answer-after=0 to header Callinfo
33
38
  Cisco7940:     same as generic
34
39
  Generic:       adds no special header fields
38
43
Using TLS
39
44
---------
40
45
 
41
 
  sipdial expects to use TLS to security the exchange of
 
46
  sipdial expects to use TLS to secure the exchange of
42
47
  SIP REFER messages.
43
48
 
44
49
  sipdial expects to find CA root certificates in files matching
45
 
  the pattern ~/.sipdial/certs/root_cert_*.pem
 
50
  the pattern $HOME/.sipdial/certs/root_cert_*.pem
 
51
  (the legacy reSIProcate SSL convention) or it can be told
 
52
  to load all CA root certificates from a directory such
 
53
  as /etc/ssl/certs on Debian by using the config option
 
54
  CADirectory = /etc/ssl/certs
46
55
 
47
56
  If multiple certificates are concatenated in a PEM file, it will only
48
57
  load the first.
49
58
 
50
 
  To symlink all the standard root certs on a Debian system, you
51
 
  can do the following:
52
 
 
53
 
    mkdir -p ~/.sipdial/certs && \
54
 
      cd /etc/ssl/certs && \
55
 
      for i in *.pem ;
56
 
        do ln -s /etc/ssl/certs/$i ~/.sipdial/certs/root_cert_${i}
57
 
      done
58
 
 
59
59
  In ~/.sipdial/sipdial.cfg, the callerUserAgentAddress must use
60
60
  a sips URI:
61
61
 
62
 
    callerUserAgentAddress sips:mydeskphone@example.org
 
62
    callerUserAgentAddress = sips:mydeskphone@example.org
63
63
 
64
64
Install in gconf:
65
65
-----------------
88
88
   sipdialer tel:00442071357000
89
89
 
90
90
  SIP addresses:
91
 
   sipdialer sip:442071357000@lvdx.com
 
91
   sipdialer sip:helpdesk@sip5060.net
92
92
 
93
93
 
94
94
Testing with a SIP proxy: