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 enable_cidname_logging option to log Caller ID Name in queue log #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phoneben
Copy link

@phoneben phoneben commented Mar 1, 2025

Add enable_cidname_logging option to log Caller ID Name in queue log

Fixes: #1133

UserNote:This patch adds a global configuration option, enable_cidname_logging, to queues.conf to control whether the Caller ID name is logged as parameter 4 when a call enters a queue. With enable_cidname_logging=yes, the queue log entry will include the URL (if specified), the caller ID number, the queue position, and—if allowed by the existing log_restricted_caller_id rules—the caller ID name. With enable_cidname_logging=no (the default), only the URL, caller ID number, and queue position are logged. Accordingly, the documented log format has been updated to:

ENTERQUEUE(url|callerid|queue_position[|calleridname])

phoneben

This comment was marked as duplicate.

Add enable_cidname_logging option to log Caller ID Name in queue log

Fixes: #1133

UserNote:This patch adds a global configuration option, enable_cidname_logging, to queues.conf to control whether the Caller ID name is logged as parameter 4 when a call enters a queue. With enable_cidname_logging=yes, the queue log entry will include the URL (if specified), the caller ID number, the queue position, and—if allowed by the existing log_restricted_caller_id rules—the caller ID name. With enable_cidname_logging=no (the default), only the URL, caller ID number, and queue position are logged. Accordingly, the documented log format has been updated to:

ENTERQUEUE(url|callerid|queue_position[|calleridname])
@phoneben phoneben changed the title fixing docs to be uptodate in pr#1133 Add enable_cidname_logging option to log Caller ID Name in queue log Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant