-
Notifications
You must be signed in to change notification settings - Fork 34
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
add transfer action type #10
Open
byoungdale
wants to merge
6
commits into
jchavanton:master
Choose a base branch
from
byoungdale:transfer_feature_branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9835bfd
working on adding transfer action
byoungdale bc8a8b4
adding readme changes
byoungdale 6176f6f
adding first draft of attended transfer option
byoungdale 020ae62
removed old error log
byoungdale 801cd15
removing blind and attended flag since these scenarios can be constru…
byoungdale 9d5965d
removing unnecessary logs
byoungdale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<config> | ||
<actions> | ||
<action type="register" label="CALLEE REGISTRATION" | ||
transport="udp" | ||
account="VP_ENV_CALLEE_USERNAME" | ||
username="VP_ENV_CALLEE_USERNAME" | ||
password="VP_ENV_CALLEE_PASSWORD" | ||
proxy="VPN_ENV_PROXY" | ||
realm="VPN_ENV_DOMAIN" | ||
registrar="VPN_ENV_DOMAIN" | ||
expected_cause_code="200" | ||
/> | ||
<action type="wait" complete/> | ||
<action type="accept" label="CALLEE recieves call and transfers" | ||
account="VP_ENV_CALLEE_USERNAME" | ||
wait_until="DISCONNECTED" | ||
play="../voice_ref_files/reference_8000.wav" | ||
code="200" reason="OK" | ||
ring_duration="5" | ||
rtp_stats | ||
/> | ||
<action type="transfer" to_uri="VPN_ENV_TRANSFER_TARGET@VPN_ENV_PROXY"/> | ||
</action> | ||
</config> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have already checked it before starting the loop! Are you still needing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, no, I think that was just an oversight.