Good answer Bob, I'm investigating the same topic
I have a similar connection with a Openvox A400P in chan_dahdi.conf and channels, in elastix 2.2.0, I create trunk and outbound routes, but even I can call from inside to any local number outside PBX, I can't receive calls... If anyone call me to a FXO port, just receive a message from busy of telecom server and on the console does not appear the call input
That's are my files,and I`m having problems with getting calls:
CLI>
CLI>dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
1 from-pstn default In Service
2 from-zaptel default In Service
chan_dahdi.conf
[channels]
context=from-zaptel
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
faxdetect=incoming
echotraining=800
rxgain=6.0
txgain=6.7
callgroup=1
pickupgroup=1
relaxdtmf=yes
;Uncomment these lines if you have problems with the disconection of your analog lines
busydetect=yes
busycount=8
immediate=no
#include dahdi-channels.conf
#include chan_dahdi_additional.conf
dahdi-channels.conf
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;
; Span 1: WCTDM/4 "Wildcard TDM400P REV I Board 5" (MASTER)
;;; line="1 WCTDM/4/0 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=1
context=from-pstn
channel => 1
callerid=
group=
context=default
;;; line="2 WCTDM/4/1 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=1
context=from-zaptel
channel => 2
callerid=
group=
context=default
and Dmesg
Found a Wildcard TDM: Wildcard TDM400P REV I (2 modules)
dahdi: Registered tone zone 0 (United States / North America)
dahdi_echocan_oslec: Registered echo canceler 'OSLEC'
dahdi: Idled echo canceller because of CED rx detected on channel 2
dahdi: Idled echo canceller because of CED rx detected on channel 2
dahdi: Idled echo canceller because of CED rx detected on channel 2
dahdi: Idled echo canceller because of CED rx detected on channel 2
If you can help me with this item. I would be very grateful... With the previous version of elastix 1.6, I have not had this problem.
