mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-23 00:23:25 +01:00
c4daf5d97a
In order to process a phonecall correctly freeswitch requires the extension field in the sip_profiles file. The Value has to be set to the phonenumber given to you by sipgate / your provider. See https://github.com/bigbluebutton/bigbluebutton.github.io/blob/master/_posts/2019-02-14-customize.md#add-a-phone-number-to-the-conference-bridge for reference.
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>
|
|
-->
|