| 
									
										
										
										
											2002-02-19 16:56:30 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Open Sound System Console Driver Configuration File | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | [general] | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Automatically answer incoming calls on the console?  Choose yes if | 
					
						
							|  |  |  | ; for example you want to use this as an intercom. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | autoanswer=yes | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Default context (is overridden with @context syntax) | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | context=local | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Default extension to call | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | extension=s | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Default language | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;language=en | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2006-07-19 20:44:39 +00:00
										 |  |  | ; Default Music on Hold class to use when this channel is placed on hold in | 
					
						
							|  |  |  | ; the case that the music class is not set on the channel with | 
					
						
							|  |  |  | ; Set(CHANNEL(musicclass)=whatever) in the dialplan and the peer channel | 
					
						
							|  |  |  | ; putting this one on hold did not suggest a class to use. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ;mohinterpret=default | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2006-09-11 16:41:49 +00:00
										 |  |  | ; Silence suppression can be enabled when sound is over a certain threshold. | 
					
						
							| 
									
										
										
										
											2002-02-19 16:56:30 +00:00
										 |  |  | ; The value for the threshold should probably be between 500 and 2000 or so, | 
					
						
							|  |  |  | ; but your mileage may vary.  Use the echo test to evaluate the best setting. | 
					
						
							|  |  |  | ;silencesuppression = yes | 
					
						
							|  |  |  | ;silencethreshold = 1000 | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; To set which ALSA device to use, change this parameter | 
					
						
							|  |  |  | ;input_device=hw:0,0 | 
					
						
							| 
									
										
										
										
											2006-01-20 18:17:46 +00:00
										 |  |  | ;output_device=hw:0,0 | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-12 23:43:28 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Default mute state (can also be toggled via CLI) | 
					
						
							|  |  |  | ;mute=true | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; If enabled, no audio capture device will be opened.  This is useful on | 
					
						
							|  |  |  | ; systems where there will be no return audio path, such as overhead pagers. | 
					
						
							|  |  |  | ;noaudiocapture=true | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- | 
					
						
							|  |  |  | ; jbenable = yes              ; Enables the use of a jitterbuffer on the receiving side of an | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  |                               ; ALSA channel. Defaults to "no". An enabled jitterbuffer will | 
					
						
							|  |  |  |                               ; be used only if the sending side can create and the receiving | 
					
						
							|  |  |  |                               ; side can not accept jitter. The ALSA channel can't accept jitter, | 
					
						
							|  |  |  |                               ; thus an enabled jitterbuffer on the receive ALSA side will always | 
					
						
							|  |  |  |                               ; be used if the sending side can create jitter. | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ; jbmaxsize = 200             ; Max length of the jitterbuffer in milliseconds. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ; jbresyncthreshold = 1000    ; Jump in the frame timestamps over which the jitterbuffer is | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  |                               ; resynchronized. Useful to improve the quality of the voice, with | 
					
						
							|  |  |  |                               ; big jumps in/broken timestamps, usually sent from exotic devices | 
					
						
							|  |  |  |                               ; and programs. Defaults to 1000. | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ; jbimpl = fixed              ; Jitterbuffer implementation, used on the receiving side of a SIP | 
					
						
							| 
									
										
										
										
											2009-05-28 14:39:21 +00:00
										 |  |  |                               ; channel. Two implementations are currently available - "fixed" | 
					
						
							|  |  |  |                               ; (with size always equals to jbmax-size) and "adaptive" (with | 
					
						
							|  |  |  |                               ; variable size, actually the new jb of IAX2). Defaults to fixed. | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-02 19:08:38 +00:00
										 |  |  | ; jbtargetextra = 40          ; This option only affects the jb when 'jbimpl = adaptive' is set. | 
					
						
							|  |  |  |                               ; The option represents the number of milliseconds by which the new | 
					
						
							|  |  |  |                               ; jitter buffer will pad its size. the default is 40, so without | 
					
						
							|  |  |  |                               ; modification, the new jitter buffer will set its size to the jitter | 
					
						
							|  |  |  |                               ; value plus 40 milliseconds. increasing this value may help if your | 
					
						
							|  |  |  |                               ; network normally has low jitter, but occasionally has spikes. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-05-31 16:56:50 +00:00
										 |  |  | ; jblog = no                  ; Enables jitterbuffer frame logging. Defaults to "no". | 
					
						
							|  |  |  | ;----------------------------------------------------------------------------------- | 
					
						
							|  |  |  | 
 |