Is this really a bluebox system? If so you may want to check in on the 2600hz forums/irc/mailing list for help. The configuration scheme used by bb is very different from the generic FS configs that we&#39;re all used to using.<div>
<br></div><div>-MC<br><br><div class="gmail_quote">On Sat, Oct 15, 2011 at 10:35 PM, Ryan How <span dir="ltr">&lt;<a href="mailto:rhow@exemail.com.au">rhow@exemail.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I&#39;ve got an extension set up to redirect to my mobile. It all works<br>
fine, except if I reject the call on my mobile it starts ringing again.<br>
It just keeps going until the timeout and then transfers to voicemail.<br>
How can I make it go to voicemail if I reject the call on my mobile? I<br>
tried adding fail_on_single_reject=true but it didn&#39;t seem to do<br>
anything. Sorry for the newbie question. I&#39;m slowly learning :). XML is<br>
below.<br>
<br>
Thanks!<br>
<br>
Ryan<br>
<br>
&lt;extension name=&quot;main_number_11&quot; continue=&quot;true&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^3101$&quot;&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;settingEndBridge&quot;<br>
data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;settingFail&quot;<br>
data=&quot;continue_on_fail=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;autoPlay&quot; data=&quot;vm_auto_play=false&quot;/&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;settingTimeout&quot; data=&quot;call_timeout=30&quot;/&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;settingRing&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>
&lt;action application=&quot;set&quot; bluebox=&quot;settingRingXfer&quot;<br>
data=&quot;transfer_ringback=${us-ring}&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fail_on_single_reject=true&quot;/&gt;<br>
&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdName&quot;<br>
data=&quot;sip_callee_id_name=Ryan Work Mobile&quot;/&gt;<br>
&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdNumber&quot;<br>
data=&quot;sip_callee_id_number=3101&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot;<br>
data=&quot;{ignore_early_media=true}sofia/gateway/trunk_1/0447614933&quot;/&gt;<br>
&lt;action application=&quot;answer&quot;/&gt;<br>
&lt;action application=&quot;voicemail&quot; data=&quot;default voicemail_1 2001&quot;/&gt;<br>
&lt;action application=&quot;hangup&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>