[Freeswitch-users] Ring Group with External Number not transferring after timeout

Ryan How rhow at exemail.com.au
Sat Oct 15 05:45:41 MSD 2011


Hi,

I have a ring group with an external number I've created using bluebox. 
Sorry I hope I am posting this in the right forum...

What happens is, it will ring for 30 seconds, then stop ringing, then 
rather than transfer to voicemail, it will start ringing again. If I 
remove the external number from the ring group then it is ok and works 
as expected. Is bluebox setting this up wrong? Or is there something I 
need to change or add? XML is below... On occasion it seems to work, 
maybe if the external number is busy or something?

It is funny because this is exactly the same behaviour I got when 
setting up the same thing with asterisk. Makes me think there is 
something I'm not getting when putting in external numbers.

I'm using the GIT head of freeswitch (and bluebox) as of yesterday.

Thanks,

Ryan


<extension name="main_number_9" continue="true">
<condition field="destination_number" expression="^3000$">
<action application="set" bluebox="settingEndBridge" 
data="hangup_after_bridge=true"/>
<action application="set" bluebox="settingFail" 
data="continue_on_fail=true"/>
<action application="set" bluebox="autoPlay" data="vm_auto_play=false"/>
<action application="set" bluebox="settingTimeout" data="call_timeout=30"/>
<action application="set" bluebox="settingRing" data="ringback=${us-ring}"/>
<action application="set" bluebox="settingRingXfer" 
data="transfer_ringback=${us-ring}"/>
<action application="export" bluebox="sipCalleeIdName" 
data="sip_callee_id_name=Ring All"/>
<action application="export" bluebox="sipCalleeIdNumber" 
data="sip_callee_id_number=3000"/>
<action application="export" bluebox="settingContinueOnTimeout" 
data="originate_continue_on_timeout=true"/>
<action application="bridge" 
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"/>
<action application="answer"/>
<action application="voicemail" data="default voicemail_1 2001"/>
<action application="hangup"/>
</condition>
</extension>




Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list