Answered
Managing transfers occurring in outbound calls
Managing transfers occurring in outbound calls
Tue Mar 02, 2010 9:20 am
In an outbound call, how do I graphically represent a call that is answered by a person, who, as a result of the voice message spoken, has to transfer the call to another person. And what if the transfer is to a voice mail?
Comments
IVR transfers using SynApps
Tue Mar 02, 2010 11:27 am
As mentioned in a previous post, we are still in the process of creating a tool to place IVR outbound calls using an application. As you may have noticed, the outbound feature is currently unavailable on the front page of SynApps.
About your questions, you could use the Transfer module for transferring calls to another person. If the transfer hits a voicemail message, it will go to a voicemail and counts as an "answered" call (as opposed to being a "noanswer").
Hope this helps.
Outbound
Tue Mar 02, 2010 11:37 am
outbound for your SynApps IVR application
Tue Mar 02, 2010 1:02 pm
While outbound is still being integrated into SynApps, there is still a way for you to make outbound calls of the IVR applications that you have created.
First, you will need to assign your application to a phone number. To do this, first go to your My Apps page (this is the first page that comes up by default when you log in). From there, place your mouse over one of your applications and click on "assign #". Click on the gray box for one of your phone numbers until it is checked and states "will be assigned this app rev __".
Next, log into your hosting account by either going to our homepage and entering your login information for Hosting (should be the same information that you are using to log into SynApps) or by going to our hosting page and entering your login information there.
From there, go to Applications->Application Configuration. There, you will see an application URL tied to the application that you assigned to that phone number (http://synappsbeta.plumvoice.com...). Please keep track of this URL as this will be the start_url that you assign for your outbound call.
Next, go to Developer Tools->Outbound Calling. On that page, please take note of the "Login" and "Outbound PIN". You will need this information for generating an outbound call.
The final step is to go to our Plum Web Services API Examples page. There, you can enter your Login, PIN, Phone Number (phone number that will be called), and Start URL. Once you've entered your information, click on "Queue Call" and you should be all set.
For more information on outbound, please see here.
For creating outbound call campaigns, please see here.
Re: Managing transfers occurring in outbound calls
Wed Mar 31, 2010 11:14 am
We've now put the outbound tool into our private beta. It should be easy to find (at the top when you log in.) It operates entirely on Simple Database tables.
Our next step is to complete the API for that; we will release information on that shortly.
Try it out, and tell us how it goes!
SynApps Team
Re: Managing transfers occurring in outbound calls
Sat Apr 03, 2010 2:05 pm
Very slick.
Re: Managing transfers occurring in outbound calls
Mon Apr 05, 2010 5:13 pm
Our platform offers callee_type detection. This determines whether the application was answered by either a human or an answering machine. You can view this post concerning more information about callee_type detection: viewtopic.php?f=2&t=1442. We have forwarded this feature request to the developers about adding this into SynApps similarly to the ANI or DNIS.
Re: Managing transfers occurring in outbound calls
Mon Apr 05, 2010 6:54 pm
While we do have callee_type detection on our platform and are considering adding it to SynApps, it is not 100% accurate, which may not be reliable enough for your project. There are also some downsides in that it creates an indeterminate pause at the beginning of a call while it "listens" to whatever picks up the phone.
A more durable solution is to ask the caller to press 1 or some other DTMF signal so that you are sure that you have a human on the line and they understand what is going on. You can even integrate this with retry logic; while editing your app, check out the new modules in the Outbound Campaign category.
A typical app that uses this format would be:
Start --> Retry this Call? : Do retry this call --> Yes/No "This is an automated call from X, do you want to continue?"
If 1 is pressed --> Retry this Call? : Don't retry this call --> possibly, Update Call Row with other data you subsequently collect
Please sign in to leave a comment.