Freeswitch-event socket.conf.xml: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Ovewview == mod_event_socke 설정 파일 event_socket.conf.xml 내용 정리 == Settings == <source lang=xml> <configuration name="event_socket.conf" description="Socket...") |
|||
Line 1: | Line 1: | ||
== Ovewview == | == Ovewview == | ||
mod_event_socket 설정 파일 event_socket.conf.xml 내용 정리 | |||
== Settings == | == Settings == |
Latest revision as of 14:28, 23 October 2017
Ovewview
mod_event_socket 설정 파일 event_socket.conf.xml 내용 정리
Settings
<source lang=xml> <configuration name="event_socket.conf" description="Socket Client">
<settings> <param name="nat-map" value="false"/> <param name="listen-ip" value="127.0.0.1"/> <param name="listen-port" value="8021"/> <param name="password" value="ClueCon"/> </settings>
</configuration> </source>
nat-map
listen-ip
Event socket listen ip address 를 설정한다.
listen-port
Event socket listen port 를 설정한다.