Archive for June, 2007:
SIP notepad
SIP Services and Gateways:
- IPTel.org - SIP service, voicemail (delivered as PCM Audio to email)
- FreeOpenCall.com - SIP account, SMS callback service, PSTN gateway (attractive rates), refereral/affiliate program
- Ekiga.net - Ekiga.org’s VoIP SIP service, multiplatform SIP client, STUN service, PC-to-Phone calls (payment via diamondcard.us)
- Express Talk recommended SIP providers
Software:
- Ekiga - simple, available for multiple platforms
- Express Talk VoIP Softphone - cool and powerful, freeware and commercial business edition
- SJphone
Skype and SIP
See Why does the N770 have Google Talk instead of Skype? on Robin Jewsbury’s Forum Nokia Blog. I do share the opinion that SIP is going to be a mainstream protocol for Internet Voice [and Video?] applications, though there are other opinions (including SIMPLE, IAX etc.). It does not however seems to appear much too fast since as we can see XMPP is very slowly becoming popular too.
There is no doubt SIP will be the underlying technology of all P2P systems in the future and no doubt in my mind that Skype will have to move to SIP at some stage. SIP is far more efficient than Skype.
Process virtual address space limit
Eventually one of the customer did hit a process virtual address space (AKA “Virtual Bytes” in performance monitor snap-in, a counter under particular process) limit (yeah, we are talking about 32-bits here) putting enormous amount of hardware onto single server machine. They seems to be satisfied with performance still (quote unexpectedly, they really attached a lot and they had to use several Gigabit LAN adapters to cope with the traffic!), the only point of concern is that everything sometimes goes into “out of memory” problem for no apparent reason. Thus 64 bits are already becoming really required (yes, we need to consider adequateness of our memory consumption too).
RAM, Virtual Memory, Pagefile and all that stuff is a nice introduction into memory terms.
HOWTO: Use Replace In Files to automatically convert OUI list into C/C++ header file
IEEE OUI and Company_id Assignments is a list of manufacturers and corresponding codes which are used in MAC addresses and protocol identifiers:
The three-octet OUI can be used to generate Universal LAN MAC addresses and Protocol Identifiers per ANSI/IEEE Std 802 for use in Local and Metropolitan Area Network applications.
If your firm manufactures or plans to manufacture products using ISO/IEC 8802 standards, you should apply to IEEE for your firm’s OUI. The Institute of Electrical and Electronics Engineers, Inc. has been designated by the ISO Council to act as the registration authority for the implementation of International Standards in the ISO/IEC 8802 series. This is the one world-wide source of registered OUIs.
The full list is located at http://standards.ieee.org/regauth/oui/oui.txt.
Alax.Info Replace In Files can be used to process the file to create a C/C++ compatible header file of the following format:
{ 0×00, 0×11, 0xDF, “Arecont Systems” },
//0011DF (base 16) Arecont Systems
// 177 N Church Ave suite 1010
// Tucson Arizona 85701
// UNITED STATES{ 0×00, 0×11, 0xE0, “U-MEDIA Communications, Inc.” },
//0011E0 (base 16) U-MEDIA Communications, Inc.
// 9F, No.1, Jin-Shan 7th St.
// Hsinchu 300
// TAIWAN, REPUBLIC OF CHINA{ 0×00, 0×11, 0xE1, “BEKO Electronics Co.” },
//0011E1 (base 16) BEKO Electronics Co.
// Beylikduzu Mevkii Buyukcekmece
// Istanbul 34901
// TURKEY
Bollard fun
Selection of bollard videos on YouTube:
When Bollards Attack!
Crazy Bollard Crash Test (SecureUSA)
Bollard Test
Car vs Bollard
Magellan eXplorist: Import KML Placemarks into eXplorist Waypoints
This is going to be useful if you manage waypoints in Google Maps online and would then like to transfer them into GPS unit.
Google Maps offer KML export option to make a shortuct to currently opened My Google Map with placemarks.

Subscribe to the comments for this post