| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Open Settlement Protocol Sample Configuration File | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; This file contains configuration of OSP server providers that are used by the | 
					
						
							|  |  |  | ; Asterisk OSP module.  The section "general" is reserved for global options. | 
					
						
							|  |  |  | ; All other sections describe specific OSP Providers.  The provider "default" | 
					
						
							|  |  |  | ; is used when no provider is otherwise specified. | 
					
						
							| 
									
										
										
										
											2007-01-16 01:20:06 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; The "servicepoint" and "source" parameters must be configured.  For most | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; implementations the other parameters in this file can be left unchanged. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | [general] | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Enable cryptographic acceleration hardware. | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; The default value is no. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ;accelerate=no | 
					
						
							| 
									
										
										
										
											2005-09-14 01:40:22 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; Enable security features. | 
					
						
							|  |  |  | ; If security features are disabled, Asterisk cannot validate signed tokens and | 
					
						
							|  |  |  | ; all certificate file name parameters are ignored. | 
					
						
							|  |  |  | ; The default value is no. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;securityfeatures=no | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Defines the status of tokens that Asterisk will validate. | 
					
						
							|  |  |  | ; 0 - signed tokens only | 
					
						
							|  |  |  | ; 1 - unsigned tokens only | 
					
						
							| 
									
										
										
										
											2005-09-14 01:40:22 +00:00
										 |  |  | ; 2 - both signed and unsigned | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; The default value is 0, i.e. the Asterisk will only validate signed tokens. | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; If securityfeatures are disabled, Asterisk cannot validate signed tokens. | 
					
						
							| 
									
										
										
										
											2005-09-14 01:40:22 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ;tokenformat=0 | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ;[default] | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; List all service points (OSP servers) for this provider. | 
					
						
							| 
									
										
										
										
											2010-07-07 07:07:08 +00:00
										 |  |  | ; Use either domain name or IP address.  Most OSP servers use port 5045. | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2010-07-07 07:07:08 +00:00
										 |  |  | ;servicepoint=http://osptestserver.transnexus.com:5045/osp | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Define the "source" device for requesting OSP authorization. | 
					
						
							|  |  |  | ; This value is usually the domain name or IP address of the the Asterisk server. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;source=domain name or [IP address in brackets] | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Define path and file name of crypto files. | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; The default path for crypto file is /var/lib/asterisk/keys.  If no path is | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; defined, crypto files will in /var/lib/asterisk/keys directory. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Specify the private key file name. | 
					
						
							|  |  |  | ; If this parameter is unspecified or not present, the default name will be the | 
					
						
							|  |  |  | ; osp.conf section name followed by "-privatekey.pem" (for example: | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; default-privatekey.pem) | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; If securityfeatures are disabled, this parameter is ignored. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ;privatekey=pkey.pem | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Specify the local certificate file. | 
					
						
							|  |  |  | ; If this parameter is unspecified or not present, the default name will be the | 
					
						
							|  |  |  | ; osp.conf section name followed by "- localcert.pem " (for example: | 
					
						
							|  |  |  | ; default-localcert.pem) | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; If securityfeatures are disabled, this parameter is ignored. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ;localcert=localcert.pem | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Specify one or more Certificate Authority key file names.  If none are listed, | 
					
						
							|  |  |  | ; a single Certificate Authority key file name is added with the default name of | 
					
						
							|  |  |  | ; the osp.conf section name followed by "-cacert_0.pem " (for example: | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; default-cacert_0.pem) | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; If securityfeatures are disabled, this parameter is ignored. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ;cacert=cacert_0.pem | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Configure parameters for OSP communication between Asterisk OSP client and OSP | 
					
						
							|  |  |  | ; servers. | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; maxconnections: Max number of simultaneous connections to the provider OSP | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ;                 server (default=20) | 
					
						
							| 
									
										
										
										
											2004-06-25 05:52:55 +00:00
										 |  |  | ; retrydelay:     Extra delay between retries (default=0) | 
					
						
							|  |  |  | ; retrylimit:     Max number of retries before giving up (default=2) | 
					
						
							|  |  |  | ; timeout:        Timeout for response in milliseconds (default=500) | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;maxconnections=20 | 
					
						
							|  |  |  | ;retrydelay=0 | 
					
						
							|  |  |  | ;retrylimit=2 | 
					
						
							|  |  |  | ;timeout=500 | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Set the authentication policy. | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; 0 - NO        - Accept all calls. | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; 1 - YES       - Accept calls with valid token or no token. Block calls with | 
					
						
							|  |  |  | ;                 invalid token. | 
					
						
							|  |  |  | ; 2 - EXCLUSIVE - Accept calls with valid token. Block calls with invalid token | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ;                 or no token. | 
					
						
							|  |  |  | ; Default is 1, | 
					
						
							| 
									
										
										
										
											2009-05-01 09:50:11 +00:00
										 |  |  | ; If securityfeatures are disabled, Asterisk cannot validate signed tokens. | 
					
						
							| 
									
										
										
										
											2006-04-07 19:11:22 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ;authpolicy=1 | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  | ; Set the default destination protocol. The OSP module supports SIP, H323, and | 
					
						
							| 
									
										
										
										
											2007-01-04 19:46:07 +00:00
										 |  |  | ; IAX protocols.  The default protocol is set to SIP. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;defaultprotocol=SIP | 
					
						
							| 
									
										
										
										
											2009-12-29 10:59:55 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2010-07-12 04:16:18 +00:00
										 |  |  | ; Set the work mode. | 
					
						
							|  |  |  | ; 0 - Direct | 
					
						
							|  |  |  | ; 1 - Indirect | 
					
						
							|  |  |  | ; Default is 0, | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;workmode=0 | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-12-29 10:59:55 +00:00
										 |  |  | ; Set the service type. | 
					
						
							|  |  |  | ; 0 - Normal voice service | 
					
						
							|  |  |  | ; 1 - Ported number query service | 
					
						
							|  |  |  | ; Default is 0, | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;servicetype=0 |