Re: [asterisk-users] DID T1 PRI

2008-03-17 Thread Tzafrir Cohen
On Sun, Mar 16, 2008 at 06:19:04PM -0400, broadband Voice wrote:

 Running ztcfg:  Notice: Configuration file is /etc/zaptel.conf
 line 236: Syntax error.  Should be keyword=value
 line 236: Unknown keyword '[channels]'
 line 237: Unknown keyword 'language'

[snip]

 line 248: Syntax error.  Start of range ' 1-23' should be a number from 1
 to 1023

'channel' Is actually a valid keyword in zaptel.conf :-)

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] DID T1 PRI

2008-03-16 Thread broadband Voice
Cavalier did not leave me any paperwork to sign. I check with the colo as
well and they did not receive anything. I have a feeling I have not defined
my trunk groups well in zaptel.conf.

On 3/15/08, Ron Joffe [EMAIL PROTECTED] wrote:

 On Saturday 15 March 2008 21:22, Darren Wright wrote:
  That's not going to tell you anything about the digits in transit.
 That's
  just telling you that your PRI is up.
 
  you are going to need exten = 4DIGITS

 How about trying this out:

 exten = _X.,1,NoOp
 exten = _X.,n,SOMETHING
 exten = _X.,n,Hangup

 That should capture just about anything that is all digits.

 Ron



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] DID T1 PRI

2008-03-16 Thread Ron Joffe
On Sunday 16 March 2008 08:09, broadband Voice wrote:
 Cavalier did not leave me any paperwork to sign. I check with the colo as
 well and they did not receive anything. I have a feeling I have not defined
 my trunk groups well in zaptel.conf.

Your zapata.conf looks ok.

Try this for your zaptel.conf

[channels]
language=en
group=1
callgroup=1
pickupgroup=1

context=external
switchtype=national
pridialplan=unknown
signalling=pri_cpe
group=1
channel = 1-23
relaxdtmf=yes
dtmfmode=rfc2833


Then a simple way to log everything is to run the command script. This will 
create a file called typescript. 
Then run asterisk -vvvcTn. 
Then make a call inbound over the PRI.
Then exit asterisk with stop now.
then exit script with exit.
You should now have a typescript file with all of your asterisk session.

let's see what you get.

Ron





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] DID T1 PRI

2008-03-16 Thread broadband Voice
I tried that and got 14 errors, see below:


[EMAIL PROTECTED] etc]# service zaptel restart
Unloading zaptel hardware drivers:ERROR: Module zaptel is in use
.
Loading zaptel framework:  [  OK  ]
Waiting for zap to come online...OK
Loading zaptel hardware modules: tor2.
 wct4xxp.
 wcte12xp.
 wct1xxp.
 wcte11xp.
 wctdm24xxp.
 wcfxo.
 wctdm.
 wcusb.
 xpp_usb.
Running ztcfg:  Notice: Configuration file is /etc/zaptel.conf
line 236: Syntax error.  Should be keyword=value
line 236: Unknown keyword '[channels]'
line 237: Unknown keyword 'language'
line 238: Unknown keyword 'group'
line 239: Unknown keyword 'callgroup'
line 240: Unknown keyword 'pickupgroup'
line 242: Unknown keyword 'context'
line 243: Unknown keyword 'switchtype'
line 244: Unknown keyword 'pridialplan'
line 245: Unknown keyword 'signalling'
line 247: Unknown keyword 'group'
line 248: Syntax error.  Start of range ' 1-23' should be a number from 1
to 1023
line 250: Unknown keyword 'relaxdtmf'
line 251: Unknown keyword 'dtmfmode'

14 error(s) detected



