Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a park timeout #49

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add a park timeout #49

wants to merge 5 commits into from

Commits on Dec 12, 2017

  1. Add a timeout for parked calls

    This is a safeguard in case the ESL connection drops while inbound calls
    are being received but no longer processed by switchio.
    
    Resolves #47
    Tyler Goodlet committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    88bb9dd View commit details
    Browse the repository at this point in the history
  2. Link to CI park dp in readme

    Tyler Goodlet committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    7882e54 View commit details
    Browse the repository at this point in the history
  3. Remove example park dialplan; use ci version throughout

    Tyler Goodlet committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6e6b6c0 View commit details
    Browse the repository at this point in the history
  4. Shuffle around the ael fixture

    Tyler Goodlet committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a2cf88b View commit details
    Browse the repository at this point in the history
  5. Add a dialplan timeout test

    Verify that when a session is parked but not handled within the timeout
    period (in this case 3 seconds as set in our CI dialplan) it is cancelled
    by FS. In the contrary case verify that a simple `session.answer()` within
    the timeout results in a successful SIPp `uac` client scenario.
    
    Resolves #47
    Tyler Goodlet committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    3e8e8b3 View commit details
    Browse the repository at this point in the history