A simple telephony application

Views:
 
     
 

Presentation Description

A short video showing Aculab Cloud handling a call for a simple inbound telephony application

Comments

Presentation Transcript

PowerPoint Presentation: 

//Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

Someone makes a call //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

Aculab Cloud starts your application //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

Your application controls the call flow… //Answer the call Channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup (); channel.Answer ();

PowerPoint Presentation: 

… and controls the media content … //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup (); channel.FilePlayer.Say ( “The office is currently closed.” ); “The office is currently closed.”

PowerPoint Presentation: 

… and hangs up the call //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

Aculab Cloud handles the rest //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

No specialist telephony hardware or software required International PSTN inbound and outbound service provision Free developer account Pay-as-you-go pricing //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();

PowerPoint Presentation: 

No specialist telephony hardware or software required International PSTN inbound and outbound service provision Free developer account Pay-as-you-go pricing //Answer the call channel.Answer (); //Say some text to the caller channel.FilePlayer.Say ( “The office is currently closed.” ); //Hang up the call channel.Hangup ();