how to configure call url in twilio api -
i creating programme recieving call, every time calling via phone or browser says auto generated message : https://demo.twilio.com/welcome/voice/
i need reply phone call via phone , browser both, , url have giv in twiml app voice ? outgoing phone call or incoming?? if merging them no effect??
twilio.device.incoming(function (conn) { $("#log").text("incoming connection " + conn.parameters.from); // take incoming connection , start two-way sound conn.accept(); });
twilio evangelist here.
it sounds have not configured voice request url twilio phone number.
this url should homecoming twilio twilio tell inbound phone call. in case sounds want twilio dial phone number or twilio client, twiml dial phone:
<response> <dial> <number>+1-555-555-5555</number> </dial> </response>
or dial client:
<response> <dial> <client>[name-of-the-registered-client]</client> </dial> </response>
hop helps.
api call twilio
No comments:
Post a Comment