Legacy Dev Forum Posts

 View Only

Sign Up

Deallocate before processcalllog

  • 1.  Deallocate before processcalllog

    Posted 06-05-2025 18:49

    Michael.Shrall | 2019-10-18 02:28:36 UTC | #1

    We are experiencing a situation where the interaction event "deallocate" is called before "processcalllog" in a specific scenario. Given deallocate is usually the last event for any interaction, shouldn't the processcalllog come before the deallocate?

    Scenario:

    1. Inbound call
    2. Processcalllog on connect.
    3. Type in comments
    4. Disconnect call
    5. Processcalllog called with comments in #3
    6. Type new comments
    7. wait for call to deallocated
    8. Interaction Event with deallocate called
    9. Process Call log called

    See video link.

    This is breaking our logic as we do some cleanup on deallocate.


    Michael.Shrall | 2019-10-31 17:15:05 UTC | #2

    Any feedback? Should I be taking this to support?


    Richard.Schott | 2019-10-31 18:00:12 UTC | #3

    There's no guarantee of order on those messages


    Michael.Shrall | 2019-10-31 19:16:54 UTC | #4

    Thanks for confirming that is the case.


    system | 2019-11-30 19:16:56 UTC | #5

    This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 6282