I need your help
 
I have a sangoma A104D on my dell server; I got card status ok with no alarm
If I dialed the extension 6210006, it shows the output as stated below, but
there is no ringing from the pstn number nor the iax softphone am using on
my pc.
 
I will be glad if someone can give me a working config?
 
What I want to achieve is to send all my call to the pstn on A104D?
 
The pstn am talking to is alcatel  S12 and the pri status on their switch is
showing the channel is external blocked meaning that the channels are
blocked from my asterisk box.
.
 
 
Output from asterisk cli
 
-- Accepting AUTHENTICATED call from 10.80.1.151:
       > requested format = ulaw,
       > requested prefs = (),
       > actual format = gsm,
       > host prefs = (),
       > priority = mine
    -- Executing Answer("IAX2/marko-3", "") in new stack
    -- Executing Dial("IAX2/marko-3", "Zap/g1/6210006,60,r")
in new stack
    -- Called g1/6210006,60,r
    -- Zap/1-1 answered IAX2/marko-3
    -- Hungup 'Zap/1-1'
  == Spawn extension (default, 6210006, 2) exited non-zero on
'IAX2/marko-3'
    -- Hungup 'IAX2/marko-3'
 
Extension.conf (extract)
 
exten => _621XXXX,1,Answer()
exten => _621XXXX,n,Dial,Zap/g1/${EXTEN),60,r
;exten => _621XXXX,n,Voicemail(u${EXTEN})
exten => _621XXXX,n,Hangup()
 
Zaptel.conf
 
span=1,1,0,ccs,hdb3,crc4
span=1,2,0,ccs,hdb3,crc4
span=1,3,0,ccs,hdb3,crc4
span=1,4,0,ccs,hdb3,crc4
bchan = 1-15, 17-31, 32-46, 48-62, 63-77, 79-93, 94-108, 110-124
dchan = 16, 47, 78, 109
 
Zapata.conf
 
[channels]
language=en
context=default
switchtype=qsig
signalling=pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
channel =>1-15, 17-31
;callgroup=1
;pickupgroup=1
immediate=no
;callerid=6216000
; signalling = pri_cpe
group = 2
channel => 32-46, 48-62
 
group = 3
channel => 63-77, 79-93
 
group = 4
channel => 94-108, 110-124
 
 
 
the channel status
 
*CLI> zap show status
Description                              Alarms     IRQ        bpviol
CRC4
wanpipe1 card 0                          OK         0          0          0
wanpipe2 card 1                          RED        0          0          0
wanpipe3 card 2                          RED        0          0          0
wanpipe4 card 3                          RED        0          0          0
 
 
 
1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm cleared
on channel 1
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 2
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 3
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 4
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 5
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 6
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 7
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 8
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 9
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 10
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 11
For all the 31 channels
 
goksie
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060301/4cdf79d6/attachment.htm
Hi
You may try change option  switchtype to euroisdn
Viktor
  -----Original Message-----
  From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of ADEGOKE ARUNA
  Sent: Wednesday, March 01, 2006 10:42 PM
  To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
  Subject: [Asterisk-Users] my zap channel not ringing
  I need your help
  I have a sangoma A104D on my dell server; I got card status ok with no
alarm
  If I dialed the extension 6210006, it shows the output as stated below,
but there is no ringing from the pstn number nor the iax softphone am using
on my pc.
  I will be glad if someone can give me a working config?
  What I want to achieve is to send all my call to the pstn on A104D?
  The pstn am talking to is alcatel  S12 and the pri status on their switch
is showing the channel is external blocked meaning that the channels are
blocked from my asterisk box.
  .
  Output from asterisk cli
  -- Accepting AUTHENTICATED call from 10.80.1.151:
         > requested format = ulaw,
         > requested prefs = (),
         > actual format = gsm,
         > host prefs = (),
         > priority = mine
      -- Executing Answer("IAX2/marko-3", "") in new stack
      -- Executing Dial("IAX2/marko-3",
"Zap/g1/6210006,60,r") in new stack
      -- Called g1/6210006,60,r
      -- Zap/1-1 answered IAX2/marko-3
      -- Hungup 'Zap/1-1'
    == Spawn extension (default, 6210006, 2) exited non-zero on
'IAX2/marko-3'
      -- Hungup 'IAX2/marko-3'
  Extension.conf (extract)
  exten => _621XXXX,1,Answer()
  exten => _621XXXX,n,Dial,Zap/g1/${EXTEN),60,r
  ;exten => _621XXXX,n,Voicemail(u${EXTEN})
  exten => _621XXXX,n,Hangup()
  Zaptel.conf
  span=1,1,0,ccs,hdb3,crc4
  span=1,2,0,ccs,hdb3,crc4
  span=1,3,0,ccs,hdb3,crc4
  span=1,4,0,ccs,hdb3,crc4
  bchan = 1-15, 17-31, 32-46, 48-62, 63-77, 79-93, 94-108, 110-124
  dchan = 16, 47, 78, 109
  Zapata.conf
  [channels]
  language=en
  context=default
  switchtype=qsig
  signalling=pri_cpe
  usecallerid=yes
  hidecallerid=no
  callwaiting=yes
  usecallingpres=yes
  callwaitingcallerid=yes
  threewaycalling=yes
  transfer=yes
  canpark=yes
  cancallforward=yes
  callreturn=yes
  echocancel=yes
  echocancelwhenbridged=yes
  rxgain=0.0
  txgain=0.0
  group=1
  channel =>1-15, 17-31
  ;callgroup=1
  ;pickupgroup=1
  immediate=no
  ;callerid=6216000
  ; signalling = pri_cpe
  group = 2
  channel => 32-46, 48-62
  group = 3
  channel => 63-77, 79-93
  group = 4
  channel => 94-108, 110-124
  the channel status
  *CLI> zap show status
  Description                              Alarms     IRQ        bpviol
