|
I am using Trixbox 2.2 FreePBX 2.2.1
I installed a Rhino R4FXO card with the latest drivers from the web
I'm not a Linux techie and know little of how phone systems work but with help from this site, my Cisco 7970 and Xlite softphone now make and receive calls OK
But ..
I cannot get the Caller ID of incoming calls to display. The phones just display unknown.
I know that the pstn line has caller ID enabled.
I have been trawling the web and understand that the UK callerID is non standard and causes problems but I have now tried all the suggestions on various sites and still can't get callerID to work. I need Caller ID so that Trixbox can decide where to send the incoming call.
Here is my zapata.conf - Thanks
[root@asterisk1 asterisk]# cat zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[trunkgroups]
[channels]
context=from-zaptel
signalling=fxs_ks
rxwink=300
; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes
sendcalleridafter=0
usecallerid=yes
ukcallerid=yes
callerid=asreceived
cidsignalling=v23
cidstart=polarity
dring1=366,246,216
dring2=246,98,0
dring1context=ringring_ringring
dring2context=ring_ring
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
rxgain=0.0
txgain=0.0
group=0
; usecallerid=yes
; sendcalleridafter=2
; cidsignalling=v23
; cidstart=polarity
; hidecallerid=no
; callwaiting=yes
; usecallingpres=yes
; callwaitingcallerid=yes
; threewaycalling=yes
; transfer=yes
; cancallforward=yes
; callreturn=yes
; echocancel=yes
; echocancelwhenbridged=no
; echotraining=800
; rxgain=0.0
; txgain=0.0
callgroup=1
pickupgroup=1
immediate=yes
;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no
channel=>1-4
;Include genzaptelconf configs
#include zapata-auto.conf
;Include AMP configs
#include zapata_additional.conf |