Posted: Wed Oct 10, 2007 8:36 am Post subject: [Bristuff-users] how can i test TE mode and NT mode with Two
hello, all of friends:
I want to connect two Bri 4 ports cards for my testing with out ISDN telcom. One is NT mode and another one is TE mode. But the dialplan always reports that channel 13-23 not in isdn-incoming. I think the channels in pbx-incoming, not in isdn-incoming in zapata.conf . How do I change the dialplan to make call from channel 13->19->TE port. Here the channel is connected to TE port and play IVR. From that, I can test my TE port and NT ports with two BRI cards with out ISDN$B#s#e#r#v#i#c#e(B. Does anybody knows the problem? please give me a hint!$B!!(Bthanks you
Extensions.conf:
[isdn-incoming]
exten => s,1,PlayBack(demo-congrats)
exten => s,2,Hangup
[from-internal]
exten => 100,1,Dial(zap/g2) ; call NT mode, the line connect to TE port, and play IVR
exten => 100,n,Hangup
zapata.conf
[channels]
switchtype = euroisdn
pridialplan = dynamic
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
usecallingpres=yes
echocancel = yes
echocancelwhenbridged = yes
echotraining = 100
overlapdial=yes
;-------------------------------------------------------------------
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
signalling = bri_cpe_ptmp
context=isdn-incoming
group = 1
; S/T port 1-4 (first quadBRI, or lower ports of an octoBRI)
channel => 1-2
channel => 4-5
channel => 7-8
channel => 10-11
;-------------------------------------------------------------------
; p2p NT mode (for connecting an ISDN PBX in point-to-point mode)
context=pbx-incoming
group = 2
signalling = bri_net_ptmp
;overlapdial=yes
; S/T port 5-8 (second quadBRI, or upper ports of an octoBRI)
channel => 13-14
channel => 16-17
channel => 19-20
channel => 22-23
zaptel.conf
# Autogenerated by ./genzaptelconf -- do not hand edit
# Zaptel Configuration File
#
# This file is parsed by the Zaptel Configurator, ztcfg
#
# It must be in the module loading order
# Span 1: ztqoz/2/1 "quadBRI PCI ISDN Card 2 Span 1 [TE] (cardID 0)"
span=1,1,1,ccs,ami
# termtype: te
bchan=1-2
dchan=3
# Span 2: ztqoz/2/2 "quadBRI PCI ISDN Card 2 Span 2 [TE] (cardID 0)"
span=2,2,1,ccs,ami
# termtype: te
bchan=4-5
dchan=6
# Span 3: ztqoz/2/3 "quadBRI PCI ISDN Card 2 Span 3 [TE] (cardID 0)"
span=3,3,1,ccs,ami
# termtype: te
bchan=7-8
dchan=9
# Span 4: ztqoz/2/4 "quadBRI PCI ISDN Card 2 Span 4 [TE] (cardID 0)"
span=4,4,1,ccs,ami
# termtype: te
bchan=10-11
dchan=12
# Span 5: ztqoz/1/1 "quadBRI PCI ISDN Card 1 Span 1 [NT] (cardID 1)"
span=5,0,1,ccs,ami
# termtype: nt
bchan=13-14
dchan=15
# Span 6: ztqoz/1/2 "quadBRI PCI ISDN Card 1 Span 2 [NT] (cardID 1)"
span=6,0,1,ccs,ami
# termtype: nt
bchan=16-17
dchan=18
# Span 7: ztqoz/1/3 "quadBRI PCI ISDN Card 1 Span 3 [NT] (cardID 1)"
span=7,0,1,ccs,ami
# termtype: nt
bchan=19-20
dchan=21
# Span 8: ztqoz/1/4 "quadBRI PCI ISDN Card 1 Span 4 [NT] (cardID 1)"
span=8,0,1,ccs,ami
# termtype: nt
bchan=22-23
dchan=24
# Global data
loadzone = us
defaultzone = us
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum