<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br>
Hi All,<div><br></div><div>I am trying to setup a system that will allow me to make an external call when somebody calls into my FS server. &nbsp;Once the two calls are connected I would like it to play file that says something like "you are connected". &nbsp;I have this component working by using a dynamic conference bridge. &nbsp;The next part is what I am having trouble with is making the caller go to a voicemail if there is no answer on the bridge line. &nbsp;This is the dialplan I am trying:</div><div><br></div><div><pre id="line1"><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="white-space: normal;"><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">      &lt;extension name="9000"&gt;
        &lt;condition field="destination_number" expression="^9000$"&gt;
          &lt;action application="set" data="hangup_after_bridge=true"/&gt;
          &lt;action application="set" data="continue_on_fail=true"/&gt;
          &lt;action application="set" data="ignore_early_media=true"/&gt;
          &lt;action application="answer"/&gt;
          &lt;action application="playback" data="/tmp/pleasewait.wav"/&gt;
          &lt;action application="set" data="call_timeout=5"/&gt;
          &lt;action application="ring_ready"/&gt;
          &lt;action application="conference" data="bridge:_uuid_@conf_1:sofia/gateway/primary/614xxxxxxxxxx"/&gt;
          &lt;action application="log" data="INFO Voicemail"/&gt;
          &lt;action application="voicemail" data="default v2e 1000"/&gt;
        &lt;/condition&gt;
      &lt;/extension&gt;</span><span class="Apple-style-span" style="white-space: pre;">
</span></font></span></font></pre><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">I am using FreeSWITCH Version 1.0.5-20100401-0400 as my build. </span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">Is it possible to send a call to the voicemail application or transfer the call to another dialplan if there is no answer on the bridge line?  </span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">Cheers,</span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre;">Ash.</span></font></div></div></body></html>