Outbound IVR calls to VM and answering machines
Posted: Mon Mar 12, 2012 10:34 am
I am calling the same answering machine for each outbound call I make, and sometimes the call is recognized as an answering machine, other times it is recognized as voice. The same is true with the voice mail on my cell phone. I understand that the system is not 100% accurate on callee type detection, but what would cause varying results when calling the exact same answering machine and voice mail?
Here is the code I am using. I've picked up tips from similar posts on the forum, but it is still only about 50% accurate. Can you please suggest any changes I can make to get callee type detection to work more consistently?
I am setting the callee_type using the value passed in to the start_url. The outbound message is filled in dynamically based on account number.
<form id="OutboundIVRMsg">
<var name="callee_type" expr="'%CalleeType%'" />
<record cond="callee_type=='answeringmachine'" finalsilence="2000ms"/>
<block>
<prompt>
%OutboundIVRMsg%
</prompt>
</block>
</form>
Thanks for any suggestions.
Here is the code I am using. I've picked up tips from similar posts on the forum, but it is still only about 50% accurate. Can you please suggest any changes I can make to get callee type detection to work more consistently?
I am setting the callee_type using the value passed in to the start_url. The outbound message is filled in dynamically based on account number.
<form id="OutboundIVRMsg">
<var name="callee_type" expr="'%CalleeType%'" />
<record cond="callee_type=='answeringmachine'" finalsilence="2000ms"/>
<block>
<prompt>
%OutboundIVRMsg%
</prompt>
</block>
</form>
Thanks for any suggestions.