使用星号作为客户端充当软电话

我有一个vonage的帐户,我可以通过我的电脑打电话给我的软电话( zoiper )input以下信息:

在这里输入图像说明

当input信息(域名,用户名和密码)到我的软电话设置,我可以拨打电话,也可以接收。 在这一点上,一切都很好

现在我的问题是如何使用从vonage得到的相同信息从星号打出站电话? 我想我的软电话连接到星号,然后星号进行呼出。

这是我曾经试过的:

这是我的sip.conf的样子:

[general] tcpenable=yes etc..... [SoftPhone1] secret=MySecretPassword context=MainContext type=friend disallow=all transport=udp,tcp etc... [vonage-test] type=peer host=sip-55623.accounts.vocalocity.com secret=********* username=VH283034 disallow=all allow=ulaw transport=udp,tcp dtmfmode=auto insecure=invite 

和我的extensions.conf

 [general] static=yes etc... [MainContext] ; this is the context where SoftPhone1 is registered exten => 100,1,NoOp(Testing to see if we can make outbound call) ; just write to the console same => n,Dial(SIP/3051234567@vonage-test) ; make phone call to 3051234567 same => n,Hangup() etc... 

当我拨打分机号码100时,呼叫将不会转到电话号码3051234567.为什么?