<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>500 Internal Server error</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6140950" />
  <subtitle>500 Internal Server error</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6140950</id>
  <updated>2013-05-22T13:23:34Z</updated>
  <dc:date>2013-05-22T13:23:34Z</dc:date>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6229774" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6229774</id>
    <updated>2012-08-03T22:07:26Z</updated>
    <published>2012-08-03T22:07:26Z</published>
    <summary type="html">Did you check the response header? It might just return the 200 OK, or 202 meaning "Accepted".

Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2012-08-03T22:07:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6206468" />
    <author>
      <name>Will Ashley</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6206468</id>
    <updated>2012-07-31T16:47:19Z</updated>
    <published>2012-07-31T16:47:19Z</published>
    <summary type="html">Ok, I have it "sending" a message, and it says it did it, but I never see the message in the user's VM.  Where does the message go?

Is it supposed to show up in the VM box, or does "Send" mean something different.</summary>
    <dc:creator>Will Ashley</dc:creator>
    <dc:date>2012-07-31T16:47:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6188785" />
    <author>
      <name>Will Ashley</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6188785</id>
    <updated>2012-07-26T18:50:17Z</updated>
    <published>2012-07-26T18:50:17Z</published>
    <summary type="html">Ok, I fixed the 500 error,

What we are trying to do it record a message on the phone and send it to another user.  I can record the message, but having trouble with the send part.  I get request was canceled message.  when I try to send it.

I am using .NET to try and recreate this: (From your Wiki on how to send a message)  But without code examples etc.. you guys make it really hard to figure this stuff out.

POST /vmrest/messages?userobjectid=84c14db9-7439-4326-a2e2-e516aa192dff HTTP/1.1
Content-Type: multipart/form-data;boundary=Boundary_1_16617866_1263568442453
Accept: application/json
User-Agent: Java/1.6.0_17
Host: cuc-install-67.cisco.com
Connection: keep-alive
Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg==
Content-Length: 731

\--Boundary_1_16617866_1263568442453
Content-Type: application/json
{"Subject":"send message test","ArrivalTime":"0","FromSub":"false"}
\--Boundary_1_16617866_1263568442453
Content-Type: application/json

{"Recipient":{"Type":"TO","Address":
{"UserGuid":"84c14db9-7439-4326-a2e2-e516aa192dff","DisplayName":"Operator"}
}}
\--Boundary_1_16617866_1263568442453
Content-Type: application/xml
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;&lt;CallControl&gt;&lt;op&gt;PLAY&lt;/op&gt;&lt;resourceType&gt;STREAM&lt;/resourceType&gt;&lt;resourceId&gt;cf1cb014-6394-4279-
ab5a-74a6d680e440.wav&lt;/resourceId&gt;&lt;lastResult&gt;0&lt;/lastResult&gt;&lt;speed&gt;100&lt;/speed&gt;&lt;volume&gt;100&lt;/volume&gt;&lt;startPosition&gt;0&lt;/startPosition&gt;&lt;/CallControl&gt;

\--Boundary_1_16617866_1263568442453-\-</summary>
    <dc:creator>Will Ashley</dc:creator>
    <dc:date>2012-07-26T18:50:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6157936" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6157936</id>
    <updated>2012-07-23T19:07:03Z</updated>
    <published>2012-07-23T19:07:03Z</published>
    <summary type="html">Looks like a user setting problem?
Can you share more on what you are trying to do?
Which API call were you trying?</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2012-07-23T19:07:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6145905" />
    <author>
      <name>Will Ashley</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6145905</id>
    <updated>2012-07-20T19:11:52Z</updated>
    <published>2012-07-20T19:11:52Z</published>
    <summary type="html">[quote]Will,
Were you able to collect the trace from your server?
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_APIs_--_Troubleshooting]Here[/url] is the instruction on how to get the trace...

Howard[/quote]
 
14:02:51.490 |1222,,,VMREST,0,ERROR [http-8443-1] com.cisco.connection.rest.SecurityFilter  - user principal not found
 
 
 </summary>
    <dc:creator>Will Ashley</dc:creator>
    <dc:date>2012-07-20T19:11:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: 500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6141008" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6141008</id>
    <updated>2012-07-19T19:59:18Z</updated>
    <published>2012-07-19T19:59:18Z</published>
    <summary type="html">Will,
Were you able to collect the trace from your server?
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_APIs_--_Troubleshooting]Here[/url] is the instruction on how to get the trace...

Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2012-07-19T19:59:18Z</dc:date>
  </entry>
  <entry>
    <title>500 Internal Server error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6140949" />
    <author>
      <name>Will Ashley</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6140949</id>
    <updated>2012-07-19T19:47:04Z</updated>
    <published>2012-07-19T19:47:04Z</published>
    <summary type="html">I keep getting a 500 Internal Server error when trying to use CUTI.  Any ideas on what is wrong?
 
 </summary>
    <dc:creator>Will Ashley</dc:creator>
    <dc:date>2012-07-19T19:47:04Z</dc:date>
  </entry>
</feed>

