Page 1 of 1
error insubphase step-11
Posted:
Wed Sep 06, 2006 9:10 am
by anshu
hi
in the subphase 5.0 step-11 after ztcfg -vvvvvv detect 24 channels but asterisk -vvvvvvvvvvvvgc command then error asterisk command not found.
when i give command CLI> then error show-> syntax error near unexpected token `newline'
when i give command screen -r error show ->There is no screen to be resumed.
thanks[/b]
Posted:
Wed Sep 06, 2006 9:34 am
by mflorell
What kind of Zaptel card are you using?
What are your T1 or E1 circuit settings?
What modules are loaded on your system(lsmod)?
Post the active lines of your zaptel.conf and zapata.conf files.
Posted:
Wed Sep 06, 2006 9:35 am
by SuPrSluG
It looks like your script form contab aren't running properly. Did you add them to crontab? I had the same problem. If using v2.0 use the BASE_INSATLL
doc. That may help, as I think some changes have been made to crontab entries. Namely the addition of ADMIN_keepalive_AST_VDadapt.pl. Hope this helps.
Posted:
Thu Sep 07, 2006 2:18 am
by anshu
Hello Sir.
What kind of Zaptel card are you using?
I am using X100P clone wcfxo digium card.
What are your T1 or E1 circuit settings?
my T1 or E1 settings are through the DLF.
What modules are loaded on your system(lsmod)?
I have loaded all modules till phase V ex perl module,mysql,screen and other all the modules.
Post the active lines of your zaptel.conf and zapata.conf files.
zaptel.conf file active line
span=1,1,0,esf,b8zs
e&m=1-24
loadzone = us
defaultzone=us
zapata.conf file active line
group=1
language=en
signalling=em_w
usecallerid=yes
callerid=asreceived
context=default
echocancel=64
echocancelwhenbridged=yes
rxgain=1.0
txgain=1.0
channel => 1-2
group=2
language=en
signalling=em_w
usecallerid=yes
callerid=asreceived
context=default
echocancel=64
echocancelwhenbridged=yes
rxgain=1.0
txgain=1.0
channel => 3-24
i provide all the information pllease try to sort out my probllem.
thanks
Posted:
Thu Sep 07, 2006 7:08 am
by mflorell
If you are using only an X100P card then why have you defined T1 circuits?
Do you have a voice T1?
What is "DLF"?
Posted:
Fri Sep 08, 2006 1:31 am
by anshu
Hello sir
Thanks for your rewsponse.
sorry sir,
to my mistake i have written DLF .actully this is not DLF it is DSL.
thanks
Posted:
Fri Sep 08, 2006 9:46 am
by SuPrSluG
This is all you need for a zapata.conf for x100p
you only have 1 channel.
[channels]
; general settings
usecallerid=yes
callerid=asreceived
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
immediate=no
callprogress=no
; to enable/disable music onhold
musiconhold=default
; This tells asterisk to try and kill line ; echo using software detection.
echotraining=yes
echocancel=yes
echocancelwhenbridged=yes
;rxgain=8.5
;txgain=1.5
; on advice from asterisk I shoved the following lines to the bottom of
; the config and bingo, no more echo
; lines for the FXO card
switchtype=national
signalling=fxs_ks
context=inbound ;or whatever you have the contxt
channel=>1
Posted:
Fri Sep 08, 2006 9:49 am
by SuPrSluG
Also make sure you have this in /etc/zaptel.conf
# The line build-out (or LBO) is an integer, from the following table:
fxsks=1
loadzone = us
defaultzone=us
then ztcfg -vvvv
you should see 1 channel configured.