Asterisk-media

From 탱이의 잡동사니
Revision as of 21:06, 16 October 2018 by Pchero (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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