I was wondering if anyone had progressed the work at all, for example
Asterisk chanel driver mods or Atmel software?
I havent done anything yet, but will get more heaviliy involved in the
2nd half of 2007 once the IP04 IP-PBX I am working on is in
production.
Thanks,
David
Also Tim has made good progress with a low cost 8 port FXS project:
http://www.rowetel.com/blog/?p=32
http://blog.mithis.net/archives/uni/41-cfxs-all-done
I think with some careful assembly code and celever low-MIPs
algorithsm for echo cancellation we might be able to get this to run
on a router.
Cheers,
David
Just a couple of thoughs about using this chip.
If you want good efficiency, don't try to do TCP/IP. I would recommend
instead packing raw Ethernet frames. This means you need slightly more
code on the router side, but it will have less overhead.
For a single line device, it may be better to go the TCP/IP route - but
if I do a Ethernet version of my 8 line device I will probably have to
go the Ethernet frame packing route.
> Also Tim has made good progress with a low cost 8 port FXS project:
>
> http://www.rowetel.com/blog/?p=32
>
> http://blog.mithis.net/archives/uni/41-cfxs-all-done
>
> I think with some careful assembly code and celever low-MIPs
> algorithsm for echo cancellation we might be able to get this to run
> on a router.
>
> Cheers,
>
> David
I have to concentrate on my exams now - but I will get back to things in
about a month.
Tim Ansell