Sir,
i am using goautodial server , bri card is showing ok but when i try to call
that showing below ,
This configuration is in doing in dubai , so kindly help me how can connet
the call from this ,
what is my mistake is in this
:::chan-dahdi.conf
[channels]
#include
dahdi-channels.conf
language=en
context=default
usecallerid=yes
hidecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
relaxdtmf=yes
rxgain=0.0
txgain=0.0
;group=1
;callgroup=1
;pickupgroup=1
busydetect=yes
busycount=6
immediate=no
resetinterval=never
switchtype=euroisdn
signalling=bri_cpe
pridialplan=unknown
prilocaldialplan=unknown
group=0
channel => 1,2,4,5,7,8,10,11
:::dahdi-channels.conf
group=0,11
context=from-pstn
switchtype euroisdn
signalling bri_cpe
channel =>
1-2
context default
group 63
; Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2" AMI/CCS
RED
group=0,12
context=from-pstn
switchtype euroisdn
signalling bri_cpe
channel =>
4-5
context default
group 63
; Span 3: B4/0/3 "B4XXP (PCI) Card 0 Span 3" AMI/CCS
RED
group=0,13
context=from-pstn
switchtype euroisdn
signalling bri_cpe
channel =>
7-8
context default
group 63
; Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" (MASTER) AMI/CCS
RED
group=0,14
context=from-pstn
switchtype euroisdn
signalling bri_cpe
channel =>
10-11
context default
group = 63
/etc/asterisk/system.conf (like zaptel.conf)
# your manual changes will be
LOST.
# Dahdi Configuration
File
#
# This file is parsed by the Dahdi Configurator,
dahdi_cfg
#
# Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" AMI/CCS
RED
span=1,1,0,ccs,ami
# termtype:
te
bchan=1-2
dchan=3
echocanceller=mg2,1-2
# Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2" AMI/CCS
RED
span=2,2,0,ccs,ami
# termtype:
te
bchan=4-5
dchan=6
echocanceller=mg2,4-5
# Span 3: B4/0/3 "B4XXP (PCI) Card 0 Span 3" AMI/CCS
RED
span=3,3,0,ccs,ami
# termtype:
te
bchan=7-8
dchan=9
echocanceller=mg2,7-8
# Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" (MASTER) AMI/CCS
RED
span=4,4,0,ccs,ami
# termtype:
te
bchan=10-11
dchan=12
echocanceller=mg2,10-11
# Global
data
loadzone us
defaultzone us
[root at go asterisk]#
extensions.conf
TRUNK=Dahdi/g0
[default]
exten => _0XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten =>
_0XXXXXXXXX,2,MixMonitor(/var/spool/asterisk/astrec/${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))
exten => _0XXXXXXXXX,3,Dial(${TRUNK}/${EXTEN},,tTo)
exten => _0XXXXXXXXX,4,Hangup
exten => _XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten =>
_XXXXXXXXX,2,MixMonitor(/var/spool/asterisk/astrec/${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0))
exten => _XXXXXXXXX,3,Dial(${TRUNK}/${EXTEN},,tTo)
exten => _XXXXXXXXX,4,Hangup
Console is full
duplex
[Apr 6 09:36:37] -- Executing [0559566768 at default:1]
AGI("Console/dsp",
"agi://127.0.0.1:4577/call_log") in new
stack
[Apr 6 09:36:37] -- AGI Script agi://127.0.0.1:4577/call_log completed,
returning
0
[Apr 6 09:36:37] -- Executing [0559566768 at default:2]
MixMonitor("Console/dsp",
"/var/spool/asterisk/astrec/20110406-093637--0559566768-1302096997.5.gsm|av(0)V(0)")
in new
stack
[Apr 6 09:36:37] -- Executing [0559566768 at default:3]
Dial("Console/dsp", "Dahdi/g0/0559566768||tTo") in new
stack
[Apr 6 09:36:37] WARNING[6433]: channel.c:3443 ast_request: No channel type
registered for
'Dahdi'
[Apr 6 09:36:37] WARNING[6433]: app_dial.c:1296 dial_exec_full: Unable to
create channel of type 'Dahdi' (cause 66 - Channel not
implemented)
[Apr 6 09:36:37] == Everyone is busy/congested at this time
(1:0/0/1)
[Apr 6 09:36:37] -- Executing [0559566768 at default:4]
Hangup("Console/dsp", "") in new
stack
[Apr 6 09:36:37] == Spawn extension (default, 0559566768, 4) exited
non-zero on
'Console/dsp'
[Apr 6 09:36:37] -- Executing [h at default:1]
DeadAGI("Console/dsp",
"agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------")
in new
stack
[Apr 6 09:36:37] == Begin MixMonitor Recording
Console/dsp
[Apr 6 09:36:37] -- AGI Script agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------completed,
returning 0
[Apr 6 09:36:37] << Hangup on console>>
[Apr 6 09:36:37] == End MixMonitor Recording
Console/dsp
--
Best Regards,
Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
303, Gagangiri Apts, Parleshwar Road, Ville Parle East, Mumbai - 400057.
GSM +91.97029.70779 | Phone +91.22.2663.1811 | Fax +91.22.2663.1811
Web http://www.buzzworks.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20110406/34a1a97f/attachment.htm>
On Wed, Apr 06, 2011 at 07:15:00PM +0530, mahesh katta wrote:> Sir, > > i am using goautodial server , bri card is showing ok but when i try to call > that showing below , > This configuration is in doing in dubai , so kindly help me how can connet > the call from this , > what is my mistake is in this > >> :::chan-dahdi.conf > [channels] > > #include > dahdi-channels.confIs this line originally broken? Anyway, you should have it in the end of chan_dahdi.conf . What do you have in /etc/asterisk/dahdi-channels.conf ? What's the output of lsdahdi ? dahdi_hardware ? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
any buddy is there for this solution. On Thu, Apr 7, 2011 at 5:21 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>wrote:> On Thu, Apr 07, 2011 at 04:48:13PM +0530, mahesh katta wrote: > > Sir, > > > > my files are in fistmail that is my configuration. > > > > and till its disconnecting the line > > /me gives up. Anybody else wants to take a shot here? > > -- > Tzafrir Cohen > icq#16849755 jabber:tzafrir.cohen at xorcom.com > +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 -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069 GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634 Web http://www.buzzworks.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110407/09036c23/attachment.htm>
Sir, I am using B410p card which BRI. and Mediatrix4400 is bri line provider in dubai. below configuration is my bri card configuration. and when try to connect the call its going disconnect on cli getting [Apr 6 09:36:37] WARNING[6433]: channel.c:3443 ast_request: No channel type registered for 'Dahdi' [Apr 6 09:36:37] WARNING[6433]: app_dial.c:1296 dial_exec_full: Unable to create channel of type 'Dahdi' (cause 66 - Channel not implemented) i more times i changed my configuration. it was comming same please help me :::/etc/asterisk/chan-dahdi.conf [channels] language=en context=default usecallerid=yes hidecallerid=yes callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes echotraining=800 relaxdtmf=yes rxgain=0.0 txgain=0.0 ;group=1 ;callgroup=1 ;pickupgroup=1 busydetect=yes busycount=6 immediate=no resetinterval=never switchtype=euroisdn signalling=bri_cpe pridialplan=unknown prilocaldialplan=unknown group=0 channel => 1,2,4,5,7,8,10,11 #include dahdi-cahnnes.conf ;;;/etc/asterisk/dahdi-channels.conf group=0,11 context=from-pstn switchtype euroisdn signalling bri_cpe channel => 1-2 context default group 63 ; Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2" AMI/CCS RED group=0,12 context=from-pstn switchtype euroisdn signalling bri_cpe channel => 4-5 context default group 63 ; Span 3: B4/0/3 "B4XXP (PCI) Card 0 Span 3" AMI/CCS RED group=0,13 context=from-pstn switchtype euroisdn signalling bri_cpe channel => 7-8 context default group 63 ; Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" (MASTER) AMI/CCS RED group=0,14 context=from-pstn switchtype euroisdn signalling bri_cpe channel => 10-11 context default group = 63 ;;;/etc/dahdi/system.conf # your manual changes will be LOST. # Dahdi Configuration File # # This file is parsed by the Dahdi Configurator, dahdi_cfg # # Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" AMI/CCS RED span=1,1,0,ccs,ami # termtype: te bchan=1-2 dchan=3 echocanceller=mg2,1-2 # Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2" AMI/CCS RED span=2,2,0,ccs,ami # termtype: te bchan=4-5 dchan=6 echocanceller=mg2,4-5 # Span 3: B4/0/3 "B4XXP (PCI) Card 0 Span 3" AMI/CCS RED span=3,3,0,ccs,ami # termtype: te bchan=7-8 dchan=9 echocanceller=mg2,7-8 # Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" (MASTER) AMI/CCS RED span=4,4,0,ccs,ami # termtype: te bchan=10-11 dchan=12 echocanceller=mg2,10-11 # Global data loadzone us defaultzone = us On Thu, Apr 7, 2011 at 5:34 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>wrote:> Sent in private mail. I suggest that you don't follow up this message > directly to the list. > > Also: > > On Thu, Apr 07, 2011 at 05:29:48PM +0530, mahesh katta wrote: > > any buddy is there for this solution. > > Hint: look up the thread. I asked you some questions. Answer them (to > the list). Then we can move on. > > -- > Tzafrir Cohen > icq#16849755 jabber:tzafrir.cohen at xorcom.com > +972-50-7952406 mailto:tzafrir.cohen at xorcom.com > http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir >-- Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069 GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634 Web http://www.buzzworks.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110407/85066224/attachment-0001.htm>