13 lines
359 B
XML
13 lines
359 B
XML
<!-- All Options: https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration -->
|
|
|
|
<!--
|
|
<include>
|
|
<gateway name="sipgate.de">
|
|
<param name="proxy" value="sipgate.de"/>
|
|
<param name="username" value="USERNAME"/>
|
|
<param name="password" value="PASSWORD"/>
|
|
<param name="extension" value="EXTERNALDID"/>
|
|
</gateway>
|
|
</include>
|
|
-->
|