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:
Philipp Rothmann 2020-09-02 12:05:00 +02:00
parent 3ebd8cc6d3
commit c4daf5d97a

View File

@ -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>
-->