Monthly Archives: June 2005

Sipura 3000

http://www.dslreports.com/forum/remark,13657675
And now (drum roll), how to forward all inbound calls to the OTHER line:
This is VERY USEFUL, because it either lets you have a TWO VoIP accounts that both “ring” the same phone, OR lets you use one account for all incoming, and a 2nd account for all outgoing (by putting the “phone” on the line with the outgoing VoIP service, and then forwarding all incoming calls on that other VoIP line to that one)!

NOTE: This theory was tested earlier this evening, by forwarding my SPA-2000’s “Line 1” (setup for FWD) to “Line 2” (setup for DialPad.com), and then calling my FWD number from Packet8. After I finally got all the pieces in place, my “Line 2” was happy to “ring”, and when I picked up that phone 2-way talking worked fine! So this appears to work (at least for me). But naturally YMMV.

Here are the needed pieces:

1) As in the previous “trick”, you need unique SIP ports and unique userids for the two lines. NOTE: It’s quite OK to use whatever “userid” the provider on that line supplied (for logging into their SIP proxy). You don’t need the UserId set to any specific value, just something unique!

2) Again, the line you are forwarding from will need “Make call without reg: Yes”, and the line you want to forward to will need “Ans Call Without Reg: Yes”.

3) If you are behind a router (I am), you will need to forward the SIP port of the line you want to ring (the line you are forwarding to) to the SPA. This is probably much easier if you program the SPA for a “static LAN IP” (instead of using DHCP).

4) Your external address will need to either be “static”, _OR_ you will need to use a dynamic DNS service (btw: I’m happy with the free dynamic DNS service from Ã

VPN

Great. Finally our university supports VPN access to enable access to our shared folders from the outside. Of course only Windows (and Mac) is supported not Linux. Also the “password” is only provided in an obfuscated manner – Linux needs the cleartext version. Fortunately it is no problem to extract the password, thanks to this web site. Boy, this university people couldn’t have been less creative when choosing a password.

Read more to see the instructions. Continue reading

What does it cost to develop a drug?

From the Economist June 11th 2005

According to an oft-quoted figure from the Tufts Centre for the Study of Drug Development, in Medford, Massachussetts, developing a drug typically costs $900m abnd takes 15 years. Only 1 in 1,000 compounds tested makes it into human trials, and only one in five of those emerges as a drug.

OECD study on file sharing

The OECD has a study on file sharing (PDF here) which, according the The Economist is quite balanced. In fact so balanced, that the music industry does not like it at all.
Apparently the study says that the causal relationship between file sharing and declining sales can not be proven, and that file sharing should be considered in a wider context than merely looking at the Music/Video industry.

Moderating and Mediating Relationships

The classic paper here is Baron, R.M. & Kenny, D. A. (1986) The moderator-mediator distinction in social psychological research: Conceptual, strategic, and statistical considerations. Journal of Personality and Social Psychology, 51, 1173-1182. This is a “must read” for anyone doing stuff with moderating or mediating relationships.

Making my parallel Scanner work under Linux

I have an old scanner, a Medion md9890. Here is how I got it to work under Linux:
emerge libieee1284(or the parallel port scanners wouldn't work under Gentoo)
emerge sane-backends sane-frontends
uncomment mustek_pp as a scanner in /etc/sane.d (or something like that)

scanning works only as root so far because saned needs root access