[Home]

Summary:ASTERISK-01257: When I use the board TE410P I can't make outgoing call to telecom provider
Reporter:radu_adrian (radu_adrian)Labels:
Date Opened:2004-03-21 07:17:24.000-0600Date Closed:2011-06-07 14:05:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dial_debug_span1.doc
( 1) dial_span_2.txt
Description:I use asterisk version CVS-02/19/04-12:29:10. When I try to make outogoing call to telecom provider I receive the message :
app_dial.c:331 wait_for_answer: Unable to forward voice

I use the application dial in this case:

exten => 7648,1,Answer
exten => 7648,2,SetCallerID(2017640)
exten => 7648,3,Dial(Zap/g2/0722232845)
exten => 7648,4,SoftHangup(${CHANNEL})



****** ADDITIONAL INFORMATION ******

the configuration of zapata.conf is:
group = 1

context=inbound

switchtype = euroisdn
signalling = pri_cpe
channel => 1-10
callerid=8082000

group = 2

context=inbound

switchtype = euroisdn
signalling = pri_cpe
channel => 11-15
callerid=2017641

group = 3

context=inbound
switchtype = euroisdn
channel => 17-31,63-77,79-93,94-108,110-124
signalling = pri_cpe
;callerid=2086061

group = 4

context=inbound
switchtype = euroisdn
signalling = pri_net
;callerid=2086061
channel => 32-46,48-62


The configuration of zaptel.conf is:
span=1,1,0,ccs,hdb3,crc4
span=2,0,0,ccs,hdb3,crc4
span=3,0,0,ccs,hdb3,crc4
span=4,0,0,ccs,hdb3,crc4

bchan=1-15,17-31
dchan=16
bchan=32-46,48-62
dchan=47
bchan=63-77,79-93
dchan=78
bchan=94-108,110-124
dchan=109
loadzone = us
defaultzone=us

Comments:By: Mark Spencer (markster) 2004-03-21 16:34:04.000-0600

Have you gone through Digium tech support yet?  Can you try attaching the trace as a text file instead of a microsoft word document???

By: radu_adrian (radu_adrian) 2004-03-22 06:48:48.000-0600

Digium support tell me to change the parrameter span=1,0,0,ccs,hdb3,crc4,yellow
in span=1,1,0,ccs,hdb3,crc4(in the file /etc/zaptel.conf)
I change that but I have same error.

By: radu_adrian (radu_adrian) 2004-03-22 08:17:43.000-0600

Reminder sent to markster

Digium support tell me to change the parrameter span=1,0,0,ccs,hdb3,crc4,yellow
in span=1,1,0,ccs,hdb3,crc4(in the file /etc/zaptel.conf)
I change that but I have same error.

By: Malcolm Davenport (mdavenport) 2004-03-22 10:05:55.000-0600

Please contact Tech Support regarding this matter.  Reminders sent to Mark aren't necessarily going to get a response when the issue is normally handled by Support.  You may e-mail Support with support at digium dot com.  Or call them at +1 256-428-6161

By: Malcolm Davenport (mdavenport) 2004-03-22 10:06:07.000-0600

Closing.