Indice
{=wrt54g=}
Installing Asterisk onn WRT54G
Needed hardware
- WRT54G
- SD memory with at least 32mb
Known limitation
WRT54G have a small cpu, so realtime conversion may don't work.
If you want Chanspy feature, keep out from using WRT54G
Workarounds
- To overcome cpu limitation, you have to use only passthru mode.
- If you want voicemail, you have to convert sounds from gsm to -your codec-
Needed software and files
If you want to build source yourself, you need:
- OpenWrt Development kit - Italian sound (http://mirror.tomato.it/ftp/pub/asterisk/suoni_ita/) Local mirror (16 downloads)
- res_conv.so to convert from .gsm to -your codec-(http://redice.krisk.org/) Local mirror (14 downloads)
- Batch script to encode files (you have to mod it to encode to a codec other than g729) batch-convert.sh.gz (16 downloads)
If you want binary and all ready:
- Sounds re-encoded using g729 sounds-g729.tar.gz (17 downloads)
- My filesistems patch (download, untar and move what you want) linksys_fs.tar.gz (18 downloads)
Install
$ ipkg -d mmc install asterisk asterisk-sounds asterisk-voicemail wl \ ntpclient kmod-ext2 e2fsprogs libncurses libpthread ssmtp
Needed knowledges
A lot of experience if you want to build modules by yourself
Other workaround
Perhaps you may need qos: This include an hack to overcame mini_fo bug
$ ipkg -d install qos-scripts $ mv /etc/l7-protocols /mmc/etc $ ln -s /mmc/etc/l7-protocols /etc
Fix reboot bug:
$ URL=http://downloads.openwrt.org/people/nbd/whiterussian/packages/kmod-ipt-filter_2.4.30-brcm-4_mipsel.ipk $ ipkg -d mmc install $URL
Try sending sms to aladino
helloworld ( downloads)
helloworld.sh ( downloads)
g729 codec - Closed license!!!!
Digium g729 codec patch (14 downloads)
Digium g729 codec patch (51 downloads)
opal-g729-3.tar.gz (17 downloads)
openh323-g729-2.tar.gz (15 downloads)
playwav source code (15 downloads)