Asterisk-media: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == <pre> earth*CLI> help media media cache create -- Create an item in the media cache media cache delete -- Remove an item from the media...") |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Asterisk media 명령어 내용 정리 | |||
== Basic == | |||
media 명령어는 Asterisk 에서 사용하는 미디어 파일들의 Cache 를 관리한다. | |||
== help == | |||
<pre> | <pre> | ||
earth*CLI> help media | earth*CLI> help media | ||
Line 9: | Line 14: | ||
media cache show -- Show a single item in the media cache | media cache show -- Show a single item in the media cache | ||
</pre> | </pre> | ||
== cache create == | |||
media cache 를 생성한다. | |||
<pre> | |||
Usage: media cache create <uri> <file> | |||
Create an item in the media cache by associating | |||
a local media file with some URI. | |||
</pre> | |||
== cache show all == | |||
현재 등록된 모든 캐시 정보를 표시한다. | |||
== cache show == | |||
등록된 캐시의 상세 내용을 표시한다. | |||
[[category:asterisk]] | [[category:asterisk]] |
Latest revision as of 21:06, 16 October 2018
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
등록된 캐시의 상세 내용을 표시한다.