[Freeswitch-users] Tracking Call Leg through Callcenter

Nathan Stratton nathan at robotics.net
Sat Dec 19 16:41:11 UTC 2020


On calls flowing them my FreeSWITCH box I use:

<action application="set" data="sip_h_In-Reply-To=${sip_call_id}"/>

Before bridge, to correlate my call legs between my public and private
networks. The problem is if I put that before application callcenter it is
not added. Is there any way to make correlate legs going into and then out
from callcenter?

  <extension name="HesslerKnivesSams-queue_en">
    <condition field="destination_number"
expression="^HesslerKnivesSams-queue_en$">
      <action application="export" data="dialed_extension=$1"/>
      <action application="set" data="hangup_after_bridge=true"/>
      <action application="set" data="bypass_media=false"/>
      <action application="set" data="record_concat_video=true"/>
      <action application="set" data="enable_file_write_buffering=false"/>
      <action application="set"
data="core_video_blank_image=/media/frame.png"/>
      <!--<action application="record_session"
data="/troc/recordings/${uuid}.mp4"/>-->
      <action application="callcenter" data="
HesslerKnivesSams-queue_en at troc.vocinity.com"/>
      <action application="export"
data="nolocal:absolute_codec_string=VP8,OPUS"/>
      <action application="bridge"
data="sofia/gateway/gateway/HesslerKnivesSams-busy_en"/>
    </condition>
  </extension>


><>
nathan stratton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20201219/589821ba/attachment.html>


More information about the FreeSWITCH-users mailing list