<?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>IVR World &#187; SPC</title>
	<atom:link href="http://www.ivrsworld.com/tag/spc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ivrsworld.com</link>
	<description>IVR, Interactive Voice Response System, CTI Applications</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Step By step Instruction to install Dialogic SPCI4/SPCI2 boards</title>
		<link>http://www.ivrsworld.com/ivr-tips/step-by-step-instruction-to-install-dialogic-spci4spci2-boards/</link>
		<comments>http://www.ivrsworld.com/ivr-tips/step-by-step-instruction-to-install-dialogic-spci4spci2-boards/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 05:49:38 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[ivr tips]]></category>
		<category><![CDATA[Config.txt]]></category>
		<category><![CDATA[Dialogic SPCI2]]></category>
		<category><![CDATA[Dialogic SPCI4]]></category>
		<category><![CDATA[DPC]]></category>
		<category><![CDATA[ISUP]]></category>
		<category><![CDATA[MTU]]></category>
		<category><![CDATA[OPC]]></category>
		<category><![CDATA[septel]]></category>
		<category><![CDATA[SPC]]></category>
		<category><![CDATA[ss7]]></category>
		<category><![CDATA[ss7.dc3]]></category>
		<category><![CDATA[system.txt]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1718</guid>
		<description><![CDATA[Many a times, I get request to help installing SPCI4/SPCI2 board installing in Windows 2003 Server. While installing mine, I prefer to ask Dialogic vendor to help remotely install and configure ( normally they provide free Remote Installation and Configuration, and they always do good job) the board, but many a times I also try [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Many a times, I get request to help installing SPCI4/SPCI2 board installing in Windows 2003 Server. While installing mine, I prefer to ask Dialogic vendor to help remotely install and configure ( normally they provide free Remote Installation and Configuration, and they always do good job) the board, but many a times I also try configure myself. So, I thought I would try to list a step by step instruction for installing and configuring Dialogic Septel boards.</p>
<div id="attachment_1720" class="wp-caption aligncenter" style="width: 368px">
	<a href="http://www.ivrsworld.com/wp-content/uploads/dialogic-spci4.png"><img src="http://www.ivrsworld.com/wp-content/uploads/dialogic-spci4.png" alt="" title="dialogic-spci4" width="368" height="265" class="size-full wp-image-1720" /></a>
	<p class="wp-caption-text">Dialogic SPCI4/SPCI2 Installation</p>
</div>
<p>While for beginners, all these terms like SPC, DPC, SS7, MTP License, ISUP License etc. may sound too technical and scaring, but these are just parameters which are needed to be filled up in two simple configuration files.<br />
<span id="more-1718"></span><br />
So here it goes :-</p>
<p>1. Try to get a new machine and install Windows 2003 Server fresh. Also install latest service pack. Please ensure you have at least two PCI slots available. </p>
<p>2. Download the latest version of DPKWIN.EXE from Dialogic Website. If you do not have the link, get it from your Dalogic Vendor. </p>
<p>3. Install the Septel Card in any of the available PCI slot. </p>
<p>4. Start the machine and let windows boot. If Windows Plug And Play detects the SPCI4 board, do not press Next, press cancel. </p>
<p>5. Also download Dialogic® PowerMedia™ Host Media Processing Software Release 3.0WIN from Dialogic Website. Demo license is available for free which works 45 days. After that you have to download new license again.  </p>
<p>6.  Now install the DPKWIN.EXE. It will install itself in C:\SEPTEL directory. After successful installation, go to windows Command Prompt and then to C:\SEPTEL. Type <strong>net start septel</strong> and press ENTER. You should get Service started message or &#8220;Service Name not found&#8221;. In that case, the DPKWIN.EXE version does not match with your SPCI4 board. You may try downloading older version of DPKWIN.EXE.  </p>
<p>You can stop the Septel service by using the command :<strong> stop service septel</strong>.</p>
<p>6. Once you get &#8220;Service Started successful&#8221; then, you may think that the board is detected successfully and running now! The next exercise will be for configuration of the board. </p>
<p>You have two files to edit, </p>
<p>1. system.txt<br />
2. config.txt</p>
<p>As the name suggests, system.txt is used to instruct which modules, protocols to be executed by the SPCI board. </p>
<p>config.txt contains the parameter required to communicate with remote telecom switch. Few parameters which of importance and must in config.txt files are</p>
<p>1. DPC (Destination Point Code)<br />
2. OPC (Originating Point Code)<br />
3. SIF (Signaling Information Field)<br />
4. SLC (Signaling Link Selection)<br />
5. Timeslot with link<br />
6. CIC values.</p>
<p>After the configuration is done, one has to start the SS7 link by running <strong>gtload -</strong>d command on command prompt. After it loads successfully, open another command prompt, and run the command <strong>mtpsl act 0 0 </strong>. </p>
<p>These values are provided by the telecom service provider. Most of the time, telecom service provider uses their own jargon for the above values which may create confusion. </p>
<p>The protocols like MTP3, ISUP, MAP have to be bought from Dialogic separately and they provide license button which needs to be installed in the board. Without these licenses, the system stops after every 10 hours. </p>
<p>Depending on application requirement, both the system.txt and config.txt has to be modified accordingly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-tips/step-by-step-instruction-to-install-dialogic-spci4spci2-boards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Synway and Dialogic SS7 cards</title>
		<link>http://www.ivrsworld.com/advanced-ivrs/configuring-synway-dialogic-ss7-cti-cards/</link>
		<comments>http://www.ivrsworld.com/advanced-ivrs/configuring-synway-dialogic-ss7-cti-cards/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:06:56 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Advanced IVRS]]></category>
		<category><![CDATA[CTI cards]]></category>
		<category><![CDATA[Dialogic Alternative]]></category>
		<category><![CDATA[Synway]]></category>
		<category><![CDATA[voice portal]]></category>
		<category><![CDATA[BSNL]]></category>
		<category><![CDATA[COnfig Files]]></category>
		<category><![CDATA[configure dialogic card]]></category>
		<category><![CDATA[cti]]></category>
		<category><![CDATA[Debug tools]]></category>
		<category><![CDATA[Device Driver]]></category>
		<category><![CDATA[dialogic]]></category>
		<category><![CDATA[DNI2410]]></category>
		<category><![CDATA[ISUP]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[IVR Application]]></category>
		<category><![CDATA[ivrs]]></category>
		<category><![CDATA[MTP Messages]]></category>
		<category><![CDATA[SPC]]></category>
		<category><![CDATA[ss7]]></category>
		<category><![CDATA[Telcom]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=177</guid>
		<description><![CDATA[Recently I had successfully configured Synway SHD-240D-CT/PCI ( PDF File). I thought I would share my experience of configuring Synway SS7 card and configuring Dialogic SPC DNI2410 cards. First, we are very grateful to Synway for giving us the demo card for testing and development our application. The card was given to us for a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently I had successfully configured <a href="http://www.synway.net">Synway</a> <a href="http://synway.net/download/Hardware_manual/SHD/CTI_SHD003.pdf">SHD-240D-CT/PCI</a> ( PDF File). I thought I would share my experience of configuring Synway SS7 card and configuring Dialogic SPC DNI2410 cards.</p>
<p>First, we are very grateful to Synway for giving us the demo card for testing and development our application. The card was given to us for a month, but it ended with us for more than 6 months! Here is chronicle of events how we configured SHD-240D-CT/PCI card using one SS7 link, from BSNL ( Bharat Sanchar Nigam Limited).</p>
<p>1. Downloaded the latest driver for SHD-240D-CT/PCI. It was easy to locate the driver and download.<br />
2. Installed the driver on our IBM X3400 Server with Windows 2003 Server. Quite easy!<br />
3. Then I wrote an email to tech support of Synway informing we are new with Synway Card, so we need some step-by-step instruction of getting started.<br />
4. Within 12 hours, they sent back documents with screen shots which explains clearly what steps to be taken. No editing of .txt or.cfg file!<br />
5. I followed the instructions and wow, surprise! It actually worked! I mean I could see the Network Connected MTP messages being exchanged in the log! And try find out some STEP by STEP guide of getting started of any Dialogic cards for a newbie!<br />
<span id="more-177"></span><br />
But no calls were landing! So I shot of an email again. They asked for remote access! after remote access it took one hours by the tech support person to land calls on the card and we could see CLIs, call statuses etc.!</p>
<p>The configuration was over in 5 days time! Actual time spent was  less than 10 hours. Bottom line is, we could configure the Card in 10 hours.</p>
<p>We also configured Dialogic SPCI4! It took us 2 months to configure with same link, same operator! Dialogic event sent one engineer at our site and he spent one full week, it was finally configured though! Here are few difference we noticed:-</p>
<p>1. In case of Synway, all parameters have visual configuration tools. While in case of Dialogic, they have only .txt files to be edited using editor. No visual tool.<br />
2. Synway has all monitoring/debugging facility built in on the configuration tools itself. While in Dialogic, one has to execute different EXE files for different logging of events and than debug!<br />
3. It was easy STEP by STEP instruction available for Synway, but Dialogic has too big software, difficult to remember executable files, configuration files.</p>
<p>My overall experience is, configuring Synway was much faster, easier, more user friendly than Dialogic.  We are yet to put the Synway Card on live system. We are still running our IVRS Application on SPCI4 and DNI2410 ( The Royal Combination for Voice Portal) and it is handling around 10 to 12K calls daily on our voice portal. We have been quite happy with the performance of the cards. How Synway Card performs here will be interesting.</p>
<p>Now the cost part. Single line is, Synway costs half the price of Dialogic with almost same resources and features. I will try to prepare a comparison chart between Synway SHD-240D-CT/PCI and Dialogic SPCI4/DNI2410 in my next posts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/advanced-ivrs/configuring-synway-dialogic-ss7-cti-cards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

