Freeswitch-mod event socket: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == Freeswitch mod_event_socket 모듈 내용 정리 == telnet == telnet 으로도 접속이 가능하다. 8021 포트로 접속하며 되며, 기본 password 는...") |
No edit summary |
||
Line 2: | Line 2: | ||
Freeswitch mod_event_socket 모듈 내용 정리 | Freeswitch mod_event_socket 모듈 내용 정리 | ||
== telnet == | == Commands == | ||
=== api === | |||
api 명령을 전송한다. | |||
<pre> | |||
api <command> <arg> | |||
</pre> | |||
==== Example ==== | |||
<pre> | |||
api show calls | |||
Content-Type: api/response | |||
Content-Length: 7329 | |||
uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,hostname,sent_callee_name,sent_callee_num,b_uuid,b_direction,b_created,b_created_epoch,b_name,b_state,b_cid_name,b_cid_num,b_ip_addr,b_dest,b_presence_id,b_presence_data,b_callstate,b_callee_name,b_callee_num,b_callee_direction,b_sent_callee_name,b_sent_callee_num,call_created_epoch | |||
b5f031ca-af47-11e7-85f8-e75cb83de8fb,inbound,2017-10-12 14:20:18,1507810818,sofia/internal/asterisk@127.0.0.1,CS_EXECUTE,asterisk,asterisk,127.0.0.1,user_501,,,ACTIVE,,,,,localhost,,,,,,,,,,,,,,,,,,,,, | |||
... | |||
30 total | |||
</pre> | |||
=== bgapi === | |||
== Clients == | |||
=== telnet === | |||
telnet 으로도 접속이 가능하다. 8021 포트로 접속하며 되며, 기본 password 는 'ClueCon' 이다. | telnet 으로도 접속이 가능하다. 8021 포트로 접속하며 되며, 기본 password 는 'ClueCon' 이다. | ||
=== Example === | ==== Example ==== | ||
<pre> | <pre> | ||
telnet localhost 8021 | telnet localhost 8021 |
Revision as of 12:23, 12 October 2017
Overview
Freeswitch mod_event_socket 모듈 내용 정리
Commands
api
api 명령을 전송한다.
api <command> <arg>
Example
api show calls Content-Type: api/response Content-Length: 7329 uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,hostname,sent_callee_name,sent_callee_num,b_uuid,b_direction,b_created,b_created_epoch,b_name,b_state,b_cid_name,b_cid_num,b_ip_addr,b_dest,b_presence_id,b_presence_data,b_callstate,b_callee_name,b_callee_num,b_callee_direction,b_sent_callee_name,b_sent_callee_num,call_created_epoch b5f031ca-af47-11e7-85f8-e75cb83de8fb,inbound,2017-10-12 14:20:18,1507810818,sofia/internal/asterisk@127.0.0.1,CS_EXECUTE,asterisk,asterisk,127.0.0.1,user_501,,,ACTIVE,,,,,localhost,,,,,,,,,,,,,,,,,,,,, ... 30 total
bgapi
Clients
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
- https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket - mod_event_socket