keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about A400/800/1200 Analog Interface Card

opvxa800 impossible to make an outgoing call

13 years 10 months ago #5881 by amfree
Hi!

openvox a800p
ubuntu server 10.04 (2.6.34 kernel version)
asterisk 1.6.2.9
dahdi-linux-complete-2.3.0.1+2.3.0 (compile with opvxa1200.c)


sip*CLI> dahdi show channel 1
Channel: 1
File Descriptor: 10
Span: 1
Extension:
Dialing: no
Context: incom
Caller ID:
Calling TON: 0
Caller ID name:
Mailbox: none
Destroy: 0
InAlarm: 0
Signalling Type: FXS Kewlstart
Radio: 0
Owner: <None>
Real: <None>
Callwait: <None>
Threeway: <None>
Confno: -1
Propagated Conference: -1
Real in conference: 0
DSP: no
Busy Detection: no
TDD: no
Relax DTMF: yes
Dialing/CallwaitCAS: 0/0
Default law: ulaw
Fax Handled: no
Pulse phone: no
DND: no
Echo Cancellation:
128 taps
(unless TDM bridged) currently OFF
Wait for dialtone: 0ms
Actual Confinfo: Num/0, Mode/0x0000
Actual Confmute: No
Hookstate (FXS only): Offhook
sip*CLI>

root@sip:/usr/src# dahdi_scan
[1]
active=yes
alarms=OK
description=OpenVox A1200P/A800P Board 13
name=OPVXA1200/12
manufacturer=OpenVox
devicetype=OpenVox A1200P/A800P
location=PCI Bus 02 Slot 02
basechan=1
totchans=8
irq=22
type=analog
port=1,FXO
port=2,none
port=3,none
port=4,none
port=5,none
port=6,none
port=7,none
port=8,none


if you do not make a single call, the outgoing calls do not pass

outgoing calls to start work ONLY after incoming call!

error log message:

-- Executing [08462490130@6000:1] Dial("SIP/6000-00000000", "DAHDI/G1/2490130,60") in new stack
[Jul 1 22:05:32] WARNING[2132]: app_dial.c:1747 dial_exec_full: Unable to create channel of type 'DAHDI' (cause 34 - Circuit/channel congestion)
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'SIP/6000-00000000' status is 'CONGESTION'


At least if he entered one incoming call, outgoing calls are normally!!!

what could be wrong?
13 years 10 months ago #5883 by lisa.gao
Hi,
What's the output of dmesg and "dahdi show channels" in CLI? Please post here.
Please add my MSN: This email address is being protected from spambots. You need JavaScript enabled to view it.

13 years 10 months ago #5884 by lisa.gao
Hi,
Please post the /etc/asterisk/chan_dahdi.conf here.

13 years 10 months ago #5887 by lisa.gao
Hi,
"Executing [08462490130@6000:1] Dial("SIP/6000-00000000", "DAHDI/G1/2490130,60") in new stack"
From the informaiton you post , there is something wrong with your dialplan.
You should write dialplan like this:
exten=>100,1,Dial(dahdi/1/100)
exten=>100,2,Hangup()
1 in "Dial(dahdi/1/100)" is the channel number you use

Best wishes!
lisa

13 years 10 months ago #5888 by amfree
chan_datacard.conf

[trunkgroups]

[channels]
language=ru
pridialplan=unknown
resetinterval= 10
overlapdial=yes
priindication= outofband
usecallerid=yes
hidecallerid=no
callwaiting=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=yes
echotraining=800
rxgain=3.0
txgain=3.0
group=1
callgroup=1
pickupgroup=1
immediate=no
usesmdi=no
busydetect=no
tonezone= 0 ; 0 is US
faxdetect=incoming


; Span1: OPVXA1200/12 "OpenVox A1200P/A800P Board 13" (MASTER)
;;;line="1 OPVXA1200/12/0 FXSKS"
signalling=fxs_ks
;signalling=auto
callerid=asreceived
group=1
context=incom
channel=> 1
callerid=78462498150
group=1
context=incom


sip*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
1 incom ru default In Service
sip*CLI>

extensions.conf

[incom]
exten => s,1,Answer
exten => s,n,Dial(SIP/6000,60)


[6000]
exten => _XXXXXXX,1,Dial(DAHDI/g1/${EXTEN:0},,)
13 years 10 months ago #5889 by amfree

Original posted by lisa.gao at 2010-7-5 16:52


Hi,
"Executing [08462490130@6000:1] Dial("SIP/6000-00000000", "DAHDI/G1/2490130,60") in new stack"
From the informaiton you post , there is something wrong with your dialplan.
You should write dialpl ...


after an incoming call originating on the dialplan pass!!!
Time to create page: 0.037 seconds
Powered by Kunena Forum