This is definitely a question for Bluebox and/or 2600hz forum/mailing list.<div>-MC<br><br><div class="gmail_quote">On Fri, Oct 14, 2011 at 6:45 PM, Ryan How <span dir="ltr"><<a href="mailto:rhow@exemail.com.au">rhow@exemail.com.au</a>></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 have a ring group with an external number I've created using bluebox.<br>
Sorry I hope I am posting this in the right forum...<br>
<br>
What happens is, it will ring for 30 seconds, then stop ringing, then<br>
rather than transfer to voicemail, it will start ringing again. If I<br>
remove the external number from the ring group then it is ok and works<br>
as expected. Is bluebox setting this up wrong? Or is there something I<br>
need to change or add? XML is below... On occasion it seems to work,<br>
maybe if the external number is busy or something?<br>
<br>
It is funny because this is exactly the same behaviour I got when<br>
setting up the same thing with asterisk. Makes me think there is<br>
something I'm not getting when putting in external numbers.<br>
<br>
I'm using the GIT head of freeswitch (and bluebox) as of yesterday.<br>
<br>
Thanks,<br>
<br>
Ryan<br>
<br>
<br>
<extension name="main_number_9" continue="true"><br>
<condition field="destination_number" expression="^3000$"><br>
<action application="set" bluebox="settingEndBridge"<br>
data="hangup_after_bridge=true"/><br>
<action application="set" bluebox="settingFail"<br>
data="continue_on_fail=true"/><br>
<action application="set" bluebox="autoPlay" data="vm_auto_play=false"/><br>
<action application="set" bluebox="settingTimeout" data="call_timeout=30"/><br>
<action application="set" bluebox="settingRing" data="ringback=${us-ring}"/><br>
<action application="set" bluebox="settingRingXfer"<br>
data="transfer_ringback=${us-ring}"/><br>
<action application="export" bluebox="sipCalleeIdName"<br>
data="sip_callee_id_name=Ring All"/><br>
<action application="export" bluebox="sipCalleeIdNumber"<br>
data="sip_callee_id_number=3000"/><br>
<action application="export" bluebox="settingContinueOnTimeout"<br>
data="originate_continue_on_timeout=true"/><br>
<action application="bridge"<br>
data="[ignore_early_media=true,leg_timeout=30]user/2001@$${location_1}:_:[ignore_early_media=true,leg_timeout=30]user/2002@$${location_1}:_:[ignore_early_media=true,leg_timeout=30]sofia/gateway/trunk_1/0447614933"/><br>
<action application="answer"/><br>
<action application="voicemail" data="default voicemail_1 2001"/><br>
<action application="hangup"/><br>
</condition><br>
</extension><br>
<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>