文章列表
 
您正在查看 "Asterisk" 分类下的文章

2008-07-18 13:01
1. 使用Asterisk作为PBX
2. 使用基于Python的FastAGI, 实现计费以及一些特殊的拨号方案
3. 使用基于Zope的前台管理系统以及CRM系统
4. 使用基于Linux+openvpn的vpn解决方案
 
2008-07-18 10:42
在sip.conf中配置某个SIP peer的fromdomain, fromuser, Asterisk就会在SIP Header中使用指定的domain和user来构造From字段, 某些SIP Provider设置了比较严格的身份验证方式需要设置这两个值, 否则对方会返回403.

关于匿名呼叫
在sip.conf的general section中, 配置allowguest=yes来允许匿名呼入, 匿名呼入会被转至general section中指定的context上. 需要注意的是呼入到context中的哪个extension由主叫方决定, 如果没有指定主叫号码, 将被转到s extension上.

关于realm和domain
realm对于Asterisk的认证没有
 
2008-07-14 15:58
在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 throug
 
2008-07-14 14:52
假设这样的scenario
Internet ====== NAT ===== Asterisk-------Extensions

NAT Configuration:
Forward udp 5060 to Asterisk host.
Forward udp 10000-20000 to Asterisk host.

Asterisk Configuration:
sip.conf
[general]
externhost=<your external dns name>
;externip=xx.xx.xx.xx ; Or place your external ip address here if you don't have a dns name
localnet=192.168.1.0/255.255.255.0 ; I assume your local network is 192.168.1.xxx

rtp.conf
 
2008-07-14 13:23


What is Asterisk

Asterisk is the world’s leading open source telephony engine and tool kit. Offering flexibility unheard of in the world of proprietary communications, Asterisk empowers developers and integrators to create advanced communicatio

 
 
   
 
 
文章分类
 
 
 
 
Jira(0)
 
 
   
 
文章存档
 
     
 
最新文章评论
  

最后一句: Asterisk允许客户端通过Register的方式来告诉Asterisk对方的地址和端口.
 

哥们,这篇博文帮了我的大忙啊,感激,谢谢!
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu