Asterisk Cancel Transfer (atxfer)Asterisk Server - System(asterisk -rx 'sip reload')Configuring Hylafax to work with Asterisk over a single SIP providerTransfer to Voicemail only when call not answered, not on rejecting a call (Asterisk)Elastix call-center with computer telephony crm integrationInbound SIP calls through Cisco 881 NAT hang up after a few secondsAsterisk AMI - get detailed extension statusAsterisk can not send fax via T.38Asterisk 13 “ __set_address_from_contact: Invalid contact uri” errorAsterisk dialog destruction on attended transfer timeoutHow to enable asterisk Call Completion on Busy Subscriber (CCBS)?
Select items in a list that contain criteria #2
`cosf`, `sinf`, etc. are not in `std`
Last survivors from different time periods living together
Why don't B747s start takeoffs with full throttle?
Version 2 - print new even-length arrays from two arrays
Select items in a list that contain criteria
I have a dialogue that I can't write directly. What would be a good alternative?
Why doesn’t a normal window produce an apparent rainbow?
What risks are there when you clear your cookies instead of logging off?
What is the purpose of building foundations?
How bad would a partial hash leak be, realistically?
How to generate random points without duplication?
2.8 is missing the Carve option in the Boolean Modifier
What is the advantage of carrying a tripod and ND-filters when you could use image stacking instead?
Do the English have an ancient (obsolete) verb for the action of the book opening?
Russian equivalents of "no love lost"
How many times can you cast a card exiled by Release to the Wind?
What's the correct term for a waitress in the Middle Ages?
How do I write "Show, Don't Tell" as a person with Asperger Syndrome?
siunitx error: Invalid numerical input
4*4*4 Rubiks cube Top Layer Issue
Building a road to escape Earth's gravity by making a pyramid on Antartica
Translating 'Liber'
Remove sudoers using script
Asterisk Cancel Transfer (atxfer)
Asterisk Server - System(asterisk -rx 'sip reload')Configuring Hylafax to work with Asterisk over a single SIP providerTransfer to Voicemail only when call not answered, not on rejecting a call (Asterisk)Elastix call-center with computer telephony crm integrationInbound SIP calls through Cisco 881 NAT hang up after a few secondsAsterisk AMI - get detailed extension statusAsterisk can not send fax via T.38Asterisk 13 “ __set_address_from_contact: Invalid contact uri” errorAsterisk dialog destruction on attended transfer timeoutHow to enable asterisk Call Completion on Busy Subscriber (CCBS)?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm using the Asterisk 13 AMI to start a atxfer. It works so far.
But how can I cancel the transfer action?
Example:
Bob calls Alice.
Then after some time talking, Alice starts an automated transfer to Charles.
Charles is not interested and but will not hang up, because of any reason.
How can Bob now hangup Charles and get Alice back?
If I'm using the disconnect feature (and the H dialplan option), Bob hangs up the call with Charles but does not get Alice back.
Bob then has an ongoing silent call and Alice still listens to the MOH.
If one of both hangs up, the other call hangs up automatically.
Which feature or feature code is needed to get Alice back?
Am I doing it right?
asterisk
add a comment |
I'm using the Asterisk 13 AMI to start a atxfer. It works so far.
But how can I cancel the transfer action?
Example:
Bob calls Alice.
Then after some time talking, Alice starts an automated transfer to Charles.
Charles is not interested and but will not hang up, because of any reason.
How can Bob now hangup Charles and get Alice back?
If I'm using the disconnect feature (and the H dialplan option), Bob hangs up the call with Charles but does not get Alice back.
Bob then has an ongoing silent call and Alice still listens to the MOH.
If one of both hangs up, the other call hangs up automatically.
Which feature or feature code is needed to get Alice back?
Am I doing it right?
asterisk
add a comment |
I'm using the Asterisk 13 AMI to start a atxfer. It works so far.
But how can I cancel the transfer action?
Example:
Bob calls Alice.
Then after some time talking, Alice starts an automated transfer to Charles.
Charles is not interested and but will not hang up, because of any reason.
How can Bob now hangup Charles and get Alice back?
If I'm using the disconnect feature (and the H dialplan option), Bob hangs up the call with Charles but does not get Alice back.
Bob then has an ongoing silent call and Alice still listens to the MOH.
If one of both hangs up, the other call hangs up automatically.
Which feature or feature code is needed to get Alice back?
Am I doing it right?
asterisk
I'm using the Asterisk 13 AMI to start a atxfer. It works so far.
But how can I cancel the transfer action?
Example:
Bob calls Alice.
Then after some time talking, Alice starts an automated transfer to Charles.
Charles is not interested and but will not hang up, because of any reason.
How can Bob now hangup Charles and get Alice back?
If I'm using the disconnect feature (and the H dialplan option), Bob hangs up the call with Charles but does not get Alice back.
Bob then has an ongoing silent call and Alice still listens to the MOH.
If one of both hangs up, the other call hangs up automatically.
Which feature or feature code is needed to get Alice back?
Am I doing it right?
asterisk
asterisk
edited May 12 '15 at 15:09
Lukas Bernhard
asked May 12 '15 at 14:55
Lukas BernhardLukas Bernhard
4617
4617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Either by dtmf-ing *1 (Usually *2 to make the transfer, check in features.conf) or bridge the original channels manually. The "Atxfer" action actually sends dtmf internally.
You might want to take a peek at the "t" and "T" flags of the Dial application as they decide who can dtmf to a specific channel.
https://wiki.asterisk.org/wiki/display/AST/Application_Dial
Btw: Atxfer stands for attended transfer.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f691460%2fasterisk-cancel-transfer-atxfer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Either by dtmf-ing *1 (Usually *2 to make the transfer, check in features.conf) or bridge the original channels manually. The "Atxfer" action actually sends dtmf internally.
You might want to take a peek at the "t" and "T" flags of the Dial application as they decide who can dtmf to a specific channel.
https://wiki.asterisk.org/wiki/display/AST/Application_Dial
Btw: Atxfer stands for attended transfer.
add a comment |
Either by dtmf-ing *1 (Usually *2 to make the transfer, check in features.conf) or bridge the original channels manually. The "Atxfer" action actually sends dtmf internally.
You might want to take a peek at the "t" and "T" flags of the Dial application as they decide who can dtmf to a specific channel.
https://wiki.asterisk.org/wiki/display/AST/Application_Dial
Btw: Atxfer stands for attended transfer.
add a comment |
Either by dtmf-ing *1 (Usually *2 to make the transfer, check in features.conf) or bridge the original channels manually. The "Atxfer" action actually sends dtmf internally.
You might want to take a peek at the "t" and "T" flags of the Dial application as they decide who can dtmf to a specific channel.
https://wiki.asterisk.org/wiki/display/AST/Application_Dial
Btw: Atxfer stands for attended transfer.
Either by dtmf-ing *1 (Usually *2 to make the transfer, check in features.conf) or bridge the original channels manually. The "Atxfer" action actually sends dtmf internally.
You might want to take a peek at the "t" and "T" flags of the Dial application as they decide who can dtmf to a specific channel.
https://wiki.asterisk.org/wiki/display/AST/Application_Dial
Btw: Atxfer stands for attended transfer.
edited Aug 26 '15 at 14:06
answered Aug 25 '15 at 7:45
Niclas LarssonNiclas Larsson
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f691460%2fasterisk-cancel-transfer-atxfer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown