VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
tilghman at mail.jeffa... Guest
|
Posted: Mon Jun 02, 2008 10:28 am Post subject: [asterisk-users] Help with E1s |
|
|
On Monday 02 June 2008 06:25, Rizwan Hisham wrote:
Quote: | I am not a new user of asterisk. I have been working on sip only
configuration for about 2 years. Now im planning to explore and see how to
use E1 lines with asterisk. I have read the ATFOT but it talks about the
TDM cards. I want to install E1 card on asterisk. How do i install and
configure it. Right now im planning to buy a 2 port E1 card. Can anybody
help me out on this and show me the right direction?
|
Generally, only 30 channels of that E1 are usable for voice. One of the
channels is devoted to timing and another one of the channels is generally
used for signalling. The channels are usually signalled thusly:
zaptel.conf (upcoming as /etc/dahdi.conf)
bchan=1-15,17-31,33-48,50-62
dchan=16,47
and:
zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
pri_cpe=1-15,17-31,33-48,50-62
The channels are accessible in Asterisk as Zap/1, Zap/2, etc. up to Zap/62.
Note that you MUST keep the gaps for the D channels.
Quote: | I have adequate knowledge of E1 lines (32 lines coming in on a single
wire). How do we separate each line out in asterisk?
What kind of machine do i need to process 32 calls (or 64 calls incase i
buy a 2 port E1 card).
|
Any modern machine should work fine. Single core, 1.2GHz should handle it
fine, and any extra hardware you throw at it will be gravy.
--
Tilghman |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Mon Jun 02, 2008 10:46 am Post subject: [asterisk-users] Help with E1s |
|
|
On Mon, Jun 02, 2008 at 10:28:43AM -0500, Tilghman Lesher wrote:
Quote: | Generally, only 30 channels of that E1 are usable for voice. One of the
channels is devoted to timing and another one of the channels is generally
used for signalling. The channels are usually signalled thusly:
zaptel.conf (upcoming as /etc/dahdi.conf)
bchan=1-15,17-31,33-48,50-62
dchan=16,47
and:
zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
pri_cpe=1-15,17-31,33-48,50-62
|
[channels]
; ...
signalling = pri_cpe
switchtype = euroisdn
group = 0
channel => 1-15,17-31,33-48,50-62
Quote: |
The channels are accessible in Asterisk as Zap/1, Zap/2, etc. up to Zap/62.
Note that you MUST keep the gaps for the D channels.
|
or use the group dialing syntax (e.g: Zap/G0)
--
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 |
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon Jun 02, 2008 11:11 am Post subject: [asterisk-users] Help with E1s |
|
|
On Mon, 2 Jun 2008, Tilghman Lesher wrote:
Quote: | zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
|
Will all other channel technology configuration files be renamed to follow
this pattern (chan_<technology>.conf) or will DAHDI just be an anomaly?
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000 |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Mon Jun 02, 2008 11:19 am Post subject: [asterisk-users] Help with E1s |
|
|
On Mon, Jun 2, 2008 at 11:46 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote: | On Mon, Jun 02, 2008 at 10:28:43AM -0500, Tilghman Lesher wrote:
Quote: | Generally, only 30 channels of that E1 are usable for voice. One of the
channels is devoted to timing and another one of the channels is generally
used for signalling. The channels are usually signalled thusly:
zaptel.conf (upcoming as /etc/dahdi.conf)
bchan=1-15,17-31,33-48,50-62
dchan=16,47
and:
zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
pri_cpe=1-15,17-31,33-48,50-62
|
[channels]
; ...
signalling = pri_cpe
switchtype = euroisdn
group = 0
channel => 1-15,17-31,33-48,50-62
Quote: |
The channels are accessible in Asterisk as Zap/1, Zap/2, etc. up to Zap/62.
Note that you MUST keep the gaps for the D channels.
|
or use the group dialing syntax (e.g: Zap/G0)
--
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
|
You can do "genzaptelconf" to get a general framework to then edit.
Thanks,
Steve Totaro |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Jun 02, 2008 12:48 pm Post subject: [asterisk-users] Help with E1s |
|
|
On Monday 02 June 2008 11:11, Steve Edwards wrote:
Quote: | On Mon, 2 Jun 2008, Tilghman Lesher wrote:
Quote: | zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
|
Will all other channel technology configuration files be renamed to follow
this pattern (chan_<technology>.conf) or will DAHDI just be an anomaly?
|
I think it was only done this way because there's a kernel-level config and an
Asterisk config file, so this was done solely to make the name different (and
try to avoid confusion). I'm not necessarily opposed to changing the other
channel drivers, though.
--
Tilghman |
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon Jun 02, 2008 1:46 pm Post subject: [asterisk-users] Help with E1s |
|
|
On Mon, 2 Jun 2008, Tilghman Lesher wrote:
Quote: | On Monday 02 June 2008 11:11, Steve Edwards wrote:
Quote: | On Mon, 2 Jun 2008, Tilghman Lesher wrote:
Quote: | zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
|
Will all other channel technology configuration files be renamed to follow
this pattern (chan_<technology>.conf) or will DAHDI just be an anomaly?
|
I think it was only done this way because there's a kernel-level config and an
Asterisk config file, so this was done solely to make the name different (and
try to avoid confusion). I'm not necessarily opposed to changing the other
channel drivers, though.
|
So would it make more sense to change the name of the kernel level conf
file instead of introducing this inconsistency and causing much gnashing
of teeth amongst the users opposed to any change?
Not that I get to, but I'd vote for /etc/dahdi-kernel.conf and
/etc/asterisk/dahdi.conf. But then, I would have voted against DAHDI in
the first place
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000 |
|
Back to top |
|
|
rizwanhasham at gmail.com Guest
|
Posted: Mon Jun 02, 2008 3:07 pm Post subject: [asterisk-users] Help with E1s |
|
|
Thanx a lot Tzafrir and Tlighman. But i need to clear some more concepts
before starting to implement anything.
In ATFOT i read about configuring an analogue pstn line, by configuring
/etc/zaptel.conf and some other things in etc/asterisk/zapata.conf, that was
just one line. if I configure the E1 card then ,correct me if im wrong, i
will have similar 32 channels like that single pstn line in TDM card, The
only difference will be the number of channels?
what are b & d channels and whats the difference between them?
Talighman..
Can a 1.2GH machine handle 62 CONCURRENT zap calls?
If you can provide me a good source where i can find all the necessary
info then it will be more easier and faster for me.
On Mon, Jun 2, 2008 at 8:46 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
wrote:
Quote: | On Mon, Jun 02, 2008 at 10:28:43AM -0500, Tilghman Lesher wrote:
Quote: | Generally, only 30 channels of that E1 are usable for voice. One of the
channels is devoted to timing and another one of the channels is
| generally
Quote: | used for signalling. The channels are usually signalled thusly:
zaptel.conf (upcoming as /etc/dahdi.conf)
bchan=1-15,17-31,33-48,50-62
dchan=16,47
and:
zapata.conf (upcoming as /etc/asterisk/chan_dahdi.conf)
pri_cpe=1-15,17-31,33-48,50-62
|
[channels]
; ...
signalling = pri_cpe
switchtype = euroisdn
group = 0
channel => 1-15,17-31,33-48,50-62
Quote: |
The channels are accessible in Asterisk as Zap/1, Zap/2, etc. up to
| Zap/62.
Quote: | Note that you MUST keep the gaps for the D channels.
|
or use the group dialing syntax (e.g: Zap/G0)
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com<jabber%3Atzafrir.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 --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Best Regards
Rizwan Hisham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080602/35e28768/attachment.htm |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Jun 02, 2008 3:30 pm Post subject: [asterisk-users] Help with E1s |
|
|
On Monday 02 June 2008 15:07, Rizwan Hisham wrote:
Quote: | Thanx a lot Tzafrir and Tlighman. But i need to clear some more concepts
before starting to implement anything.
In ATFOT i read about configuring an analogue pstn line, by configuring
/etc/zaptel.conf and some other things in etc/asterisk/zapata.conf, that
was just one line. if I configure the E1 card then ,correct me if im wrong,
i will have similar 32 channels like that single pstn line in TDM card, The
only difference will be the number of channels?
|
No. As I said before, you will have 30 channels of voice. Not 32.
Quote: | what are b & d channels and whats the difference between them?
|
Bearer channels can transport voice. The data channel is used exclusively
for signalling.
Quote: | Tilghman..
Can a 1.2GH machine handle 62 CONCURRENT zap calls?
|
That would be 60, not 62. Remember, there are 2 D channels, one for
each circuit. I provided the 1.2GHz speed as an example of the minimum
you will probably need, as long as you do no transcoding, conferencing, or
other tasks which would up the CPU load. If you do either of those tasks
(or the myriad of other tasks, like running a database on the same machine),
you will need more CPU. And given that a 1.2GHz machine is now generally
more expensive than most new machines (which are considerably faster), it
would probably be a wise choice to get the fastest machine for your money.
I don't know what exactly is the sweet point on processors this month, but
it's probably around 2.2GHz dual core.
Quote: | If you can provide me a good source where i can find all the necessary
info then it will be more easier and faster for me.
|
Froogle? Pricewatch?
--
Tilghman |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Mon Jun 02, 2008 4:42 pm Post subject: [asterisk-users] Help with E1s |
|
|
On Mon, Jun 2, 2008 at 4:30 PM, Tilghman Lesher
<tilghman at mail.jeffandtilghman.com> wrote:
Quote: | On Monday 02 June 2008 15:07, Rizwan Hisham wrote:
Quote: | Thanx a lot Tzafrir and Tlighman. But i need to clear some more concepts
before starting to implement anything.
In ATFOT i read about configuring an analogue pstn line, by configuring
/etc/zaptel.conf and some other things in etc/asterisk/zapata.conf, that
was just one line. if I configure the E1 card then ,correct me if im wrong,
i will have similar 32 channels like that single pstn line in TDM card, The
only difference will be the number of channels?
|
No. As I said before, you will have 30 channels of voice. Not 32.
Quote: | what are b & d channels and whats the difference between them?
|
Bearer channels can transport voice. The data channel is used exclusively
for signalling.
Quote: | Tilghman..
Can a 1.2GH machine handle 62 CONCURRENT zap calls?
|
That would be 60, not 62. Remember, there are 2 D channels, one for
each circuit. I provided the 1.2GHz speed as an example of the minimum
you will probably need, as long as you do no transcoding, conferencing, or
other tasks which would up the CPU load. If you do either of those tasks
(or the myriad of other tasks, like running a database on the same machine),
you will need more CPU. And given that a 1.2GHz machine is now generally
more expensive than most new machines (which are considerably faster), it
would probably be a wise choice to get the fastest machine for your money.
I don't know what exactly is the sweet point on processors this month, but
it's probably around 2.2GHz dual core.
Quote: | If you can provide me a good source where i can find all the necessary
info then it will be more easier and faster for me.
|
Froogle? Pricewatch?
--
Tilghman
|
Configs for a live four port Digium T1 card. genzaptelconf took care
of it for me, Sangoma has an install script that generates these files
as well. Intel(R) Pentium(R) 4 CPU 2.80GHz.
/etc/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: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
span=1,1,1,esf,b8zs
# termtype: te
bchan=1-23
dchan=24
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
span=2,2,1,esf,b8zs
# termtype: te
bchan=25-47
dchan=48
# Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
span=3,3,1,esf,b8zs
# termtype: te
bchan=49-71
dchan=72
# Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
span=4,4,1,esf,b8zs
# termtype: te
bchan=73-95
dchan=96
# Global data
loadzone = us
defaultzone = us
/etc/asterisk/zapata.conf
; Autogenerated by ./genzaptelconf -- do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global settings
;
; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
[channels]
group=1
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 1-23
; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
group=2
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 25-47
; Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
group=3
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 49-71
; Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
group=4
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 73-95
Thanks,
Steve Totaro |
|
Back to top |
|
|
rizwanhasham at gmail.com Guest
|
Posted: Tue Jun 03, 2008 1:53 am Post subject: [asterisk-users] Help with E1s |
|
|
Thanx a lot steve and tzafrir. i'll get back to you guys if i run into
trouble.
On Tue, Jun 3, 2008 at 2:42 AM, Steve Totaro <stotaro at totarotechnologies.com>
wrote:
Quote: | On Mon, Jun 2, 2008 at 4:30 PM, Tilghman Lesher
<tilghman at mail.jeffandtilghman.com> wrote:
Quote: | On Monday 02 June 2008 15:07, Rizwan Hisham wrote:
Quote: | Thanx a lot Tzafrir and Tlighman. But i need to clear some more concepts
before starting to implement anything.
In ATFOT i read about configuring an analogue pstn line, by configuring
/etc/zaptel.conf and some other things in etc/asterisk/zapata.conf, that
was just one line. if I configure the E1 card then ,correct me if im
|
| wrong,
Quote: | Quote: | i will have similar 32 channels like that single pstn line in TDM card,
|
| The
Quote: | Quote: | only difference will be the number of channels?
|
No. As I said before, you will have 30 channels of voice. Not 32.
Quote: | what are b & d channels and whats the difference between them?
|
Bearer channels can transport voice. The data channel is used
| exclusively
Quote: | for signalling.
Quote: | Tilghman..
Can a 1.2GH machine handle 62 CONCURRENT zap calls?
|
That would be 60, not 62. Remember, there are 2 D channels, one for
each circuit. I provided the 1.2GHz speed as an example of the minimum
you will probably need, as long as you do no transcoding, conferencing,
| or
Quote: | other tasks which would up the CPU load. If you do either of those tasks
(or the myriad of other tasks, like running a database on the same
| machine),
Quote: | you will need more CPU. And given that a 1.2GHz machine is now generally
more expensive than most new machines (which are considerably faster), it
would probably be a wise choice to get the fastest machine for your
| money.
Quote: | I don't know what exactly is the sweet point on processors this month,
| but
Quote: | it's probably around 2.2GHz dual core.
Quote: | If you can provide me a good source where i can find all the necessary
info then it will be more easier and faster for me.
|
Froogle? Pricewatch?
--
Tilghman
|
Configs for a live four port Digium T1 card. genzaptelconf took care
of it for me, Sangoma has an install script that generates these files
as well. Intel(R) Pentium(R) 4 CPU 2.80GHz.
/etc/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: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
span=1,1,1,esf,b8zs
# termtype: te
bchan=1-23
dchan=24
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
span=2,2,1,esf,b8zs
# termtype: te
bchan=25-47
dchan=48
# Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
span=3,3,1,esf,b8zs
# termtype: te
bchan=49-71
dchan=72
# Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
span=4,4,1,esf,b8zs
# termtype: te
bchan=73-95
dchan=96
# Global data
loadzone = us
defaultzone = us
/etc/asterisk/zapata.conf
; Autogenerated by ./genzaptelconf -- do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global
settings
;
; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
[channels]
group=1
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 1-23
; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
group=2
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 25-47
; Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
group=3
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 49-71
; Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
group=4
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 73-95
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
|
--
Best Regards
Rizwan Hisham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080603/ed62a4b9/attachment.htm |
|
Back to top |
|
|
rizwanhasham at gmail.com Guest
|
Posted: Tue Jun 03, 2008 7:33 am Post subject: [asterisk-users] Help with E1s |
|
|
span=4,4,1,esf,b8zs
What does this statement do. What do different values separated by comma
mean. Also the last option "b8zs", i read about it that it is only used in
T1s, so if i use E1 then what should i put there. I read somewhere that E1
uses HDB3 instead of B8ZS. Is this write?
On Tue, Jun 3, 2008 at 2:42 AM, Steve Totaro <stotaro at totarotechnologies.com>
wrote:
Quote: | On Mon, Jun 2, 2008 at 4:30 PM, Tilghman Lesher
<tilghman at mail.jeffandtilghman.com> wrote:
Quote: | On Monday 02 June 2008 15:07, Rizwan Hisham wrote:
Quote: | Thanx a lot Tzafrir and Tlighman. But i need to clear some more concepts
before starting to implement anything.
In ATFOT i read about configuring an analogue pstn line, by configuring
/etc/zaptel.conf and some other things in etc/asterisk/zapata.conf, that
was just one line. if I configure the E1 card then ,correct me if im
|
| wrong,
Quote: | Quote: | i will have similar 32 channels like that single pstn line in TDM card,
|
| The
Quote: | Quote: | only difference will be the number of channels?
|
No. As I said before, you will have 30 channels of voice. Not 32.
Quote: | what are b & d channels and whats the difference between them?
|
Bearer channels can transport voice. The data channel is used
| exclusively
Quote: | for signalling.
Quote: | Tilghman..
Can a 1.2GH machine handle 62 CONCURRENT zap calls?
|
That would be 60, not 62. Remember, there are 2 D channels, one for
each circuit. I provided the 1.2GHz speed as an example of the minimum
you will probably need, as long as you do no transcoding, conferencing,
| or
Quote: | other tasks which would up the CPU load. If you do either of those tasks
(or the myriad of other tasks, like running a database on the same
| machine),
Quote: | you will need more CPU. And given that a 1.2GHz machine is now generally
more expensive than most new machines (which are considerably faster), it
would probably be a wise choice to get the fastest machine for your
| money.
Quote: | I don't know what exactly is the sweet point on processors this month,
| but
Quote: | it's probably around 2.2GHz dual core.
Quote: | If you can provide me a good source where i can find all the necessary
info then it will be more easier and faster for me.
|
Froogle? Pricewatch?
--
Tilghman
|
Configs for a live four port Digium T1 card. genzaptelconf took care
of it for me, Sangoma has an install script that generates these files
as well. Intel(R) Pentium(R) 4 CPU 2.80GHz.
/etc/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: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
span=1,1,1,esf,b8zs
# termtype: te
bchan=1-23
dchan=24
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
span=2,2,1,esf,b8zs
# termtype: te
bchan=25-47
dchan=48
# Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
span=3,3,1,esf,b8zs
# termtype: te
bchan=49-71
dchan=72
# Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
span=4,4,1,esf,b8zs
# termtype: te
bchan=73-95
dchan=96
# Global data
loadzone = us
defaultzone = us
/etc/asterisk/zapata.conf
; Autogenerated by ./genzaptelconf -- do not hand edit
; Zaptel Channels Configurations (zapata.conf)
;
; This is not intended to be a complete zapata.conf. Rather, it is intended
; to be #include-d by /etc/zapata.conf that will include the global
settings
;
; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" B8ZS/ESF
[channels]
group=1
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 1-23
; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
group=2
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 25-47
; Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3" B8ZS/ESF RED
group=3
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 49-71
; Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4" B8ZS/ESF RED
group=4
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 73-95
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
|
--
Best Regards
Rizwan Hisham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080603/a4611302/attachment.htm |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue Jun 03, 2008 7:45 am Post subject: [asterisk-users] Help with E1s |
|
|
On Tue, Jun 03, 2008 at 05:33:17PM +0500, Rizwan Hisham wrote:
Quote: | span=4,4,1,esf,b8zs
What does this statement do. What do different values separated by comma
mean.
|
That is generally explained in the zaptel.conf.sample in the zaptel
source tree.
http://docs.tzafrir.org.il/#_span_configuration
Quote: | Also the last option "b8zs", i read about it that it is only used in
T1s, so if i use E1 then what should i put there. I read somewhere that E1
uses HDB3 instead of B8ZS. Is this write?
|
span=4,4,1,ccs,hdb3,crc4
--
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 |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Tue Jun 03, 2008 7:52 am Post subject: [asterisk-users] Help with E1s |
|
|
On Tue, Jun 3, 2008 at 8:45 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote: | On Tue, Jun 03, 2008 at 05:33:17PM +0500, Rizwan Hisham wrote:
Quote: | span=4,4,1,esf,b8zs
What does this statement do. What do different values separated by comma
mean.
|
That is generally explained in the zaptel.conf.sample in the zaptel
source tree.
http://docs.tzafrir.org.il/#_span_configuration
Quote: | Also the last option "b8zs", i read about it that it is only used in
T1s, so if i use E1 then what should i put there. I read somewhere that E1
uses HDB3 instead of B8ZS. Is this write?
|
span=4,4,1,ccs,hdb3,crc4
--
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
|
Go to www.voip-info.org and read.....
I was giving you an example generated by genzaptelconf for a T1, I am
assuming that if you set the jumpers on the board to E1 or it is an E1
card, genzaptelconf will create the appropriate settings. I know the
Sangoma scripts do.
If you have issues with your setup, sometimes crc4 can cause issues.
The LED on the card flashes from greed to red quickly was the symptom
I found.
Thanks,
Steve Totaro |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot 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
|
Powered by phpBB © 2001, 2005 phpBB Group
|