1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/asterisk.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

32 lines
731 B
Markdown

# asterisk
> 전화 및 교환기(전화) 서버 인스턴스를 실행하고 관리합니다.
> 더 많은 정보: <https://docs.asterisk.org>.
- 실행 중인 서버에 [r]재연결하고, 3단계의 [v]자세히 로깅을 활성화:
`asterisk -r -vvv`
- 실행 중인 서버에 [r]재연결하여 단일 명령을 실행하고 반환:
`asterisk -r -x "{{명령어}}"`
- chan_SIP 클라이언트(전화) 표시:
`asterisk -r -x "sip show peers"`
- 활성 통화 및 채널 표시:
`asterisk -r -x "core show channels"`
- 음성 사서함 표시:
`asterisk -r -x "voicemail show users"`
- 채널 종료:
`asterisk -r -x "hangup request {{채널_ID}}"`
- chan_SIP 구성 다시 로드:
`asterisk -r -x "sip reload"`