<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. Once the two calls are connected I would like it to play file that says something like "you are connected". I have this component working by using a dynamic conference bridge. 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. 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;"> <extension name="9000">
<condition field="destination_number" expression="^9000$">
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="continue_on_fail=true"/>
<action application="set" data="ignore_early_media=true"/>
<action application="answer"/>
<action application="playback" data="/tmp/pleasewait.wav"/>
<action application="set" data="call_timeout=5"/>
<action application="ring_ready"/>
<action application="conference" data="bridge:_uuid_@conf_1:sofia/gateway/primary/614xxxxxxxxxx"/>
<action application="log" data="INFO Voicemail"/>
<action application="voicemail" data="default v2e 1000"/>
</condition>
</extension></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>