[Asterisk-Users] chan_capi
Nick Knight
nick at omniis.com
Thu Nov 6 03:07:24 MST 2003
Hello All,
I have been using chan_capi with eicon diva server 4 Bri for a few
months now and been very happy with the results. I have now got a small
problem. I needed to upgrade - get more lines in - during an office
move. So we moved office and landed with 3 ISDN2e lines.
I can place calls perfectly. Problem is Asterisk is only receiving calls
on 1 channel - so effectively I am only getting 1 out of 3 calls (BT ran
some protocol tests on the line). The ISDN lines are setup to all share
the same number.
I have adjusted capi.conf from
;
; CAPI config
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
;isdnmode=ptp
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
;isdnmode=ptp
msn=870582
incomingmsn=870582
;incomingmsn=870582,870583,870878,871310,871743,871821,872215,872355
;incomingmsn=*
controller=2
context=capiIN
devices=2
To:
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
;isdnmode=ptp
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
;isdnmode=ptp
msn=870582
incomingmsn=870582
;incomingmsn=870582,870583,870878,871310,871743,871821,872215,872355
;incomingmsn=*
controller=1,2,3
context=capiIN
devices=6
the asterisk startup script is:
;
#!/bin/bash
case "$1" in
stop)
killall asterisk
rmmod capi
rmmod divacapi
rmmod divas
;;
start)
modprobe divas
modprobe divacapi
modprobe capi
divactrl load -c 1 -f ETSI -u -t 0
asterisk
;;
I have tried various computations of the config - but don't really
understand it - can someone help please????
Regards
Nick
More information about the asterisk-users
mailing list