Detecting abandoned calls in Rules Plug-in

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hanibey
    Member
    • Sep 2010
    • 9

    Detecting abandoned calls in Rules Plug-in

    Hi,

    Is there a way to detect an abandoned call (a call that reached the agent but didn't get answered) through the Rules plug-in in order to perform an action?
    Because i wanna retrieve the phone numbers in the abandoned calls and i can't do that through CCE Reporting.

    Thank you.
  • andreas1
    Member
    • Aug 2010
    • 3

    #2
    Why not use the Voice Media Store and add a VDN that you want to monitor for Abandon calls?

    Comment

    • ghorpades
      Aspiring Member
      .
      • Nov 2010
      • 1

      #3
      Form the Data base you can get the completion status of the call. where in you can determine the status of the call .

      On the Data Base run the following query :-

      Select FromAddress interactionid completionstatus from dbo.interaction A innerjoin dbo.secots B where a.interactionid = b.interactionid & completion Status = -1

      Comment

      Loading