Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chan_dahdi: Fix erroneously persistent dialmode.#1379

Merged
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1378
Aug 27, 2025
Merged

chan_dahdi: Fix erroneously persistent dialmode.#1379
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1378

Conversation

@InterLinked1

Copy link
Copy Markdown
Contributor

It is possible to modify the dialmode setting in the chan_dahdi/sig_analog private using the CHANNEL function, to modify it during calls. However, it was not being reset between calls, meaning that if, for example, tone dialing was disabled, it would never work again unless explicitly enabled.

This fixes the setting by pairing it with a "perm" version of the setting, as a few other features have, so that it can be reset to the permanent setting between calls. The documentation is also clarified to explain the interaction of this setting and the digitdetect setting more clearly.

Resolves: #1378

It is possible to modify the dialmode setting in the chan_dahdi/sig_analog
private using the CHANNEL function, to modify it during calls. However,
it was not being reset between calls, meaning that if, for example, tone
dialing was disabled, it would never work again unless explicitly enabled.

This fixes the setting by pairing it with a "perm" version of the setting,
as a few other features have, so that it can be reset to the permanent
setting between calls. The documentation is also clarified to explain
the interaction of this setting and the digitdetect setting more clearly.

Resolves: asterisk#1378
@InterLinked1

Copy link
Copy Markdown
Contributor Author

cherry-pick-to: 23
cherry-pick-to: 22
cherry-pick-to: 21
cherry-pick-to: 20

@github-actions

Copy link
Copy Markdown

Workflow PRCheck completed successfully

@gtjoseph gtjoseph added the cherry-pick-test Trigger dry run of cherry-picks label Aug 27, 2025
@github-actions github-actions Bot added cherry-pick-testing-in-progress Cherry-Pick tests in progress cherry-pick-checks-failed Cherry-Pick checks failed and removed cherry-pick-test Trigger dry run of cherry-picks cherry-pick-testing-in-progress Cherry-Pick tests in progress labels Aug 27, 2025
@github-actions

Copy link
Copy Markdown

Workflow PRCPCheck failed
22-pjs2: FAILED TEST: channels/pjsip/transfers/attended_transfer/nominal/callee_local_blonde

@github-actions github-actions Bot merged commit fe7be89 into asterisk:master Aug 27, 2025
101 of 102 checks passed
@github-actions

Copy link
Copy Markdown

Successfully merged to branch master and cherry-picked to ["23","22","21","20"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]: chan_dahdi: dialmode feature is not properly reset between calls

3 participants