Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Media Manager#

Receives requests to resolve media IDs into HTTP URLs. Could be for prompt/media URLs for FreeSWITCH to play to the caller or URLs for FreeSWITCH to use to upload recordings, faxes, etc.

Media manager also receives requests to generate TTS media files, caching the resulting media for FreeSWITCH to stream.

Rough Architecture#

Single play stream

ECALLMGR MEDIA MGR media_req → media_listener verify media exists generate URL to SHOUT server call_control ← media_resp prefetch attachment if not cached locally

FS playback() → media_shout_protocol accept client verify stream path exists (can issue redirect to couch?) send chunked data to socket