I have a QuadBRI card installed, and I received the call incoming, but I don't place call outgoing.

Asterisk show this message:

Executing Dial("SIP/101-a440", "ZAP/g1/3472543320|60") in new stack
    -- Requested transfer capability: 0x00 - SPEECH
    -- Called g1/3472543320
Nov 24 15:43:14 WARNING[10258]: chan_zap.c:6511 handle_init_event: Detected alar m on channel 2: Red Alarm
Nov 24 15:43:14 WARNING[10258]: chan_zap.c:1586 zt_disable_ec: Unable to disable  echo cancellation on channel 2
Nov 24 15:43:14 NOTICE[10254]: chan_zap.c:8451 pri_dchannel: PRI got event: Alar m (4) on Primary D-channel of span 1
Nov 24 15:43:14 NOTICE[10254]: chan_zap.c:8458 pri_dchannel: pri_shutdown
Nov 24 15:43:14 NOTICE[10258]: chan_zap.c:6506 handle_init_event: Alarm cleared on channel 2
Nov 24 15:43:14 NOTICE[10254]: chan_zap.c:8451 pri_dchannel: PRI got event: No m ore alarm (5) on Primary D-channel of span 1
Nov 24 15:43:14 WARNING[10258]: chan_zap.c:6511 handle_init_event: Detected alar m on channel 1: No Alarm
Nov 24 15:43:14 WARNING[10258]: chan_zap.c:1586 zt_disable_ec: Unable to disable  echo cancellation on channel 1
Nov 24 15:43:14 NOTICE[10258]: chan_zap.c:6506 handle_init_event: Alarm cleared on channel 1
    -- Hungup 'Zap/1-1'
  == No one is available to answer at this time (1:0/0/0)
    -- Executing Hangup("SIP/101-a440", "") in new stack
  == Spawn extension (local, 3472543320, 2) exited non-zero on 'SIP/101-a440'

Why?

My extension.conf is:
[general]
static=yes
writeprotect=no

[globals]
TELEIN=SIP/200

;************************************************************
;  CONTESTO PER LE CHIMATE IN INGRESSO LOCALI E IN USCITA   *
;************************************************************
[local]
< br> exten => _x.,1,Dial(ZAP/g1/${EXTEN},60)
exten => _x.,2,Hangup


;******************************************************
;  CONTESTO PER LE CHIAMATE IN INGRESSO DA UNIVOICE   *
;******************************************************
[out-sip]
exten => 101,1,Dial(${TELEIN},20,rt)
exten => 101,3,Hangup

[isdn_incoming]
exten => _x.,1,Dial(SIP/200,60)
exten => _x.,2,Hangup


My zapata.conf is

[channels]
switchtype = euroisdn

signalling = bri_cpe_ptmp
pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00

echocancel = yes

context=isdn_incoming
group = 1
channel => 1-2
group = 2
channel => 4-5

Thanks


Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to