February 4, 2012
at 10:03 pm
(General)
Was playing with the tablet and decided to take some screen shots of the best looking, and most useful (to me) apps.
The best looking VLC remote control application for Android. This allows you to control a computer running VLC with it’s http interface enabled. Available on the Market, by Peter Baldwin.

The google music app allows you to store 20,000 songs on the google servers and stream them anytime, as much as you want for free.Available on the Market, by Google.

Although the Android app Plex is not free, the server component is, and is available for Linux, Windows and Mac. Plex allows you to host your own ‘Netflix’ type service from your own media files on your network.

PocketCloud by Wyse Technology, gives you access to Windows RDP Servers, VNC Servers and VMWare View servers from your tablet. Great for admins. Non-Pro is free but limits amount of saved connections.

The Droid MPD Client HD allows you to control your MPD (music player daemon) over the network. I just wish the author would fix the huge white annoying background for your songs list to something that resembles the VLC app above. When that happens, I will gladly purchase the pro version.

Comments
December 30, 2011
at 11:12 am
(General)
Just received an email from newegg.
It’s with regret that we are contacting you today to inform you that the pre-order you placed for the ASUS Transformer Prime Tablet will not be fulfilled on the date initially estimated. Due to unforeseen circumstances, Newegg will receive limited inventory for this tablet.
Within the next 2 business weeks, we will have confirmation of inventory and whether or not we will be able to fulfill your pre-order. Pre-orders will be fulfilled on a first come first serve basis beginning with the earliest pre-order placed. If sufficient inventory is received, your pre-order will convert into an actual sales order and begin the normal order process. In the unlikely event we cannot obtain sufficient inventory, you will receive a Back Order Notification email and your pre-order will be voided.
We understand this may cause some inconvenience. If you are no longer interested in this product, you may void your pre-order online through your account. If you are willing to wait, there is no further action necessary on your part. In that case, once inventory is received we will transfer your pre-order into a sales order, charge your chosen form of payment, and ship your product once inventory is received.
We deeply apologize for any inconvenience this may have caused. If you have any further questions regarding this issue, please do not hesitate to contact Newegg Customer Support at (800) 390-1119 or through the internet using our Live Chat option, or Customer Support Email.
Sincerely,
Newegg.com
I placed my pre-order on November 28, 2011. Lets see if we actually get these. It’s nice of them to finally send an email to those who pre-ordered this item, after many people have been emailing them asking for any information on shipments and being kept in the dark.
January 3, 2012 Update:
I have cancelled my pre-order with Newegg and ordered from Office Depot. Three day delivery, in stock. Will be here Thursday, January 5th.
2 Comments
December 15, 2011
at 9:14 pm
(General)
Just screen shots of my current Arch Linux desktop.
Comments
December 5, 2011
at 11:17 am
(General)
You will need a Google voice account to do this. You can get one for free by having a normal Google account, and visiting the Google Voice page.
The top most portion of this page: http://pbxinaflash.com/forum/showthread.php?t=10825 will help you setup the Google Voice portion on the Google side. Once you see the screen shots on that page, you can then use this configuration, or read up if you have their software to continue.
Just my working configuration files for using a google voice number on your asterisk server.
gtalk.conf
[general]
context=googlein
bindaddr=0.0.0.0
externip=xxx.xxx.xxx.xxx
;stunaddr=mystunserver.com
allowguest=yes
[guest]
disallow=all
allow=ulaw
connection=asterisk
context=googlein
jabber.conf
[general]
debug=no
autoprune=no
autoregister=yes
;collection_nodes=yes
;pubsub_autocreate=yes
;auth_policy=accept
;———————————————-
[trunkname]
type=client
serverhost=talk.google.com
;pubsub_node=pubsub.astjab.org
username=[email protected]/Talk
secret=secretpassword
priority=1
port=5222
usetls=yes
usesasl=yes
;buddy=[email protected]
;distribute_events=yes
status=Available
statusmessage=”I am an Asterisk Server”
timeout=100
keepalive=yes
Add following block to extensions_custom.conf
[googlein]
exten => _[0-9a-z].,1,Noop(Incoming Google Voice call for ${EXTEN})
exten => _[0-9a-z].,n,Set(CALLERID(name)=${CUT(CALLERID(name),@,1)})
exten => _[0-9a-z].,n,GotoIf($["${CALLERID(name):0:2}" != "+1"]?notrim)
exten => _[0-9a-z].,n,Set(CALLERID(name)=${CALLERID(name):2})
exten => _[0-9a-z].,n(notrim),Set(CALLERID(number)=${CALLERID(name)})
exten => _[0-9a-z].,n,Wait(1)
exten => _[0-9a-z].,n,Answer
exten => _[0-9a-z].,n,Wait(1)
exten => _[0-9a-z].,n,SendDTMF(1)
exten => _[0-9a-z].,n,Goto(from-trunk,gv-incoming-${CUT(EXTEN,@,1)},1)
exten => h,1,Macro(hangupcall,)
[gvoice-trunkname]
exten => _X.,1,Dial(Gtalk/username/+${EXTEN}@voice.google.com)
exten => _X.,n,Noop(GVoice Call to ${EXTEN} failed)
exten => h,1,Macro(hangupcall,)
Custom Trunk Configuration:
Trunk Name: GVoice-trunkname
Outbound Callerid: “Name”
Custom Dial String: local/$OUTNUM$@gvoice-trunkname
Outbound Route Configuration:
Use the GVoice trunk.
Incoming Routes DID will be:
gv-incoming-username (without @gmail.com)
Comments
November 29, 2011
at 11:33 am
(General)
Elastix 2.2.0 Stable was released. I didn’t think much of it until I saw the new interface.

Along with a new interface, included are:
Kernel
Linux(x86_64)-2.6.18-238.12.1.el5
Elastix
elastix-2.2.0-14
elastix-firstboot-2.2.0-5
elastix-pbx-2.2.0-14
elastix-email_admin-2.2.0-9
elastix-reports-2.2.0-6
elastix-asterisk-sounds-1.2.3-1
elastix-system-2.2.0-14
elastix-my_extension-2.2.0-5
elastix-a2billing-1.8.1-16
elastix-addons-2.2.0-4
elastix-extras-2.0.4-4
elastix-agenda-2.2.0-5
elastix-vtigercrm-5.1.0-8
elastix-im-2.0.4-2
elastix-security-2.2.0-7
elastix-fax-2.2.0-4
RounCubeMail
RoundCubeMail-0.3.1-10
Mail
postfix-2.3.3-2.3.el5_6
cyrus-imapd-2.3.7-7.el5_6.4
IM
openfire-3.5.1-3
FreePBX
freePBX-2.8.1-7
Asterisk
asterisk-1.8.7.0-0
asterisk-perl-0.10-2
asterisk-addons-1.8.7.0-0
FAX
hylafax-4.3.10-2rhel5
iaxmodem-1.2.0-1.1
DRIVERS
dahdi-2.4.1.2-5
rhino-0.99.4-2.rc1
wanpipe-util-3.5.23-1
1 Comment