<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>InGenius Software Blog</title>
	<atom:link href="http://blog.ingenius.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ingenius.com</link>
	<description>The Leader in CRM-VOIP Integrations</description>
	<lastBuildDate>Fri, 01 Jun 2012 15:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.ingenius.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>InGenius Software Blog</title>
		<link>http://blog.ingenius.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.ingenius.com/osd.xml" title="InGenius Software Blog" />
	<atom:link rel='hub' href='http://blog.ingenius.com/?pushpress=hub'/>
		<item>
		<title>Salesforce Call Center tips: Display Call Duration in Minutes</title>
		<link>http://blog.ingenius.com/2012/05/18/salesforce-call-center-tips-display-call-duration-in-minutes/</link>
		<comments>http://blog.ingenius.com/2012/05/18/salesforce-call-center-tips-display-call-duration-in-minutes/#comments</comments>
		<pubDate>Fri, 18 May 2012 19:47:10 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[call duration]]></category>
		<category><![CDATA[CTI]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[InGenius Connector]]></category>
		<category><![CDATA[salesforce]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=819</guid>
		<description><![CDATA[In this post we showed you how to add Call Duration to a Salesforce Activity page.  Unfortunately, the only existing field available for you to add and display on your Activity page gives you call duration in seconds.  That might work just fine for you and your organization, but some of our users wanted to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=819&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Salesforce Call Center Tips: Add Call Duration to your Activity Page" href="http://blog.ingenius.com/2012/04/23/salesforce-call-center-tips-add-call-duration-to-your-activity-page/">In this post</a> we showed you how to add Call Duration to a Salesforce Activity page.  Unfortunately, the only existing field available for you to add and display on your Activity page gives you call duration in seconds.  That might work just fine for you and your organization, but some of our users wanted to display call duration in minutes.  Here&#8217;s how to do it.</p>
<p>As the Salesforce Administrator, navigate to <strong>Setup</strong>-&gt; <strong>Customize-&gt; Activities -&gt; Add Custom Fields.</strong></p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/create_custom_activity_field.png"><img class="aligncenter size-full wp-image-820" title="Create_custom_activity_field" src="http://ingenius.files.wordpress.com/2012/05/create_custom_activity_field.png?w=519" alt=""   /></a></p>
<p>Select <strong>New:</strong></p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/custom_activity_field_creation.png"><img class="aligncenter size-full wp-image-821" title="Custom_activity_field_creation" src="http://ingenius.files.wordpress.com/2012/05/custom_activity_field_creation.png?w=519&h=250" alt="" width="519" height="250" /></a></p>
<p>Select <strong>Formula </strong>for your data type and then click <strong>Next:</strong></p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/new_custom_field_formulaandnext.png"><img class="aligncenter size-full wp-image-822" title="New_Custom_Field_FormulaandNext" src="http://ingenius.files.wordpress.com/2012/05/new_custom_field_formulaandnext.png?w=519&h=264" alt="" width="519" height="264" /></a></p>
<p>Enter in the name you would like to give the field (Sarah used &#8220;Call Duration(Min)&#8221; here.  Then select <strong>Text </strong>and then <strong>Next:</strong></p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/call_duration_in_minutes_001.png"><img class="aligncenter size-full wp-image-823" title="Call_duration_in_minutes_001" src="http://ingenius.files.wordpress.com/2012/05/call_duration_in_minutes_001.png?w=519&h=329" alt="" width="519" height="329" /></a></p>
<p>Click <strong>Advanced Formula </strong>and then copy and paste the text below this image into the highlighted space shown below.  Once you&#8217;ve pasted it, click <strong>Next</strong>:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/formula_page_for_call_duration_min_rule.png"><img class="aligncenter size-full wp-image-824" title="Formula_page_for_Call_Duration_Min_rule" src="http://ingenius.files.wordpress.com/2012/05/formula_page_for_call_duration_min_rule.png?w=519&h=243" alt="" width="519" height="243" /></a></p>
<p><del><strong>IF((MOD((CallDurationInSeconds )/60,1)*60) &gt; 10,</strong><strong><br />
TEXT(FLOOR( (CallDurationInSeconds )/60)) + &#8220;:&#8221; + TEXT( FLOOR(MOD((CallDurationInSeconds )/60,1)*60) ),<br />
TEXT(FLOOR( (CallDurationInSeconds )/60)) + &#8220;:0&#8243; + TEXT( FLOOR(MOD((CallDurationInSeconds )/60,1)*60) )<br />
)</strong></del></p>
<p><span style="color:#0000ff;">IF((MOD(CallDurationInSeconds/60,1)*60) &gt; 10,</span></p>
<div id=":3g3"><span style="color:#0000ff;">TEXT(FLOOR(</span><span style="color:#0000ff;">CallDurationInSeconds/60)) + &#8220;:&#8221; + TEXT(FLOOR(MOD(</span><span style="color:#0000ff;">CallDurationInSeconds/60,1)*</span><span style="color:#0000ff;">60) ),</span><br />
<span style="color:#0000ff;">TEXT(FLOOR(</span><span style="color:#0000ff;">CallDurationInSeconds/60)) + &#8220;:0&#8243; + TEXT(FLOOR(MOD(</span><span style="color:#0000ff;">CallDurationInSeconds/60,1)*</span><span style="color:#0000ff;">60) ))</span></div>
<p>Select the profiles you wish to be able to see this field.  Finally, click <strong>Save.</strong></p>
<p>Navigate to a task and you should now see &#8220;Call Duration (Min)&#8221; displayed on that task page.  Cool!</p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/task_page_display_call_duration.png"><img class="aligncenter size-full wp-image-827" title="Task_Page_display_Call_Duration" src="http://ingenius.files.wordpress.com/2012/05/task_page_display_call_duration.png?w=519&h=227" alt="" width="519" height="227" /></a></p>
<p>In the image above, you can now see that we&#8217;ve got two Call Duration Fields;  one displays duration in <em><strong>seconds</strong></em> (we showed you how to display in <a title="Salesforce Call Center Tips: Add Call Duration to your Activity Page" href="http://blog.ingenius.com/2012/04/23/salesforce-call-center-tips-add-call-duration-to-your-activity-page/">this post</a>) and one outlined in red that displays call duration in <em><strong>minutes</strong></em> (this is the custom field we just created).</p>
<p>If you&#8217;d also like to see this field on your Contacts&#8217; Activity History page, then you&#8217;ll need to customize the Contact Page Layout.  Stay tuned for more!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/819/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/819/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/819/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=819&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/05/18/salesforce-call-center-tips-display-call-duration-in-minutes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/create_custom_activity_field.png" medium="image">
			<media:title type="html">Create_custom_activity_field</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/custom_activity_field_creation.png" medium="image">
			<media:title type="html">Custom_activity_field_creation</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/new_custom_field_formulaandnext.png" medium="image">
			<media:title type="html">New_Custom_Field_FormulaandNext</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/call_duration_in_minutes_001.png" medium="image">
			<media:title type="html">Call_duration_in_minutes_001</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/formula_page_for_call_duration_min_rule.png" medium="image">
			<media:title type="html">Formula_page_for_Call_Duration_Min_rule</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/task_page_display_call_duration.png" medium="image">
			<media:title type="html">Task_Page_display_Call_Duration</media:title>
		</media:content>
	</item>
		<item>
		<title>InGenius Software Webinar Series</title>
		<link>http://blog.ingenius.com/2012/05/10/ingenius-software-webinar-series/</link>
		<comments>http://blog.ingenius.com/2012/05/10/ingenius-software-webinar-series/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:27:17 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[CTI]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[salesorce]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=804</guid>
		<description><![CDATA[We will be starting our InGenius Connector CRM Webinar series this week on Friday May 11  at 11am EST!  Anyone who wants to see our software in action can sign up here: http://go.ingenius.com/webinars. The first webinar will show you InGenius Connector for Salesforce.  Our Product Marketing Specialist and Salesforce wiz, Sarah, will show you how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=804&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We will be starting our <a href="http://go.ingenius.com/webinars">InGenius Connector CRM Webinar series</a> this week on <strong>Friday May 11  at 11am EST</strong>!  Anyone who wants to see our software in action can <a title="InGenius Connector Webinars" href="http://go.ingenius.com/webinars">sign up</a> here: <a href="http://go.ingenius.com/webinars" target="_blank">http://go.ingenius.com/webinars</a>.</p>
<p>The first webinar will show you <a title="InGenius Connector for Salesforce" href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce.asp">InGenius Connector for Salesforce</a>.  Our Product Marketing Specialist and Salesforce wiz, Sarah, will show you how the application makes the job of sales agents and managers easier.</p>
<p>Check back in to our <a href="http://go.ingenius.com/webinars">InGenius Connector CRM Webinar series</a> regularly!</p>
<p><a href="http://ingenius.files.wordpress.com/2012/05/webinar2.png"><img class="aligncenter size-full wp-image-810" title="Webinar" src="http://ingenius.files.wordpress.com/2012/05/webinar2.png?w=519&h=131" alt="" width="519" height="131" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/804/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/804/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=804&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/05/10/ingenius-software-webinar-series/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/05/webinar2.png" medium="image">
			<media:title type="html">Webinar</media:title>
		</media:content>
	</item>
		<item>
		<title>InGenius Connector for Salesforce Call Center CTI and Cisco &#8211; in Firefox and Chrome!</title>
		<link>http://blog.ingenius.com/2012/04/27/ingenius-connector-for-salesforce-call-center-cti-and-cisco-in-firefox-and-chrome/</link>
		<comments>http://blog.ingenius.com/2012/04/27/ingenius-connector-for-salesforce-call-center-cti-and-cisco-in-firefox-and-chrome/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 15:18:21 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[InGenius Connector]]></category>
		<category><![CDATA[multibrowser]]></category>
		<category><![CDATA[salesforce]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=789</guid>
		<description><![CDATA[We&#8217;ve released support for our InGenius Connector Salesforce plugin on Cisco platforms, and we couldn&#8217;t be more pleased about it!  This solution is exciting for two reasons, 1) It supports Cisco Call Manager and, 2) It makes use of Salesforce call center version 4. What does that mean?  The InGenius Connector for Salesforce and Cisco works [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=789&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve released support for our <a href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce_cisco.asp">InGenius Connector Salesforce plugin on Cisco platforms</a>, and we couldn&#8217;t be more pleased about it!  This solution is exciting for two reasons,</p>
<p style="padding-left:30px;">1) It supports Cisco Call Manager and,</p>
<p style="padding-left:30px;">2) It makes use of Salesforce call center version 4.</p>
<p>What does that mean?  The InGenius Connector for Salesforce and Cisco works in <strong>Firefox</strong> and<strong> Chrome </strong>in addition to <strong>Internet Explorer</strong>!</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/firefox_and_chrome.png"><img class="aligncenter size-full wp-image-795" title="Firefox_and_Chrome" src="http://ingenius.files.wordpress.com/2012/04/firefox_and_chrome.png?w=519&h=671" alt="" width="519" height="671" /></a></p>
<p>We know how happy this will make all you Firefox and Chrome users, and we want to let you know that multi-browser support for <a href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce.asp">InGenius Connector and Salesforce</a> on our other platforms (such as <a href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce.asp">Broadsoft, Mitel, Polycom, Aastra, Asterisk and softphone</a>) is also coming very soon.</p>
<p>To try out<a title="InGenius Connector for Salesforce and Cisco Call Manager" href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce_cisco.asphttp://"> InGenius Connector for Salesforce and Cisco Call Manager</a>, visit our <a href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce_cisco.asp">website</a> and download a <a title="InGenius Connector for Salesforce and Cisco free trial" href="http://www.ingeniussoftware.com/ingenius/CRM/download.asp?product=icciscosalesforce&amp;platform_crm=Salesforce&amp;platform_telephony=Cisco">free trial</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/789/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=789&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/04/27/ingenius-connector-for-salesforce-call-center-cti-and-cisco-in-firefox-and-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/firefox_and_chrome.png" medium="image">
			<media:title type="html">Firefox_and_Chrome</media:title>
		</media:content>
	</item>
		<item>
		<title>Receive desktop notifications for voicemail with InGenius Connector Softphone</title>
		<link>http://blog.ingenius.com/2012/04/26/receive-desktop-notifications-for-voicemail-with-ingenius-connector-softphone/</link>
		<comments>http://blog.ingenius.com/2012/04/26/receive-desktop-notifications-for-voicemail-with-ingenius-connector-softphone/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 17:52:49 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[InGenius]]></category>
		<category><![CDATA[softphone]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[telephony]]></category>
		<category><![CDATA[InGenius Connector]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[voicemail]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=771</guid>
		<description><![CDATA[To make sure that you always see your softphone voicemail notifications, navigate to the Advanced settings in your softphone profile: Click on the General Settings tab in the Advanced Softphone Configuration Window: Once you fill in the required information, you&#8217;ll be able to access your voicemails from the desktop!  Sometimes Windows hides these notifications in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=771&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To make sure that you always see your softphone voicemail notifications, navigate to the <strong>Advanced </strong>settings in your softphone profile:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/advanced_softphone_settings.png"><img class="aligncenter size-full wp-image-772" title="Advanced_softphone_settings" src="http://ingenius.files.wordpress.com/2012/04/advanced_softphone_settings.png?w=519&h=466" alt="" width="519" height="466" /></a></p>
<p>Click on the <strong>General Settings </strong>tab in the Advanced Softphone Configuration Window:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/turn_on_voicemail_notifications.png"><img class="aligncenter size-full wp-image-773" title="Turn_on_voicemail_notifications" src="http://ingenius.files.wordpress.com/2012/04/turn_on_voicemail_notifications.png?w=519" alt=""   /></a></p>
<p>Once you fill in the required information, you&#8217;ll be able to access your voicemails from the desktop!  Sometimes Windows hides these notifications in the systray.  To make sure that you always see your InGenius Connector notifications, you can do the following:</p>
<p>Click on the little upward facing arrow in the Windows system tray and select <strong>Customize&#8230;</strong></p>
<p><strong></strong><a href="http://ingenius.files.wordpress.com/2012/04/to_always_see_notifications.png"><img class="aligncenter size-full wp-image-774" title="To_always_see_notifications" src="http://ingenius.files.wordpress.com/2012/04/to_always_see_notifications.png?w=519&h=435" alt="" width="519" height="435" /></a></p>
<p>From here you can select which icons you want to always see in the systray.  If you &#8216;show icon and notifications&#8217; for InGenius Connector, you will always see whether or not you have voicemails waiting for you:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/voicemail_notification_alert2.png"><img class="aligncenter size-full wp-image-778" title="Voicemail_Notification_Alert" src="http://ingenius.files.wordpress.com/2012/04/voicemail_notification_alert2.png?w=519&h=347" alt="" width="519" height="347" /></a></p>
<p>Let us know if this was helpful, or if you have other questions!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=771&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/04/26/receive-desktop-notifications-for-voicemail-with-ingenius-connector-softphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/advanced_softphone_settings.png" medium="image">
			<media:title type="html">Advanced_softphone_settings</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/turn_on_voicemail_notifications.png" medium="image">
			<media:title type="html">Turn_on_voicemail_notifications</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/to_always_see_notifications.png" medium="image">
			<media:title type="html">To_always_see_notifications</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/voicemail_notification_alert2.png" medium="image">
			<media:title type="html">Voicemail_Notification_Alert</media:title>
		</media:content>
	</item>
		<item>
		<title>Salesforce Call Center Tips: Add Call Duration to your Activity Page</title>
		<link>http://blog.ingenius.com/2012/04/23/salesforce-call-center-tips-add-call-duration-to-your-activity-page/</link>
		<comments>http://blog.ingenius.com/2012/04/23/salesforce-call-center-tips-add-call-duration-to-your-activity-page/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 17:48:02 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[CTI]]></category>
		<category><![CDATA[salesforce]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=755</guid>
		<description><![CDATA[One of our users asked how to add the call duration field onto their activities page.  We thought it could be helpful for others too. To add the call duration field onto your Activities pages, you&#8217;ll need to log into Salesforce as a Salesforce Administrator. Navigate to YourName-&#62; Setup-&#62; Customize-&#62; Activities. Select Task Page Layouts and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=755&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of our users asked how to add the call duration field onto their activities page.  We thought it could be helpful for others too.</p>
<p>To add the call duration field onto your Activities pages, you&#8217;ll need to log into Salesforce as a Salesforce Administrator.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/activity_customization.png"><img class="aligncenter size-full wp-image-756" title="Activity customization" src="http://ingenius.files.wordpress.com/2012/04/activity_customization.png?w=519&h=406" alt="" width="519" height="406" /></a></p>
<p>Navigate to <strong>YourName-&gt; Setup-&gt; Customize-&gt;</strong> <strong>Activities</strong>.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/adding_the_call_duration_field_to_your_task_page.png"><img class="aligncenter size-full wp-image-757" title="Adding_the_Call_Duration_Field_to_your_Task_Page" src="http://ingenius.files.wordpress.com/2012/04/adding_the_call_duration_field_to_your_task_page.png?w=519&h=366" alt="" width="519" height="366" /></a></p>
<p>Select <strong>Task Page Layouts </strong>and then look for &#8220;Call Duration&#8221; at the top of the Task Page Layouts screen.  You can then drag &#8220;Call Duration&#8221; down to an open spot on the Task Page, and shuffle things around until you get a layout you like.  Make sure you press <strong>Save </strong>at the top of the &#8220;Console Interation&#8221; space.</p>
<p>Navigate to a lead or contact page where you already have call activities, or create a new call activity by making a test call.  Open up the Task page, and look to find your &#8220;Call Duration&#8221; field</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/call_duration_on_the_task_page.png"><img class="aligncenter size-full wp-image-759" title="Call_duration_on_the_Task_Page" src="http://ingenius.files.wordpress.com/2012/04/call_duration_on_the_task_page.png?w=519&h=320" alt="" width="519" height="320" /></a></p>
<p>You should now see a Call Duration field on your Task page!  The Call Duration will be populated by seconds.</p>
<p>You can use these steps to add any available fields onto to the Task page.  To check what fields you have available, navigate to <strong>YourName-&gt; Setup</strong>-&gt;<strong> Customize -&gt; Activities-&gt; Task Field</strong>.<a href="http://ingenius.files.wordpress.com/2012/04/available_task_fields1.png"><img class="aligncenter size-full wp-image-761" title="Available_Task_Fields" src="http://ingenius.files.wordpress.com/2012/04/available_task_fields1.png?w=519&h=344" alt="" width="519" height="344" /></a> You can add any of these fields into your Task page.  If there are additional fields you need on your Task page, check out how to create Customized Fields in <a href="salesforce.com/">Salesforce.com</a></p>
<p>Have a good Monday everyone!<a href="salesforce.com/"><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/755/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=755&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/04/23/salesforce-call-center-tips-add-call-duration-to-your-activity-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/activity_customization.png" medium="image">
			<media:title type="html">Activity customization</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/adding_the_call_duration_field_to_your_task_page.png" medium="image">
			<media:title type="html">Adding_the_Call_Duration_Field_to_your_Task_Page</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/call_duration_on_the_task_page.png" medium="image">
			<media:title type="html">Call_duration_on_the_Task_Page</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/available_task_fields1.png" medium="image">
			<media:title type="html">Available_Task_Fields</media:title>
		</media:content>
	</item>
		<item>
		<title>Salesforce Call Center Tips: Manage your screen pops</title>
		<link>http://blog.ingenius.com/2012/04/16/salesforce-call-center-tips-manage-your-screen-pops/</link>
		<comments>http://blog.ingenius.com/2012/04/16/salesforce-call-center-tips-manage-your-screen-pops/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 20:09:49 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[screen pop]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=745</guid>
		<description><![CDATA[If you&#8217;re using our InGenius Connector for Salesforce, you are familiar with &#8220;screen pops&#8221; &#8211; the automatic navigation to the lead or contact who is calling in.  This can be really helpful, but you may not always want incoming calls to pop to a different Salesforce screen -  or &#8211; you might just want the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=745&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using our <a title="InGenius Connector for Salesforce" href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce.asphttp://">InGenius Connector for Salesforce</a>, you are familiar with &#8220;screen pops&#8221; &#8211; the automatic navigation to the lead or contact who is calling in.  This can be really helpful, but you may not always want incoming calls to pop to a different Salesforce screen -  or &#8211; you might just want the pop to open in a new window or tab.  This post will show you where to make changes to your Salesforce screen pop settings.</p>
<p>As usual, when you want to make changes to the Salesforce call center, you must log in as the Salesforce Administrator, or have your Salesforce Administrator make these changes for you.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/access_the_call_center.png"><img class="aligncenter size-full wp-image-746" title="Access_the_call_center" src="http://ingenius.files.wordpress.com/2012/04/access_the_call_center.png?w=519&h=445" alt="" width="519" height="445" /></a>Navigate to <strong>Setup-&gt; Customize -&gt; Call Center.  </strong></p>
<p>Usually, we go into the <strong>Call Centers</strong> tab shown above.  This time we&#8217;ll click on the <strong>Softphone Layout </strong>option</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/softphone_layout.png"><img class="aligncenter size-full wp-image-747" title="Softphone_layout" src="http://ingenius.files.wordpress.com/2012/04/softphone_layout.png?w=519&h=423" alt="" width="519" height="423" /></a>Select <strong>Softphone Layouts, </strong>and then click through the &#8220;Introducing Salesforce CRM Call Centers&#8221; splash page if it appears.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/softphone_layoutpage.png"><img class="aligncenter size-full wp-image-749" title="Softphone_layoutpage" src="http://ingenius.files.wordpress.com/2012/04/softphone_layoutpage.png?w=519&h=168" alt="" width="519" height="168" /></a></p>
<p>On the SoftPhone Layouts page, click on <strong>Edit </strong>next to the Standard SoftPhone Layout option, or whichever Softphone Layout is selected as &#8220;Default&#8221;.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/softphone_layout_editing.png"><img class="aligncenter size-full wp-image-748" title="Softphone_layout_editing" src="http://ingenius.files.wordpress.com/2012/04/softphone_layout_editing.png?w=519&h=467" alt="" width="519" height="467" /></a></p>
<p>Scroll to the bottom of the page below the heading &#8220;CTI 2.0 or Higher Settings.&#8221;   This is where you can make changes to the screen pop settings.  Click on <strong>Edit</strong> next to any of the settings to see your options, and test out some different configurations to see which works best for you!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/745/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=745&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/04/16/salesforce-call-center-tips-manage-your-screen-pops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/access_the_call_center.png" medium="image">
			<media:title type="html">Access_the_call_center</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/softphone_layout.png" medium="image">
			<media:title type="html">Softphone_layout</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/softphone_layoutpage.png" medium="image">
			<media:title type="html">Softphone_layoutpage</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/softphone_layout_editing.png" medium="image">
			<media:title type="html">Softphone_layout_editing</media:title>
		</media:content>
	</item>
		<item>
		<title>From the support desk: Adding licenses and profiles</title>
		<link>http://blog.ingenius.com/2012/04/03/from-the-support-desk-adding-licenses-and-profiles/</link>
		<comments>http://blog.ingenius.com/2012/04/03/from-the-support-desk-adding-licenses-and-profiles/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 19:11:21 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[InGenius Connector]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[registration]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=726</guid>
		<description><![CDATA[Maybe your trial license has expired, maybe you are adding a softphone profile, or maybe you&#8217;ve decided to add a new CRM integration.  Whatever the case, we get lots of questions about what do when when you&#8217;ve got a licensing issue.  This post will help you out. To add a new license: Once you&#8217;ve received [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=726&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maybe your trial license has expired, maybe you are adding a softphone profile, or maybe you&#8217;ve decided to add a new CRM integration.  Whatever the case, we get lots of questions about what do when when you&#8217;ve got a licensing issue.  This post will help you out.</p>
<p style="text-align:center;"><strong>To add a new license:</strong></p>
<p>Once you&#8217;ve received your license from InGenius Software by purchasing through our <a title="InGenius Store" href="http://store.ingeniussoftware.com/">store</a>, requesting a free trial, or writing in, you just plug it into the following spot:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/enter_a_license_key1.png"><img class="aligncenter size-full wp-image-728" title="Enter a license key1" src="http://ingenius.files.wordpress.com/2012/04/enter_a_license_key1.png?w=519&h=481" alt="" width="519" height="481" /></a></p>
<p>It is a good idea to restart the application at this point.  If you&#8217;ve entered in a license for a <a title="InGenius Connector CRM integrations" href="http://www.ingeniussoftware.com/ingenius/CRM/index.asp">CRM plugin</a>, once you restart InGenius Connector, you&#8217;ll need to configure or log onto the CRM.</p>
<p>If you&#8217;ve entered a license key for a new phone profile, you&#8217;ll need to create a new profile.</p>
<p style="text-align:center;"><strong>To create a new profile:</strong></p>
<p style="text-align:left;">Navigate to<strong> Settings-&gt;Add/Edit Phones</strong> in the InGenius Connector toolbar, then click the icon with the yellow sun.</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/creating_a_new_profile.png"><img class="aligncenter size-full wp-image-729" title="Creating_a_new_profile" src="http://ingenius.files.wordpress.com/2012/04/creating_a_new_profile.png?w=519&h=442" alt="" width="519" height="442" /></a></p>
<p>This will bring up a New Profile box where you need to name your location profile and select your phone model from the drop down menu:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/new_profile.png"><img class="aligncenter size-full wp-image-730" title="New_profile" src="http://ingenius.files.wordpress.com/2012/04/new_profile.png?w=519" alt=""   /></a></p>
<p>Fill in the information on the configuration page.  You may need contact your network administrator for some of these details:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/new_softphone_profile_configuration.png"><img class="aligncenter size-full wp-image-731" title="New_softphone_profile_configuration" src="http://ingenius.files.wordpress.com/2012/04/new_softphone_profile_configuration.png?w=519&h=443" alt="" width="519" height="443" /></a></p>
<p>Once you press<strong> Test</strong> a log box will open.  This log box gives you a message to let you know whether you are successfully connected, or if you need to double check some of your information:</p>
<p><a href="http://ingenius.files.wordpress.com/2012/04/successful_connection_001.png"><img class="aligncenter size-full wp-image-732" title="Successful_connection_001" src="http://ingenius.files.wordpress.com/2012/04/successful_connection_001.png?w=519" alt=""   /></a></p>
<p>When you see a &#8220;Successfully Connected&#8221; message, you&#8217;re all set!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/726/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=726&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/04/03/from-the-support-desk-adding-licenses-and-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/enter_a_license_key1.png" medium="image">
			<media:title type="html">Enter a license key1</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/creating_a_new_profile.png" medium="image">
			<media:title type="html">Creating_a_new_profile</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/new_profile.png" medium="image">
			<media:title type="html">New_profile</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/new_softphone_profile_configuration.png" medium="image">
			<media:title type="html">New_softphone_profile_configuration</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/04/successful_connection_001.png" medium="image">
			<media:title type="html">Successful_connection_001</media:title>
		</media:content>
	</item>
		<item>
		<title>InGenius Connector TAPI plugin</title>
		<link>http://blog.ingenius.com/2012/03/28/ingenius-connector-tapi-plugin/</link>
		<comments>http://blog.ingenius.com/2012/03/28/ingenius-connector-tapi-plugin/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 17:01:19 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[Aastra]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Polycom]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TAPI]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[crm packages]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=708</guid>
		<description><![CDATA[O-Zone Tech created this great video on using our InGenius Connector TAPI plugin across a variety of CRM packages: Thanks O-Zone Tech! You&#8217;ll notice that O-Zone Tech is using the TAPI plugin with Aastra Connector.  There is similar functionality across all of our supported phone profiles. The TAPI plugin is one of our most popular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=708&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="O-Zone Tech" href="http://www.o-zonetech.com/">O-Zone Tech</a> created this great video on using our <a title="InGenius Connector TAPI plugin" href="http://www.ingeniussoftware.com/ingenius/CRM/tapi.asp">InGenius Connector TAPI plugin</a> across a variety of CRM packages:</p>
<span style="text-align:center; display: block;"><a href="http://blog.ingenius.com/2012/03/28/ingenius-connector-tapi-plugin/"><img src="http://img.youtube.com/vi/OId0b38A4FI/2.jpg" alt="" /></a></span>
<p>Thanks <a title="O-Zone Tech" href="http://www.o-zonetech.com/">O-Zone Tech</a>!</p>
<p>You&#8217;ll notice that <a title="O-Zone Tech" href="http://www.o-zonetech.com/">O-Zone Tech</a> is using the TAPI plugin with <a title="Aastra Connector" href="http://intecom.aastraintecom.com/connector/index.phphttp://">Aastra Connector</a>.  There is similar functionality across all of our <a title="InGenius Connector TAPI plugin" href="http://www.ingeniussoftware.com/ingenius/CRM/tapi.asp">supported phone profiles</a>.</p>
<p>The TAPI plugin is one of our most popular products because it can work with any TAPI enabled <a title="Starting with the basics: terms for newbies" href="http://blog.ingenius.com/2012/01/24/starting-with-the-basics-terms-for-newbies/">CRM</a>.  TAPI means <strong>Telephony Application Programming Interface</strong>.  It lets you connect your phone (or softphone) and computer to talk to other phones.  Neato!  If you aren&#8217;t sure whether your CRM has TAPI, you can check with us or with your <a title="Starting with the basics: terms for newbies" href="http://blog.ingenius.com/2012/01/24/starting-with-the-basics-terms-for-newbies/">CRM</a>&#8216;s support group.</p>
<p>Features of our InGenius Connector TAPI plugin include <strong>click-to-dial </strong>from inside your CRM, <strong>screen pops</strong> on incoming calls that have a matching record, and <strong>call logging</strong>.  These features vary somewhat depending on the CRM you&#8217;re using, so <a title="Sales@InGenius.com" href="sales@ingenius.com">get in touch</a> to test it out with a free trial!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/708/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=708&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/03/28/ingenius-connector-tapi-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>
	</item>
		<item>
		<title>InGenius Connector for Microsoft Dynamics CRM &#8211; in Houston!</title>
		<link>http://blog.ingenius.com/2012/03/16/ingenius-connector-for-microsoft-dynamics-crm-in-houston/</link>
		<comments>http://blog.ingenius.com/2012/03/16/ingenius-connector-for-microsoft-dynamics-crm-in-houston/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 15:02:29 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[Microsoft Dynamics]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[CTI]]></category>
		<category><![CDATA[InGenius Connector]]></category>
		<category><![CDATA[telephony control]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=687</guid>
		<description><![CDATA[It&#8217;s trade show season and starting this weekend, the InGenius Team is off and running.  First up is Convergence 2012, the Microsoft show that starts this weekend in Houston.  InGenius will be at booth 2416 to show off our updates to the InGenius Connector for Microsoft Dynamics CRM plugin.  In case you aren&#8217;t going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=687&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s trade show season and starting this weekend, the InGenius Team is off and running.  First up is <a title="Convergence 2012" href="http://www.microsoft.com/dynamics/convergence/houston12/">Convergence 2012</a>, the Microsoft show that starts this weekend in Houston.  InGenius will be at booth 2416 to show off our updates to the <a title="InGenius Connector for MSCRM" href="http://www.ingeniussoftware.com/ingenius/CRM/mscrm.asp">InGenius Connector for Microsoft Dynamics CRM plugin</a>.  In case you aren&#8217;t going to make it to Houston, or if you want a sneak peak, here&#8217;s what we&#8217;ll have in store:</p>
<p>Updates to <a title="InGenius Connector for MSCRM" href="http://www.ingeniussoftware.com/ingenius/CRM/mscrm.asp">InGenius Connector for Microsoft Dynamics CRM</a> have made it a very easy install.  All that is required is some phone profile information depending on the type of phone or server you are connecting to, and your Microsoft Dynamics CRM credentials.</p>
<p style="text-align:left;">All of the telephony control features that make your CRM so much more usable are available in <a title="InGenius Connector for MSCRM" href="http://www.ingeniussoftware.com/ingenius/CRM/mscrm.asp">InGenius Connector Microsft Dynamics CRM plugin</a>.  There&#8217;s <strong>click to dial</strong> on all stored numbers in your MSCRM leads and contacts:</p>
<p style="text-align:center;"><a href="http://ingenius.files.wordpress.com/2012/03/click_to_dial_mscrm.png"><img class="size-full wp-image-693 aligncenter" title="Click to dial MSCRM" src="http://ingenius.files.wordpress.com/2012/03/click_to_dial_mscrm.png?w=519" alt=""   /></a></p>
<p>&#8230;<strong> Record pops</strong> on an incoming call &#8230;</p>
<p><a href="http://ingenius.files.wordpress.com/2012/03/record_match_and_call_pop_mscrm.png"><img class="aligncenter size-full wp-image-692" title="Record match and call pop MSCRM" src="http://ingenius.files.wordpress.com/2012/03/record_match_and_call_pop_mscrm.png?w=519&h=326" alt="" width="519" height="326" /></a></p>
<p>&#8230; <strong>Call control</strong> and <strong>note taking</strong> space for inbound and outbound calls &#8230;</p>
<p><a href="http://ingenius.files.wordpress.com/2012/03/inbound_call_mscrm.png"><img class="aligncenter size-full wp-image-690" title="Inbound Call MSCRM" src="http://ingenius.files.wordpress.com/2012/03/inbound_call_mscrm.png?w=519&h=496" alt="" width="519" height="496" /></a></p>
<p>&#8230; And <strong>automatic logging</strong> in the contact record history, and in the reports!</p>
<p><a href="http://ingenius.files.wordpress.com/2012/03/call_log_mscrm.png"><img class="aligncenter size-full wp-image-691" title="Call_log_MSCRM" src="http://ingenius.files.wordpress.com/2012/03/call_log_mscrm.png?w=519&h=249" alt="" width="519" height="249" /></a></p>
<p>We&#8217;re really pleased with the updates to InGenius Connector for MSCRM and thrilled to be showing at Dynamics 2012.  If you aren&#8217;t in Houston for the show, stop by our <a title="InGenius Connector for MSCRM" href="http://www.ingeniussoftware.com/ingenius/CRM/mscrm.asp">website</a> for more information or get in touch for a <a title="Trial" href="http://www.ingeniussoftware.com/ingenius/CRM/mscrm.asp">free trial</a>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/687/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=687&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/03/16/ingenius-connector-for-microsoft-dynamics-crm-in-houston/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/03/click_to_dial_mscrm.png" medium="image">
			<media:title type="html">Click to dial MSCRM</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/03/record_match_and_call_pop_mscrm.png" medium="image">
			<media:title type="html">Record match and call pop MSCRM</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/03/inbound_call_mscrm.png" medium="image">
			<media:title type="html">Inbound Call MSCRM</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/03/call_log_mscrm.png" medium="image">
			<media:title type="html">Call_log_MSCRM</media:title>
		</media:content>
	</item>
		<item>
		<title>We&#8217;re Winners!</title>
		<link>http://blog.ingenius.com/2012/03/09/were-winners/</link>
		<comments>http://blog.ingenius.com/2012/03/09/were-winners/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 16:04:34 +0000</pubDate>
		<dc:creator>katy</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[InGenius]]></category>
		<category><![CDATA[winning]]></category>
		<category><![CDATA[integration products]]></category>
		<category><![CDATA[Unified Communications]]></category>

		<guid isPermaLink="false">http://blog.ingenius.com/?p=670</guid>
		<description><![CDATA[That&#8217;s right, our InGenius Connector for Salesforce made us the winner of TMC Net&#8216;s 2011 Unified Communications Product of the Year Award. Good for us! Give one of our AWARD WINNING InGenius Connector CRM integrations a try!  We offer free 15-day trials of our integration products and we are happy to walk you through the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=670&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, our <a title="InGenius Connector for Salesforce" href="http://www.ingeniussoftware.com/ingenius/CRM/salesforce.asp">InGenius Connector for Salesforce</a> made us the winner of <a title="TMC Net" href="http://www.tmcnet.com/voip/">TMC Net</a>&#8216;s <strong>2011 Unified Communications Product of the Year Award</strong>. Good for us!</p>
<p><a href="http://www.itmag.com"><img class="aligncenter size-full wp-image-671" title="2011 UC Award from TMC.net" src="http://ingenius.files.wordpress.com/2012/03/large-11-uc-poty.jpg?w=519&h=430" alt="" width="519" height="430" /></a></p>
<p>Give one of our <strong>AWARD WINNING</strong> <a title="InGenius Connector CRM integrations" href="http://www.ingeniussoftware.com/ingenius/CRM/index.asp">InGenius Connector CRM integrations</a> a try!  We offer free 15-day trials of our integration products and we are happy to walk you through the setup and installation process.  Thanks for the prize<a title="TMC Net" href="http://www.tmcnet.com/voip/"> TMC Net</a>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ingenius.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ingenius.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ingenius.wordpress.com/670/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ingenius.com&#038;blog=156403&#038;post=670&#038;subd=ingenius&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ingenius.com/2012/03/09/were-winners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83477d96dea05fb28228ea1ca4911aa6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">katypollock</media:title>
		</media:content>

		<media:content url="http://ingenius.files.wordpress.com/2012/03/large-11-uc-poty.jpg" medium="image">
			<media:title type="html">2011 UC Award from TMC.net</media:title>
		</media:content>
	</item>
	</channel>
</rss>
