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

pjsip/rest_api: Introduce a test for ChannelTransfer event #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zecke
Copy link

@zecke zecke commented Dec 9, 2024

Test that a SIP REFER is translated into a ChannelTransfer event when TRANSFERHANDLING=ari-only is set on the channel and that transfer_progress generates the necessary SIP NOTIFY messages.

Be strict on the first ChannelTransfer event being received. Then only check that the transfer state is changing from not being present, to progress and finally answered. When answered delete all the channels and the bridge and the test wull succeed.

Test that a SIP REFER is translated into a ChannelTransfer event when
TRANSFERHANDLING=ari-only is set on the channel and that
transfer_progress generates the necessary SIP NOTIFY messages.

Be strict on the first ChannelTransfer event being received. Then only
check that the transfer state is changing from not being present, to
progress and finally answered. When answered delete all the channels and
the bridge and the test wull succeed.
@zecke
Copy link
Author

zecke commented Jan 24, 2025

Attempt to use the dialplan function over a "well-known" variable.

Copy link

REMINDER: If this PR applies to other branches, please add a comment with the appropriate "cherry-pick-to" headers as per the [Create a Pull Request](https://docs.asterisk.org/Development/Policies-and-Procedures/Code-Contribution) process.

If you don't want it cherry-picked, please add a "cherry-pick-to: none" comment so we don't keep asking.

If, after adding "cherry-pick-to" comments, you change your mind, please edit the comment to DELETE the header lines and add "cherry-pick-to: none".

The currently active branches are now 20, 21, 22 and master.

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.

2 participants