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

Skip to content

sig_analog: Eliminate potential timeout with Last Number Redial.#1484

Merged
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1483
Sep 30, 2025
Merged

sig_analog: Eliminate potential timeout with Last Number Redial.#1484
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1483

Conversation

@InterLinked1

Copy link
Copy Markdown
Contributor

If Last Number Redial is used to redial, ensure that we do not wait for further digits. This was possible if the number that was last dialed is a prefix of another possible dialplan match. Since all we did is copy the number into the extension buffer, if other matches are now possible, there would thus be a timeout before the call went through. We now complete redialed calls immediaetly in all cases.

Resolves: #1483

If Last Number Redial is used to redial, ensure that we do not wait
for further digits. This was possible if the number that was last
dialed is a prefix of another possible dialplan match. Since all we
did is copy the number into the extension buffer, if other matches
are now possible, there would thus be a timeout before the call went
through. We now complete redialed calls immediaetly in all cases.

Resolves: asterisk#1483
@InterLinked1

Copy link
Copy Markdown
Contributor Author

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

@github-actions

Copy link
Copy Markdown

Workflow PRCheck failed
master-pjs5: FAILED TEST: channels/pjsip/subscriptions/rls/lists_of_lists/nominal/mwi/batched

@gtjoseph gtjoseph added the cherry-pick-test Trigger dry run of cherry-picks label Sep 30, 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 Sep 30, 2025
@github-actions

Copy link
Copy Markdown

Workflow PRCPCheck failed
22-pjs5: FAILED TEST: channels/pjsip/subscriptions/rls/lists_of_lists/nominal/mwi/batched

@github-actions github-actions Bot merged commit a96d7fc into asterisk:master Sep 30, 2025
82 of 84 checks passed
@github-actions

Copy link
Copy Markdown

Successfully merged to branch master and cherry-picked to ["23","22","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.

[improvement]: sig_analog: Eliminate possible timeout for Last Number Redial

3 participants