<?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/"
	>

<channel>
	<title>Predictive Dialer &#124; Call Center Software &#187; ivr</title>
	<atom:link href="http://voicent.com/predictive-dialer/blog/index.php/tag/ivr/feed" rel="self" type="application/rss+xml" />
	<link>https://voicent.com/predictive-dialer/blog</link>
	<description>Predictive Dialing Software for Call Center Agents</description>
	<lastBuildDate>Fri, 13 Jan 2023 22:55:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Dynamically Change SIP Account based on area code you are calling</title>
		<link>https://voicent.com/predictive-dialer/blog/index.php/predictive-dialer/606/dynamically-change-sip-account-based-on-area-code-you-are-calling</link>
		<comments>https://voicent.com/predictive-dialer/blog/index.php/predictive-dialer/606/dynamically-change-sip-account-based-on-area-code-you-are-calling#comments</comments>
		<pubDate>Thu, 27 Jun 2013 16:02:57 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Call Center Software]]></category>
		<category><![CDATA[Predictive Dialer]]></category>
		<category><![CDATA[agent dialer]]></category>
		<category><![CDATA[agentdialer]]></category>
		<category><![CDATA[auto dialer]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[call center manager]]></category>
		<category><![CDATA[call center software]]></category>
		<category><![CDATA[call center solution]]></category>
		<category><![CDATA[ccm rules engine]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[Dial plan]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[rules engine]]></category>

		<guid isPermaLink="false">http://voicent.com/predictive-dialer/blog/?p=606</guid>
		<description><![CDATA[When trying to do your outbound campaigns, you may want the ability to change the trunk used based on the area code that you are calling so that your caller ID looks localized to the person you are calling. The &#8230; <a href="https://voicent.com/predictive-dialer/blog/index.php/predictive-dialer/606/dynamically-change-sip-account-based-on-area-code-you-are-calling">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When trying to do your outbound campaigns, you may want the ability to change the trunk used based on the area code that you are calling so that your caller ID looks localized to the person you are calling. The benefits of this are the fact that you can have different SIP Trunks for different places, so one trunk may provide a cheaper and better rate than another one.</p>
<p>Luckily, our Call Center Manager with Rules Engine can accomplish this.</p>
<p>The steps to utilize this feature are outlined below:</p>
<p>*Required: Call Center Manager with Rules Engine</p>
<ol>
<li>Open Call Center Manager</li>
<li>Go to &#8220;Manage&#8221;</li>
<li>Go to &#8220;Rules Engine&#8221; -> &#8220;Set Line Usage Rules&#8221;</li>
</ol>
<p>An example rule is as follows: If you are calling a telephone with the area code 408, it will only use channels 1 to 9 to make the call. The first 9 channels have a caller ID associated with 408.</p>
<p>Rule Name: </p>
<p><code>AreaCode408</code></p>
<p>Condition:</p>
<p><code>(__Call__.Phone.length() == 11 &#038;&#038; __Call__.Phone.substring(1,4) == '408') || (__Call__.Phone.length() == 10 &#038;&#038; __Call__.Phone.substring(0,3) == '408')</code><br />
Apply to lines:</p>
<p><code>__Line__.Number < = 10</code></p>
<p>Explanation:</p>
<p></code><code>__Call__.Phone.length() == 11 </code></p>
<p>Will check the length of the telephone number.</p>
<p><code> __Call__.Phone.substring(1,4) == '408'</code></p>
<p>Will grab the second, third, and fourth letters of a telephone number. It will ignore the first number which is usually a country code.</p>
]]></content:encoded>
			<wfw:commentRss>https://voicent.com/predictive-dialer/blog/index.php/predictive-dialer/606/dynamically-change-sip-account-based-on-area-code-you-are-calling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexPBX and Remote Agent status updates</title>
		<link>https://voicent.com/predictive-dialer/blog/index.php/voip/587/flexpbx-and-remote-agent-status-updates</link>
		<comments>https://voicent.com/predictive-dialer/blog/index.php/voip/587/flexpbx-and-remote-agent-status-updates#comments</comments>
		<pubDate>Wed, 03 Apr 2013 21:36:32 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Call Center Software]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[call center software]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[ivr]]></category>

		<guid isPermaLink="false">http://voicent.com/predictive-dialer/blog/?p=587</guid>
		<description><![CDATA[I&#8217;m testing this and I have 2 agents both logged in &#038; using RemoteAgent. One is on the local LAN and the other is not. One says idle and updates the status and the other says idle, no status update: &#8230; <a href="https://voicent.com/predictive-dialer/blog/index.php/voip/587/flexpbx-and-remote-agent-status-updates">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>I&#8217;m testing this and I have 2 agents both logged in &#038; using RemoteAgent.  One is on the local LAN and the other is not. One says idle and updates the status and the other says idle, no status update: Shareware limited. Obviously I am asking about the one that is not updating the status.  Is this because I am running the demo of PBX Flex and/or Call Center Mgr?  Would I need to purchase a license for both PBX Flex &#038; Call Center mgr to fix this or would I only need the PBX Flex license?</p></blockquote>
<p>The one that is a remote agent(Not on Local LAN) will require the remote license to be able to interact just like the local agent. This is because you do not have a remote agent add-on for the dialing system, Flex PBX for inbound or AgentDialer/BBP for outbound.</p>
<blockquote><p>Where can I find more information (i.e. cost,features, etc) on this remote license?  I have not seen it anywhere on your website.</p></blockquote>
<p>Here you can find upgrade pricing for Flex PBX, for Flex PBX, each line will let you have 5 extensions, these extensions can be local or remote agents.</p>
<p><a href="http://">http://voicent.com/store/pbx_upgrade.php</a></p>
]]></content:encoded>
			<wfw:commentRss>https://voicent.com/predictive-dialer/blog/index.php/voip/587/flexpbx-and-remote-agent-status-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
