Hallo,
mein Telefonanbieter hat dieses Leistungsmerkmal für mich freigeschaltet. Leider funktioniert es mit folgender Config nicht. Es wird immer die Haupt-MSN übertragen. Benutzt wird eine AVM Fritz PCI 2.0 mit CAPI-Treiber.
Jetzt weiss ich nicht, ob es am Anbieter oder mir liegt.
extensions.conf
capi.conf
mein Telefonanbieter hat dieses Leistungsmerkmal für mich freigeschaltet. Leider funktioniert es mit folgender Config nicht. Es wird immer die Haupt-MSN übertragen. Benutzt wird eine AVM Fritz PCI 2.0 mit CAPI-Treiber.
Jetzt weiss ich nicht, ob es am Anbieter oder mir liegt.
extensions.conf
Code:
exten => s,1,Set(CALLERID(num)=00ANDERENUME00)
exten => s,2,NoOp()
exten => s,3,Dial(CAPI/ISDN1/${ARG1}/b)
capi.conf
Code:
[general]
nationalprefix=0
internationalprefix=00
rxgain=1.0 ;linear receive gain (1.0 = no change)
txgain=1.0 ;linear transmit gain (1.0 = no change)
language=de ;set default language
;ulaw=yes ;set this, if you live in u-law world instead of a-law
; interface sections ...
[ISDN1] ;this example interface gets name 'ISDN1' and may be any
;name not starting with 'g' or 'contr'.
;Use one interface section for each isdn port!
;ntmode=yes ;if isdn card operates in nt mode, set this to yes
isdnmode=msn ;'MSN' (point-to-multipoint) or 'DID' (direct inward dial)
;when using NT-mode, 'DID' should be set in any case
incomingmsn=* ;allow incoming calls to this list of MSNs/DIDs, * = any
controller=1 ;capi controller number of this interface/port
group=1 ;dialout group
;prefix=0 ;set a prefix to calling number on incoming calls
softdtmf=off ;enable/disable software dtmf detection, recommended for AVM cards
relaxdtmf=on ;in addition to softdtmf, you can use relaxed dtmf detection
faxdetect=outgoing ;enable faxdetection and redirection to EXTEN 'fax' for incoming and/or
;outgoing calls. (default='off', possible values: 'incoming','outgoing','both')
accountcode= ;PBX accountcode to use in CDRs
;amaflags=default;AMA flags for CDR ('default', 'omit', 'billing', or 'documentation')
context=capi-in ;context for incoming calls
devices=2 ;number of concurrent calls (b-channels) on this controller