首页 > 代码库 > Huawei E1750 Asterisk

Huawei E1750 Asterisk

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.soCLI>module unload chan_dongle.soCLI>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>



Huawei E1750 Asterisk