


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;feed=atom&amp;action=history</id>
		<title>Cisco Unity Connection Provisioning Interface (CUPI) API -- Wave Formats - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;action=history"/>
		<updated>2013-05-23T14:04:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;diff=36349&amp;oldid=prev</id>
		<title>Gscorbin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;diff=36349&amp;oldid=prev"/>
				<updated>2010-12-14T00:05:09Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 00:05, 14 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Gscorbin</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;diff=36348&amp;oldid=prev</id>
		<title>Juliew at 22:58, 13 December 2010</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unity_Connection_Provisioning_Interface_(CUPI)_API_--_Wave_Formats&amp;diff=36348&amp;oldid=prev"/>
				<updated>2010-12-13T22:58:03Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Links to Other API pages:''' [[Cisco_Unity_Connection_APIs]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|'''CUPI Guide Contents'''&lt;br /&gt;
|-&lt;br /&gt;
|[[Cisco Unity Connection Provisioning Interface (CUPI) API|API Overview ]]&amp;lt;br&amp;gt;[[Cisco Unity Connection Provisioning Interface (CUPI) API -- Index of All CUPI Documentation|Index of All CUPI Documentation]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Wave Formats ==&lt;br /&gt;
&lt;br /&gt;
This page contains information on how to use the API to list wave formats. Cisco Unity Connection supports several different wave formats that recorded messages can be stored in. This URI is accessible to both users and administrators.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Listing and Viewing ==&lt;br /&gt;
&lt;br /&gt;
The following is an example of a GET that lists all wave formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET http://&amp;lt;connection-server&amp;gt;/vmrest/waveformats&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To retrieve a specific wave format by its object ID:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET http://&amp;lt;connection-server&amp;gt;/vmrest/waveformats/&amp;lt;objectid&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is an example response from the above GET request:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
200&lt;br /&gt;
OK&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;WaveFormat&amp;gt;&lt;br /&gt;
  &amp;lt;URI&amp;gt;/vmrest/waveformats/cb85b520-e2de-4878-96e2-3331607f4671&amp;lt;/URI&amp;gt;&lt;br /&gt;
  &amp;lt;ObjectId&amp;gt;cb85b520-e2de-4878-96e2-3331607f4671&amp;lt;/ObjectId&amp;gt;&lt;br /&gt;
  &amp;lt;AvgBytesPerSec&amp;gt;1000&amp;lt;/AvgBytesPerSec&amp;gt;&lt;br /&gt;
  &amp;lt;BitsPerSample&amp;gt;0&amp;lt;/BitsPerSample&amp;gt;&lt;br /&gt;
  &amp;lt;BlockAlign&amp;gt;10&amp;lt;/BlockAlign&amp;gt;&lt;br /&gt;
  &amp;lt;Channels&amp;gt;1&amp;lt;/Channels&amp;gt;&lt;br /&gt;
  &amp;lt;FormatName&amp;gt;G.729a&amp;lt;/FormatName&amp;gt;&lt;br /&gt;
  &amp;lt;FormatTag&amp;gt;307&amp;lt;/FormatTag&amp;gt;&lt;br /&gt;
  &amp;lt;SamplesPerSec&amp;gt;8000&amp;lt;/SamplesPerSec&amp;gt;&lt;br /&gt;
  &amp;lt;JavaEncoding&amp;gt;G.729a&amp;lt;/JavaEncoding&amp;gt;&lt;br /&gt;
  &amp;lt;CodecId&amp;gt;3&amp;lt;/CodecId&amp;gt;&lt;br /&gt;
&amp;lt;/WaveFormat&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Unity Connection Provisioning Interface (CUPI) API]]&lt;/div&gt;</summary>
		<author><name>Juliew</name></author>	</entry>

	</feed>