
参考文档:http://asteriskguru.com/tutorials/asterisk_gui.html 根据上述链接中的步骤,在Ubuntu8.04 中建立asterisk和Gui 安装asterisk Ubuntu的软件库中有asterisk,目前的版本是asterisk 1.4.17~dfsg-2ubuntu1,直接使用 sudo apt-get install asterisk安装即可。 安装 asterisk GUI 1. 获取GUI code 上述链接的中gui code 路径已经变动: svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui 2...
by langfanyun - VoIP开发技术 - 2012-07-17 08:22:38 阅读(12460) 回复(4)
这是一个对asterisk 人员的采访,看来人家对我们中国人有抱怨,没有对asterisk 有贡献。看来中国人是习惯了索取,不愿意分享。人家”鄙视“了。 ============================= Question 9: If you could change anything about the asterisk community, what would it be? I've mentioned this a few times in various talks, but I'm sorry to saythat we don't see as much contribution from the development communitiesin Ch...
在asterisk中对某个peer的类型分为3种:peer, user和friend 看看voip-info对这三种类型的解释 peer: A SIP entity to which asterisk sends calls (a SIP provider for example). If you want a user (extension) to have multiple phones, define an extension that calls two SIP peers. The peer authenticates at registration. user: A SIP entity which places calls through asterisk (A phone which can place calls onl...
使用asterisk 1.4.18 huawei IAD 104H 注册成功,但是状态是UNREACHABLE 无法拨号 请求有什么方法可以解决?
hello: if you want to install asterisk, chan_ss7 and zaptel, please follow these steps: 1) download asterisk-1.4.20, zaptel-1.4.10 and chan_ss7_1.1 2) unzip asterisk-1.4.20.tar.gz to /usr/src, under asterisk dir, please run: ./configure, make and make install, make samples. 3) unzip zaptel-1.4.10.tar.gz to /usr/src/, under zaptel dir, please run: ./confiugre, make and make install 4) unzip the cha...
asterisk 和 Skype 的整合測試(二) chanskype 的 Version 是 1.2.11 (FC6)。而chanskype 和 voskey 一樣需要安裝 skype (Linux)。我的經驗是:不要用新的。因為新的版本有很多setting 需要調較,所以建議用版本 1.3。 chanskype 網站有一套 skype 1.3 Linux 版可以下載。 我現在系統的配置如下: Fedora 8 asterisk 1.4.21 VNC Server Skype 1.3 (Linux) Qt 3 Library AMD Alton CPU 512 MB RAM 我嘗試過用CentOS 5.1 ...
首先安装asterisk,可参见本站内相关的内容,这里不详述。 下载并编译OH323.SO模块,该模块会用到pwlib和openh323两个库,现已经成功编译一个静态连接pwlib和openh323库的模块。 如果要编译,必须注意pwlib和openh323的版本,有个USE_OLD_CAPABILITIES_API编译开关对应较老的版本。我使用的是 asterisk-oh323-0.7.3.tar.gz 即oh323 v0.7.3版本,该版本对应于asterisk 1.2.x (asterisk有两个版本树,一个是Stable版本系列1.0.x, ...
哪位asterisk和softphone在同一台机器上跑的? 我在linux下安装了asterisk服务后,在同一机器上用Ekiga softphone的时候报错说SIP已经监听,不能使用,那怎么办呢?如何修改才能让同一机器下这两者联系起来?
首先安装asterisk,可参见本站内相关的内容,这里不详述。 下载并编译OH323.SO模块,该模块会用到pwlib和openh323两个库,现已经成功编译一个静态连接pwlib和openh323库的模块。 如果要编译,必须注意pwlib和openh323的版本,有个USE_OLD_CAPABILITIES_API编译开关对应较老的版本。我使用的是asterisk-oh323-0.7.3.tar.gz 即oh323 v0.7.3版本,该版本对应于asterisk 1.2.x (asterisk有两个版本树,一个是Stable版本系列1.0.x, 一个...