mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 lines
426 B
Plaintext
Executable File
20 lines
426 B
Plaintext
Executable File
;
|
|
; Internet Phone Jack
|
|
;
|
|
; Configuration file
|
|
;
|
|
[interfaces]
|
|
;
|
|
; Select a mode, either the line 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)
|
|
;
|
|
;mode=immediate
|
|
mode=dialtone
|
|
;
|
|
; List all devices we can use.
|
|
;
|
|
context=local
|
|
device=/dev/ixj0
|