0

<?xml version="1.0" encoding="UTF-8"?> <Response> <Say>Hello Test!</Say> <Connect action="https://handler.twilio.com/twiml/EH435a2e43f695b8a362222222222222"> <Conversation serviceInstanceSid="IS22222222c2" inboundTimeout="50" record="record-from-answer"/> </Connect> </Response> I added the above TwiMl with record and voicemail feature. I need to modify this to match my following requirement. When a call comes to Twilio number I need to play voice.Not like above "Hello Test!" It should play during call ringing. The caller should listen to my customer voice until the worker or agent answers before the inboundTimeout. This is related to incoming calls. Not related with

``

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Say>Hello Test!</Say>
    <Connect action="https://handler.twilio.com/twiml/EH435a2e43f695b8a362222222222222">     
        <Conversation serviceInstanceSid="IS22222222c2" inboundTimeout="50" record="record-from-answer"/>
    </Connect>
</Response>

``

Pasan
  • 1
  • 2

0 Answers0