Hi, i have searched the arvhices and could not find a simple example on how to configure a DID for  mod_conference, i mean you dial an DID, an ivr responds &quot;please enter you conference number and press puond key, etc&quot;, and if the conference room was configured with pin it asks &quot;please enter ´pin number, etc&quot;.<br>
as i undestend, in this example from wiki:<br><br><pre>&lt;extension name=&quot;test_bridging_conference&quot;&gt;<br>   &lt;condition field=&quot;destination_number&quot; expression=&quot;^(3000)$&quot;&gt;<br>      &lt;action application=&quot;answer&quot;/&gt;<br>
      &lt;action application=&quot;playback&quot; data=&quot;connecting_your_call.wav&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>      &lt;action application=&quot;conference&quot; data=&quot;bridge:$1-${domain_name}@default:user/1000@${domain_name}&quot;/&gt;<br>
   &lt;/condition&gt;<br>&lt;/extension&gt;<br></pre><br>i need a gateway and if you receive the DID 3000 you join the conference right?<br>What i want is a single did for all the conferences.<br>regards<br><br>