Freeswitch-mod event socket

From 탱이의 잡동사니
Revision as of 12:12, 12 October 2017 by Pchero (talk | contribs) (Created page with "== Overview == Freeswitch mod_event_socket 모듈 내용 정리 == telnet == telnet 으로도 접속이 가능하다. 8021 포트로 접속하며 되며, 기본 password 는...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Freeswitch mod_event_socket 모듈 내용 정리

telnet

telnet 으로도 접속이 가능하다. 8021 포트로 접속하며 되며, 기본 password 는 'ClueCon' 이다.

Example

telnet localhost 8021
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Content-Type: auth/request

auth ClueCon

Content-Type: command/reply
Reply-Text: +OK accepted

See also