- Mitglied seit
- 6 Jan 2006
- Beiträge
- 11
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
ich habe folgendes Problem, Ich habe einen Asterisk mit zwei ISDN-Karten, welche in einer Gruppe zusammengefasst wurden. An sich passt alles perfekt. Da ist ein kleines Callcenter (die wollen also alle nur raus wählen) welches wie gesagt ganz gut funktioniert.
Nun habe ich das Problem, dass wenn mehrere SIP-Clients parallel telefonieren und bei einer Verbindung der Angerufene auflegt, werden alle SIP-Connections aka Telefon-Gespräche beendet.
Kennt jemand das Problem und kann helfen?
capi.conf
Die Anrufe gehen via CAPI/g1/$OUTNUM$ raus...
Danke schon mal für die Hilfe
ich habe folgendes Problem, Ich habe einen Asterisk mit zwei ISDN-Karten, welche in einer Gruppe zusammengefasst wurden. An sich passt alles perfekt. Da ist ein kleines Callcenter (die wollen also alle nur raus wählen) welches wie gesagt ganz gut funktioniert.
Nun habe ich das Problem, dass wenn mehrere SIP-Clients parallel telefonieren und bei einer Verbindung der Angerufene auflegt, werden alle SIP-Connections aka Telefon-Gespräche beendet.
Kennt jemand das Problem und kann helfen?
capi.conf
Code:
[general]
nationalprefix=0
internationalprefix=00
language=de ;set default language
;ulaw=yes ;set this, if you live in u-law world instead of a-law
; interface sections ...
[ISDN1] ;FRITZ!CARD PCI
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=99999 ; allow no incoming calls
controller=1 ;capi controller number to use
group=1 ;dialout group
softdtmf=on ;enable/disable software dtmf detection, recommended for AVM car
ds
relaxdtmf=on ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode= ;Asterisk accountcode to use in CDRs
context=from-pstn ;context for incoming calls
holdtype=hold ;when Asterisk puts the call on hold, ISDN HOLD will be used.
echocancel=yes ;EICON DIVA SERVER (CAPI) echo cancelation
;(possible values: 'no', 'yes', 'force', 'g164', 'g165')
echocancelold=yes ;use facility selector 6 instead of correct 8 (necessary
for older eicon drivers)
language=de ;set language for this device (overwrites default language)
devices=2 ;number of concurrent calls on this controller
[ISDN2] ;AVM B1 ISA Card
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=99998 ; allow no incoming calls
controller=2 ;capi controller number to use
group=1 ;dialout group
softdtmf=on ;enable/disable software dtmf detection, recommended for AVM car
ds
relaxdtmf=on ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode= ;Asterisk accountcode to use in CDRs
context=from-pstn ;context for incoming calls
holdtype=hold ;when Asterisk puts the call on hold, ISDN HOLD will be used.
echocancel=yes ;EICON DIVA SERVER (CAPI) echo cancelation
;(possible values: 'no', 'yes', 'force', 'g164', 'g165')
echocancelold=yes ;use facility selector 6 instead of correct 8 (necessary
for older eicon drivers)
language=de ;set language for this device (overwrites default language)
devices=2 ;number of concurrent calls on this controller
Die Anrufe gehen via CAPI/g1/$OUTNUM$ raus...
Danke schon mal für die Hilfe