CRC4
  wanpipe1 card 0                          OK         0          0
0
  wanpipe2 card 1                          RED        0          0
0
  wanpipe3 card 2                          RED        0          0
0
  wanpipe4 card 3                          RED        0          0
0
  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm cleared
on channel 1
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 2
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 3
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 4
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 5
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 6
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 7
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 8
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 9
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 10
  Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 11
  For all the 31 channels
  goksie
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060301/6ed600ca/attachment.htm
I need your help
I have a sangoma A104D on my dell server; I got card status ok with no alarm
If I dialed the extension 6210006, it shows the output as stated below, but
there is no ringing from the pstn number nor the iax softphone am using on
my pc.
I will be glad if someone can give me a working config?
What I want to achieve is to send all my call to the pstn on A104D?
The pstn am talking to is alcatel S12 and the pri status on their switch is
showing the channel is external blocked meaning that the channels are
blocked from my asterisk box.
.
Output from asterisk cli
-- Accepting AUTHENTICATED call from 10.80.1.151:
       > requested format = ulaw,
       > requested prefs = (),
       > actual format = gsm,
       > host prefs = (),
       > priority = mine
    -- Executing Answer("IAX2/marko-3", "") in new stack
    -- Executing Dial("IAX2/marko-3", "Zap/g1/6210006,60,r")
in new stack
    -- Called g1/6210006,60,r
    -- Zap/1-1 answered IAX2/marko-3
    -- Hungup 'Zap/1-1'
  == Spawn extension (default, 6210006, 2) exited non-zero on
'IAX2/marko-3'
    -- Hungup 'IAX2/marko-3'
Extension.conf (extract)
exten => _621XXXX,1,Answer()
exten => _621XXXX,n,Dial,Zap/g1/${EXTEN),60,r
;exten => _621XXXX,n,Voicemail(u${EXTEN})
exten => _621XXXX,n,Hangup()
Zaptel.conf
span=1,1,0,ccs,hdb3,crc4
span=1,2,0,ccs,hdb3,crc4
span=1,3,0,ccs,hdb3,crc4
span=1,4,0,ccs,hdb3,crc4
bchan = 1-15, 17-31, 32-46, 48-62, 63-77, 79-93, 94-108, 110-124
dchan = 16, 47, 78, 109
Zapata.conf
[channels]
language=en
context=default
switchtype=qsig
signalling=pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
channel =>1-15, 17-31
;callgroup=1
;pickupgroup=1
immediate=no
;callerid=6216000
; signalling = pri_cpe
group = 2
channel => 32-46, 48-62
group = 3
channel => 63-77, 79-93
group = 4
channel => 94-108, 110-124
the channel status
*CLI> zap show status
Description                              Alarms     IRQ        bpviol
CRC4
wanpipe1 card 0                          OK         0          0          0
wanpipe2 card 1                          RED        0          0          0
wanpipe3 card 2                          RED        0          0          0
wanpipe4 card 3                          RED        0          0          0
1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm cleared
on channel 1
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 2
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 3
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 4
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 5
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 6
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 7
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 8
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 9
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 10
Mar  1 19:33:14 NOTICE[17314]: chan_zap.c:6342 handle_init_event: Alarm
cleared on channel 11
For all the 31 channels
goksie
Eric "ManxPower" Wieling
2006-Mar-03  11:00 UTC
[Asterisk-Users] my zap channel not ringing
ADEGOKE ARUNA wrote:> > > I need your help > > I have a sangoma A104D on my dell server; I got card status ok with no alarm > If I dialed the extension 6210006, it shows the output as stated below, but > there is no ringing from the pstn number nor the iax softphone am using on > my pc. > > I will be glad if someone can give me a working config? > > What I want to achieve is to send all my call to the pstn on A104D? > > The pstn am talking to is alcatel S12 and the pri status on their switch is > showing the channel is external blocked meaning that the channels are > blocked from my asterisk box. > . > > > Output from asterisk cli > > -- Accepting AUTHENTICATED call from 10.80.1.151: > > requested format = ulaw, > > requested prefs = (), > > actual format = gsm, > > host prefs = (), > > priority = mine > -- Executing Answer("IAX2/marko-3", "") in new stack > -- Executing Dial("IAX2/marko-3", "Zap/g1/6210006,60,r") in new stack > -- Called g1/6210006,60,r > -- Zap/1-1 answered IAX2/marko-3 > -- Hungup 'Zap/1-1' > == Spawn extension (default, 6210006, 2) exited non-zero on 'IAX2/marko-3' > -- Hungup 'IAX2/marko-3'A classic fix for "no ringback after an answer" is to make sure you have a /etc/asterisk/indications.conf. I don't know if that's your problem, but it's an easy thing to try.