~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to configs/osp.conf.sample

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2005-03-09 22:09:05 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050309220905-9afy6hcpw96xbr6j
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;
 
2
; Open Settlement Protocol Sample Configuration File
 
3
;
 
4
;
 
5
; This file contains configuration of providers that
 
6
; are used by the OSP subsystem of Asterisk.  The section
 
7
; "general" is reserved for global options.  Each other 
 
8
; section declares an OSP Provider.  The provider "default"
 
9
; is used when no provider is otherwise specified.
 
10
;
 
11
[general]
 
12
;
 
13
; Should hardware accelleration be enabled?  May not be changed
 
14
; on a reload.
 
15
;
 
16
;accelerate=yes
 
17
 
 
18
;[default]
 
19
;
 
20
; All paths are presumed to be under /var/lib/asterisk/keys unless
 
21
; the path begins with '/'
 
22
;
 
23
; Specify the private keyfile.  If unspecified, defaults to the name
 
24
; of the section followed by "-privatekey.pem" (e.g. default-privatekey.pem)
 
25
;
 
26
;privatekey=pkey.pem
 
27
;
 
28
; Specify the local certificate file.  If unspecified, defaults to
 
29
; the name of the section followed by "-localcert.pem"
 
30
;
 
31
;localcert=localcert.pem
 
32
;
 
33
; Specify one or more Certificate Authority keys.  If none are listed,
 
34
; a single one is added with the name "-cacert.pem"
 
35
;
 
36
;cacert=cacert_0.pem
 
37
;
 
38
; Specific parameters can be tuned as well:
 
39
;
 
40
; maxconnections: Max number of simultaneous connections to the provider (default=20)
 
41
; retrydelay:     Extra delay between retries (default=0)
 
42
; retrylimit:     Max number of retries before giving up (default=2)
 
43
; timeout:        Timeout for response in milliseconds (default=500)
 
44
;
 
45
;maxconnections=20
 
46
;retrydelay=0
 
47
;retrylimit=2
 
48
;timeout=500
 
49
;
 
50
; List all service points for this provider
 
51
;
 
52
;servicepoint=http://osptestserver.transnexus.com:1080/osp
 
53
;
 
54
; Set the "source" for requesting authorization
 
55
;
 
56
;source=foo