record the conversation between the customer and a customer
Posted: Thu Jun 27, 2013 11:50 am
Hi,
I am new to VoiceXML IVR development. currenlty i'm developing ivr application using asp.net. I tried some samples of record option using record tag and saved as wav file. But my criteria
Is it possible to record the conversation between the customer and a customer support executive once the call is be transferred to customer care?
I used to following code to transfer the call
<?xml version="1.0" encoding="utf-8" ?>
<vxml version="2.0">
<form>
<property name="recordcall" value="true"/>
<transfer name="outcome" dest="tel:+1xxxxxxxxxxx" connecttimeout="18s">
</transfer>
</form>
</vxml>
I am new to VoiceXML IVR development. currenlty i'm developing ivr application using asp.net. I tried some samples of record option using record tag and saved as wav file. But my criteria
Is it possible to record the conversation between the customer and a customer support executive once the call is be transferred to customer care?
I used to following code to transfer the call
<?xml version="1.0" encoding="utf-8" ?>
<vxml version="2.0">
<form>
<property name="recordcall" value="true"/>
<transfer name="outcome" dest="tel:+1xxxxxxxxxxx" connecttimeout="18s">
</transfer>
</form>
</vxml>