Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Route call after speaking to call center agent


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
nathan at robotics.net
Guest





PostPosted: Wed Jul 22, 2020 1:29 pm    Post subject: [Freeswitch-users] Route call after speaking to call center Reply with quote

The dialplan below takes calls from foobar and sends them to call center queue foobar, if that queue is busy it sends them to busy. If they speak to an agent and end a call the call ends because of hangup_after_bridge. I would like calls after they speak to agent be routed to survey, but still have busy work if the queue hits max time.


  <extension name="foobar">
    <condition field="destination_number" expression="^foobar$">
      <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="record_session" data="/recordings/${uuid}.mp4"/>
      <action application="callcenter" data="foobar@foo.vocinity.com (foobar@foo.vocinity.com)"/>
      <action application="bridge" data="sofia/gateway/vocinity-gateway/busy"/>
    </condition>
  </extension>
Quote:
<>
nathan stratton
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services