回複:把你的dialplan帖出來 -- tried 3 different settings.

回答: 把你的dialplan帖出來fitwxc2011-08-14 02:46:55

===== 1 =====

type: Ruby

sys.Log("Log message from default dialplan.")
sys.Dial("music@iptel.org")
sys.GoogleVoiceCall("373216@gmail.com","88888888","2538888888","#{ req.URI.User }",".*","3")

===== 2 =====

type: Ruby

sys.Log("Log message from default dialplan.")
#sys.Dial("music@iptel.org")
sys.GoogleVoiceCall("373216@gmail.com","88888888","2538888888","#{ req.URI.User }",".*","3")

===== 3 =====

type: Ruby

sys.Log("Log message from default dialplan.")

sys.GoogleVoiceCall("373216@gmail.com","88888888","2538888888","#{ req.URI.User }",".*","3")

 

===== end =====

thanks a lot!

所有跟帖: 

第2、3個都沒問題。 -fitwxc- 給 fitwxc 發送悄悄話 fitwxc 的博客首頁 (0 bytes) () 08/14/2011 postreply 12:32:12

回複:第2、3個都沒問題。 -可說可不說- 給 可說可不說 發送悄悄話 (103 bytes) () 08/14/2011 postreply 18:40:52

請您先登陸,再發跟帖!