Freeswitch-event socket.conf.xml

From 탱이의 잡동사니
Revision as of 14:28, 23 October 2017 by Pchero (talk | contribs) (→‎Ovewview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

password