标签:
http://wiki.e1550.mobi/doku.php?id=installation
https://wiki.asterisk.org/wiki/display/AST/Mobile+Channel+Requirements
/usr/sbin/asterisk -vvvgc
CLI>module load chan_dongle.so CLI>module unload chan_dongle.so CLI>module reload chan_dongle.so
Hello world example http://www.informit.com/articles/article.aspx?p=1439183&seqNum=2
Using your favorite console text editor 2 enter the following text into /etc/asterisk/extensions.conf:
[default] exten => 1001,1,Answer() exten => 1001,2,Playback(hello-world) exten => 1001,3,Hangup()
*CLI> console dial 1001 *CLI> << Console call has been answered >> << Hangup on console >> *CLI>
标签:
原文地址:http://www.cnblogs.com/cutepig/p/4222860.html