由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_voip版 - 一个小时安装OpenWRT + Freeswitch 在 Dockstar
相关主题
dockstar总是boot不到debian,求助今天sipgate怎么了
dockstar上安装openwrt+asterisk的总结。安装过程中没有空间了
a9, 公孙先生能不能搞一个新的pink pogoplug的破解教程阿。打算放弃dockstar了
a9,请指点一下openwrt发一个dockstar上安装了asterisk的压缩包
拯救 dockstar有没有人要Dockstar?
我的Dockstar好象死掉了指点一下迷津吧
用jtag恢复了dockstarvoip 入门
still can not install debian normally on dockstar (转载)freeswitch还挺好用的
相关话题的讨论汇总
话题: dockstar话题: freeswitch话题: led话题: ssh话题: ip
1 (共1页)
C*******1
发帖数: 422
1
前几天看到北美wsn打分标准,我觉得应该加上几条:
. 喜欢折腾voip的,+1分
. 趁deal买了dockstar并乐此不疲地折腾的, +2分
hehe。
个人觉得freeswitch还比*还好些,具体理由可放狗搜一下。
闲话少说。刚刚用了大概2个小时装上了OpenWRT + Freeswitch。现在把笔记贴在这儿
,如果按
照这个笔记装的话,耗时应该少于1小时。算是回馈本版,也为我的笔记找个好地方存
一下,免得硬盘
崩溃的时候全都搞丢。
因为是笔记,用的是简单且烂的英文,请多担待。
=============================================================
You need:
A Linux computer ( I use CentOS) <- [do not need this if do step 3 on
Dockstar]
A USB flash drive (200M or bigger)
Internet connection with a router (I have a Tomato router).
1. Kill the manufacture's "dial home" process
Turn off your Internet modem.
connect dockstar to router. turn on dockstar and wait the LED becomes
solid orange. In router's device list, find its ip address.
ssh root@ip_found # password is stxadmin
Now in ssh:
killall hbwd
turn on Internet modem.
2. Install Bootloader
Still in ssh:
cd /tmp
wget http://plugapps.com/os/pogoplug/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
/sbin/halt
Wait a minute until the system has shut down (the LED will still be
orange after shutdown), turn of the power of the DockStar,
3. Prepare USB drive
plug a usb drive into a linux computer.
/sbin/fdisk /dev/sda
* Now type p. This will list any partitions on your disk drive.
* Type d 1, d 2, and so on to delete all partitions.
* Type p to list partitions. there should be no partitions left.
* Now type n, then p for primary, 1 for the first partition on the
drive, and then press ENTER, accepting default values.
* Exit by typing w.
mkfs.ext3 /dev/sda1
mkdir usbflash
mount
mount /dev/sda1 usbflash -t ext3
In your web browser, input address:
http://www.dslreports.com/r0/download/1564120~8f816487a3d6387e5863ab46fe
ff590a/openwrt-kirkwood-rootfs.tar.bz2
I saved that in /root/download
tar -jxf /root/download/openwrt-kirkwood-rootfs.tar.bz2 -C usbflash
umount usbflash
4. Burn your Dockstar
Unplug the usb drive from PC and plug it into dockstar. Power on
dockstar. Wait for the LED becomes blink orange.
In Router's device list, find dockstar's IP address.
ssh root@ip_found # password is stxadmin
reboot
Wait for the LED becomes solid green.
telnet ip_found
passwd
exit
ssh root@ip_found
If get error: @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
edit your ~/.ssh/known_hosts and remove the line corresponding to this
IP address.
5. It runs
After log into ssh (or putty on Windows) with your new password, you can
use a ps utility to see a lot of freeswitch processes are running.
Execute fs_cli to get into freeswitch console. Once in the Freeswitch
console, you can type /bye
to exit to the shell.
Remember use reboot to reboot, use halt to shutdown dockstar.
Next reboot, it will boot into Pogoplug (LED blink orange), remember ssh
password is stxadmin. Here you can use passwd to update password.
reboot.
Next reboot, it will boot into OPenWRT (LED solid green).
For Freeswitch, see http://wiki.freeswitch.org/wiki/Main_Page.
====================
References:
1. http://www.dslreports.com/forum/r24479163-Other-Own-a-FreeSwitch-on-
a-Seagate-DockStar-for-2499
2. http://www.plugapps.com/index.php5?title=PlugApps:Pogoplug_Setboot
3. http://www.cs.cmu.edu/~ecc/dockstar-howto.html
4. http://ahsoftware.de/dockstar/#dockstar
T****n
发帖数: 6187
2
这个装上后怎么用google voice啊?

