By morten.rokosz on Tue, 28 Jul 2009 21:43:20 GMT
|
By Martin on 17.07.2009 16:59
No funny things this time, but something for everybody who knows C++. Somebody (not me) changed this line
if (str.find(‘x’)==0)
to
if (str.find(‘x’)>=0)
This is not made up, but a real code change, a little bit simplified. The intention is to find ‘x' everywhere in the string, not only at the first position. str is a std::string. Why does this change not work as expected?
... Read More » |
By mirjam.baumberger on 16/07/2009 11:54 p.m.
Dear Swyx Users
SwyxWare offers freedom of choice when it comes to devices. Depending on functionality needed, one can connect a low cost USB device, a simple SIP phone or a high end conferencing unit to the system. A diverse range of devices is supported. Today we can add one more to the list. Jabra launches its new BT530 bluetooth headset which support dual mode.
... Read More » |
By mirjam.baumberger on 10/07/2009 12:00 a.m.
Dear Swyx Users
Many business professionals today received their e-mail also on their smart phones and consequently this includes Swyx Voicemail messages.... Read More » |
By mirjam.baumberger on 2/07/2009 11:00 p.m.
Dear Swyx Users
Did you know that with a single mouse click one can open an application or website directly from SwyxIt!?
Shortcuts are used to create links to frequently used programs and web pages. This allows you to call an online phone book or open a word document with just one click.
On the “Standard Skin”, only the Swyx logo is defined as a shortcut button. But one can easy can configure additional shortcut buttons with the Skin Editor. In the sample below you can see the Yellow-Page logo and three additional buttons on the top right corner.
... Read More » |
By morten.rokosz on Wed, 01 Jul 2009 08:37:27 GMT
Maybe construction is not one of the skills your friends associate you with. But I am pretty sure you could have done better than this! Read More » |