JavaScript

Ejecute su aplicación

Abrir client_js.html en un navegador.

En la página se muestra el estado actual de la llamada y un botón de respuesta.

Ahora puedes llamar al número de Vonage asociado con tu aplicación Client SDK.

Oirá un mensaje indicándole que espere mientras le comunican con un agente.

En su aplicación web, verá actualizado el estado de la llamada. Haga clic en el icono Answer para responder a la llamada entrante.

Ahora puede tener lugar una conversación entre la aplicación web (agente) y la persona que recibe la llamada.

Cuelga cuando hayas terminado y el estado de la llamada se actualizará de nuevo.

Webhooks

A medida que avanza con la llamada, por favor, cambie al terminal y observe el /voice/answer al que se llama para recuperar la NCCO:

NCCO request: - caller: 447700900000 - callee: 442038297050

Además, a medida que la convocatoria avanza por las distintas fases, /voice/event se envían eventos:

EVENT: { headers: {}, from: '447700900000', to: '442038297050', uuid: '0779a56d002f1c7f47f82ef5fe84ab79', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'ringing', direction: 'inbound', timestamp: '2021-03-29T21:20:05.582Z' } --- EVENT: { headers: {}, from: '447700900000', to: '442038297050', uuid: '0779a56d002f1c7f47f82ef5fe84ab79', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'started', direction: 'inbound', timestamp: '2021-03-29T21:20:05.582Z' } --- EVENT: { start_time: null, headers: {}, rate: null, from: '447700900000', to: '442038297050', uuid: '0779a56d002f1c7f47f82ef5fe84ab79', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'answered', direction: 'inbound', network: null, timestamp: '2021-03-29T21:20:06.182Z' } --- EVENT: { from: '447700900000', to: 'Alice', uuid: '944bf4bf-8dc7-4e23-86b2-2f4234777416', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'started', direction: 'outbound', timestamp: '2021-03-29T21:20:13.025Z' } --- EVENT: { start_time: null, headers: {}, rate: null, from: '447700900000', to: 'Alice', uuid: '944bf4bf-8dc7-4e23-86b2-2f4234777416', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'answered', direction: 'outbound', network: null, timestamp: '2021-03-29T21:20:13.025Z' } --- EVENT: { headers: {}, end_time: '2021-03-29T21:20:16.000Z', uuid: '944bf4bf-8dc7-4e23-86b2-2f4234777416', network: null, duration: '5', start_time: '2021-03-29T21:20:11.000Z', rate: '0.00', price: '0', from: '447700900000', to: 'Alice', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'completed', direction: 'outbound', timestamp: '2021-03-29T21:20:17.574Z' } --- EVENT: { headers: {}, end_time: '2021-03-29T21:20:18.000Z', uuid: '0779a56d002f1c7f47f82ef5fe84ab79', network: 'GB-FIXED', duration: '12', start_time: '2021-03-29T21:20:06.000Z', rate: '0.00720000', price: '0.00144000', from: ' 447700900000', to: '442038297050', conversation_uuid: 'CON-8f5a100c-fbce-4218-8d4b-16341335bcd6', status: 'completed', direction: 'inbound', timestamp: '2021-03-29T21:20:17.514Z' } ---