【在 C*******1 的大作中提到】
: 前几天看到北美wsn打分标准,我觉得应该加上几条:
: . 喜欢折腾voip的,+1分
: . 趁deal买了dockstar并乐此不疲地折腾的, +2分
: hehe。
: 个人觉得freeswitch还比*还好些,具体理由可放狗搜一下。
: 闲话少说。刚刚用了大概2个小时装上了OpenWRT + Freeswitch。现在把笔记贴在这儿
: ,如果按
: 照这个笔记装的话,耗时应该少于1小时。算是回馈本版,也为我的笔记找个好地方存
: 一下,免得硬盘
: 崩溃的时候全都搞丢。

C*******1
发帖数: 422
3

Read Freeswitch wiki.

【在 T****n 的大作中提到】
: 这个装上后怎么用google voice啊?
T****n
发帖数: 6187
4
装好后内存和cpu使用状况如何?

【在 C*******1 的大作中提到】
:
: Read Freeswitch wiki.

s*******d
发帖数: 4135
5
这个解决方案看起来也很不错啊。这个拨打电话是不是也有10几秒的延迟?
http://wiki.freeswitch.org/wiki/Google_Voice
C*******1
发帖数: 422
6

Mem: 53592K used, 73084K free, 0K shrd, 480K buff, 34748K cached
CPU: 2% usr 2% sys 0% nic 94% idle 0% io 0% irq 0% sirq
这是我用top看的。请问还有什么命令可以看内存和cpu使用状况?

【在 T****n 的大作中提到】
: 装好后内存和cpu使用状况如何?
C*******1
发帖数: 422
7

应该没有。不过so far还没有配好,需要继续折腾。

【在 s*******d 的大作中提到】
: 这个解决方案看起来也很不错啊。这个拨打电话是不是也有10几秒的延迟?
: http://wiki.freeswitch.org/wiki/Google_Voice

k***e
发帖数: 7933
8
based on this, i wouldn't use it.
NOTES:
* You must be logged out of gmail (or turn off chat) to receive calls
via FreeSWITCH/dingaling, otherwise GV will send the call to your gmail
client
* You must uncheck all other phones in your forwards to section. (I
could not get dingaling to work simultaneously with ringing another phone.)

【在 s*******d 的大作中提到】
: 这个解决方案看起来也很不错啊。这个拨打电话是不是也有10几秒的延迟?
: http://wiki.freeswitch.org/wiki/Google_Voice

s*******d
发帖数: 4135
9
竟然有这些问题,看来是不能用了,太不方便了。

calls
phone.)

【在 k***e 的大作中提到】
: based on this, i wouldn't use it.
: NOTES:
: * You must be logged out of gmail (or turn off chat) to receive calls
: via FreeSWITCH/dingaling, otherwise GV will send the call to your gmail
: client
: * You must uncheck all other phones in your forwards to section. (I
: could not get dingaling to work simultaneously with ringing another phone.)

C*******1
发帖数: 422
10

个人觉得不是很难装。如果没有Linux机器也可以在dockstar上直接分区啥的。现在
freeswitch也配好了,打进打出没问题了,不用把ATA挂在voxalot上了。嘿嘿,各位接着折腾。

【在 C*******1 的大作中提到】
: 前几天看到北美wsn打分标准,我觉得应该加上几条:
: . 喜欢折腾voip的,+1分
: . 趁deal买了dockstar并乐此不疲地折腾的, +2分
: hehe。
: 个人觉得freeswitch还比*还好些,具体理由可放狗搜一下。
: 闲话少说。刚刚用了大概2个小时装上了OpenWRT + Freeswitch。现在把笔记贴在这儿
: ,如果按
: 照这个笔记装的话,耗时应该少于1小时。算是回馈本版,也为我的笔记找个好地方存
: 一下,免得硬盘
: 崩溃的时候全都搞丢。

1 (共1页)
相关主题
freeswitch还挺好用的拯救 dockstar
我在dockstar上装了squeeze后freeswitch好像有问题我的Dockstar好象死掉了
求dockstar 傻瓜stepbystep攻略用jtag恢复了dockstar
Goflex Net也可以替代Dockstar,Officedopt这在打折$29.99still can not install debian normally on dockstar (转载)
dockstar总是boot不到debian,求助今天sipgate怎么了
dockstar上安装openwrt+asterisk的总结。安装过程中没有空间了
a9, 公孙先生能不能搞一个新的pink pogoplug的破解教程阿。打算放弃dockstar了
a9,请指点一下openwrt发一个dockstar上安装了asterisk的压缩包
相关话题的讨论汇总
话题: dockstar话题: freeswitch话题: led话题: ssh话题: ip