Verb-based voice call control in Fonoster.
req.callerNumber
.
Answer
- Accepts an incoming callHangup
- Closes the callPlay
- Takes a URL with a media file and streams the sound back to the calling partyPlayDtmf
- Takes a DTMF sequence and plays it back to the calling partySay
- Takes a text, synthesizes the text into audio, and streams back the resultGather
- Waits for DTMF or speech events and returns back the resultSGather
- Returns a stream for future DTMF and speech resultsStream
- Creates a bidirectional stream to send and receive audio from a callerDial
- Passes the call to an Agent or a Number at the PSTNRecord
- It records the voice of the calling party and saves the audio on the Storage sub-systemMute
- It tells the channel to stop sending media, effectively muting the channelUnmute
- It tells the channel to allow media flow50061
with the port your VoiceServer is running on. Ngrok will provide you with a URL that you can use to access your VoiceServer.