<?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>CVP Standalone Outbound Answer machine detection (AMD)</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10140607" />
  <subtitle>CVP Standalone Outbound Answer machine detection (AMD)</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=10140607</id>
  <updated>2013-06-18T22:58:25Z</updated>
  <dc:date>2013-06-18T22:58:25Z</dc:date>
  <entry>
    <title>RE: CVP Standalone Outbound Answer machine detection (AMD)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10152289" />
    <author>
      <name>Paul Tindall</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10152289</id>
    <updated>2013-01-10T21:12:33Z</updated>
    <published>2013-01-10T21:12:33Z</published>
    <summary type="html">Unfortunately it's not possible to use the gateway CPA capability in this model as it depends on CPA request and results being communicated within the SIP messaging body.  If it used SIP headers then we could probably do something with CVP Standalone to make use of it.  The only thing I can suggest is using a record element to detect final silence and use the greeting recording duration to determine likelihood of automated answering device vs. real person.   it's a bit crude but right now I think it's the best there is.  At a minimum it allows you to leave a message on an answering service after the greeting has stopped rather than having it truncated at the beginning.

Paul</summary>
    <dc:creator>Paul Tindall</dc:creator>
    <dc:date>2013-01-10T21:12:33Z</dc:date>
  </entry>
  <entry>
    <title>CVP Standalone Outbound Answer machine detection (AMD)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10140606" />
    <author>
      <name>Jose jaime Vazquez</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10140606</id>
    <updated>2013-01-10T16:21:09Z</updated>
    <published>2013-01-10T16:21:09Z</published>
    <summary type="html">Hi,
 
Currently i have an issue regarding CVP Standalone ussing the Outbound script. I noticed that calls going to the answering machines  or voicemail are handled as "connected", so i placed the cpa configuration with this lines:
 
cpa timing silent 600
cpa timing live-person 2000
 
So this is my first issue to solve on my way for AMD (Answer machine detection) . If you have any example configuration, or recomendation please post.
 
My second issue to identify the voicemail is to get the status from gateway to vxml server, actually is going to the "connected" status, but the Makecall box identify just this status from the outcome
 
          if (call_outcome.equals("connected") ||
          call_outcome.equals("busy") ||
          call_outcome.equals("invalid_number") ||
          call_outcome.equals("noanswer"))
 
So this leads me to the following question, how can i identify the message on the outcome from the gateway?
 
Any help is appreciated.</summary>
    <dc:creator>Jose jaime Vazquez</dc:creator>
    <dc:date>2013-01-10T16:21:09Z</dc:date>
  </entry>
</feed>

