Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : General

Author Message
 Post subject: Time based setting
PostPosted: Fri Jul 16, 2010 3:06 pm 
Offline

Joined: Fri Jul 16, 2010 2:55 pm
Posts: 1
Location: Canada
Is Teleflow able to transfer calls based on a time setting?

ie:

7am to 3pm=xxx-xxx-xxx1
3pm to 11pm=xxx-xxx-xxx2
11pm to 7am=xxx-xxx-xxx3
call fail over =xxx-xxx-xxx4


Back to top
 Profile  
 
 Post subject: Re: Time based setting
PostPosted: Wed Jul 21, 2010 10:31 am 
Offline
Site Admin

Joined: Wed Dec 31, 1969 5:00 pm
Posts: 329
Location: Vancouver, BC
Yes, TeleFlow can make comparisons against the current time, and follow
separate logic paths.

You can use the Compare Step to compare the current time to the ranges you are concerned with. Use the TeleFlow system variable @TIME to retrieve the current time. I would recommend you create your own variable to store the phone number to be transferred to.

The logic would work like this:
if @TIME >= "07:00:00" and @TIME < "15:00:00" then set @PHONE = "xxx-xxx-xxx1"
else if @TIME >= "15:00:00" and @TIME < "23:00:00" then set @PHONE = "xxx-xxx-xxx2"
etc.

Alternatively, you can use the Run Basic Step to contain all the logic in a single step.


Back to top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : General


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 post attachments in this forum

Search for:
Jump to:  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.