<?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; SIP</title>
	<atom:link href="http://www.ivrsworld.com/tag/sip/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>Writing your first Dialogic HMP Program Part – II</title>
		<link>http://www.ivrsworld.com/ivr-development-2/writing-your-first-dialogic-hmp-program-part-%e2%80%93-ii/</link>
		<comments>http://www.ivrsworld.com/ivr-development-2/writing-your-first-dialogic-hmp-program-part-%e2%80%93-ii/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 09:55:07 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR Development]]></category>
		<category><![CDATA[dialogic]]></category>
		<category><![CDATA[Dialogic HMP]]></category>
		<category><![CDATA[GC Protocol. Global Call Protocol]]></category>
		<category><![CDATA[Host Media Processing]]></category>
		<category><![CDATA[ivr development]]></category>
		<category><![CDATA[IVR programming]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[SIP Trunk]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1644</guid>
		<description><![CDATA[In the Dialogic HMP Program Part &#8211; I, I posted about installing and configuring HMP Software and testing it using freely available SoftPhone Software Kapanga. Once one completes that, one eliminates any doubt on the proper installation and configuration of the HMP software and safely start debugging his self written code. Another important information is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In the <a href="http://www.ivrsworld.com/ivr-development-2/writing-your-first-dialogic-hmp-program-part-i/">Dialogic HMP</a> Program Part &#8211; I, I posted about installing and configuring HMP Software and testing it using freely available SoftPhone Software Kapanga. Once one completes that, one eliminates any doubt on the proper installation and configuration of the HMP software and safely start debugging his self written code.</p>
<p>Another important information is that, the code which is written for DNI boards using SS7 protocol ( for example SPCI4 and DNI240 board) using Global Call Protocol, would work as it is, except few steps like changing of the Device Name while opening it with gc_OpenEx() function. After changing these, the source code should work fine for VOIP calls!</p>
<p><span id="more-1644"></span><br />
Here are the few steps to code HMP  :-</p>
<p>1. Start GC protocol using gc_Start() function.<br />
2. Search for available VOIP Devices as well as Voice Resources. I normally enter them manually using a configuration files ( a TEXT file) as it is easier and help in various ways in future!<br />
3. Open voice device using dx_open() function and store the voice handle.<br />
4. Open VOIP Device using gc_OpenEx() function.<br />
5. Add CODEC using gc_SetUserInfo() function;<br />
6. Connect voice device and VoIP device using dx_Listen and  gc_Listen() function.<br />
7. Repeat #3 through #5 for all available devices;<br />
8. Finally perform the final IVR call flow as well as other functionality. </p>
<p>The best way to find out working sample source code is to check basic gc_basic_call_model.c file which is found in Dialogic HMP directory demos\gc_basic_call_model. The only problem with this code is, it does not play any WAV/VOX file, only receives call, make calls, disconnects call etc.  But this sample code is very useful to learn IVR programming using any type of Dialogic CTI boards. </p>
<p>I will update this post with working sample source code soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-development-2/writing-your-first-dialogic-hmp-program-part-%e2%80%93-ii/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open Source IVR ?</title>
		<link>http://www.ivrsworld.com/open-source-ivr/open-source-ivr/</link>
		<comments>http://www.ivrsworld.com/open-source-ivr/open-source-ivr/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 08:58:38 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Open Source IVR]]></category>
		<category><![CDATA[asr]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[cti board]]></category>
		<category><![CDATA[dialogic]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[DTMF]]></category>
		<category><![CDATA[Host PC]]></category>
		<category><![CDATA[IVR Application]]></category>
		<category><![CDATA[IVR System]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[TTS]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1568</guid>
		<description><![CDATA[Recently, I have started getting mails about asking open source IVR as well as its availability for free, download-able from internet! Most of the people who have asked me about &#8220;&#8216;Open Source IVR&#8221; have heard about Asterisk. Before going into the details about Asterisk, being open source IVR, I would like to clarify few things [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently, I have started getting mails about asking open source IVR as well as its availability for free, download-able from internet! Most of the people who have asked me about &#8220;&#8216;<strong>Open Source IVR</strong>&#8221; have heard about Asterisk. Before going into the details about Asterisk, being open source IVR, I would like to clarify few things about IVR ( Interactive Voice Response)  System.</p>
<p>IVR system consists of  four components, one can say. They are :-</p>
<p><strong>1. CTI ( Computer Telephony) board</strong><br />
<strong>2. Call Flow development as per requirement</strong><br />
<strong>3. Voice prompts, TTS ( Text To Speech) Engine  and ASR (Automatic Speech Recognition) Engine</strong><br />
<strong>4. Host PC or Server for #1 through #3 above.</strong></p>
<p><strong>1. CTI ( Computer Telephony) board</strong></p>
<p>CTI board is a hardware and I m quite sure, nobody will make it &#8216;open source&#8217; or free for anyone! The other alternative is SIP ( Session Initiated Protocol) on VoIP ( Voice Over Internet Protocol). But for connecting to PSTN ( Public Switched Network), TDM based CTI Board is a must and there is no alternative, as of now!<br />
<span id="more-1568"></span><br />
All CTI boards come with their own set of API ( Application Programming Interfaces) to control telecom protocols and call handling. Dialogic, the biggest CTI company provides many APIs as well as sample codes in three major operating systems, Windows, Linux and MAC OS. Likewise, other CTI vendors too provide their proprietary C++ API for at least two OS.</p>
<p><strong>2. Call Flow development as per requirement<br />
</strong><br />
  There are many online as well as offline call flow development tools. Some Call Flow development tools are completely pictorial visual tool where one can drag and drop various call flow like components to make a call flow. Some others use simple &#8216;English&#8217; like/natural language like scripts to define call flow. Incidentally, all these tools are free to use for developing the call flow, but to execute these call flow, one has to pay per port licenses.</p>
<p>VXML is standard call flow development language adopted by W3 which uses HTML like simple syntax. Presently this requires a third party interpreter which again requires per port licenses.</p>
<p><strong><br />
3. Voice prompts, TTS ( Text To Speech) Engine  and ASR (Automatic Speech Recognition) Engine</strong></p>
<p>   Voice prompts are normally recorded in a studio by professional artists. One can also record voice prompts using computer/laptop and MIC for development purpose. There are many open source, freely available TTS. Even MS SAPI is freely available. eSpeak, a popular TTS which has support for many languages from all around the world, is an open source TTS which works well both in Windows and Linux.<br />
  Likewise there are many open source ASR that works well after refinements.</p>
<p>Now, <strong>major challenge is to integrate all these components</strong> and build a reliable IVR system. Now a days, IVR is no longer simple call flow of yes and no by the caller, but complex system with data retrieving from multiple sources. It performs complex task as well compute input data by caller, make a decision and respond to caller with appropriate answer.</p>
<p>Most of the time, making an informed choice of IVR which is most suitable for a particular IVR application is quite difficult.</p>
<p>Now finally, Asterisk is a truly open source telephony system with IVR facility. It is Linux based and supports many CTI hardware and many developers contributing to it. It is a completely DIY ( Do It Yourself) IVR platform. It may not be easy to develop an IVR system quickly for a beginner using Asterisk from a  scratch. At the end, it may be as difficult as building IVR using native API available with CTI board itself.</p>
<p>Many high density and widely deployed CTI hardware are not supported by Asterisk. This is one disadvantage which Asterisk will take some time to overcome. And at the end, while some one tries to customise Asterisk, he might end up with his own proprietary piece of codes, specific to some CTI hardware only!</p>
<p>Advantage of using API of CTI board is the freedom of choice of operating system as well as programming language. Programming languages like C++ offer power of &#8216;real programming&#8217; language to complete complex tasks as well as integrate with any third party software.</p>
<p>So, one may not have much choice as Open Source IVR!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/open-source-ivr/open-source-ivr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OmniVox3D now has Diameter Protocol support</title>
		<link>http://www.ivrsworld.com/ivr-news/omnivox3d-now-has-diameter-protocol-support/</link>
		<comments>http://www.ivrsworld.com/ivr-news/omnivox3d-now-has-diameter-protocol-support/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:04:56 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR News]]></category>
		<category><![CDATA[apex voice communication]]></category>
		<category><![CDATA[diameter]]></category>
		<category><![CDATA[IVR Industry News]]></category>
		<category><![CDATA[omnivox3d]]></category>
		<category><![CDATA[omnivox3d from apexvoice]]></category>
		<category><![CDATA[radious]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=1269</guid>
		<description><![CDATA[Apex Voice Communication has announced on the sideline of Mobile World Congress, support for Diameter protocol, successor to Radius protocol today in Barcelona, Spain. Supported in the OmniVox3D SIP Application Server and accessed through its OmniView(R) Service Creation Environment, the new Diameter Command Icon enables online charging, including Authentication, Authorization and Accounting (AAA) functionalities. Omnivox3D [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Apex Voice Communication has announced on the sideline of Mobile World Congress, support for Diameter protocol, successor to Radius protocol today in Barcelona, Spain. Supported in the OmniVox3D SIP Application Server and accessed through its OmniView(R) Service Creation Environment, the new Diameter Command Icon enables online charging, including Authentication, Authorization and Accounting (AAA) functionalities.</p>
<div id="attachment_1270" class="wp-caption aligncenter" style="width: 440px">
	<a href="http://www.apexvoice.com/"><img src="http://www.ivrsworld.com/wp-content/uploads/2010/02/apex-voice.gif" alt="Apex Voice Communication" title="apex-voice" width="440" height="75" class="size-full wp-image-1270" /></a>
	<p class="wp-caption-text">OmniVox3D now supports Diameter Protocol</p>
</div>
<p>Omnivox3D is flagship product from Apex Voice Communications which is Service Delivery Platforms (SDPs) and Application Servers for voice and video enhanced services.</p>
<p><span id="more-1269"></span>&#8220;With support for Diameter in OmniVox3D, network operators around the world can now easily implement all types of online charging,&#8221; said Elhum Vahdat, executive vice president of APEX Voice Communications.  &#8220;Additionally, the new Diameter Command has extensive support for vendor-specific attributes, which we know differs among the various back-end charging and billing systems.&#8221;, says the press release.</p>
<p><strong>Here is the press release from Apex Voice Communication :- </strong></p>
<p><strong>APEX VOICE COMMUNICATIONS ANNOUNCES SUPPORT FOR THE DIAMETER PROTOCOL</strong></p>
<p>– AAA Now a Standard Component of OmniVox3D(R) SIP Application Server –</p>
<p><strong>MOBILE WORLD CONGRESS 2010, BARCELONA, SPAIN, February 15, 2010</strong> –<br />
APEX Voice Communications (www.apexvoice.com), a global provider of Service Delivery Platforms (SDPs) and Application Servers for voice and video enhanced services, today announced support for the Diameter Protocol.  Supported in the OmniVox3D SIP Application Server and accessed through its OmniView(R) Service Creation Environment, the new Diameter Command Icon enables online charging, including Authentication, Authorization and Accounting (AAA)  functionalities.  Diameter is the successor to the RADIUS protocol for use in SIP/IMS networks.</p>
<p>The new Diameter Command in OmniVox3D enables online charging using the Diameter Credit Control Application.  This Command can be embedded into call dialogs using OmniView, where application developers can create services that can be charged directly to subscribers&#8217; accounts.  The incremental nature of the Diameter online charging application permits subscribers&#8217; accounts to be charged for several services simultaneously, enabling enhanced services (such as video/multimedia content, ringtones, etc.) to be charged by an  application server while a switch or CSCF/proxy bills the account for the entire call.</p>
<p>&#8220;With support for Diameter in OmniVox3D, network operators around the world can now easily implement all types of online charging,&#8221; said Elhum Vahdat, executive vice president of APEX Voice Communications.  &#8220;Additionally, the new Diameter Command has extensive support for vendor-specific attributes, which we know differs among the various back-end charging and billing systems.&#8221;</p>
<p>Diameter is the protocol chosen by 3GPP for use in SIP/IMS networks, and has become the protocol of choice for interfacing 4th-generation carrier network equipment to convergent billing systems.  Many new subscriber charging and billing systems for network equipment (e.g. from Ericsson, Huawei) use the Diameter Credit Control Application (Ro) as described in RFC 4006 and in 3GPP TS 32.299.  Offering better overall transport, proxying, session control and security for Authentication, Authorization and Accounting (AAA) functionalities,<br />
the Diameter Protocol is an important integration point for carrier tracking of their customers&#8217; usage and as the basis for monthly billing.</p>
<p>The OmniVox3D SIP Application Server is the core component of the APEX Service Delivery Platform (APEX SDP[tm]), which is a mature, field-proven and future-proof platform that delivers immediate returns on the new generation of voice, video and data enhanced services.  The APEX SDPs inherent design ensures the scalability, reliability and high-availability required by mobile and fixed-line Network Operators and VASPs, while its award-winning OmniVox3D and OmniView offer the flexibility for rapid deployment of service bundles across multiple networks – 3G, SIP/IMS, TDM/SS7, AIN/IN and converged.  The APEX SDP and OmniVox3D together can process an almost unlimited number of applications, including converged Web 2.0 and Telecom services (mashups), Network IVR, Video IVR, Messaging, Real-Time Billing (Prepaid), Conference Calling and Automated Collect Calling.</p>
<p>About APEX Voice Communications<br />
(www.apexvoice.com, sales@apexvoice.com, +1 818.379.8400)<br />
APEX is a global provider of Service Delivery Platforms and SIP Application Servers to Network Operators, Value Added Service Providers (VASPs) and Value Added Resellers (VARs) for voice and video enhanced services.  With over 15,000 installations across 95 countries since 1989, APEX continues to be a leader in delivering the latest solutions for mission-critical and revenue-generating services.</p>
<p><strong>For more information contact:</strong></p>
<p>Elhum Vahdat<br />
APEX Voice Communications<br />
+1 818.379.8400 x104<br />
evahdat@apexvoice.com</p>
<p>&#8212;&#8212;&#8211;<br />
OmniVox3D is a registered trademark and APEX SDP is a trademark of APEX Voice Communications, Inc.  Other trademarks are the property of their respective companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-news/omnivox3d-now-has-diameter-protocol-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IVR Market to reach $514 million by 2013</title>
		<link>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/</link>
		<comments>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:08:14 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[IVR News]]></category>
		<category><![CDATA[ivrs news]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[Call Center Software]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[Contact center application]]></category>
		<category><![CDATA[cti]]></category>
		<category><![CDATA[inbound IVR]]></category>
		<category><![CDATA[Inbound IVR application]]></category>
		<category><![CDATA[IVR Application]]></category>
		<category><![CDATA[IVR Industry News]]></category>
		<category><![CDATA[IVR Market]]></category>
		<category><![CDATA[IVR Software]]></category>
		<category><![CDATA[ivrs]]></category>
		<category><![CDATA[outbound ivr]]></category>
		<category><![CDATA[Self Service IVR]]></category>
		<category><![CDATA[Service Service IVR system]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Telecom Web]]></category>
		<category><![CDATA[Voice XML]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[vxml]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=463</guid>
		<description><![CDATA[I had posted a report few weeks back about IVR market growing to $2.7 billion by 2011 provided by DMG Consulting LLC, and today I had come across another press release while Googling, which says IVR market will grow to $514million from present estimate of $431million this year, as per T3i Group LLC, which &#8220;provides [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had posted a report few weeks back about<a href="http://www.ivrsworld.com/breaking-news/ivr-interactive-voice-response-market-to-grow-to-27-billion-by-2011/"> IVR market growing to $2.7 billion by 2011</a> provided by DMG Consulting LLC, and today I had come across another press release while Googling, which says IVR market will grow to $514million from present estimate of $431million this year, as per T3i Group LLC, which &#8220;provides market research, data, analysis, and consulting and advisory services to the telecommunications industry.&#8221;<br />
<strong><br />
Few Key findings of the report says :</strong><br />
1. 95% of IVR shipped would be supporting VXML from recent less than 75%.<br />
2. Top three IVR systems are<br />
    a. Inbound Call handling for contact centers<br />
    b. Inbound IVR self service transactions<br />
    c. Outbound IVR for alerts like appointment confirmations, payment collection remainder.<br />
3. Inbound IVR will see decrease by 10% by 2013.<br />
4. Outbound IVR will grow by 12% yearly.<br />
5. Analog CTI boards are decreasing and DTMF based menu in IVR application are also on the decline. Speech enabled menu is growing and will be have 2:1 advantage over DTMF.<br />
<span id="more-463"></span><br />
Complete Press release, Please visit : <a href="http://telecomweb.com/aboutus/pressreleases/262963.html">http://telecomweb.com/aboutus/pressreleases/262963.html </a></p>
<p><strong>About T3i Group LLC</strong></p>
<p>T3i Group LLC provides market research, data, analysis, and consulting and advisory services to the telecommunications industry. It has clients in 46 countries and conducts its business through four operating units: InfoTrack publishes reports that analyze shipment, revenue, market share and other pertinent data of importance to telecommunications equipment manufacturers; TelecomTactics maintains a database of the features and functionality of major telephony systems; Tarifica maintains a database of pricing-related information covering 400 telecommunications carriers operating in 130 countries; and TelecomWeb (<a href="http://www.t3igroup.com">www.t3igroup.com</a>) serves as T3i Group’s primary delivery mechanism for distributing its reports, analyses and data to subscribers.</p>
<p>T3i Group LLC is headquartered in Parsippany, N.J., with additional offices in New York City; London, England; and Cherry Hill, N.J.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/ivr-news/ivr-market-to-reach-514-million-by-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IVR and Asterisk</title>
		<link>http://www.ivrsworld.com/asterisk/ivr-and-asterisk/</link>
		<comments>http://www.ivrsworld.com/asterisk/ivr-and-asterisk/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 08:13:38 +0000</pubDate>
		<dc:creator>Uttam Pegu</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Asterisk Hardware]]></category>
		<category><![CDATA[dialogic]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.ivrsworld.com/?p=239</guid>
		<description><![CDATA[What is Asterisk ? Asterisk is the world’s leading open source telephony engine and tool kit. Offering flexibility unheard of in the world of proprietary communications, Asterisk empowers developers and integrators to create advanced communication solutions&#8230;for free. Asterisk® is released as open source under the GNU General Public License (GPL), and it is available for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>What is Asterisk ?</strong></p>
<p>Asterisk is the world’s leading open source telephony engine and tool kit. Offering flexibility unheard of in the world of proprietary communications, Asterisk empowers developers and integrators to create advanced communication solutions&#8230;for free.<br />
Asterisk® is released as open source under the GNU General Public License (GPL), and it is available for download free of charge. Asterisk® is the most popular open source software available, with the Asterisk Community being the top influencer in VoIP. Source : <a href="http://www.asterisk.org/support/about">www.asterisk.org</a></p>
<p>In other words, you can create IVR application using Asterisk as a platform! Do they support Dialogic cards ? They support some Dialogic card but they are mainly supporter of <a href="http://www.digium.com/en/">Digium</a> cards.</p>
<p>So, basically Asterisk is a linux based platform to develop CTI Applications right from low end Analog Phones to high end VoIP. They support host of protocols like their paid counter parts (Dialogic, Synway etc.) SS7, ISDN, R2MF, SIP, Speech Recognition etc.</p>
<p><strong>How does it compare with traditional CTI hardware and Propritary IVR Software ?</strong></p>
<p>Though it claims to be Open Source, low cost but some how I am not convinced it is an alternative of Dialogic, Synaway or other cards. Because at the end of the day, you need proper support for the hardware, plateform while you concentrate on running your business, not the IVR application.</p>
<p>But I am not the right person about giving any expert opinion as I am not using Asterisk. But I have started reading Asterisk and its usefulness in developing and deploying IVR Applications.</p>
<p>I will keep updating about Asterisk here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ivrsworld.com/asterisk/ivr-and-asterisk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

