Discussion:
[asterisk-users] E4 Superframe E&M?
Steve Totaro
2007-10-16 18:17:34 UTC
Permalink
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.

I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.

Does anyone know about this type of signaling and if Asterisk can handle it?

Thanks,
Steve
Jon Weisman
2007-10-16 18:27:33 UTC
Permalink
There used to be a prefix command in asterisk, it doesnt seem to work any more. How can I add a prefix to an outbound call?

Thanks,
Jon
Philipp Kempgen
2007-10-16 19:09:31 UTC
Permalink
Jon Weisman wrote:

How can I add a prefix to an outbound call?

_X. => {
Dial(tech/123{EXTEN});
}

?

Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
Jon Weisman
2007-10-22 16:36:06 UTC
Permalink
no that didnt work.

----- Original Message -----
From: "Philipp Kempgen" <***@amooma.de>
To: "Asterisk Users" <asterisk-***@lists.digium.com>
Sent: Tuesday, October 16, 2007 3:09 PM
Subject: Re: [asterisk-users] tech prefix


Jon Weisman wrote:

How can I add a prefix to an outbound call?

_X. => {
Dial(tech/123{EXTEN});
}

?

Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

_______________________________________________
--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
Dovid B
2007-10-23 23:02:07 UTC
Permalink
You have {EXTEN}shouldnt it be ${EXTEN} (or is this AEL) ?
----- Original Message -----
From: "Jon Weisman" <***@ibell.net>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-***@lists.digium.com>
Sent: Monday, October 22, 2007 6:36 PM
Subject: Re: [asterisk-users] tech prefix


no that didnt work.

----- Original Message -----
From: "Philipp Kempgen" <***@amooma.de>
To: "Asterisk Users" <asterisk-***@lists.digium.com>
Sent: Tuesday, October 16, 2007 3:09 PM
Subject: Re: [asterisk-users] tech prefix


Jon Weisman wrote:

How can I add a prefix to an outbound call?

_X. => {
Dial(tech/123{EXTEN});
}

?

Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

_______________________________________________
--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
Jon Weisman
2007-10-22 16:40:57 UTC
Permalink
Here's what worked:

exten=>_X.,1,Dial(SIP/"prefix"${EXTEN}@outbound trunk)

substitute "prefix" for the tech prefix you would like to append.

-Jon


----- Original Message -----
From: "Philipp Kempgen" <***@amooma.de>
To: "Asterisk Users" <asterisk-***@lists.digium.com>
Sent: Tuesday, October 16, 2007 3:09 PM
Subject: Re: [asterisk-users] tech prefix


Jon Weisman wrote:

How can I add a prefix to an outbound call?

_X. => {
Dial(tech/123{EXTEN});
}

?

Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

_______________________________________________
--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
Philipp Kempgen
2007-10-22 19:00:17 UTC
Permalink
Post by Jon Weisman
substitute "prefix" for the tech prefix you would like to append.
----- Original Message -----
Sent: Tuesday, October 16, 2007 3:09 PM
Subject: Re: [asterisk-users] tech prefix
How can I add a prefix to an outbound call?
_X. => {
Dial(tech/123{EXTEN});
}
That's what I said.

Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
Dovid B
2007-10-16 22:49:46 UTC
Permalink
What was the tech prefix ?

----- Original Message -----
From: "Jon Weisman" <***@ibell.net>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-***@lists.digium.com>
Sent: Tuesday, October 16, 2007 8:27 PM
Subject: [asterisk-users] tech prefix


There used to be a prefix command in asterisk, it doesnt seem to work any
more. How can I add a prefix to an outbound call?

Thanks,
Jon



--------------------------------------------------------------------------------
Post by Steve Totaro
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
http://lists.digium.com/mailman/listinfo/asterisk-users
Alex Balashov
2007-10-16 18:42:02 UTC
Permalink
Sounds like ESF-based T1 CAS with E&M wink signaling to me...?
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
http://lists.digium.com/mailman/listinfo/asterisk-users
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : +1-678-954-0670
Direct : +1-678-954-0671
Kevin P. Fleming
2007-10-16 18:58:39 UTC
Permalink
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
That sounds like a miscommunication; they probably meant D4, which was
the framing method used before ESF came along. See the Wikipedia page
about DS-1 for more information.

In zaptel.conf this can be specified by using 'd4', 'sf' or
'superframe'. It is likely that this T1 is using AMI for line coding as
well, because most systems that use B8ZS line coding use ESF for framing.
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)
Tilghman Lesher
2007-10-16 19:08:03 UTC
Permalink
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
I think you misheard "D4 Superframe" and yes, that's supported. "d4,ami" in
zapata.conf in the span definition.
--
Tilghman
Richard Lyman
2007-10-16 19:18:58 UTC
Permalink
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this

zaptel.conf

span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4


zapata.conf

signalling=em
channel => 1-24 ; 1-32 for E4
Steve Totaro
2007-10-16 19:54:44 UTC
Permalink
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.

To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.

Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.

Thanks,
Steve
Kevin P. Fleming
2007-10-16 20:10:55 UTC
Permalink
Post by Steve Totaro
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
It's invisible to Asterisk, this is a layer 2 issue. All signaling that
you care about will work the same way as you expect.
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)
Richard Lyman
2007-10-16 20:36:26 UTC
Permalink
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
i need sleep that is for sure.

the 1-32 for E4 stuff was meant to be for E1 stuff you can just increase
the channel count. (1-31)

if possible, yes, because you get the added error information with ESF.

