forked from Mirrors/freeswitch
7a6303d6b3
The default "vanilla" configuration that comes with FreeSWITCH has
been designed as a showcase of the configurability of the myriad of
features that FreeSWITCH comes with out of the box. While it is very
helpful in tinkering with FreeSWITCH, it has a lot of extraneous stuff
enabled/configured for use in a production system. This configuration
aims to take the reverse stance -- it attempts to be a starting point
for configuring a new system by "adding" required features (instead of
removing them as one would do if one starts with the default
configuration).
Jira: FS-7362
Source: 270941d6f2
9 lines
293 B
XML
9 lines
293 B
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>
|