api/templates/twiml_dial.xml (
6
lines of code) (
raw
):
<?xml version="1.0" encoding="UTF-8"?> <Response> <Dial callerId="{{ inbound_from }}"> <Number>{{ real_number }}</Number> </Dial> </Response>