forked from Mirrors/freeswitch
12 lines
346 B
XML
12 lines
346 B
XML
|
<configuration name="woomera.conf" description="Woomera Endpoint">
|
||
|
<settings>
|
||
|
<param name="debug" value="0"/>
|
||
|
</settings>
|
||
|
<interface>
|
||
|
<param name="host" value="localhost"/>
|
||
|
<param name="port" value="42420"/>
|
||
|
<param name="audio-ip" value="127.0.0.1"/>
|
||
|
<param name="dialplan" value="XML"/>
|
||
|
</interface>
|
||
|
</configuration>
|