Feb 26 2008
Military Grade Communications
Written by Administrator   
Tuesday, 26 February 2008
Having long been a proponent of Jabber this announcement on TMC Net is too interesting to ignore. The article even mentions SIP/SIMPLE which is the technology that bridges the Voice over IP (VoIP) and Instant Messaging worlds. For example, the current crop of Grandstream phones supports SIP/SIMPLE so text messages can be delivered directly to the phone.

But wait, it gets more interesting, Jabber has an open architecture now embodied in the form of Internet standards such as XMPP (RFC 3920 and RFC 3921), the very standards and code base upon which Google built its GoogleTalk! As a matter of fact, you can reach the author on via Google Talk because PBnJ Solutions' Jabber server is federated with Google's servers.

The question remains then, does this make me an official of the Military Industrial Complex? I think not, but it does mean that PBnJ Solutions is familiar with, and can help you implement, military grade solutions to your business problems. Need a VoIP solution? Call us and we can help get your Asterisk server up and running; IM us and we'll move you off that myriad of adware riddled instant messaging services that turn your firewall into a swiss-cheese to a rock-solid Jabber server. We'll be glad to communicate with you in any way you'd like.

Last Updated ( Tuesday, 26 February 2008 )
 
Feb 19 2008
Grandstream Custom Ringtones
Written by Paul Winkeler   
Tuesday, 19 February 2008
Most of the postings on how to get a Grandstream GXP 2000 to sound a custom ringtone when connected to an Asterisk PBX only get half the story right. This brief article attempts to set the record straight. Three pieces must fall into place:
  • Ringtone sound files
    These files must be called ring1.bin, ring2.bin and ring3.bin respectively and must be downloaded to the phone. This typically entails placing them into the /tftpboot folder on your TFTP server alongside the configuration files for the phones.
  • Phone Parameters
    Phones associate each of the three ringtones with a specific caller-id value. These caller-id values are controlled with parameters P105; P106 and P107 respectively. Pick appropriate caller-id values for each of the ringtones and move to the final step:
  • Asterisk Dial Plan
    In the appropriate place in the Asterisk dialplan then, insert a line as follows:
    exten => s,n,SIPAddHeader(Alert-Info:\;info=Special)
    
    Where "Special" corresponds to the parameter value you chose to associate with the ringtone you want to use for that call.
And that is all there is to it.
Last Updated ( Tuesday, 26 February 2008 )
 
Jan 08 2008
SugarCRM 5.0 Community Edition's Portal Support
Written by Paul Winkeler   
Tuesday, 08 January 2008
With the 4.5 edition of SugarCRM's Community edition it was possible to activate the portal feature in the Administration System Settings panel and subsequently assign contacts their portal names on the Contact editing form. However, with the 5.0 release this ability to edit the portal related attributes of a contact has been removed from the community edition and, to make matters worse, the upgrade process has some logic to explicitly disable portal access for all contacts! Here I provide a few simple SQL statements you can use to restore portal access to contacts who used to have it, and also to add this feature to new contacts.
Last Updated ( Tuesday, 08 January 2008 )
Read more...
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 4 of 7