Hi, On Fri, 11 Feb 2011 09:28:20 +0100, mosbah abdelkader <mosbah.abdelkader at gmail.com> wrote: > Hi, > > > > Is it possible to configure TDMoE for Asterisk and DAHDI without using a > DAHDI hardware. > > > > If yes, please give some explanation. > yes it is possible. In dahdi/system.conf you configure a dynamic span like: # To Ast 2 dynamic=eth,eth0/<MAC_of_Ast2>,31,0 dchan=16 bchan=1-15,17-31 in the second system (asuming that Ast1 will provide the timing) # To Ast 1 dynamic=eth,eth0/<MAC_of_Ast1>,31,1 dchan=16 bchan=1-15,17-31 and you use the span just lik you would use a hardware span. The example is for a typical PRI setup, but with dynamic spans you may have 124 chans (or more) in a single dynamic device: dynamic=eth,eth0/<MAC_of_the_remote>,124,0 dchan=1 bchan=2-124 > > -- > BR > Abdelkader Mosbah.