[Freeswitch-users] Attended Transfer Not Honouring Call forward / Follow me setting.

Jason Benedict Low jbenedictlow at gmail.com
Mon Jul 20 04:39:08 UTC 2020


Dear list,

i uses FusionPBX (4.5.14) Freeswitch (1.10.2) on Ubuntu 18.04-64bit.

Currently I am facing an attended transfer not honouring call forward /
follow me setting.

Example:
1. Caller A inbound call to DDI 612345678 for ext 2000 where ext 200 has
"follow me" set to mobile number 812345678 (callee).

2. Callee answered the call and entered *4 and ext 2002 to do an attended
transfer to it. Ext 2002 deskphone rings, but the "follow me" setup to
mobile number 912345678 is not being honoured. Hence the user not on desk
was not able to get the call on mobile number 912345678.

my xml is :-
==========
<extension name="bind_digit_action" continue="true"
uuid="ba4fa54e-3b28-430f-8466-778ca6e4b22a">
<condition field="${sip_authorized}" expression="true" break="never">
<action application="set" data="bind_target=both" inline="true"/>
<anti-action application="set" data="bind_target=peer" inline="true"/>
</condition>
<condition field="" expression="">
<action application="bind_meta_app" data="1 ab s execute_extension::dx XML
${context}"/>
<action application="bind_meta_app" data="4 ab s
execute_extension::att_xfer XML ${context}"/>
<action application="digit_action_set_realm" data="local"/>
</condition>
</extension>

<extension name="att_xfer" continue="false"
uuid="a9fa8be4-2905-4342-9a6e-f6043fbd539b">
<condition field="destination_number" expression="^att_xfer$">
<action application="read" data="2 6 'tone_stream://%(10000,0,350,440)'
digits 30000 #"/>
<action application="set" data="origination_cancel_key=#"/>
<action application="att_xfer" data="user/${digits}@${context}"/>
</condition>
</extension>
==========

I hope to have some help from you here or advise on how I can resolve this
"Attended Transfer Not Honouring Call forward / Follow me setting."

All help is very much appreciated.

Best Regards,
Jason

*** Reclaim Your Freedom, use Free & Open Source Software - Be Open
Standard Compliance. ***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200720/cb902ea7/attachment.html>


More information about the FreeSWITCH-users mailing list