分类目录

X-Lite – free SIP phone (VoIP) client under Linux

成功安装使用 X-Lite 2.0 for Linux,效果不错的,就是配置要注意些。 该版本只有语音而没有支持图像,看来其开发的重点还是 Windows/Mac。

备注: Linux Deepin 9.12 (Ubuntu 2009-11-03) 缺少了 libstdc++.so.5 库,按照下面的方法安装: Getting 32-bit libstdc++.so.5 in Karmic Koala on a 64-bit system 看不到的同学直接下载安装: http://packages.ubuntu.com/jaunty/i386/libstdc++5/download

———————————– X-Lite 是一种特有VoIP软件电话的免费软件,使用会话发起协议。X-Lite 由位于温哥华的一家CounterPath软件公司所开发。 X-Lite 目前主要有两种不同的产品。X-Lite 2.0 使用于Linux平台,是使用旧式的 X-Pro code base, 而 X-Lite 3.0 是使用于 Windows 和 Mac OS X,使用 eyeBeam code base. X-Lite 2.0 只有声音,没有影像。X-Lite 3.0 [...]

Google Voice 注册成功,号码比较好记,正常呼出和呼入

以下内容仅供测试研究。

Step 1:

Apply one Google Voice account, e.g. one free US phone number. You should use the proxy to access Google Voice, it will spend several days.

For the China subscriber, refer to: http://google.org.cn/2009/07/15/how-to-signup-google-voice-in-china-mainland/

Step 2:

Apply one Gizmo5 account, e.g. one SIP Phone number, one user name and password. It will be taken [...]

Howto: tcpdump user guide

示例1:指定网卡,抓包到文件 # tcpdump -i hme0 -w /tmp/sms.cap -i xxx Interface -w xxx write into file

示例2:指定网卡,指定端口,屏幕打印,抓包完整内容 # tcpdump -A -n -s 0 port 5060 -i eth1 -A print ASCII -n keep IP address -s 0 capture all data for each packet port xxx captured the port

1. 命令格式: tcpdump [ -adeflnNOpqStvx ] [ -c 数量 [...]