Freeswitch-event socket.conf.xml

From 탱이의 잡동사니
Revision as of 14:12, 23 October 2017 by Pchero (talk | contribs) (Created page with "== Ovewview == mod_event_socke 설정 파일 event_socket.conf.xml 내용 정리 == Settings == <source lang=xml> <configuration name="event_socket.conf" description="Socket...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ovewview

mod_event_socke 설정 파일 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 를 설정한다.

password