码迷,mamicode.com
首页 > 其他好文 > 详细

Huawei E1750 Asterisk

时间:2015-01-14 00:37:56      阅读:392      评论:0      收藏:0      [点我收藏+]

标签:

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>



Huawei E1750 Asterisk

标签:

原文地址:http://www.cnblogs.com/cutepig/p/4222860.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!