using d4,ami with em signalling has worked for years for us (on 1.2).
i have not tested it with 1.4

if i were you, i would 'test' the above settings first, then change to
ESF. that way at least you will have something to fall back too.
Richard Lyman
2007-10-16 21:02:18 UTC
Permalink
Post by Richard Lyman
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
i need sleep that is for sure.
the 1-32 for E4 stuff was meant to be for E1 stuff you can just increase
the channel count. (1-31)
if possible, yes, because you get the added error information with ESF.
using d4,ami with em signalling has worked for years for us (on 1.2).
i have not tested it with 1.4
if i were you, i would 'test' the above settings first, then change to
ESF. that way at least you will have something to fall back too.
nevermind me, i need sleep.
Steve Totaro
2007-10-28 18:31:52 UTC
Permalink
Post by Richard Lyman
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
i need sleep that is for sure.
the 1-32 for E4 stuff was meant to be for E1 stuff you can just increase
the channel count. (1-31)
if possible, yes, because you get the added error information with ESF.
using d4,ami with em signalling has worked for years for us (on 1.2).
i have not tested it with 1.4
if i were you, i would 'test' the above settings first, then change to
ESF. that way at least you will have something to fall back too.
Ok finally setting this up. How do I debug since it is not PRI?

I have a Sangoma card and four tie lines. When i try straight through
cables, I see the channels starting and stopping but no green light on
card or solid light on proprietary system.

Thanks,
Steve
Steve Totaro
2007-10-28 19:11:16 UTC
Permalink
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
i need sleep that is for sure.
the 1-32 for E4 stuff was meant to be for E1 stuff you can just increase
the channel count. (1-31)
if possible, yes, because you get the added error information with ESF.
using d4,ami with em signalling has worked for years for us (on 1.2).
i have not tested it with 1.4
if i were you, i would 'test' the above settings first, then change to
ESF. that way at least you will have something to fall back too.
Ok finally setting this up. How do I debug since it is not PRI?
I have a Sangoma card and four tie lines. When i try straight through
cables, I see the channels starting and stopping but no green light on
card or solid light on proprietary system.
Thanks,
Steve
How to debug? I have tried straight thru T1, crossover 1-4,2-5,
crossover 1-5,2-4, and em_w, em, master, slave, and every combination.
Strange thing is that when the CLI was reporting simple switch
open/closed is when the other end of the cable was just dangling in the
air! I finally thought I was getting somewhere too.

Thanks,
Steve
Steve Totaro
2007-10-28 22:41:33 UTC
Permalink
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
i need sleep that is for sure.
the 1-32 for E4 stuff was meant to be for E1 stuff you can just increase
the channel count. (1-31)
if possible, yes, because you get the added error information with ESF.
using d4,ami with em signalling has worked for years for us (on 1.2).
i have not tested it with 1.4
if i were you, i would 'test' the above settings first, then change to
ESF. that way at least you will have something to fall back too.
Ok finally setting this up. How do I debug since it is not PRI?
I have a Sangoma card and four tie lines. When i try straight through
cables, I see the channels starting and stopping but no green light on
card or solid light on proprietary system.
Thanks,
Steve
Just for the record. I had to reconfigure the Sangoma startup scripts
even though my zap files were correct with d4,ami.

The real gotcha was in the cabling. One crossover was 1-5, 2-4, the
other 1-4, 2-5 and then straight through all required for the same
dialer. I have seen people post T1 crossover as 1-4, 2-4 but I thought
they didn't know what they were talking about. Now I know that there
are actually two different kinds.

Thanks,
Steve
Richard Lyman
2007-10-29 00:33:02 UTC
Permalink
*snipped
Post by Steve Totaro
Just for the record. I had to reconfigure the Sangoma startup scripts
even though my zap files were correct with d4,ami.
The real gotcha was in the cabling. One crossover was 1-5, 2-4, the
other 1-4, 2-5 and then straight through all required for the same
dialer. I have seen people post T1 crossover as 1-4, 2-4 but I thought
they didn't know what they were talking about. Now I know that there
are actually two different kinds.
Thanks,
Steve
sorry about that i just got back in town.

I have been lucky with only needing one type of crossover cable.

Lyle Giese
2007-10-17 01:56:51 UTC
Permalink
Post by Steve Totaro
Post by Richard Lyman
Post by Steve Totaro
I need to create a couple of tie lines between a legacy system and an
Asterisk system. I was told that the tie lines are E4 Superframe E&M.
I have done E&M wink but have no idea about E4 Superframe E&M and Google
is not helping me here.
Does anyone know about this type of signaling and if Asterisk can handle it?
Thanks,
Steve
use this
zaptel.conf
span=1,1,0,d4,ami
e&m=1-24 ; 1-32 for E4
zapata.conf
signalling=em
channel => 1-24 ; 1-32 for E4
Thanks to everyone who has responded so quickly to my question.
To my way of thinking, it would be better to have the legacy tie-line
reconfigured to use esf if possible.
Is D4 (superframe) well supported in Asterisk, are there less features?
If it is virtually the same, then I guess I will just setup Asterisk
to use it rather than messing with the legacy system.
Thanks,
Steve
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
http://lists.digium.com/mailman/listinfo/asterisk-users
D4 superframe - more bits are used for chan signalling, results in 56k
voice channels.
Extended superframe - fewer bits used for chan signalling, results in
64k voice channels.

Otherwise basically the same, both are 1.544 mbps. If the T1 goes down,
D4 takes longer to frame up than ESF. But for pbx to pbx, aren't they
going to be located in the same room?

Lyle
Loading...