chan-mobile on Asterisk 1.4
I see a lot of people looking for chan-mobile information. Since I wrote about configuring chan-mobile (Chan_mobile) last time, things have changed a bit.
chan-mobile is a part of the Asterisk development and will be appearing on your server computer with the release of Asterisk 1.40. You can browse the chan-mobile at the development tree at Asterisk SVN server. So if you are running the development version, you should have in your SVN tree.
If you need to get it running with Asterisk 1.4X. Follow the simple instructions, you can have your Asterisk over Bluetooth! in no time. Using chan-mobile with Asterisk 1.4.x requires patching the development version of asterisk-addons and compiling with Asterisk 1.4.x, not a big deal.
Follow the process below
- Checkout the trunk version of asterisk-addons from Digium's SVN repository
- Download the chan-mobile 1.4X patch from here. Save it to asterisk-addons directory.
- Change to the asterisk-addons directory
- patch -p0 chan_mobile-1.4.x.patch
- ./configure
- make menuselect
- make
- make install (as root)
Please also check the Digium Bug Tracker (this link tekes you directly to chan-moblie issues) as any issues and new developments will be listed.
0 comments:
Post a Comment