<?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>Validate user with mailbox# and PIN?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>Validate user with mailbox# and PIN?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-21T16:02:25Z</updated>
  <dc:date>2013-05-21T16:02:25Z</dc:date>
  <entry>
    <title>RE: New Message from Jeff Lindborg in Cisco Unity Connection(CUC) - CUMI Qu</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8558449" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8558449</id>
    <updated>2012-11-14T15:57:28Z</updated>
    <published>2012-11-14T15:57:28Z</published>
    <summary type="html">Still probably wouldn't hurt to mention somewhere on cisco.com that the giant ArrivalTime tag value is milliseconds since 1970 for those of us who aren't used to dealing with timestamps like that :)  Thanks for the help!</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-14T15:57:28Z</dc:date>
  </entry>
  <entry>
    <title>RE: ArrivalTime format</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481718" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481718</id>
    <updated>2012-11-11T15:41:15Z</updated>
    <published>2012-11-11T15:41:15Z</published>
    <summary type="html">And since my application server may not be in the same timezone as the voicemail system, is there a way in the API to determine the timezone of the user's mailbox and/or voicemail system so I can correctly convert the ArrivalTime?
 
Thanks again for all of the help!</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-11T15:41:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: ArrivalTime format</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481588" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481588</id>
    <updated>2012-11-11T15:18:27Z</updated>
    <published>2012-11-11T15:18:27Z</published>
    <summary type="html">Thanks!  Do you happen to know if there is a way to query for only messages after a certain value of ArrivalTime?  Or do you have to grab all messages objects and cycle through.  I'm needing to grab only messages that are new to my application, so the read tag won't be of much help.</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-11T15:18:27Z</dc:date>
  </entry>
  <entry>
    <title>ArrivalTime format</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481490" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8481490</id>
    <updated>2012-11-11T14:59:31Z</updated>
    <published>2012-11-11T14:56:36Z</published>
    <summary type="html">I am trying to figure out how to translate the Message object's ArrivalTime tag (1352643695000) into an actual timestamp.  That number should equate to approximately 11/11/2012 9:21 AM (EST) but for the life of me I can't figure out how!  A message about one minute later had the number (1352643754000) for a difference of 59000, leading me to believe the last part is possibly milliseconds since midnight somewhere?  But if the 13526 is days that means they started counting on Halloween in 1975!  I'm sure I'm missing something here but please help if you can :)</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-11T14:56:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Validate user with mailbox# and PIN?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8240223" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8240223</id>
    <updated>2012-11-01T16:20:49Z</updated>
    <published>2012-11-01T16:20:49Z</published>
    <summary type="html">Thanks!  I didn't see anything in the REST API to handle that but hoping I missed something.  Do you know where I can find any documentation to see what would be involved with using the Stored Procedure?  I'm not sure if this application will allow for me to connect directly to the database but I can look into that.</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-01T16:20:49Z</dc:date>
  </entry>
  <entry>
    <title>Validate user with mailbox# and PIN?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8213647" />
    <author>
      <name>Roger Northrop</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8213647</id>
    <updated>2012-11-01T12:56:05Z</updated>
    <published>2012-11-01T12:56:05Z</published>
    <summary type="html">I
am trying to validate users who do not know their web username and password,
but since all of the API calls seem to require those values to authenticate,
how can I validate that a user entered the correct mailbox and pin? If I
authenticate with admin credentials, I can use the API to query for the user
that matches the mailbox they entered (dtmfaccessid) and get their objectID.
But after that how can I confirm that they entered the correct TUI pin for
their mailbox? I see the API call to PUT a new pin and I tried a GET with the
same URL and it returns some xml but not the actual pin. I was hoping some call
would let me retrieve the current value of their pin so I could compare, if
nothing else.
Thanks
for your help!</summary>
    <dc:creator>Roger Northrop</dc:creator>
    <dc:date>2012-11-01T12:56:05Z</dc:date>
  </entry>
</feed>

