SOLVED Follow Me Orijinal ANI

Status
Not open for further replies.

dogankirdemir

New Member
Mar 4, 2021
16
2
3
36
Hi Guys,

While directing to follow me, I am having trouble transferring the original caller id to the sbc side. It says FreeSWICH in the number field.

I ran multiple tests on the system, but the problem could not be solved completely. As you can see in the picture, " <sip: FreeSWITCH ... "

logs.jpg


Dialplan XML,

<extension name="Caller ID Allow.d" continue="false" uuid="23f3d25e-ba94-4b16-9194-e7656c3dcaee">
<condition field="${user_exists}" expression="false"/>
<condition field="destination_number" expression="^(\d*)$">
<action application="set" data="sip_h_X-accountcode=${accountcode}"/>
<action application="export" data="call_direction=outbound"/>
<action application="unset" data="call_timeout"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
<action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
<action application="set" data="inherit_codec=true"/>
<action application="set" data="ignore_display_updates=true"/>
<action application="set" data="callee_id_number=$1"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="sofia/gateway/82cbaf48-a3ef-4860-b294-d69de8c2116e/$1"/>
</condition>
</extension>


Thanks,
 
Status
Not open for further replies.