<?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>Traysoft Blog &#187; AddTapi.NET</title>
	<atom:link href="http://blog.traysoft.com/category/addtapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.traysoft.com</link>
	<description>News, notes &#38; tips from the Traysoft team</description>
	<lastBuildDate>Thu, 21 Apr 2011 06:09:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>AddTapi.NET updated to v3.0.2</title>
		<link>http://blog.traysoft.com/2011/04/addtapi-net-updated-to-v3-0-2/</link>
		<comments>http://blog.traysoft.com/2011/04/addtapi-net-updated-to-v3-0-2/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 06:09:03 +0000</pubDate>
		<dc:creator>Michael Rakita</dc:creator>
				<category><![CDATA[AddTapi.NET]]></category>

		<guid isPermaLink="false">http://blog.traysoft.com/?p=108</guid>
		<description><![CDATA[We released new version 3.0.2 of AddTapi.NET, build 3.0.2.10420. This update fixes a problem with call recordings on some telephony hardware. The demo version is avaiable at www.traysoft.com. If you want to update your purchased version please send an email to devtools@traysoft.com.]]></description>
			<content:encoded><![CDATA[<p>We released new version 3.0.2 of AddTapi.NET, build 3.0.2.10420. This update fixes a problem with call recordings on some telephony hardware. The demo version is avaiable at <a href="http://www.traysoft.com/">www.traysoft.com</a>. If you want to update your purchased version please send an email to <a href="mailto:devtools@traysoft.com">devtools@traysoft.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traysoft.com/2011/04/addtapi-net-updated-to-v3-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddTapi.NET 3.0 has been released</title>
		<link>http://blog.traysoft.com/2011/02/addtapi-net-3-0/</link>
		<comments>http://blog.traysoft.com/2011/02/addtapi-net-3-0/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 02:21:31 +0000</pubDate>
		<dc:creator>Michael Rakita</dc:creator>
				<category><![CDATA[AddTapi.NET]]></category>

		<guid isPermaLink="false">http://blog.traysoft.com/?p=93</guid>
		<description><![CDATA[Last week we released new version 3.0 of our telephony library AddTapi.NET. You can download demo version of AddTapi.NET from www.traysoft.com. To upgrade purchased version of AddTapi.NET, please send your serial number to devtools@traysoft.com. Here is a list of new features in AddTapi.NET 3.0: 2-step/consultation call transfer In addition to one-step/blind transfer, AddTapi.NET 3.0 supports [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we released new version 3.0 of our telephony library AddTapi.NET. You can download demo version of AddTapi.NET from <a href="http://www.traysoft.com">www.traysoft.com</a>. To upgrade purchased version of AddTapi.NET, please send your serial number to <a href="mailto:devtools@traysoft.com">devtools@traysoft.com</a>. Here is a list of new features in AddTapi.NET 3.0:</p>
<h5>2-step/consultation call transfer</h5>
<p>In addition to one-step/blind transfer, AddTapi.NET 3.0 supports 2-step or consultation call transfer. To start a 2-step transfer, call <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/f417746f-f073-b953-bd19-de833ec0415b.htm">TapiCall.SetupTransfer()</a> to create a new consultation call. Wait until call state changes to Dialtone, then use <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/63a5f8a6-2ff4-3a75-d5a8-14e5c81c7a44.htm">TapiCall.Dial()</a> to dial the destination number for the transfer. When consultation call is connected, use <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/e0619c8b-a42e-3fab-5f78-42b0853c67b7.htm">TapiCall.CompleteTransfer()</a> to complete the transfer.</p>
<h5>Call park/unpark support</h5>
<p>New <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/e71e3871-f8b0-0fdf-5c4f-aa8ac657335a.htm">TapiCall.Park()</a> and <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/8a6a0a37-bb90-db56-df49-3732e5e727a1.htm">TapiLine.Unpark()</a> methods were added to park/unpark calls. Version 3.0 supports both directed and nondirected call parking.</p>
<h5>3-way conference support</h5>
<p>New version adds support for 3-way conference (if supported by the telephony system). To create a 3-way conference, call <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/f417746f-f073-b953-bd19-de833ec0415b.htm">TapiCall.SetupTransfer()</a> on the existing call to create a second call. Wait until call state changes to Dialtone, then use <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/63a5f8a6-2ff4-3a75-d5a8-14e5c81c7a44.htm">TapiCall.Dial()</a> to dial the number you want to add to the conference. When the second call is connected, use <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/e0619c8b-a42e-3fab-5f78-42b0853c67b7.htm">TapiCall.CompleteTransfer()</a> with the second parameter set to true to join the calls and create 3-way conference.</p>
<h5>New call recording engine</h5>
<p>AddTapi.NET 3.0 has new audio engine for recording calls. New engine has better performance when recording on many lines simultaneously and is more robust overall. <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/03923aac-7c30-490d-f06c-a4fbc7300e09.htm">TapiCall.StopPlayback()</a> is now a synchronous operation that stops playback immediately. This change allows call recording to start faster after playing a message, and prevents from loosing first second of the recording on telephony hardware that does not support simultaneous playback and recording. Because new version initializes audio engine as soon as the call is connected, your application can call <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/f74df60a-4880-7033-82c8-63eb8dc94613.htm">TapiCall.StartRecording()</a> from the <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/e044c264-0eed-553e-9063-24ee3d07984d.htm">CallConnected</a> event handler.</p>
<h5>Call privilege handling</h5>
<p>AddTapi.NET 3.0 automatically obtains owner privilege for calls when required, eliminating "application doesn't have owner privilege" errors. New <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/9315bf8d-6678-8a5b-005e-d05789a61d0c.htm">TapiCall.Privilege</a> property provides information about the current call privilege.</p>
<h5>Dialing on existing call</h5>
<p>New <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/63a5f8a6-2ff4-3a75-d5a8-14e5c81c7a44.htm">TapiCall.Dial()</a> method allows applications to dial on existing call. This is useful in many scenarios. For example, when user picks up a phone, new call in Dialtone state is created. Your application can use <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/63a5f8a6-2ff4-3a75-d5a8-14e5c81c7a44.htm">TapiCall.Dial()</a> method to dial the number on this call.</p>
<h5>WaitForDigit and GatherDigits improvements</h5>
<p>In AddTapi.NET 3.0 <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/be248864-b8f6-ae6c-5b68-eadb7b327fdc.htm">TapiCall.WaitForDigit()</a> and <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/09d91749-9ec3-49d6-d2ae-09209be8489c.htm">TapiCall.GatherDigits()</a> methods accept negative timeout value. Negative value means that the timeout should start after playback initiated by the Play(String) or Speak(String) is completed.</p>
<h5>Additional information about line and address capabilities</h5>
<p>New version adds <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/c015fe15-c7f2-beb8-ae83-b08d983d9ebe.htm">CallFeatures</a>, <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/275f6a50-82f5-335d-1d6e-75ae1735ab69.htm">MaxNumActiveCalls</a>, <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/9fbbe9aa-38d5-b754-839c-0b3476f0f72e.htm">SupportsPredictiveDialing</a>, <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/8bc3fc17-ecfc-2c79-7a7b-7fd617f15f21.htm">IsRoutePoint</a>, <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/49847194-a468-1f9b-d9fe-071119d5f9a1.htm">IsQueue</a>, <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/adea74ae-5f01-b0d6-14b3-86167e94adb0.htm">MaxNumActiveCalls</a> and <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/87dade9f-086b-ff1b-463d-acd9d6a0cea1.htm">MaxNoAnswerTimeout</a> properties that provide additional information about features and capabilities of the telephony hardware.</p>
<h5>TapiLine.Calls collection</h5>
<p>Added <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/bc27440f-3841-c1e4-1e70-836de1084576.htm">TapiLine.Calls</a> collection that contains all active calls on the line to simplify call management in some scenarios.</p>
<h5>DigitDetected event</h5>
<p>Version 3.0 adds <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/77d36b4a-5f38-c569-bb8d-b1db59fddc1c.htm">DigitDetected</a> event that fires when a DTMF digit is detected on the line. This event provides alternative asynchronous mechanism for handling digits received during the call. <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/be248864-b8f6-ae6c-5b68-eadb7b327fdc.htm">TapiCall.WaitForDigit()</a> and <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/09d91749-9ec3-49d6-d2ae-09209be8489c.htm">TapiCall.GatherDigits()</a> are easier to use synchronous methods for handling DTMF digits.</p>
<h5>Other small fixes and improvements</h5>
<p>- Added <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/b53c9e3a-a243-3002-bcf5-4ccdb4cb4375.htm">TapiCall.Trunk</a> property to make call tracking across multiple trunks easier.</p>
<p>- Added <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/e30961c6-dddb-7904-cbe0-737450a6f787.htm">TapiLine.DisconnectOnBusy</a> property.</p>
<p>- Fixed a bug that caused device-specific functions to fail on some hardware.</p>
<p>- Fixed a bug with <a href="http://www.traysoft.com/devtools/addtapi/manual/Default.aspx?helpfile=Help/Html/5b96fea6-7f75-ef41-5c55-8239ebaa316e.htm">TapiCall.WaitUntilDone()</a> always returning false when zero timeout is specified.</p>
<p>- Added checks to prevent multiple initialization of AddTapi.NET library.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traysoft.com/2011/02/addtapi-net-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddTapi.NET updated to v2.0.2</title>
		<link>http://blog.traysoft.com/2009/11/addtapi-net-updated-to-v2-0-2/</link>
		<comments>http://blog.traysoft.com/2009/11/addtapi-net-updated-to-v2-0-2/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 01:21:35 +0000</pubDate>
		<dc:creator>Michael Rakita</dc:creator>
				<category><![CDATA[AddTapi.NET]]></category>

		<guid isPermaLink="false">http://blog.traysoft.com/?p=13</guid>
		<description><![CDATA[We released new version of AddTapi.NET build 2.0.2.1124. This is a small update with only 2 changes. 1. TapiCall.GatherDigits() now stops playback when first digit is entered. This works better when user starts entering digits while voice prompt is still playing. In previous versions the prompt was playing until all digits are entered, and on some telephony [...]]]></description>
			<content:encoded><![CDATA[<p>We released new version of AddTapi.NET build 2.0.2.1124. This is a small update with only 2 changes.</p>
<p>1. TapiCall.GatherDigits() now stops playback when first digit is entered. This works better when user starts entering digits while voice prompt is still playing. In previous versions the prompt was playing until all digits are entered, and on some telephony hardware the prompt sounded choppy in this case.</p>
<p>2. The following problem with AddTapi.NET on Panasonic PBX was fixed: When extension is open for monitoring in AddTapi.NET, the call from this extension to a busy number disconnects automatically, so the user can’t take actions on her phone, for example, to wait for a callback.</p>
<p>The latest build is avaiable at <a href="http://www.traysoft.com">www.traysoft.com</a>. If you want to update your purchased version please send an email to <a href="mailto:devtools@traysoft.com">devtools@traysoft.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.traysoft.com/2009/11/addtapi-net-updated-to-v2-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

