要拨7位号码还要加几句
mc3361
2011-08-17 10:34:40
( reads)
num = req.URI.User.to_s
num = num.gsub(/^011/,'+')
if /^[2-9]d{6}$/
num = "+1212" + num
end
if /^\+[^1]/
sys.Dial(num + "@voipdiscount")
else
sys.GoogleVoiceCall("me@gmail.com","password","2535551212", num, ".*",3)
end
可说可不说
2011-08-17 11:49:25回复:要拨7位号码还要加几句