On 3/16/08, Ron Joffe [EMAIL PROTECTED] wrote:

 On Sunday 16 March 2008 08:09, broadband Voice wrote:
  Cavalier did not leave me any paperwork to sign. I check with the colo
 as
  well and they did not receive anything. I have a feeling I have not
 defined
  my trunk groups well in zaptel.conf.

 Your zapata.conf looks ok.

 Try this for your zaptel.conf

 [channels]
 language=en
 group=1
 callgroup=1
 pickupgroup=1

 context=external
 switchtype=national
 pridialplan=unknown
 signalling=pri_cpe
 group=1
 channel = 1-23
 relaxdtmf=yes
 dtmfmode=rfc2833


 Then a simple way to log everything is to run the command script. This
 will
 create a file called typescript.
 Then run asterisk -vvvcTn.
 Then make a call inbound over the PRI.
 Then exit asterisk with stop now.
 then exit script with exit.
 You should now have a typescript file with all of your asterisk session.

 let's see what you get.

 Ron





 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] DID T1 PRI

2008-03-16 Thread Ron Joffe


On Sunday 16 March 2008 18:19, broadband Voice wrote:
 I tried that and got 14 errors, see below:

Sorry, switch those around, I gave you a zapata.conf, your original 
zaptel.conf looks fine.

Ron


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] DID T1 PRI

2008-03-15 Thread broadband Voice
Can you share with me sample extensions.conf? This is what I have

exten = 215xxx,1,Dial(Zap/1)

in zapata.conf


[channels]
context=external
switchtype=ni1
resetinterval=3600
overlapdial=no
priindication=outofband
facilityenable=yes
signalling=pri_cpe
usecallerid=yes
cidsignalling=bell
hidecallerid=no
restrictcid=no
usecallingpres=yes
echocancel=yes
callerid=asreceived
faxdetect=incoming
nsf=sdn
group=1
channel=1-23

zaptel.conf
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24






On 3/15/08, Darren Wright [EMAIL PROTECTED] wrote:

 Feel free to ping me off list.  I've setup quite a few Cavtel PRI's with
 *.the paperwork they asked you to setup?

 Typically, they only send 4 digits.

 Do you have the questionnare they asked you to fill out?

 dwright at d2 - tech dot com.

 

 From: [EMAIL PROTECTED] on behalf of broadband Voice
 Sent: Fri 3/14/2008 9:04 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] DID T1 PRI


 Thanks. I am in Philly. I may have to configure the extensions.conf well
 to pass the incoming channels.


 On 3/14/08, Steve Totaro [EMAIL PROTECTED] wrote:

