[asterisk-users] [beginner] Problem of detecting call

karim H marikounet at hotmail.com
Wed Jul 25 04:32:43 CDT 2007


Hello,
I followed the advices, I add 'channel=>1' in my zapata.conf.
But it still doesn't work, I rmmod wcfxo and rmmod zaptel. I add the module 
again with modprobe wcfxo.
Then I launch asterisk : asterisk -cvvv. But il doesn't detect the call.

I change of policy, i decided to use genzaptel.conf and to include 
zapata-channel.conf in zapata.conf. I restart all the modules and asterisk 
but il still doesn't work.

I noticed errors in the log of asterisk at startup, here they are :
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-local' tries includes nonexistent context 'ael-parkedcalls'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-canonical'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-customers'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-via-pstn'

and before :
[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3984 pbx_load_module: AEL load 
process: compiled config file name '/etc/asterisk/extensions.ael'.
[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3987 pbx_load_module: AEL load 
process: merged config file name '/etc/asterisk/extensions.ael'.
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-local' tries includes nonexistent context 'ael-parkedcalls'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-canonical'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-customers'
[Jul 25 11:26:21] WARNING[9067]: pbx.c:6238 ast_context_verify_includes: 
Context 'ael-dundi-e164-local' tries includes nonexistent context 
'ael-dundi-e164-via-pstn'
[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3990 pbx_load_module: AEL load 
process: verified config file name '/etc/asterisk/extensions.ael'.

and before agai[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3964 
pbx_load_module: Starting AEL load process.
[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3971 pbx_load_module: AEL load 
process: calculated config file name '/etc/asterisk/extensions.ael'.
[Jul 25 11:26:21] WARNING[9067]: ael.y:205 ael_yyparse: ==== File: 
/etc/asterisk/extensions.ael, Line 112, Cols: 34-34: Warning! The empty 
context ael-dundi-e164-canonical will be IGNORED!
[Jul 25 11:26:21] WARNING[9067]: ael.y:205 ael_yyparse: ==== File: 
/etc/asterisk/extensions.ael, Line 120, Cols: 34-34: Warning! The empty 
context ael-dundi-e164-customers will be IGNORED!
[Jul 25 11:26:21] WARNING[9067]: ael.y:205 ael_yyparse: ==== File: 
/etc/asterisk/extensions.ael, Line 128, Cols: 33-33: Warning! The empty 
context ael-dundi-e164-via-pstn will be IGNORED!
[Jul 25 11:26:21] NOTICE[9067]: pbx_ael.c:3979 pbx_load_module: AEL load 
process: parsed config file name '/etc/asterisk/extensions.ael'.
[Jul 25 11:26:21] WARNING[9067]: pbx_ael.c:838 check_includes: Warning: file 
/etc/asterisk/extensions.ael, line 141-145: The included context 
'ael-dundi-e164-canonical' cannot be found.
[Jul 25 11:26:21] WARNING[9067]: pbx_ael.c:838 check_includes: Warning: file 
/etc/asterisk/extensions.ael, line 141-145: The included context 
'ael-dundi-e164-customers' cannot be found.
[Jul 25 11:26:21] WARNING[9067]: pbx_ael.c:838 check_includes: Warning: file 
/etc/asterisk/extensions.ael, line 141-145: The included context 
'ael-dundi-e164-via-pstn' cannot be found.
[Jul 25 11:26:21] WARNING[9067]: pbx_ael.c:838 check_includes: Warning: file 
/etc/asterisk/extensions.ael, line 276-283: The included context 
'ael-parkedcalls' cannot be found.


[Jul 25 11:26:21] WARNING[9067]: res_smdi.c:722 load_module: No SMDI 
interfaces are available to listen on, not starting SDMI listener.


Have you an idea of where the problem come from ??

Thanks a lot for your helps

kheraud


>From: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
>Reply-To: Asterisk Users Mailing List - Non-Commercial 
>Discussion<asterisk-users at lists.digium.com>
>To: asterisk-users at lists.digium.com
>Subject: Re: [asterisk-users] [beginner] Problem of detecting call
>Date: Tue, 24 Jul 2007 20:20:04 +0300
>
>On Tue, Jul 24, 2007 at 03:44:29PM +0000, karim H wrote:
> > Hello,
> > I have some problem to start asterisk.
> > First I have followed a lot of tutorials to complete correctly the 
>install
> > process. Now it works when I type zttool I can see when I am or not
> > connected to the PSTN.
> > But, I run asterisk with vvvv verbose and I can't see the call 
>detection.
> > There is no detection of the call.
> >
> > I have a X100P card FXO with only one line. So only one channel
> > I configured my zaptel.conf like this :
> > ___________________________________________________________________
> > loadzone=fr
> > defaultzone=fr
> > fxsks=1
> > ___________________________________________________________________
> >
> > and My zapata.conf like this :
> > ___________________________________________________________________
> > [trunkgroups]
> >
> > [channels]
> >
> > language=fr
> > context=from-pstn
> > 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
> >
> > usecallerid=yes
> > 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
> > callgroup=1
> > pickupgroup=1
> > immediate=no
> >
> > ;faxdetect=both
> > faxdetect=incoming
> > ;faxdetect=outgoing
> > ;faxdetect=no
>
>channel => 1
>
>; next time just use zaptel/xpp/utils/genzaptelconf
>
>--
>                Tzafrir Cohen
>icq#16849755                    jabber:tzafrir at jabber.org
>+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
>http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir
>
>_______________________________________________
>--Bandwidth and Colocation Provided by http://www.api-digital.com--
>
>asterisk-users mailing list
>To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_________________________________________________________________
Windows Live Spaces : créez votre blog à votre image ! 
http://www.windowslive.fr/spaces




More information about the asterisk-users mailing list