<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://uname.pingveno.net/blog/index.php/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title># uname -a - Mot-clé - freepbx</title>
    <link>https://uname.pingveno.net/blog/index.php/</link>
    <atom:link href="https://uname.pingveno.net/blog/index.php/feed/tag/freepbx/rss2" rel="self" type="application/rss+xml" />
    <description>Le blog de uname.pingveno.net</description>
    <language>fr</language>
    <pubDate>Wed, 01 Apr 2026 16:19:15 +0200</pubDate>
    <copyright>Mathieu Pellegrin</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Configure a 3CX extension with Big Blue Button conferencing bridge (Freeswitch)</title>
        <link>https://uname.pingveno.net/blog/index.php/post/2020/10/23/Configure-a-3CX-extension-with-Big-Blue-Button-conferencing-bridge-%28Freeswitch%29</link>
        <guid isPermaLink="false">urn:md5:c6d5cd185f79ab65b59e18b2078e003a</guid>
        <pubDate>Fri, 23 Oct 2020 16:43:00 +0200</pubDate>
        <dc:creator>Mathieu</dc:creator>
                  <category>Hacks</category>
                          <category>3cx</category>
                  <category>bigbluebutton</category>
                  <category>freepbx</category>
                  <category>freeswitch</category>
                <description>          &lt;p&gt;Just a quick note for reference.&lt;/p&gt;

&lt;p&gt;I managed to successfully configure the phone bridge with FreePBX as a SIP provider for Big Blue Button using this documentation : &lt;a href=&quot;https://docs.bigbluebutton.org/2.2/customize.html#add-a-phone-number-to-the-conference-bridge&quot; hreflang=&quot;en&quot;&gt;https://docs.bigbluebutton.org/2.2/customize.html#add-a-phone-number-to-the-conference-bridge&lt;/a&gt; . My trunk is connectd to the SIP server running FreePBX and Big Blue Button is registering as a phone extension to receive phone calls and route them to the conference room.&lt;/p&gt;

&lt;p&gt;But using a similar architecture with 3CX instead of FreePBX as a provider was failing. Actually, you have to add the AuthID as &quot;auth-username&quot; attribute (see &lt;a href=&quot;https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Gateway+Authentication+Params&quot;&gt;https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Gateway+Authentication+Params&lt;/a&gt; )&lt;/p&gt;

&lt;p&gt;In Big Blue Button, the profile file would looks like :&lt;/p&gt;

&lt;pre&gt;
&amp;lt;include&amp;gt;
  &amp;lt;gateway name=&quot;ANY-NAME-FOR-YOUR-PROVIDER&quot;&amp;gt;
    &amp;lt;param name=&quot;proxy&quot; value=&quot;sip.example.net&quot;/&amp;gt;
    &amp;lt;param name=&quot;username&quot; value=&quot;EXTENSION NUMBER (for instance 100)&quot;/&amp;gt;
    &amp;lt;param name=&quot;auth-username&quot; value=&quot;THE AUTHID&quot;/&amp;gt;
    &amp;lt;param name=&quot;password&quot; value=&quot;PASSWORD&quot;/&amp;gt;
    &amp;lt;param name=&quot;extension&quot; value=&quot;CALLED-NUMBER&quot;/&amp;gt;
    &amp;lt;param name=&quot;register&quot; value=&quot;true&quot;/&amp;gt;
    &amp;lt;param name=&quot;context&quot; value=&quot;public&quot;/&amp;gt;
  &amp;lt;/gateway&amp;gt;
&amp;lt;/include&amp;gt;&lt;/pre&gt;

&lt;p&gt;I hope it will help someone stuck with the official documentation.&lt;/p&gt;</description>
        
              </item>
      </channel>
</rss>
