Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Has anyone considered trying to port OpenWRT to the 323? Ok, I realize that the 323 isn't a router, but it does have a boat load of storage, and that makes it something of a unique network appliance.
Combine that with the flexibility offered by OpenWRT, and the possibilities seem to become very attractive.
For example, I am wondering if anyone has yet considered using it to run an Asterisk server...
Plus, with the built in firewalling, it would make a pretty nice webserver, dns server, more secure FTP server...
One of these days, I am going to have to get past my Windows dependancies and learn a little more about this "linux" thing - it seems to work pretty well on embeeded devices ;-)
Offline
openwrt is mips
port is too hard.
Offline
Openwrt runs on a bunch of stuff; not just mips. ARM (NSLU2), x86, etc.
That said; getting it working on a new platform is no small task and most DNS-323 interest focuses on new packages for the stock firmware.
-Jeff
Offline
Debian already runs on the dns-323 and it has asterisk packages which should run fine in a debian chroot.
root@nas01:/# aptitude search asterisk
p asterisk - Open Source Private Branch Exchange (PBX)
v asterisk-1.6.2 -
p asterisk-chan-capi - Common ISDN API 2.0 implementation for Asterisk
p asterisk-config - Configuration files for Asterisk
p asterisk-core-sounds-en-g722 - asterisk PBX sound files - English/g722
p asterisk-core-sounds-en-gsm - asterisk PBX sound files - English/gsm
p asterisk-core-sounds-en-wav - asterisk PBX sound files - English/wav
p asterisk-core-sounds-es-g722 - asterisk PBX sound files - Spanish/g722
p asterisk-core-sounds-es-gsm - asterisk PBX sound files - Spanish/gsm
p asterisk-core-sounds-es-wav - asterisk PBX sound files - Spanish/wav
p asterisk-core-sounds-fr-g722 - asterisk PBX sound files - French/g722
p asterisk-core-sounds-fr-gsm - asterisk PBX sound files - French/gsm
p asterisk-core-sounds-fr-wav - asterisk PBX sound files - French/wav
p asterisk-dbg - Debugging symbols for Asterisk
p asterisk-dev - Development files for Asterisk
p asterisk-doc - Source code documentation for Asterisk
p asterisk-h323 - H.323 protocol support for Asterisk
p asterisk-mobile - bluetooth mobile devices support for Asterisk
p asterisk-moh-opsound-g722 - asterisk extra sound files - English/g722
p asterisk-moh-opsound-gsm - asterisk extra sound files - English/gsm
p asterisk-moh-opsound-wav - asterisk extra sound files - English/wav
p asterisk-mp3 - MP3 format support (format_mp3) for the Asterisk PB
p asterisk-mysql - MySQL support for the Asterisk PBX (cdr mainly)
p asterisk-ooh323c - H.323 protocol support for Asterisk (ooh323c stack)
p asterisk-prompt-de - German voice prompts for the Asterisk PBX
v asterisk-prompt-en -
v asterisk-prompt-en-us -
p asterisk-prompt-es - Spanish prompts for the Asterisk PBX
p asterisk-prompt-es-co - Colombian Spanish voice prompts for Asterisk
v asterisk-prompt-es-mx -
v asterisk-prompt-fr -
p asterisk-prompt-fr-armelle - French voice prompts for Asterisk by Armelle Desjar
v asterisk-prompt-fr-ca -
p asterisk-prompt-fr-proformatique - French voice prompts for Asterisk
p asterisk-prompt-it - Italian voice prompts for the Asterisk PBX
p asterisk-prompt-se - Swedish voice prompts for Asterisk
p asterisk-sounds-extra - Additional sound files for the Asterisk PBX
p asterisk-sounds-main - Core Sound files for Asterisk (English)
p libasterisk-agi-perl - Collections of Perl modules to be used with Asteris
p python-asterisk - Asterisk Manager API interface module for Python
root@nas01:/# uname -a
Linux nas01 2.6.36.2 #1 Mon Dec 20 06:24:05 WET 2010 armv5tel GNU/Linux
root@nas01:/#
Offline