On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
[EMAIL PROTECTED] wrote:
 I had Cavalier turn up a T1 PRI. How can I put in the DIDs to
 direct to
 Asterisk. Here is a log



 Zaptel Tool (C)2002 Linux Support Services, Inc.
  ⤠T2XXP (PCI) Card 0 Span 1
 ââ[3;10Hâterfaces â â[3;37Hâ
 â  â


   ââ
 â
  âCurrent Alarms: No
 alarms.  â rd 0
 Span 1   â  â
   âSync Source:T2XXP (PCI) Card 0 Span
 1   â rd
 0 Span 2   â(R)  â
  âIRQ Misses:
 0 â
 â  â
   âBipolar Viol:
 0 â
 â  â
  âTx/Rx Levels:
 0/  0 â
 â(R) â
   âTotal/Conf/Act:  24/
 24/  0 â
 â  â
  â
 112   â
 â  â
   â123456789012345678901234â Back
 ââ
 â  â
  âTxA
 â
 â  â
   âTxB
 â
 â  â
  âTxC
 â
 â
   âTxD
 â
 â

   â   â14Câ
  âRxA â Loop
 ââ
 â Quit â  â
   âRxB
 â
   â
  âRxC
 â
 â
   âRxD
 â
 ââ

   ââ

   ââ

 T2XXP (PCI) Card 0 Span 1
 F10=Back


 I need to add 215-xxx- etc to come in to the Asterisk box.



Do you have DIDs already?  When you call a DID and watch the
 Asterisk
console with a little verbose, you should see the call come and how
many digits the telco is sending.

Then you need to make matching entries for those DIDs either in the
form of exact matches or pattern matches to do pretty much whatever
you can imagine.

Are you in Philly?

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com
 http://www.api-digital.com/  --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



 This message was sent from D2 Technology, INC.


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http

Re: [asterisk-users] DID T1 PRI

2008-03-15 Thread broadband Voice
Additional output


[EMAIL PROTECTED] ~]# /sbin/ztcfg -vv

Zaptel Version: 1.4.9
Echo Canceller: MG2
Configuration
==

SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 feet (DSX-1)

Channel map:

Channel 01: Clear channel (Default) (Slaves: 01)
Channel 02: Clear channel (Default) (Slaves: 02)
Channel 03: Clear channel (Default) (Slaves: 03)
Channel 04: Clear channel (Default) (Slaves: 04)
Channel 05: Clear channel (Default) (Slaves: 05)
Channel 06: Clear channel (Default) (Slaves: 06)
Channel 07: Clear channel (Default) (Slaves: 07)
Channel 08: Clear channel (Default) (Slaves: 08)
Channel 09: Clear channel (Default) (Slaves: 09)
Channel 10: Clear channel (Default) (Slaves: 10)
Channel 11: Clear channel (Default) (Slaves: 11)
Channel 12: Clear channel (Default) (Slaves: 12)
Channel 13: Clear channel (Default) (Slaves: 13)
Channel 14: Clear channel (Default) (Slaves: 14)
Channel 15: Clear channel (Default) (Slaves: 15)
Channel 16: Clear channel (Default) (Slaves: 16)
Channel 17: Clear channel (Default) (Slaves: 17)
Channel 18: Clear channel (Default) (Slaves: 18)
Channel 19: Clear channel (Default) (Slaves: 19)
Channel 20: Clear channel (Default) (Slaves: 20)
Channel 21: Clear channel (Default) (Slaves: 21)
Channel 22: Clear channel (Default) (Slaves: 22)
Channel 23: Clear channel (Default) (Slaves: 23)
Channel 24: D-channel (Default) (Slaves: 24)

24 channels to configure.





On 3/15/08, broadband Voice [EMAIL PROTECTED] wrote:

 Can you share with me sample extensions.conf? This is what I have

 exten = 215xxx,1,Dial(Zap/1)

 in zapata.conf


 [channels]
 context=external
 switchtype=ni1
 resetinterval=3600
 overlapdial=no
 priindication=outofband
 facilityenable=yes
 signalling=pri_cpe
 usecallerid=yes
 cidsignalling=bell
 hidecallerid=no
 restrictcid=no
 usecallingpres=yes
 echocancel=yes
 callerid=asreceived
 faxdetect=incoming
 nsf=sdn
 group=1
 channel=1-23

 zaptel.conf
 span=1,1,0,esf,b8zs
 bchan=1-23
 dchan=24






 On 3/15/08, Darren Wright [EMAIL PROTECTED] wrote:
 
  Feel free to ping me off list.  I've setup quite a few Cavtel PRI's with
  *.the paperwork they asked you to setup?
 
  Typically, they only send 4 digits.
 
  Do you have the questionnare they asked you to fill out?
 
  dwright at d2 - tech dot com.
 
  
 
  From: [EMAIL PROTECTED] on behalf of broadband
  Voice
  Sent: Fri 3/14/2008 9:04 PM
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  Subject: Re: [asterisk-users] DID T1 PRI
 
 
  Thanks. I am in Philly. I may have to configure the extensions.conf well
  to pass the incoming channels.
 
 
  On 3/14/08, Steve Totaro [EMAIL PROTECTED] wrote:
 
 On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
 [EMAIL PROTECTED] wrote:
  I had Cavalier turn up a T1 PRI. How can I put in the DIDs to
  direct to
  Asterisk. Here is a log
 
 
 
  Zaptel Tool (C)2002 Linux Support Services, Inc.
   ⤠T2XXP (PCI) Card 0 Span 1
  ââ[3;10Hâterfaces â
  â[3;37Hâ
  â  â
 
 
ââ
  â
   âCurrent Alarms: No
  alarms.  â rd 0
  Span 1   â  â
âSync Source:T2XXP (PCI) Card 0 Span
  1   â rd
  0 Span 2   â(R)  â
   âIRQ Misses:
  0 â
  â  â
âBipolar Viol:
  0 â
  â  â
   âTx/Rx Levels:
  0/  0 â
  â(R) â
âTotal/Conf/Act:  24/
  24/  0 â
  â  â
   â
  112   â
  â  â
â123456789012345678901234â
  Back ââ
  â  â
   âTxA
  â
  â  â
âTxB
  â
  â  â
   âTxC
  â
  â
âTxD
  â
  â
 
â   â14Câ
   âRxA â
  Loop ââ
  â Quit â  â
âRxB
  â
    â
   âRxC
  â
  â
âRxD
  â

Re: [asterisk-users] DID T1 PRI

2008-03-15 Thread Darren Wright
That's not going to tell you anything about the digits in transit.   That's 
just telling you that your PRI is up.
 
you are going to need exten = 4DIGITS
 
 



From: [EMAIL PROTECTED] on behalf of broadband Voice
Sent: Sat 3/15/2008 1:34 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] DID T1 PRI


Additional output 
 

[EMAIL PROTECTED] ~]# /sbin/ztcfg -vv

Zaptel Version: 1.4.9
Echo Canceller: MG2
Configuration
==

SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 feet (DSX-1)

Channel map:

Channel 01: Clear channel (Default) (Slaves: 01)
Channel 02: Clear channel (Default) (Slaves: 02)
Channel 03: Clear channel (Default) (Slaves: 03)
Channel 04: Clear channel (Default) (Slaves: 04)
Channel 05: Clear channel (Default) (Slaves: 05)
Channel 06: Clear channel (Default) (Slaves: 06)
Channel 07: Clear channel (Default) (Slaves: 07)
Channel 08: Clear channel (Default) (Slaves: 08)
Channel 09: Clear channel (Default) (Slaves: 09)
Channel 10: Clear channel (Default) (Slaves: 10)
Channel 11: Clear channel (Default) (Slaves: 11)
Channel 12: Clear channel (Default) (Slaves: 12)
Channel 13: Clear channel (Default) (Slaves: 13)
Channel 14: Clear channel (Default) (Slaves: 14)
Channel 15: Clear channel (Default) (Slaves: 15)
Channel 16: Clear channel (Default) (Slaves: 16)
Channel 17: Clear channel (Default) (Slaves: 17)
Channel 18: Clear channel (Default) (Slaves: 18)
Channel 19: Clear channel (Default) (Slaves: 19)
Channel 20: Clear channel (Default) (Slaves: 20)
Channel 21: Clear channel (Default) (Slaves: 21)
Channel 22: Clear channel (Default) (Slaves: 22)
Channel 23: Clear channel (Default) (Slaves: 23)
Channel 24: D-channel (Default) (Slaves: 24)

24 channels to configure.

 



 
On 3/15/08, broadband Voice [EMAIL PROTECTED] wrote: 

Can you share with me sample extensions.conf? This is what I have
 
exten = 215xxx,1,Dial(Zap/1)
 
in zapata.conf


[channels] 
context=external 
switchtype=ni1 
resetinterval=3600 
overlapdial=no 
priindication=outofband 
facilityenable=yes 
signalling=pri_cpe 
usecallerid=yes 
cidsignalling=bell 
hidecallerid=no 
restrictcid=no 
usecallingpres=yes 
echocancel=yes 
callerid=asreceived 
faxdetect=incoming 
nsf=sdn 
group=1 
channel=1-23 
 
zaptel.conf
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24 
 

 
 


 
On 3/15/08, Darren Wright [EMAIL PROTECTED] wrote: 

Feel free to ping me off list.  I've setup quite a few Cavtel 
PRI's with *.the paperwork they asked you to setup?

Typically, they only send 4 digits.

Do you have the questionnare they asked you to fill out?

dwright at d2 - tech dot com.



From: [EMAIL PROTECTED] on behalf of broadband Voice
Sent: Fri 3/14/2008 9:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] DID T1 PRI


