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

Skip to content

chan_iax2: Add CHANNEL getter to retrieve auth method.#1879

Merged
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1878
Apr 22, 2026
Merged

chan_iax2: Add CHANNEL getter to retrieve auth method.#1879
github-actions[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-1878

Conversation

@InterLinked1

Copy link
Copy Markdown
Contributor

Add a property to the CHANNEL method to retrieve the auth method,
which can be used to retrieve the specific auth method actually
negotiated for a call (e.g. RSA, MD5, etc.).

Also clean up some of the documentation for the secure properties
to clarify how these relate to call encryption.

Resolves: #1878

UserNote: CHANNEL(auth_method) can now be used to retrieve the
auth method negotiated for a call on IAX2 channels.

@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 Check failed
master-build-no-dev-mode: FAILED: Build
master-build: FAILED: Build

Add a property to the CHANNEL method to retrieve the auth method,
which can be used to retrieve the specific auth method actually
negotiated for a call (e.g. RSA, MD5, etc.).

Also clean up some of the documentation for the secure properties
to clarify how these relate to call encryption.

Resolves: asterisk#1878

UserNote: CHANNEL(auth_method) can now be used to retrieve the
auth method negotiated for a call on IAX2 channels.
@github-actions

Copy link
Copy Markdown

Workflow Check completed successfully

@gtjoseph gtjoseph added the cherry-pick-test Trigger dry run of cherry-picks label Apr 22, 2026
@github-actions github-actions Bot added cherry-pick-testing-in-progress Cherry-Pick tests in progress cherry-pick-checks-passed Cherry-Pick checks passed and removed cherry-pick-test Trigger dry run of cherry-picks cherry-pick-testing-in-progress Cherry-Pick tests in progress labels Apr 22, 2026
@github-actions

Copy link
Copy Markdown

Workflow CPCheck completed successfully

@github-actions github-actions Bot merged commit 6af0e04 into asterisk:master Apr 22, 2026
86 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.

[new-feature]: chan_iax2: Allow retrieving the auth method using the CHANNEL function

3 participants