色大胆小

是色大导致胆小,还是胆小决定色大,这是一个永恒的问题...
个人资料
正文

Google Voice 能干什么用?自己动手,按网上抄的步骤做软体电话

(2009-07-15 06:09:12) 下一个

我一直用的ATA-GIZMO5-SIPSCORCERY-GV今天停止使用了。早先看了各位专家在这里的讨论,也就准备着这一天的到来。我选择的是用IPKALL来取代GIZMO5。网上找的通用DIAL PLAN,
Code:

####################################################
######## OUTBOUND CALL FROM GOOGLE VOICE  ##########
####################################################

#Logic for routing outgoing calls.
sys.Trace = false
case req.URI.User
when /^/
 sys.Log(" Dialing USA #{req.URI.User} through Google Voice servicet")
 sys.Log("*****************************************************n")
 sys.GoogleVoiceCall("GV1_Name@gmail.com","GV1_Pass","206XXXXX34","#{req.URI.User}","786XXXXX86")
end

GV1_Name@gmail.com = is your GV email account.
GV1_Pass = GV account Password
206XXXXX38 = IPKall Number with or without the "1", This Number Have
to be registered with Sipsorcery.com.
786XXXXX86
= This is your GV number you want to match in this call, and for this
set. make sure this number does not have a 1 in front or it won't work.
(your GV email account and Password are the ones used for this Number).
#{req.URI.User} = any number you will call using SS, leaved as it or
specified a particular number.

刚才试了一下,可以接收,打出。没有试有无三分钟的限制,我猜应该不会有。
我是门外汉,全盘照搬,希望能对还在调试的熊弟街妹们有所帮助。

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.