mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-21 15:43:09 +01:00
sip_profiles: add extension field
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.
This commit is contained in:
parent
3ebd8cc6d3
commit
c4daf5d97a
@ -6,6 +6,7 @@
|
||||
<param name="proxy" value="sipgate.de"/>
|
||||
<param name="username" value="USERNAME"/>
|
||||
<param name="password" value="PASSWORD"/>
|
||||
<param name="extension" value="EXTERNALDID"/>
|
||||
</gateway>
|
||||
</include>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user