Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asterisk/asterisk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phoneben/asterisk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. app_queue: Add wrapup-as-pause feature for queue member visibility

    app_queue: Add wrapup-as-pause feature for queue member visibility
    
    Adds a per-queue option to pause members with reason "WRAPUP" after a call
    and auto-unpause after wrapuptime. Makes agent availability visible to
    dialers/wallboards. Default off; effective only if wrapuptime > 0.
    
    UserNote: New queue option "wrapup-as-pause". When set to "yes", members
    are paused with reason "WRAPUP" after each call and auto-unpaused after the
    wrapup time; when "no", behavior is unchanged. Only WRAPUP pauses
    are auto-unpaused; other pause reasons are unaffected. Effective
    only if "wrapuptime > 0".
    
    UpgradeNote: Database: add queues."wrapup_as_pause"
    ENUM('0','1','off','on','false','true','no','yes')
    Controls whether members are auto-paused during wrapup
    and auto-unpaused when the period expires.
    phoneben committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    9cccab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    9b43c14 View commit details
    Browse the repository at this point in the history
Loading