2 ; Open Settlement Protocol Sample Configuration File
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.
13 ; Should hardware accelleration be enabled? May not be changed
18 ; Defines the token format that Asterisk can validate.
19 ; 0 - signed tokens only
20 ; 1 - unsigned tokens only
21 ; 2 - both signed and unsigned
22 ; The defaults to 0, i.e. the Asterisk can validate signed tokens only.
28 ; All paths are presumed to be under /var/lib/asterisk/keys unless
29 ; the path begins with '/'
31 ; Specify the private keyfile. If unspecified, defaults to the name
32 ; of the section followed by "-privatekey.pem" (e.g. default-privatekey.pem)
36 ; Specify the local certificate file. If unspecified, defaults to
37 ; the name of the section followed by "-localcert.pem"
39 ;localcert=localcert.pem
41 ; Specify one or more Certificate Authority keys. If none are listed,
42 ; a single one is added with the name "-cacert.pem"
46 ; Specific parameters can be tuned as well:
48 ; maxconnections: Max number of simultaneous connections to the provider (default=20)
49 ; retrydelay: Extra delay between retries (default=0)
50 ; retrylimit: Max number of retries before giving up (default=2)
51 ; timeout: Timeout for response in milliseconds (default=500)
58 ; List all service points for this provider
60 ;servicepoint=http://osptestserver.transnexus.com:1080/osp
62 ; Set the "source" for requesting authorization