Freeswitch-event socket.conf.xml
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 를 설정한다.