similar to: About testing Call transfer in asterisk

Displaying 20 results from an estimated 50000 matches similar to: "About testing Call transfer in asterisk"

2018 Apr 13
2
Disable blind and attended transfer during call
Hi Is there a way to disable blind and attended transfer during a call. I am trying this configuration but unfortunately with no luck: - in features.conf [applicationmap] disabletransfer => 9*9,self,GoSub(disabletransfer,s,1) - in extensions.conf [incoming] exten => 99,1,Set(__DYNAMIC_FEATURES=disabletransfer) exten => 99,n,Dial(Sip/alice,120,tT) exten => 99,n,Hangup()
2006 Oct 29
4
blind transfers with IP Polycom 501
I'm running Asterisk 1.2.8 with Polycom ip501's xten softphones The only problem I'm experiencing is the following: I can't seem to get blind transfers to work with my Polycom 501 phones Either through the feature code or the soft keys. Feature code blind transfers: I set up a feature map in features.conf like this: blindxfer => # This works for all my
2013 May 17
0
Temporarily features (transfer) off during Read
Hello all. Dialing with tT options and function Read (to prompt number) has a trouble for me. Can I temporarily features off during Read? features.conf: [featuremap] blindxfer => ## ; Blind transfer (default is #) atxfer => ** ; Attended transfer I try: exten => s,n,Set(LOCAL(tmp_atxfer)=${FEATUREMAP(atxfer)}) exten =>
2011 Apr 12
0
Features.conf - Blind Transfer
Hi guys, I'm trying to get blind transfer to work and automatically transfer call to another number on key sequence press. Extensions.conf_snippet [from-pstn] exten => _0399377744,1,Set(__DYNAMIC_FEATURES=blindxfer) exten => _0399377744,n,Set(__GOTO_ON_BLINDXFR=to-pstn ^0388924326^1) exten => _0399377744,n,dial(SIP/0399377704 at c5400-02,T) [to-pstn] Exten =>
2010 Jun 16
1
Blind transfer feature
Hi, Am running 1.4.18 at the moment, and am trying to implement inline blind transfer. I have : [featuremap] blindxfer => *6 ; Blind transfer in features.conf And in extensions .conf under [globals] : DYNAMIC_FEATURES=automon#blindxfr So what am I missing ?? Have read through http://www.voip-info.org/wiki/view/Asterisk+config+features.conf Thanks,
2010 Aug 23
2
Make a transfer for external line.
Hi all, We have an asterisk version v1.6.1.20 with a TDM400 board (2 FXS and 2 FXO). We want to do a transfer "blind" and "attended" from a line external connected to one FXO. We have made configuration, and transfers from internal lines (FXS) work fine but from (FXO) not. We have made 2 test, one work fine from FXS and the other form FXO no. Test 1, work fine: 1) A
2010 Feb 11
13
SIP tunnel
Hello, I have the following situation: A firewall is blocking all SIP and RTP traffic in the side of some of my clients. My clients cannot change settings of the firewall. I need to solve this problem and I need some help from you. I have this idea: implement a SIP user agent which does not use well known SIP ports (uses http port 80 for example) and use other ports that are not blocked
2008 May 05
0
Problem with transfer (and asterisk -r)
Hi, I used to have "##" configured in asterisk 1.2 for blindxfer. Now, when I press ## I hear it on the other end instead of initiating a transfer. What has change and how can I go back to the old behavior? I kept the same feature.conf file with these lines: [featuremap] blindxfer => ## ; Blind transfer Also, for the first time ever, I have a problem connectiong
2005 Mar 25
49
atxfer
Hi list, This wll be my first post, so I want to thank all the developers for the great product they have created. Now, the question, I have installed asterisk 1.05 on debian sarge (binary package) with an I4l modem and 4 x-lite softphone and 2 SIP hardphones (Yuxin 100) This all works fine, exept for som echo on the ISDN channel, but I'll replace the I4L card with an AVM-C4 card next
2005 Jul 04
3
Call Transfer using SIP clients
Hello all, First of all, let me apologize about the length of this message, but I suppose it was necessary to include the details. I've spent quite some time already trying to get the call transfer function to work on my Asterisk installation. Let me first describe the general situation of the setup I am using, so you might be able to pinpoint the cause of the problem. I'm currently
2005 Jul 26
1
Supervised transfer over SIP to outside POTS lines
Hello all, I am trying to complete my dial plan and have come up with an interesting situation. My configuration is set up with 12 xlite SIP clients on SUSE linux workstation. They are calling out via 10 analog lines, TE110P->rhino 24 fxo. It all works and dials out great ... but ... this unit was brought in to handle the "global" office. So the help desk support on the Suse
2015 Jan 27
1
Inline transfer
Hello, while most of the physical phones have keys to handle attended and blind transfer, most soft phones have no support for it. Asterisk offers a "featuremap" to assign a key to blindxfer and atxfer and they work fine if the call is still in the same starting context, but if the call has moved in another context, then the new call will be started from such context with unpredictable
2007 Jul 01
0
Transfer outgoing call - macro
Dear All, I have a problem with call transfer. When I dial a number and then I want to transfer current call to an extension, I'm getting disconnected. Transfering incoming call works fine. I'm using macro for dialing. extensions.conf: [from-internal] ignorepat => 9 exten => 200,1,Macro(stdexten,200,SIP/dzalewski) [macro-stdexten] exten => s,1,Set(temp=${DB(CFU/${ARG1})})
2006 Jun 22
4
when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on
I am using Polycom 501s with asterisk 1.2.4. When transfering to call parking wih "#1" -> 700 the user is able to hear asterisk tell him what extension the call was parked on. However, when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on. It seems like the polycom is hanging up before asterisk is able to
2005 Jul 29
0
IAX Huge Delays after Hold or Transfer
In some configuration experiments, I have one IAX softphone connecting over the internet to my Asterisk system. (I should note that, while there IS a NAT firewall between Asterisk and the public Internet, I have port forwarding set up on that firewall to send all IAX traffic to the Asterisk machine.) The IAX softphone connects to either an analog phone on an FXS port on the Asterisk server,
2005 Jul 01
1
Attended transfer works for caller, not for callee
Hi, I have been trying to enable attended transfer for callee. When the callee pressed *2, DTMF tone was heard by the caller. But when the caller pressed *2, attended transfer started. It's strange. I used two SIP phones. My Asterisk version is "Asterisk CVS-HEAD built by root@router on a i686 running Linux on 2005-06-27 06:07:18". In features.conf, I have: [featuremap]
2014 Dec 21
0
11.5.0: blindxfer problems
On 12/21/2014 04:42 AM, Patrick Beaumont wrote: > Have you enabled DTMF logging and seen the DTMF codes being recognised by > Asterisk? I had a bunch of soft phones that I had to change to using ?sip > info? for the DTMF signalling as the RFC signalling was not always being > recognised. This would cause transfers to appear as if the user had not > dialled any digits. > > >
2008 Apr 03
1
Hearing "transfer" during call
Hi list, I enabled the transfer function in my dialplan, but I may configure it wrong because sometime when I call a SIP extension number from one FXS port, the SIP side will hear word "transfer", I hear nothing, after that, the call conversation is fine.I'v had this problem for a long time, could not get clue where I configure it wrong. here is my related config part: sip.conf:
2005 May 31
2
R: R: R: R: AT-320 + supervised transfer
Good...it almost works fine! I just have 't' in command Dial, but i also have 'T'. Is it a problem ? This is my Dial() exten => 605,1,Dial(${GIORDANO NAT},60,Ttr) I have only a problem: A and B are speaking, B calls C and ask it if wants speak with A, C accept but if B hang up A is waiting and C get busy tone. To make it works B don't have to hangup but habe to press
2005 Mar 07
2
Call transfer questions
Dear all I am trying to work out how make call trasfer work the way I want is I am the called party I want to transfer a call so I press # and enter the ext but then it disconnects me this is a blind transfer how do I make it so its not a blind transfer so i can talk to the person before i transfer the call...and go backl to the orig caller if the transfered to ext doesnt answer.... also can