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

[new-feature]: chan_dahdi: Allow waitfordialtone to be specified per call #472

Closed
InterLinked1 opened this issue Dec 2, 2023 · 0 comments · Fixed by #473
Closed

[new-feature]: chan_dahdi: Allow waitfordialtone to be specified per call #472

InterLinked1 opened this issue Dec 2, 2023 · 0 comments · Fixed by #473
Assignees
Labels
new-feature support-level-core Functionality with core support level

Comments

@InterLinked1
Copy link
Contributor

Feature Description

chan_dahdi currently has a waitfordialtone setting that will wait for audible dial tone after seizing a trunk to ensure it is free for placing an outbound call. However, this is a permanent setting which prevents "barging in" on an ongoing call by dialing the FXO channel directly, effectively preventing people from simultaneously doing two reasonable things, forcing them to choose one behavior or the other.

For example, more reasonable behavior (typical of how many hardware PBXs behave) is to allow barging into a trunk if the code for that trunk is explicitly dialed, but skipping that trunk if it's already in use when placing a call using a trunk group.

This allows the waitfordialtone setting to be invoked on a per-call basis, so that people can leave the global setting unset and only specify waitfordialtone for invocations where this is desired, as opposed to all of them.

InterLinked1 added a commit to InterLinked1/asterisk that referenced this issue Dec 2, 2023
The existing "waitfordialtone" setting in chan_dahdi.conf
applies permanently to a specific channel, regardless of
how it is being used. This rather restrictively prevents
a system from simultaneously being able to pick free lines
for outgoing calls while also allowing barge-in to a trunk
by some other arrangement.

This allows specifying "waitfordialtone" using the CHANNEL
function for only the next call that will be placed, allowing
significantly more flexibility in the use of trunk interfaces.

Resolves: asterisk#472

UserNote: "waitfordialtone" may now be specified for DAHDI
trunk channels on a per-call basis using the CHANNEL function.
@jcolp jcolp added support-level-core Functionality with core support level and removed triage labels Dec 2, 2023
asterisk-org-access-app bot pushed a commit that referenced this issue Mar 20, 2024
The existing "waitfordialtone" setting in chan_dahdi.conf
applies permanently to a specific channel, regardless of
how it is being used. This rather restrictively prevents
a system from simultaneously being able to pick free lines
for outgoing calls while also allowing barge-in to a trunk
by some other arrangement.

This allows specifying "waitfordialtone" using the CHANNEL
function for only the next call that will be placed, allowing
significantly more flexibility in the use of trunk interfaces.

Resolves: #472

UserNote: "waitfordialtone" may now be specified for DAHDI
trunk channels on a per-call basis using the CHANNEL function.
asterisk-org-access-app bot pushed a commit that referenced this issue Mar 20, 2024
The existing "waitfordialtone" setting in chan_dahdi.conf
applies permanently to a specific channel, regardless of
how it is being used. This rather restrictively prevents
a system from simultaneously being able to pick free lines
for outgoing calls while also allowing barge-in to a trunk
by some other arrangement.

This allows specifying "waitfordialtone" using the CHANNEL
function for only the next call that will be placed, allowing
significantly more flexibility in the use of trunk interfaces.

Resolves: #472

UserNote: "waitfordialtone" may now be specified for DAHDI
trunk channels on a per-call basis using the CHANNEL function.
asterisk-org-access-app bot pushed a commit that referenced this issue Mar 20, 2024
The existing "waitfordialtone" setting in chan_dahdi.conf
applies permanently to a specific channel, regardless of
how it is being used. This rather restrictively prevents
a system from simultaneously being able to pick free lines
for outgoing calls while also allowing barge-in to a trunk
by some other arrangement.

This allows specifying "waitfordialtone" using the CHANNEL
function for only the next call that will be placed, allowing
significantly more flexibility in the use of trunk interfaces.

Resolves: #472

UserNote: "waitfordialtone" may now be specified for DAHDI
trunk channels on a per-call basis using the CHANNEL function.
asterisk-org-access-app bot pushed a commit that referenced this issue Mar 20, 2024
The existing "waitfordialtone" setting in chan_dahdi.conf
applies permanently to a specific channel, regardless of
how it is being used. This rather restrictively prevents
a system from simultaneously being able to pick free lines
for outgoing calls while also allowing barge-in to a trunk
by some other arrangement.

This allows specifying "waitfordialtone" using the CHANNEL
function for only the next call that will be placed, allowing
significantly more flexibility in the use of trunk interfaces.

Resolves: #472

UserNote: "waitfordialtone" may now be specified for DAHDI
trunk channels on a per-call basis using the CHANNEL function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature support-level-core Functionality with core support level
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants