nathan at robotics.net Guest
|
Posted: Sat Dec 19, 2020 12:08 pm Post subject: [Freeswitch-users] Tracking Call Leg through Callcenter |
|
|
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@troc.vocinity.com (HesslerKnivesSams-queue_en@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 |
|