<?xml version="1.0"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
		<channel><title>[Cerberus Helpdesk - Support Center] Recently Changed Articles</title><link>http://www.cerberusweb.com/support/rss/kb/recent_changes</link><description></description><item><title>How can I change the ticket masks to a different format?</title><description>Ticket masks obscure your internal ticket IDs. This is important because:&lt;br&gt;&lt;ul&gt;&lt;li&gt;Market competitors can measure your helpdesk e-mail volume by sending you e-mail every couple days and plotting how many other messages have been generated.&lt;/li&gt;&lt;li&gt;Your community tools are more secure if your internal IDs aren't provided. It's a lot harder to guess a random mask (with ~1.38 trillion combinations by default) than to simply add or subtract from a known valid ID.&lt;/li&gt;&lt;li&gt;Masks are portable. Ticket masks allow so many combinations to reference a ticket that you
have a fair assurance of uniqueness when you combine multiple helpdesks
into one or perform imports. A good example of this is moving tickets from Cerberus Helpdesk 3.x to 4.0. If you did any evaluation testing in 4.0 then your internal ticket IDs will likely have consumed some IDs that were used by your original data. This means any original tickets that you import will end up with a different internal ID than they used to have. This shouldn't matter unless you're giving that ID to customers as a reference (which by now we hope you understand is a bad idea!).&lt;/li&gt;&lt;/ul&gt;As long as your preferred ticket mask format can guarantee a fair amount of uniqueness on generation, meaning multiple masks can be tried until a unique one is found, then you can change the ticket mask format to anything you like.&lt;br&gt;&lt;br&gt;In the file cerb4/api/Application.class.php, near line 247, you will find:&lt;br&gt;&lt;span style="font-family: Courier New; background-color: rgb(230, 230, 230);"&gt;static function generateTicketMask($pattern = "CCC-CCCCC") {&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;$pattern&lt;/em&gt; is the format of the ticket mask. At this time, the mask cannot exceed 16 characters in length. You can use the following tokens:&lt;br&gt;&lt;br&gt;&lt;strong&gt;L&lt;/strong&gt; - Random letter&lt;br&gt;&lt;strong&gt;N&lt;/strong&gt; - Random number&lt;br&gt;&lt;strong&gt;C&lt;/strong&gt; - Random letter or number&lt;br&gt;&lt;strong&gt;Y&lt;/strong&gt; - Current year (4-digit)&lt;br&gt;&lt;strong&gt;M&lt;/strong&gt; - Current month (01-12)&lt;br&gt;&lt;strong&gt;D&lt;/strong&gt; - Current Day (01-31)&lt;br&gt;&lt;br&gt;It's important to re-state that your ticket mask pattern should have an amount of randomness to it. Your helpdesk may receive a lot of mail in a very short time period, so purely date-driven masks won't be sufficient.&lt;br&gt;&lt;br&gt;There's also another caveat: Make sure your ticket mask doesn't produce an entirely numeric number (i.e., without dashes, etc). The helpdesk can use internal IDs and masks interchangeably on most functionality, so if your mask looks like an ID you will run into trouble.&lt;br&gt;&lt;br&gt;It's possible for support for more pattern tokens to be added, you can make suggestions from the &lt;a href="http://www.wgmdev.com/jira/browse/CHD"&gt;project portal&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Forward-compatibility notice:&lt;/strong&gt; This process may become a configuration setting from the GUI in a future update. It will depend on how often people seek to change the default mask pattern.</description><link>http://www.cerberusweb.com/support/kb/article/15</link><pubDate>Fri, 05 Jun 2009 16:56:49 GMT</pubDate><guid isPermaLink="false">e083d2ab4670911ba142e98122d10b30</guid></item><item><title>How do I add my company logo to the top of the helpdesk?</title><description>To personalize your helpdesk/add your logo:&#xD;
&#xD;
1) Log in to your desk&#xD;
2) Go to Helpdesk Setup&#xD;
3) Under the 'System' tab, there will be an entry for Logo URL:&#xD;
4) Enter in the URL to your desired logo</description><link>http://www.cerberusweb.com/support/kb/article/4</link><pubDate>Mon, 16 Mar 2009 21:37:25 GMT</pubDate><guid isPermaLink="false">06ecb583a98d7b31bd4628354dd98381</guid></item><item><title>How can I increase the memory available to Cerb4 in PHP?</title><description>When you run through our installer it should be enforcing a minimum PHP memory_limit of 16MB.&lt;br /&gt;  
&lt;br /&gt;  
You could increase the memory_limit a number of ways:&lt;br /&gt;  
&lt;br /&gt;  
1) Increase it in php.ini and restart your web server process.&lt;br /&gt;  
&lt;br /&gt;  
2) Add the following line to /cerb4/framework.config.php:&lt;br /&gt;  
ini_set('memory_limit', '16M');&lt;br /&gt;  
&lt;br /&gt;  
3) Add the following line to /cerb4/.htaccess:&lt;br /&gt;  
php_value memory_limit 16M&lt;br /&gt;  
&lt;br /&gt;  
You only need to choose from one of these options.&lt;br /&gt;  
&lt;br /&gt;  
</description><link>http://www.cerberusweb.com/support/kb/article/46</link><pubDate>Fri, 24 Oct 2008 19:12:53 GMT</pubDate><guid isPermaLink="false">3e5bc1e6fa5382ca725c1327c16e15eb</guid></item><item><title>'java.lang.OutOfMemoryError' when running the Migration Tools</title><description>Try increasing the JRE's heap size when running the migration script:&lt;br&gt;&lt;strong&gt;jre/bin/java -Xmx512m -jar Cerb4-ImpEx.jar cerb3.cfg&lt;/strong&gt;&lt;br&gt;&lt;br&gt;If you were in the middle of an export, be sure to clear out the &lt;em&gt;output/&lt;/em&gt; directory before restarting so you don't create duplicate tickets.&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;</description><link>http://www.cerberusweb.com/support/kb/article/31</link><pubDate>Thu, 16 Oct 2008 02:44:04 GMT</pubDate><guid isPermaLink="false">72e0d2c3259230f5e1bf1d8227b2c6b8</guid></item><item><title>How can I migrate only specific tickets from 3.x to 4.0?</title><description>There isn't a simple option for selective importing in the migration tool, but here's an easy workaround:&lt;br&gt;&lt;br&gt; 1. Backup your original database and copy it somewhere safe.&lt;br&gt;&lt;br&gt; 2. Upgrade to 3.6 if you haven't already:&lt;br&gt;&lt;A href="http://www.cerberusweb.com/download/archives" target="_blank"&gt;http://www.cerberusweb.com/download/archives&lt;/A&gt;&lt;br&gt;&lt;br&gt; 3. You can delete any tickets you don't want imported using the GUI.&lt;br&gt;&lt;br&gt;4. To not import any closed tickets, you can Issue the following SQL statement against your 3.6 database:&lt;br&gt;&lt;strong&gt;&lt;span STYLE='font-family: "Courier New"'&gt;UPDATE ticket SET is_deleted = 1 WHERE is_closed = 1;&lt;/span&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt; 5. Follow the normal migration instructions using this new database:&lt;br&gt;&lt;A href="http://wiki.cerb4.com/wiki/ImpEx:Cerb3Export" target="_blank"&gt;http://wiki.cerb4.com/wiki/ImpEx:Cerb3Export&lt;/A&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/39</link><pubDate>Thu, 16 Oct 2008 00:32:22 GMT</pubDate><guid isPermaLink="false">e26a91457e1f3bcef418f1d75f53f0df</guid></item><item><title>Migration out of memory error</title><description>Exception in thread "main" java.lang.OutOfMemoryError: Java heap space&lt;br&gt;&lt;br&gt;&lt;br&gt;Generally this error means that java has ran out of memory during the migration process.  This is usually the result of java getting hung up on a very large file.  Since defaults are usually 128m for java, it may have a hard time and bug out during the migration.  If that happens, simply run the java tool with the following option:&lt;br&gt;&lt;br&gt;&lt;code&gt;-Xmx512m&lt;/code&gt;&lt;br&gt;&lt;br&gt;&lt;code&gt;./jre/bin/java -Xmx256m &lt;/code&gt;-jar Cerb4-ImpEx.jar cerb3.cfg</description><link>http://www.cerberusweb.com/support/kb/article/41</link><pubDate>Thu, 16 Oct 2008 00:31:11 GMT</pubDate><guid isPermaLink="false">9b991688d5fbde0eb1781edfe60df690</guid></item><item><title>Will I lose my Cerb4 configuration if I use the ImpEx migration tools?</title><description>We've considered that people often like to do a bit of evaluation and experimentation before importing their real data.  The ImpEx migration tools imports tickets, KB articles, contact addresses, contact orgs, and workers as separate xml files; one for each record.  We did it this way so things were atomized -- meaning you could play around all you want with Cerb4 and then bring the data in later without overwriting anything.  Because it uses standard xml, that also mean you just have to write exporters from other systems and not importers.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
All imported objects are imported by the scheduler job "Background Importing and Synchronization".  The ImpEx tools allow you to import your tickets into a separate group where you can sort them out later as you see fit.  In this way the import process will not interfere with your Cerb4 configuration.&#xD;
&lt;br&gt;&#xD;
For more details see http://wiki.cerb4.com/wiki/ImpEx:Cerb3Export&#xD;
</description><link>http://www.cerberusweb.com/support/kb/article/18</link><pubDate>Thu, 16 Oct 2008 00:29:48 GMT</pubDate><guid isPermaLink="false">1e1944dd6bfb65fd448fe58ee52fbe46</guid></item><item><title>Ticket lists fail to finish rendering</title><description>Occasionally (two known instances so far), one of the ticket lists will silently fail to completely render when loading a mail tab, but *will* render completely when you click refresh.&lt;br /&gt;  
&lt;br /&gt;  
This turns out to be a memory allocation problem, where Cerberus is running out of memory.  Increase the available memory to solve this issue.</description><link>http://www.cerberusweb.com/support/kb/article/45</link><pubDate>Tue, 19 Aug 2008 20:07:03 GMT</pubDate><guid isPermaLink="false">a7315718c4a4dbae6c45b0a5c32d53b4</guid></item><item><title>KB Import fails with "Input is not proper UTF-8" message</title><description>If your KB import fails as improper UTF-8, it's possible that come of your articles contain invalid, Microsoft-specific, characters.&lt;br /&gt;  
&lt;br /&gt;  
The first line of the warning (you may need to turn on display_errors in your php.ini file) should tell you what line number in the source xml to find the first problem at.  Select that character and do a search and replace on all like characters.  You may have to repeat this process a few times, as there are several common MS characters that will break the import:&lt;br /&gt;  
left double quote (replace with ")&lt;br /&gt;  
right double quote (replace with ")&lt;br /&gt;  
right single quote (replace with ')&lt;br /&gt;  
ellipsis (replace with ...)</description><link>http://www.cerberusweb.com/support/kb/article/44</link><pubDate>Fri, 08 Aug 2008 18:39:06 GMT</pubDate><guid isPermaLink="false">3dc77b736d0fe6ccd321ccca03325308</guid></item><item><title>Where can I find the official documentation?</title><description>The Cerberus Helpdesk 4.0 official documentation can be found here:&lt;br&gt;&lt;a href="http://wiki.cerb4.com/wiki/Main_Page" tabindex="1"&gt;http://wiki.cerb4.com/wiki/Main_Page&lt;/a&gt;&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/12</link><pubDate>Thu, 07 Aug 2008 01:26:15 GMT</pubDate><guid isPermaLink="false">d87e4ae0eb9d00023ac0cac8233a5d98</guid></item><item><title>Ticket Overview counts don't match the number in the list</title><description>If you find yourself in a situation where your Overview page displays counts that just won't seem to match up to the ticket lists (like it *says* there are 4 messages in the Inbox, but none show up when you click on it), you may have an invalid Group Setting.  In Group Setup -&gt; Mail Settings, make sure you have a valid email address in the "Send replies as e-mail:" box.  If you didn't have an email address there (say, you'd switched them), then fix the config, and use the mysql console to update the incorrect tickets in the database:&lt;br /&gt;  
&lt;br /&gt;  
update ticket set first_wrote_address_id=[id of group reply address] where first_wrote_address_id=0 or last_wrote_address_id=0 and team_id=[id of group];&lt;br /&gt;  
update ticket set last_wrote_address_id=[id of group reply address] where first_wrote_address_id=0 or last_wrote_address_id=0 and team_id=[id of group];</description><link>http://www.cerberusweb.com/support/kb/article/43</link><pubDate>Tue, 22 Jul 2008 00:14:45 GMT</pubDate><guid isPermaLink="false">f97d15b754f0ab3666c2965460d2ba83</guid></item><item><title>Parse process creating multiple copies of tickets</title><description>There's been a report that the Coldfusion Scheduler was doing something to the parse process that was resulting in incoming messages generating multiple identical tickets. ( http://www.cerb4.com/forums/showthread.php?p=5699 )  Use of a different cron initiator solved the problem.</description><link>http://www.cerberusweb.com/support/kb/article/42</link><pubDate>Mon, 23 Jun 2008 22:25:47 GMT</pubDate><guid isPermaLink="false">0b624577eaa42a4361bf6fa2f8e2ea56</guid></item><item><title>How do I make my ticket lists auto-refresh every couple minutes?</title><description>Our development philosophy in Cerberus Helpdesk 4.0 is to keep the application cleaner, simpler and more intuitive by not implementing various tangential preferences when good alternatives already exist.&lt;br&gt;&lt;br&gt;The best way to automatically refresh a web page at a specific interval is by using a browser plug-in.&lt;br&gt;&lt;br&gt;Here's a good one for Firefox:&lt;br&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/115" tabindex="1"&gt;https://addons.mozilla.org/en-US/firefox/addon/115&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/19</link><pubDate>Wed, 23 Apr 2008 06:04:40 GMT</pubDate><guid isPermaLink="false">586bc8de3f6f6e4484ba6ba08752c1a2</guid></item><item><title>Does Cerberus Workstation exist in 4.0?</title><description>At the moment the Workstation concept isn't being translated to 4.0.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
The major purpose of Workstation was to give us a place where we could&#xD;
try alternate interfaces and concepts without drastically changing Cerb&#xD;
3.x.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
With Cerb 4.0 we were able to give 9 months of thought to cleaning up all our concepts in the &lt;u&gt;main&lt;/u&gt; interface, which deprecated the primary purpose of Workstation.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
That's not to say we'll never have another alternative desktop&#xD;
interface for 4.x -- but it would have been a big time-waster&#xD;
developing it in tandem with the 4.0 web interface which was&#xD;
conceptually changing and improving very rapidly. The more dependencies&#xD;
we build in, the earlier, the fewer massive improvements/innovations we&#xD;
can make.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
Workstation in 4.0 will really depend on customer demand more than anything.&lt;br&gt;&#xD;
&lt;br&gt;We start by asking what the 4.x interface doesn't do well enough that&#xD;
leaves the door open for Workstation still? That kind of feedback is&#xD;
very helpful.</description><link>http://www.cerberusweb.com/support/kb/article/20</link><pubDate>Wed, 23 Apr 2008 06:04:20 GMT</pubDate><guid isPermaLink="false">57ef51e840a7cec12f02b6057602415f</guid></item><item><title>Help!  My ticket masks are spelling suggestive/offensive words!</title><description>We haven't explicitly defined any "bad words" in the mask generation.  Some humorous things have come up over the years.  Really, anybody with an imagination is going to be able to interpret something the wrong way.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
If anybody is that worried about ticket masks, we've made it really easy to modify&#xD;
the available letters for mask generation.  The easiest thing to do&#xD;
about it would be eliminating vowels.&lt;br&gt;&#xD;
&lt;br&gt;&#xD;
That reduces the standard mask pattern from 1.38 trillion combinations to 926 billion -- but hey, you'll live.&lt;br&gt;&lt;br&gt;In the file &lt;em&gt;/cerb4/api/Application.class.php&lt;/em&gt;, around line 472, change:&lt;br&gt;&lt;span style="font-family: Courier New; background-color: rgb(230, 230, 230);"&gt;$letters = "ABCDEFGHIJKLMNPQRSTUVWXYZ";&lt;/span&gt;&lt;br&gt;&lt;br&gt;to:&lt;br&gt;&lt;span style="font-family: Courier New; background-color: rgb(230, 230, 230);"&gt;$letters = "BCDFGHJKLMNPQRSTVWXYZ";&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;Keywords:&lt;/strong&gt; profanity, vulgar, swear, curse, rainbows, butterflies, gumdrops&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/16</link><pubDate>Wed, 23 Apr 2008 06:03:41 GMT</pubDate><guid isPermaLink="false">3818d6d9a1f38a116451dee816605c60</guid></item><item><title>After updating, I see "Parse error: syntax error, unexpected T_SL in ... framework.config.php"</title><description>If you see the following error after you update from Subversion it usually means you had a conflict:&lt;br&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span class="q"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: rgb(247, 221, 233);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Parse error: syntax error, unexpected T_SL in ... framework.config.php&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Conflicts are a situation where both your local copy of a file and the official version of the same file have changes on the same lines.&lt;br&gt;&lt;br&gt;The best way to resolve a conflict is to edit the affected file and manually merge the changes.  Generally this involves choosing the changes to keep, which requires an understanding of the code.&lt;br&gt;&lt;br&gt;A quick way to resolve a conflict, assuming you don't want to keep your local changes, is to revert the file.  You can do this by issuing the following command:&lt;br&gt;&lt;span style="font-family: Courier New; background-color: rgb(230, 230, 230);"&gt;svn revert framework.config.php&lt;/span&gt;&lt;br&gt;&lt;br&gt;This will remove any local changes.  It's important to note when doing this to your &lt;em&gt;framework.config.php&lt;/em&gt; file that means it will remove your configuration settings.  Be sure to make a copy of the file before reverting so you can replace your database connection info.&lt;br&gt;&lt;br&gt;Once you've resolved the conflict you need to tell Subversion with:&lt;br&gt;&lt;span style="font-family: Courier New; background-color: rgb(230, 230, 230);"&gt;svn resolved framework.config.php&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/14</link><pubDate>Wed, 23 Apr 2008 06:03:30 GMT</pubDate><guid isPermaLink="false">8fa22afe08d6bc6adf9e5a472a0666cd</guid></item><item><title>Is my helpdesk restricted to a specific domain or URL?</title><description>Our licensing is very liberal.  Cerberus Helpdesk 4.0 is licensed to your company and is not tied to a specific server, piece of hardware or domain name.&lt;br&gt;&lt;br&gt;You may install the helpdesk on as many domains and servers as you desire as long as its for the use of the licensed company.&lt;br&gt;&lt;br&gt;That means if your company supports 5 products, you can install multiple helpdesk copies.  But you cannot install multiple copies for use by other companies (such as unauthorized reselling).&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/8</link><pubDate>Wed, 23 Apr 2008 06:03:15 GMT</pubDate><guid isPermaLink="false">6f982b9ef223505a33297bbf72d69291</guid></item><item><title>Can I become a Cerberus Helpdesk reseller?</title><description>Yes!  We offer generous discounts to companies with built-in communities who feel they can add value by reselling Cerberus Helpdesk to their users.&lt;br&gt;&lt;br&gt;To see if you qualify please contact sales by e-mailing sales@webgroupmedia.com or calling 714-671-9090 (USA).&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/9</link><pubDate>Wed, 23 Apr 2008 06:02:49 GMT</pubDate><guid isPermaLink="false">492e8c38d86162ec6408a6d19dfd4eed</guid></item><item><title>How do I cancel my hosted helpdesk service?</title><description>You may cancel your hosted helpdesk service at any time by contacting support at support@webgroupmedia.com or by calling 714-671-9090 (USA).&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/11</link><pubDate>Wed, 23 Apr 2008 06:02:41 GMT</pubDate><guid isPermaLink="false">2bd0fcc521d974cadce92b7e25759276</guid></item><item><title>If I have you host my helpdesk is there a contract?</title><description>Our helpdesk hosting packages are all on a month-to-month basis.  There is no minimum commitment and you can cancel service at any time.&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/10</link><pubDate>Wed, 23 Apr 2008 06:02:30 GMT</pubDate><guid isPermaLink="false">ed89030f5dad2c60167dffdcbff0bd8a</guid></item><item><title>How long does it take to receive my license after I purchase?</title><description>We manually verify new orders to avoid having to price either rampant chargebacks or fraudulent orders into our pricing.  We process new orders Monday through Friday, between 9AM and 6PM Pacific Time.  You can expect your license to be sent out within 2 hours of receipt during these hours.&lt;br&gt;&lt;br&gt;It's not uncommon for new licenses to also be sent out on weekends or holidays since our helpdesk staff is always monitoring support loads, but it's not recommended to build that assumption into your schedule.&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/7</link><pubDate>Wed, 23 Apr 2008 06:02:08 GMT</pubDate><guid isPermaLink="false">1460e2efb7a83a916023a6116d001291</guid></item><item><title>Do my customers need to create an account to send in new tickets?</title><description>Using Cerberus Helpdesk 4.0 your customers don't need to create a special account to send you e-mail.  They can send you e-mail directly (to sales@yourcompany.com, for example) or they can use a contact form you've created with our Contact Form Builder tool.&lt;br&gt;&lt;br&gt;If you're worried about spam, the Contact Form Builder will not expose your e-mail address and you have the option of enabling a &lt;a target="_blank" href="http://www.wikipedia.org/wiki/CAPTCHA" tabindex="1"&gt;CAPTCHA&lt;/a&gt; (having users type a few letters from an image) to help reduce automated abuse of the form.&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/6</link><pubDate>Wed, 23 Apr 2008 06:01:54 GMT</pubDate><guid isPermaLink="false">9858135420346a846e583f9a79030164</guid></item><item><title>I need an invoice for my purchasing department to generate a purchase order</title><description>Contact sales by e-mailing sales@webgroupmedia.com or calling 714-671-9090 (USA) to have an invoice generated.&lt;br&gt;&lt;br&gt;Be sure to let us know what products and services you are interested in.  This is best accomplished by going through our online ordering system until the final payment step, then copying/transcribing/printing the selected options.&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/5</link><pubDate>Wed, 23 Apr 2008 06:01:43 GMT</pubDate><guid isPermaLink="false">f93899b4199c2b6fb55fd4f0a27ca496</guid></item><item><title>What's your phone number?</title><description>For sales and Corporate Support we can be reached at 714-671-9090 (USA).&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/3</link><pubDate>Wed, 23 Apr 2008 06:00:02 GMT</pubDate><guid isPermaLink="false">23f74b8d2ff5f93114fb4f08edf22870</guid></item><item><title>Where is the SLA functionality?</title><description>New Service Level Agreement (SLA) functionality is being discussed in the forums:&lt;br&gt;&lt;a href="http://www.cerb4.com/forums/showthread.php?t=13" tabindex="1"&gt;http://www.cerb4.com/forums/showthread.php?t=13&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;Keywords:&lt;/strong&gt; service level agreements, response times, priority support&lt;br&gt;</description><link>http://www.cerberusweb.com/support/kb/article/23</link><pubDate>Wed, 23 Apr 2008 05:59:32 GMT</pubDate><guid isPermaLink="false">4558c8ec04a30816c55e974287ecc823</guid></item></channel></rss>
