Re: [asterisk-users] E1 to Ethernet Bridge

2007-09-04 Thread James FitzGibbon
On 9/3/07, Arinze Izukanne [EMAIL PROTECTED] wrote:

 Can you show me a sample fo config?  The link schematic should look like
 this:

 E1 == TDMoE==E1.


Refer to the section Sample configs for setting up TDMoE between 2 servers
without TDM hardware, using ztdummy on this page:

http://www.voip-info.org/wiki/index.php?page=Asterisk+TDMoE

The examples are for T1, so you'll have to change the number of channels on
each span and change the channel numbers used for bchan= and dchan=, but if
you're familiar with E1 deployment already this should be simple.

-- 
j.
___
--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] E1 to Ethernet Bridge

2007-09-03 Thread Arinze Izukanne
Please can you go into further detail.

Thanks..


From: Jared Smith [EMAIL PROTECTED]
Sent: Friday, 31 August, 2007 2:25:23 PM


On Fri, 2007-08-31 at 12:55 +, Arinze Izukanne wrote:
 I am trying to Bridge 2 E1 interfaces over a long distance link 

It's really not too difficult... it ends up looking like this:

E1 - Asterisk A - IAX2 - Asterisk B - E1

Asterisk box A is configured to take calls from the E1, and send the
calls over IAX2 to box B.  Box B takes calls in over IAX2, and sends
them out its E1.  (The reverse can also be setup as well, so that calls
coming into box B over its E1 can be forwarded over IAX2 to box A, and
so forth.)

Let me know if you need me to go into further detail.

-- 
Jared Smith
Community Relations Manager
Digium, 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


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ ___
--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] E1 to Ethernet Bridge

2007-09-03 Thread Arinze Izukanne
Can you show me a sample fo config?  The link schematic should look like this:

E1 == TDMoE==E1. 




From: Tzafrir Cohen [EMAIL PROTECTED]
To: asterisk-users@lists.digium.com
Sent: Friday, 31 August, 2007 7:03:03 PM
Subject: Re: [asterisk-users] E1 to Ethernet Bridge


On Fri, Aug 31, 2007 at 12:55:24PM +, Arinze Izukanne wrote:
 Hello,
 
 I am trying to Bridge 2 E1 interfaces over a long distance link 
 exactly the same way Redfone does. How can asterisk be configured 
 to do that?

If I understand correctly, yyou should configure those two E1 interfaces
in Zaptel alone (and don't run Asterisk) and then expose them as
dynamic spans (ztd-eth ).

-- 
   Tzafrir Cohen   
icq#16849755jabber:[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


  ___ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  
http://uk.promotions.yahoo.com/forgood/environment.html___
--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] E1 to Ethernet Bridge

2007-09-01 Thread Steve Totaro
Tzafrir Cohen wrote:
 On Fri, Aug 31, 2007 at 12:55:24PM +, Arinze Izukanne wrote:
   
 Hello,

 I am trying to Bridge 2 E1 interfaces over a long distance link 
 exactly the same way Redfone does. How can asterisk be configured 
 to do that?
 

 If I understand correctly, yyou should configure those two E1 interfaces
 in Zaptel alone (and don't run Asterisk) and then expose them as
 dynamic spans (ztd-eth ).

   
Without doing much googling, is this the same idea or actually the same 
thing as TDMoE?

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] E1 to Ethernet Bridge

2007-09-01 Thread Tzafrir Cohen
On Sat, Sep 01, 2007 at 02:48:45PM -0400, Steve Totaro wrote:
 Tzafrir Cohen wrote:
  On Fri, Aug 31, 2007 at 12:55:24PM +, Arinze Izukanne wrote:

  Hello,
 
  I am trying to Bridge 2 E1 interfaces over a long distance link 
  exactly the same way Redfone does. How can asterisk be configured 
  to do that?
  
 
  If I understand correctly, yyou should configure those two E1 interfaces
  in Zaptel alone (and don't run Asterisk) and then expose them as
  dynamic spans (ztd-eth ).
 

 Without doing much googling, is this the same idea or actually the same 
 thing as TDMoE?

It is.

Redfone uses TDMoE.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[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] E1 to Ethernet Bridge

2007-08-31 Thread Jared Smith
On Fri, 2007-08-31 at 12:55 +, Arinze Izukanne wrote:
 I am trying to Bridge 2 E1 interfaces over a long distance link 

It's really not too difficult... it ends up looking like this:

E1 - Asterisk A - IAX2 - Asterisk B - E1

Asterisk box A is configured to take calls from the E1, and send the
calls over IAX2 to box B.  Box B takes calls in over IAX2, and sends
them out its E1.  (The reverse can also be setup as well, so that calls
coming into box B over its E1 can be forwarded over IAX2 to box A, and
so forth.)

Let me know if you need me to go into further detail.

-- 
Jared Smith
Community Relations Manager
Digium, 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] E1 to Ethernet Bridge

2007-08-31 Thread Tzafrir Cohen
On Fri, Aug 31, 2007 at 12:55:24PM +, Arinze Izukanne wrote:
 Hello,
 
 I am trying to Bridge 2 E1 interfaces over a long distance link 
 exactly the same way Redfone does. How can asterisk be configured 
 to do that?

If I understand correctly, yyou should configure those two E1 interfaces
in Zaptel alone (and don't run Asterisk) and then expose them as
dynamic spans (ztd-eth ).

-- 
   Tzafrir Cohen   
icq#16849755jabber:[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] E1 to Ethernet Bridge

2007-08-31 Thread Steve Totaro
Jared Smith wrote:
 On Fri, 2007-08-31 at 12:55 +, Arinze Izukanne wrote:
   
 I am trying to Bridge 2 E1 interfaces over a long distance link 
 

 It's really not too difficult... it ends up looking like this:

 E1 - Asterisk A - IAX2 - Asterisk B - E1

 Asterisk box A is configured to take calls from the E1, and send the
 calls over IAX2 to box B.  Box B takes calls in over IAX2, and sends
 them out its E1.  (The reverse can also be setup as well, so that calls
 coming into box B over its E1 can be forwarded over IAX2 to box A, and
 so forth.)

 Let me know if you need me to go into further detail.

   
Assuming the link you are speaking of is an IP link, then the above 
would work.

I find that SIP is much more reliable, try IAX with trunking and if you 
have problems, give SIP a try and see if that solves your issue.

Thanks,
Steve

___
--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