mirror of https://github.com/asterisk/asterisk
ASTERISK-29594 Change-Id: I79a9961cb5062fadbccb0ea93f087bdd32685316pull/24/head
parent
95f3a4a9ad
commit
6cc948f94e
File diff suppressed because it is too large
Load Diff
@ -1,51 +0,0 @@
|
|||||||
;
|
|
||||||
; Linux Telephony Interface
|
|
||||||
;
|
|
||||||
; Configuration file
|
|
||||||
;
|
|
||||||
[interfaces]
|
|
||||||
;
|
|
||||||
; Select a mode, either the phone jack provides dialtone, reads digits,
|
|
||||||
; then starts PBX with the given extension (dialtone mode), or
|
|
||||||
; immediately provides the PBX without reading any digits or providing
|
|
||||||
; any dialtone (this is the immediate mode, the default). Also, you
|
|
||||||
; can set the mode to "fxo" if you have a linejack to make it operate
|
|
||||||
; properly. If you are using a Sigma Designs board you may set this to
|
|
||||||
; "sig".
|
|
||||||
;
|
|
||||||
mode=immediate
|
|
||||||
;mode=dialtone
|
|
||||||
;mode=fxo
|
|
||||||
;mode=sig
|
|
||||||
;
|
|
||||||
; You can decide which format to use by default, "g723.1", "g729", or "slinear".
|
|
||||||
; Note that g729 is only supported for Sigma Designs boards.
|
|
||||||
; XXX Be careful, sometimes the card causes kernel panics when running
|
|
||||||
; in signed linear mode for some reason... XXX
|
|
||||||
;
|
|
||||||
format=slinear
|
|
||||||
;format=g723.1
|
|
||||||
;format=g729
|
|
||||||
;
|
|
||||||
; And set the echo cancellation to "off", "low", "medium", and "high".
|
|
||||||
; This is not supported on all phones.
|
|
||||||
;
|
|
||||||
echocancel=medium
|
|
||||||
;
|
|
||||||
; You can optionally use VAD/CNG silence suppression
|
|
||||||
;
|
|
||||||
;silencesupression=yes
|
|
||||||
;
|
|
||||||
; List all devices we can use. Contexts may also be specified
|
|
||||||
;
|
|
||||||
;context=local
|
|
||||||
;
|
|
||||||
; You can set txgain and rxgain for each device in the same way as context.
|
|
||||||
; If you want to change default gain value (1.0 =~ 100%) for device, simple
|
|
||||||
; add txgain or rxgain line before device line. But remember, if you change
|
|
||||||
; volume all cards listed below will be affected by these values. You can
|
|
||||||
; use float values (1.0, 0.5, 2.0) or percentage values (100%, 150%, 50%).
|
|
||||||
;
|
|
||||||
;txgain=100%
|
|
||||||
;rxgain=1.0
|
|
||||||
;device => /dev/phone0
|
|
@ -0,0 +1,6 @@
|
|||||||
|
Subject: chan_phone
|
||||||
|
Master-Only: True
|
||||||
|
|
||||||
|
This module was deprecated in Asterisk 16
|
||||||
|
and is now being removed in accordance with
|
||||||
|
the Asterisk Module Deprecation policy.
|
Loading…
Reference in new issue