chan_dongleをまとめてみる
2015年7月2日
2023年6月23日
まずは、定番のサイト
http://www.raspberry-asterisk.org/documentation/gsm-voip-gateway-with-chan_dongle/
ダウンロードがAsteriskのバージョンで、マチマチなので、まとめてみた。
インストール方法はここ
http://wiki.e1550.mobi/doku.php?id=installation
ダウンロードの本家はここだけど。
http://code.google.com/p/asterisk-chan-dongle
asterisk10と11用のはここで提供されている。
https://github.com/jstasiak/asterisk-chan-dongle
Asterisk13のはまた別のところだけど。いろいろ問題ある。
https://github.com/rusxakep/asterisk-chan-dongle/tree/asterisk13
コンパイルが止まる
http://uloz.to/xttriVxC/asterisk-chan-dongle-asterisk13-tested-tar-gz
コンパイル完了し、動作しているように見えるけど、コーデックの変換がなんか、変とのこと。ちなみに、ラズパイでの動作報告
[Feb 17 21:02:59] ERROR[1263][C-00000006]: translate.c:1281 ast_translator_best_choice: Cannot determine best translation path since one capability supports no formats
[Feb 17 21:02:59] WARNING[1263][C-00000006]: chan_iax2.c:12491 iax2_request: Unable to create translator path for (ulaw|gsm|g722) to (none) on IAX2/iaxgate-8730
-- Hungup 'IAX2/iaxgate-8730'
https://github.com/oleg-krv/asterisk-chan-dongle/tree/asterisk13
ここは、試してない。
えと、二ちゃんから拾ってきた。
インストールは、前に書いた記事のとこを見る。
以下、ちょっとしたmemo
chan_dongle.c: unable to open /dev/ttyUSB1: Permission denied
меняем права на устойства модемов:
# chmod 0666 /dev/ttyUSB*
で解決。