Question: 

 How to configure the Passthru applet after hangup?  We would like to have a call back to our application after the user hangs up the phone, to identify exactly at which step the user hangs up.


To uniquely identify calls, use the CallSid parameter that comes to you from the Passthru Applet


There are two parts to this: 

  1. When the flow moves from one applet to the next, you will need to place a Passthru applet in every "next" section. Which is something like this: Greeting --> Passthru --> Connect --> Passthru --> Voicemail --> Passthru
    This is going to slow down your call flow a bit. Read Is Passthru slowing my call flow to understand the repercussions.



1.When the call moves from one agent to another within the Connect applet. You will need to use the "During the call" option in the Connect applet, and accept requests according to agent passthru specs. To identify which stage the user dropped off, you could now keep a counter (in your database for this callSid) that keeps incrementing every time you get a ping from Exotel. There may be other algorithms too.