num = req.URI.User.to_s
num = num.gsub(/^011/,'+')
case num
when /^\\+[^1]/
sys.Dial(num + "@voipdiscount")
else
sys.GoogleVoiceCall("me@gmail.com","password","2535551212", num, ".*",3)
end
精簡版
所有跟帖:
• very neat! -fitwxc- ♂ (0 bytes) () 08/17/2011 postreply 09:40:59
• 要撥7位號碼還要加幾句 -mc3361- ♀ (414 bytes) () 08/17/2011 postreply 10:34:40
• 回複:要撥7位號碼還要加幾句 -可說可不說- ♀ (153 bytes) () 08/17/2011 postreply 11:49:25
• 你可以用其他voip/sip服務商,但是不能是sipsorcery,因為它不提供長途服務 -mc3361- ♀ (0 bytes) () 08/17/2011 postreply 13:18:01
• 回複:你可以用其他voip/sip服務商,但是不能是sipsorcery,因為它不提供長途服務 -可說可不說- ♀ (165 bytes) () 08/17/2011 postreply 15:03:24
• voipdscount隻是sipsorcery裏SIP Provider的名稱 -mc3361- ♀ (0 bytes) () 08/17/2011 postreply 15:49:24