" /> Picked Up Call vs Non Picked Up Call identification for Outbound Call - Genesys CTI User Forum

Author Topic: Picked Up Call vs Non Picked Up Call identification for Outbound Call  (Read 2513 times)

Offline nisargmca

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Advertisement
Hi ,

Our Application is making Outbound Call using Genesys OBN Application.

We want to differentiate between Picked Up Call vs Non Picked Up Call .

Basically we want to Update the Database if call is picked up or not .

How can we do this ? Any Help is appreciated.

Thanks for the Help.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Picked Up Call vs Non Picked Up Call identification for Outbound Call
« Reply #1 on: January 04, 2013, 03:17:33 PM »
Do you want change status in your own DB or in OCS DB? If in OCS DB,there is no need,cause OCS save call-result itself.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Picked Up Call vs Non Picked Up Call identification for Outbound Call
« Reply #2 on: January 04, 2013, 05:39:03 PM »
Hi,

If OBN dialled call is answered (=picked up) then your VoiceXML application should be invoked so it can update your custom DB.

R.

Offline nisargmca

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Picked Up Call vs Non Picked Up Call identification for Outbound Call
« Reply #3 on: January 05, 2013, 06:06:43 AM »
Thank You all for your reply ....

Our Application is making Outbound call and we have vxml to catch different events.There are some events which
Identify whether User has made some Input or not ( <catch event ="noinput">) and User has entered wrong Input( <catch event ="nomatch">) .

But we have below scenario

[1] If Outbound Call Made and Customer has not picked up and disconnected then do some action ( Update the log as Call Unsuccessfull,call again)
[2] If Outbound Call Made and Customer has picked up for a while and then disconnected then do some action(Update the log as Call succeful,dont call  again) .

I found Disconnect Events but I am not sure it will help me in both scenario .

Thanks for your Help  :)