didn't find capi device for interface '*******'
unable to create channel of type 'CAPI' (cause 44 - Requestet channel not available)
;
; Asterisk configuration file
;
; Module Loader configuration file
;
[modules]
autoload=yes
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss. Don't load it.
;
noload => app_intercom.so
noload => chan_zap.so
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
;
load => chan_capi.so
;load => chan_modem.so
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
;noload => chan_oss.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_zap.so=no
;chan_modem.so=yes
chan_capi.so=yes
;
; CAPI config
;
;
[general]
nationalprefix=+49
internationalprefix=+
rxgain=1.0
txgain=1.0
language=de
[ISDN1]
isdnmode=msn
msn=<meine MSN>
incomingmsn=*
controller=0
softdtmf=on
relaxdtmf=on
faxdetect=off
accountcode=
immediate=yes
context=isdn-in
;echosquelch=1
;echocancel=yes
;echotail=64
group=1
devices=2
[general]
context=default
port=5060
bindaddr=0.0.0.0
language=de
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
srvlookup=yes
[30]
host=dynamic
user=30
secret=****
type=friend
context=default
allow=gsm
allow=alaw
allow=ulaw
[31]
host=dynamic
user=31
secret=****
type=friend
context=default
allow=gsm
allow=alaw
allow=ulaw
[globals]
CONSOLE=Console/dsp
TRUNK=Zap/g2
TRUNKMSD=1
[default]
include => tester
include => intern
include => isdn-out
[tester]
exten => 1001,1,Answer()
exten => 1001,2,NoOp(xxxxxxxxxx Hello World xxxxxxxxxx)
exten => 1001,3,Playback(hello-world)
exten => 1001,n,Hangup()
[intern]
exten => _3X,1,Dial(SIP/${EXTEN},15)
exten => _3X,2,Voicemail(${EXTEN},u)
exten => 2999,1,VoiceMailMain($CALLERID(num)},s)
[isdn-out]
exten => _0.,1,NoOp(********vor dem waehlen******)
exten => _0.,2,Dial(CAPI/ISDN1/${EXTEN:1},20)
;exten => _0.,3,NoOp(*********nach dem waehlen*********)
;exten => _0.,4,Hangup()
[isdn-in]
exten => ****,1,NoOp(***************vor dem anwaehlen**************)
exten => ****,2,Dial(SIP/31,15)
exten => ****,3,NoOp(***************nach dem anwaehlen**************)
exten => ****,4,Voicemail(31,u)