First impressions with Blackberry Storm OS 5
The Startup of the device is slow, however, once it starts, the device is noticeably faster. I like the new animations when menus come up.. And Blackberry Messenger 5 really rocks..
The Startup of the device is slow, however, once it starts, the device is noticeably faster. I like the new animations when menus come up.. And Blackberry Messenger 5 really rocks..
I am currently (while I am typing) upgrading my Blackberry Storm to a leaked OS version 5, I hope everything goes fine… I think I have chosen a bad time to do the upgrade and leave!! I am packing my spare phone!
Well, I am leaving to Cyprus Turkey for one week!! Leaving tomorrow morning night.. I am so excited!
Aaah, Finally, I figured it out… It was a due to DHCP and DNS.. My setup is a server with two interfaces, this server is used for internet browsing as well as PBX. Now, eth0 is configured for the local network with a static IP. eth1 is configured for DHCP and connected to the router. And it was the issue, when I disabled the DHCP client and configured everything keeping in mind that the router DNS had a bug, thus I configured the ISP dns. It worked!! I am soooo happy.. I spent days trying to figure out the issue, now it works
I have setup Asterisk PBX, everything works perfectly, with one SIP trunk, however, when I try to add the second trunk, it just doesn’t register to any of them. When I read the logs, I see that it times out while registering… So, I run tcpdump and try to see what’s going on… From what I have seen is that it sends the register command to the SIP server, however, the SIP server replies back saying:
SIP/2.0 401 Unauthorized – no credentials are provided
Now, I am researching this issue, I hope I can fix this soon.
Sometimes I need a simple webserver for serving files for my kickstart installations. I have found a simple solution:
python -m SimpleHTTPServer 80
This creates a simple Webserver on port 80 and its root path is the directory it ran from. For more details about it, visit python docs: http://docs.python.org/library/simplehttpserver.html
Hmm, Its has been a really long time since I have last blogged, I just have been really busy with tons of other stuff. I am currently developing a system using Kohana PHP Framework. I really love using Kohana, it makes things easier, its more flexible than CodeIgniter.