返回列表 發帖
回復 30# Qnewbie

I have not tried but looking at the website, I believe it is workable in the linux + asterisk server.

TOP

回復  Qnewbie

I have not tried but looking at the website, I believe it is workable in the linux + ...
ckleea 發表於 2011-6-14 05:58



    To be (IP01) or not to be (IP01), that is the question.

For IP01, it might be a bit difficult to integrate website etc. I try with sipsorcery+IP01. Free sipsorcery account allows only one provider(trunk), i.e., my IP01. The problem comes as IP01 doesn't allow two channels with the same extensions : Has anyone figured out how to reach two legs with the same extension?

Integration of web callback with asterisk seems easy with PC.

TOP

To be (IP01) or not to be (IP01), that is the question.

For IP01, it might be a bit difficu ...
Qnewbie 發表於 2011-6-14 15:43


I have not yet explored on sipsorcery.. Could you elaborate a bit more on your dialplan and so that we can look into?

TOP

The dialplan at the IP01 is nothing but usual one including the following outbound rule:
  1. exten=_0086xxx.,1,Macro(trunkdial-failover-0.3,${SIP1}/${EXTEN:0},${SIP2}/${EXTEN:0},SIP1,SIP2,${CALLERID(num)},${CALLERID(num)})
複製代碼
which includes fail-over(actually both trunks should be used in case of callback).

As for the sipsorcery side, it is:
  1. num = req.URI.user.to_s
  2. if num.index("\*")!=nil then
  3.    pos=num.index(/\*/)
  4.    caller=num[0,pos]
  5.    callto=num[pos+1,80]
  6.    sys.Callback("#{caller}@myIP01","#{callee}@myIP01")
  7. end
複製代碼
which parses the caller&callee number with the help of the field separator *.

At web page, just send the following message to sipsorcery:
  1. https://www.sipsorcery.com/callmanager.svc/webcallback?user=username&number=$number
複製代碼
where $number=$callernumber*$calleenumber.

Reference: http://www.sipsorcery.com/help/webcallback.html

TOP

回復 34# Qnewbie

Interesting. Need to read more to understand. You have very good skill here

TOP

回復 34# Qnewbie

有冇看過這教學

http://www.voipuser.org/forum_topic_9971.html

TOP

其實大家都有這麼多網絡設備, 擺放和散熱也是個問題!
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

TOP

回復 37# 雯雯

我的放在廳柜內,暫時沒有問題。

雯雯的提出,非常重要,所以現在要做整合工作,將資源重新設定,簡化流程。相對來說,省電省錢,亦叫做環保D。

TOP

回復 39# ckleea

能簡化的我都盡量簡化! 最近想起部勁的server, 正頭痛散熱問題! 整天開冷氣阿媽會罵.
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

相信雯雯想起勁的Server 一定不會是 Asterisk Server 吧! 現在的Asterisk Server 已是很省電也不會太熱的了,只要通風良好就是了。

TOP

回復 41# bubblestar

想起部雙CPU和行RAID的Server, 然後run虛擬機, 這樣又可以做router, 又可以做Asterisk Server!
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

回復 42# 雯雯

我個人意見就唔建議用PC 做router
1. 你要買張server grade 多 lan ports card,貴
2. 專用 router 其實已經夠用有餘

行VM,其實要求都唔低
1. RAM 要多,CPU 要夠級數
2. 我地唔係enterprise system
仲有licences

RAID system 就即是多Harddisk ,慳電更加係唔易

你會唔會考慮租server,這個比較實際,起碼有fixed IP, 24 小時冷氣

TOP

回復 43# ckleea

唔考慮租server, 一來fixed ip我已經有, 二來我怕流量會爆錶. 我想起server的原因除了是一機多用外, 還有我準備遲D裝多1條PCCW 1G, 總是覺得現在用的router不太夠力!
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

回復 44# 雯雯


    超級米王。你需要幾多bandwidth?Business line and data center should do the job for you especially if you need VPN

TOP

返回列表