-
Notifications
You must be signed in to change notification settings - Fork 37
Add log-caller-id-name option to log Caller ID Name in queue log #129
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
base: main
Are you sure you want to change the base?
Conversation
ef0d09c
to
a3303be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not marking this as approved so it does not get merged before the code change
Add log_cidname option to log Caller ID Name in queue log Fixes: #1133 UserNote:This patch adds a global configuration option, log_cidname, to queues.conf to control whether the Caller ID name is logged as parameter 4 when a call enters a queue. With log_cidname=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. Any '|' characters in the caller ID name will be replaced with '_'. With log_cidname=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])
i updated so it should be as the orig pr now . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not approving until main change is merged so documentation doesn't go out of sync
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated to show the new name of the option
Add log-caller-id-name option to log Caller ID Name in queue log Fixes: #1133 UserNote:This patch adds a global configuration option, log-caller-id-name, to queues.conf to control whether the Caller ID name is logged as parameter 4 when a call enters a queue. With log-caller-id-name=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. Any '|' characters in the caller ID name will be replaced with '_'. With log-caller-id-name=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])
Add log-caller-id-name option to log Caller ID Name in queue log
Fixes: #1133
UserNote:This patch adds a global configuration option, log-caller-id-name, to queues.conf to control whether the Caller ID name is logged as parameter 4 when a call enters a queue. With log-caller-id-name=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. Any '|' characters in the caller ID name will be replaced with '_'.
With log-caller-id-name=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])