Thanks. I am in Philly. I may have to configure the 
extensions.conf well to pass the incoming channels.


On 3/14/08, Steve Totaro [EMAIL PROTECTED] wrote:

   On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
   [EMAIL PROTECTED] wrote:
I had Cavalier turn up a T1 PRI. How can I put in the 
DIDs to direct to
Asterisk. Here is a log
   
   
   
Zaptel Tool (C)2002 Linux Support Services, Inc.
 ⤠T2XXP (PCI) Card 0 Span 1
ââ[3;10Hâterfaces â 
â[3;37Hâ
â  â
   
 â 
   â
â
 âCurrent Alarms: No alarms.   
   â rd 0
Span 1   â  â
  âSync Source:T2XXP (PCI) Card 0 
Span 1   â rd
0 Span 2   â(R)  â
 âIRQ Misses:   0  
   â
â  â
  âBipolar Viol: 0 
â
â  â

Re: [asterisk-users] DID T1 PRI

2008-03-15 Thread Ron Joffe
On Saturday 15 March 2008 21:22, Darren Wright wrote:
 That's not going to tell you anything about the digits in transit.   That's
 just telling you that your PRI is up.

 you are going to need exten = 4DIGITS

How about trying this out:

exten = _X.,1,NoOp
exten = _X.,n,SOMETHING
exten = _X.,n,Hangup

That should capture just about anything that is all digits.

Ron



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] DID T1 PRI

2008-03-14 Thread broadband Voice
I had Cavalier turn up a T1 PRI. How can I put in the DIDs to direct to
Asterisk. Here is a log


Zaptel Tool (C)2002 Linux Support Services, Inc.
 ⤠T2XXP (PCI) Card 0 Span 1
ââ[3;10Hâterfaces â
â[3;37Hâ â  â

 â
â  â
 âCurrent Alarms: No alarms.  â rd 0
Span 1   â  â
 âSync Source:T2XXP (PCI) Card 0 Span 1   â rd 0
Span 2   â(R)  â
 âIRQ Misses:   0
â   â  â
 âBipolar Viol: 0
â   â  â
 âTx/Rx Levels: 0/  0
â   â(R) â
 âTotal/Conf/Act:  24/ 24/  0
â   â  â
 â 112
ââ  â
 â123456789012345678901234â Back â
â   â  â
 âTxA 
â   â  â
 âTxB 
â   â  â
 âTxC 
â  â
 âTxD 
â  â
 â   â14Câ
 âRxA â Loop â
ââ Quit â  â
 âRxB 
â  â
 âRxC 
â  â
 âRxD â
ââ
 ââ
 ââ

T2XXP (PCI) Card 0 Span 1
F10=Back

I need to add 215-xxx- etc to come in to the Asterisk box.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] DID T1 PRI

2008-03-14 Thread Steve Totaro
On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
[EMAIL PROTECTED] wrote:
 I had Cavalier turn up a T1 PRI. How can I put in the DIDs to direct to
 Asterisk. Here is a log



 Zaptel Tool (C)2002 Linux Support Services, Inc.
  ⤠T2XXP (PCI) Card 0 Span 1
 ââ[3;10Hâterfaces â â[3;37Hâ
 â  â

  ââ
 â
  âCurrent Alarms: No alarms.  â rd 0
 Span 1   â  â
   âSync Source:T2XXP (PCI) Card 0 Span 1   â rd
 0 Span 2   â(R)  â
  âIRQ Misses:   0 â
 â  â
   âBipolar Viol: 0 â
 â  â
  âTx/Rx Levels: 0/  0 â
 â(R) â
   âTotal/Conf/Act:  24/ 24/  0 â
 â  â
  â 112   â
 â  â
   â123456789012345678901234â Back ââ
 â  â
  âTxA â
 â  â
   âTxB â
 â  â
  âTxC â
 â
   âTxD â
 â
  â   â14Câ
  âRxA â Loop ââ
 â Quit â  â
   âRxB â
   â
  âRxC â
 â
   âRxD â
 ââ
  ââ
  ââ

 T2XXP (PCI) Card 0 Span 1
 F10=Back


 I need to add 215-xxx- etc to come in to the Asterisk box.



Do you have DIDs already?  When you call a DID and watch the Asterisk
console with a little verbose, you should see the call come and how
many digits the telco is sending.

Then you need to make matching entries for those DIDs either in the
form of exact matches or pattern matches to do pretty much whatever
you can imagine.

Are you in Philly?

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] DID T1 PRI

2008-03-14 Thread broadband Voice
Thanks. I am in Philly. I may have to configure the extensions.conf well to
pass the incoming channels.

On 3/14/08, Steve Totaro [EMAIL PROTECTED] wrote:

 On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
 [EMAIL PROTECTED] wrote:
  I had Cavalier turn up a T1 PRI. How can I put in the DIDs to direct to
  Asterisk. Here is a log
 
 
 
  Zaptel Tool (C)2002 Linux Support Services, Inc.
   ⤠T2XXP (PCI) Card 0 Span 1
  ââ[3;10Hâterfaces â â[3;37Hâ
  â  â
 
   ââ
  â
   âCurrent Alarms: No alarms.  â
 rd 0
  Span 1   â  â
âSync Source:T2XXP (PCI) Card 0 Span 1   â
 rd
  0 Span 2   â(R)  â
   âIRQ Misses:   0 â
  â  â
âBipolar Viol: 0 â
  â  â
   âTx/Rx Levels: 0/  0 â
  â(R) â
âTotal/Conf/Act:  24/ 24/  0 â
  â  â
   â 112   â
  â  â
â123456789012345678901234â Back ââ
  â  â
   âTxA â
  â  â
âTxB â
  â  â
   âTxC â
  â
âTxD â
  â
   â
 â14Câ
   âRxA â Loop ââ
  â Quit â  â
âRxB â
    â
   âRxC â
  â
âRxD â
  ââ
   ââ
   ââ
 
  T2XXP (PCI) Card 0 Span 1
  F10=Back
 
 
  I need to add 215-xxx- etc to come in to the Asterisk box.
 
 

 Do you have DIDs already?  When you call a DID and watch the Asterisk
 console with a little verbose, you should see the call come and how
 many digits the telco is sending.

 Then you need to make matching entries for those DIDs either in the
 form of exact matches or pattern matches to do pretty much whatever
 you can imagine.

 Are you in Philly?

 Thanks,
 Steve Totaro

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] DID T1 PRI

2008-03-14 Thread Darren Wright
Feel free to ping me off list.  I've setup quite a few Cavtel PRI's with *.the 
paperwork they asked you to setup?
 
Typically, they only send 4 digits.
 
Do you have the questionnare they asked you to fill out?
 
dwright at d2 - tech dot com.



From: [EMAIL PROTECTED] on behalf of broadband Voice
Sent: Fri 3/14/2008 9:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] DID T1 PRI


Thanks. I am in Philly. I may have to configure the extensions.conf well to 
pass the incoming channels. 


On 3/14/08, Steve Totaro [EMAIL PROTECTED] wrote: 

On Fri, Mar 14, 2008 at 8:13 PM, broadband Voice
[EMAIL PROTECTED] wrote:
 I had Cavalier turn up a T1 PRI. How can I put in the DIDs to direct 
to
 Asterisk. Here is a log



 Zaptel Tool (C)2002 Linux Support Services, Inc.
  ⤠T2XXP (PCI) Card 0 Span 1
 ââ[3;10Hâterfaces â â[3;37Hâ
 â  â

  â
â
 â
  âCurrent Alarms: No alarms.  
â rd 0
 Span 1   â  â
   âSync Source:T2XXP (PCI) Card 0 Span 1  
 â rd
 0 Span 2   â(R)  â
  âIRQ Misses:   0 
â
 â  â
   âBipolar Viol: 0
 â
 â  â
  âTx/Rx Levels: 0/  0 
â
 â(R) â
   âTotal/Conf/Act:  24/ 24/  0
 â
 â  â
  â 112   â
 â  â
   â123456789012345678901234â Back â   
 â
 â  â
  âTxA 
â
 â  â
   âTxB    
 â
 â  â
  âTxC 
â
 â
   âTxD    
 â
 â
  â   
â14Câ
  âRxA â Loop â
â
 â Quit â  â
   âRxB    
 â
   â
  âRxC 
â
 â
   âRxD    
 â
 ââ
  â
â
  
ââ

 T2XXP (PCI) Card 0 Span 1
 F10=Back


 I need to add 215-xxx- etc to come in to the Asterisk box.



Do you have DIDs already?  When you call a DID and watch the Asterisk
console with a little verbose, you should see the call come and how
many digits the telco is sending.

Then you need to make matching entries for those DIDs either in the
form of exact matches or pattern matches to do pretty much whatever
you can imagine.

Are you in Philly?

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com 
http://www.api-digital.com/  --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



This message was sent from D2 Technology, INC.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] DID/T1

2004-06-14 Thread Nik Martin

 
 I need clarification as to DID in T1 connection.
 
 T1 provides 24 channels for voice/data. Do it assign each channel to 
 particular DID. Or you can have unlimited DID to share the 24 
 channel as 
 an example. ie. Outgoing/incoming traffic is not bound to particular 
 channel. Whatever is available will be used according to the 
 grouping in 
 zapata.conf.
 
 -- 

DID's are assigned to your circuit at your provider, so when a DID is
dialed, the first available voice channel on your circuit (whether T-1 or
otherwise) will be used.  The DID then can be used in your dial plan to
determine where to send the call. 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] DID/T1

2004-06-12 Thread david
So DIDs are sharing available channels.
In particular for ISDNs are DIDs sharing available channels?
--
David Kwok
CISSP,(ISC)2
61282315751 ext 1002
FWD#/IAXTEL# : 17001813482 ext 1002
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DID/T1

2004-06-12 Thread George Pajari
 So DIDs are sharing available channels.

Not necessarily -- you are confusing two separate concepts:

1: DIDs are a mechanism for having more than one phone number that can be
routed to one or more voice channels and for identifying which number was
dialled when a call is presented by the CO. Depending on the part of the
world you are in and the technology used, this mechanism may be referred to
as DDI or MDN (Multiple Directory Numbers).

Sharing available channels is the ability to have incoming calls (to the
same number or different numbers) routed by the CO to more than one channels
depending on channel availability and the rotation algorithm used by the CO.
This is usually referred to as rotary, overlines, or call forward
busy.

 In particular for ISDNs are DIDs sharing available channels?

Let's deconstruct this question into its component parts.

(a) Can ISDN support DID numbers?

Technically yes. Whether or not your telco will provide this functionality
is a question only your telco can answer. We have seen telcos that would not
provide DIDs (or MDNs as they are usually called with respect to BRI
circuits) on ISDN BRI circuits but would on PRIs.

(b) Can ISDN support overlines.

Technically yes. Your telco may, as above, be less cooperative. Again, our
experience is that the possibilities with PRIs are greater than BRIs.

In short -- you will have to talk to your service provider (or change
service providers) to get what you want. Hope this helps.

George Pajari
www.netVOICE.ca
www.ip-centrex.ca

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] DID/T1

2004-06-11 Thread dkwok
I need clarification as to DID in T1 connection.
T1 provides 24 channels for voice/data. Do it assign each channel to 
particular DID. Or you can have unlimited DID to share the 24 channel as 
an example. ie. Outgoing/incoming traffic is not bound to particular 
channel. Whatever is available will be used according to the grouping in 
zapata.conf.

--
David Kwok, CISSP
Tel: 612 82315701 ext 1002
Iaxtel/FWD # 17001813482 ext 1002
CISSP, Certified Information System Security Professional


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Asterisk-Users] DID/T1

2004-06-11 Thread Steve Underwood
dkwok wrote:
I need clarification as to DID in T1 connection.
T1 provides 24 channels for voice/data. Do it assign each channel to 
particular DID. Or you can have unlimited DID to share the 24 channel 
as an example. ie. Outgoing/incoming traffic is not bound to 
particular channel. Whatever is available will be used according to 
the grouping in zapata.conf.
If you get 24 voice channels on your T1, you must be using robbed bit 
signalling, rather than ISDN. There are a number of robbed bit variants, 
going by a number of different names. However, they all share the 
ability to handle DID. Some send the dialed number as DTMF. Some send it 
as Bell MF tones. They can also send caller ID, by dialing a string of 
digits with * characters to delimit what is the caller number and what 
is the dialed number. Details of which robbed bit variant you are using 
is left as an exercise for the reader. :-)

Regards,
Steve
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users