Asterisk-media

From 탱이의 잡동사니
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Asterisk media 명령어 내용 정리

Basic

media 명령어는 Asterisk 에서 사용하는 미디어 파일들의 Cache 를 관리한다.

help

earth*CLI> help media
media cache create             -- Create an item in the media cache
media cache delete             -- Remove an item from the media cache
media cache refresh            -- Refresh an item in the media cache
media cache show all           -- Show all items in the media cache
media cache show               -- Show a single item in the media cache

cache create

media cache 를 생성한다.

Usage: media cache create <uri> <file>
       Create an item in the media cache by associating
       a local media file with some URI.

cache show all

현재 등록된 모든 캐시 정보를 표시한다.

cache show

등록된 캐시의 상세 내용을 표시한다.