Twink安装后打不开

use*_*317 5 voip sip twinkle

我正在运行 Xubuntu 14.04 并且我从软件中心安装了 Twinkle。当我尝试从胡须菜单中打开 Twinkle 时,没有任何反应,根本没有出现任何窗口。当我尝试通过键入“twinkle”从终端打开时,我收到消息

严重:无法打开文件进行阅读:/home/marco/.twinkle/twinkle.cfg

我在 Ubuntu 12.10 上运行 Twinkle 没有问题。基本上我只需要一个可以与 Diamondcard.us 帐户一起使用的软电话。

我怎样才能让闪烁(或其他软电话)再次成功运行?

use*_*317 2

看来 Twinkle在 *buntu 14.04 中的打包不正确,所以我尝试了不同的软件电话。我尝试了Yate,它似乎与 Diamondcard 配合得很好。


mca*_*sin 1

相应的错误报告已在LaunchpadDebian Bugtracker上提交。

如果你还想使用 twinkle,请尝试手动编写配置文件并将其保存为 ~/.twinkle/twinkle.cfg

以下是相应文件中内容的示例:

# USER
user_name=**UiD**
user_domain=**sip.foo.bar**
user_display=**Your Name**
user_organization=
auth_realm=
auth_name=**UiD**
auth_pass=**Password**

# SIP SERVER
outbound_proxy=**sip.foo.bar**
all_requests_to_proxy=no
registrar=**sip.foo.bar**
register_at_startup=yes
registration_time=3600

# RTP AUDIO
codecs=g711a,g711u,gsm
ptime=20
dtmf_payload_type=101
dtmf_duration=100
dtmf_pause=40
dtmf_volume=10

# SIP PROTOCOL
hold_variant=rfc3264
check_max_forwards=no
allow_missing_contact_reg=yes
registration_time_in_contact=yes
compact_headers=no
use_domain_in_contact=yes
allow_redirection=no
ask_user_to_redirect=yes
max_redirections=5
ext_100rel=supported
referee_hold=no
referrer_hold=yes
allow_refer=yes
ask_user_to_refer=yes
auto_refresh_refer_sub=no

# NAT
nat_public_ip=
#stun_server=**sip.foo.bar**:10000

# TIMERS
timer_noanswer=30
timer_nat_keepalive=30

# ADDRESS FORMAT
display_useronly_phone=yes
numerical_user_is_phone=no

# RING TONES
ringtone_file=
ringback_file=

# SCRIPTS
script_incoming_call=
Run Code Online (Sandbox Code Playgroud)

特别是根据您的凭据和值更改**标记为**的值。