similar to: Disable blind and attended transfer during call

Displaying 20 results from an estimated 2000 matches similar to: "Disable blind and attended transfer during call"

2005 Oct 17
1
Call transfer - atxfer
Hi, I try to set up attended transfer in my Asterisk Box . My features.conf look like this: [general] parkext => 100 parkpos => 1-5 context => parkedcalls parkingtime => 100 transferdigittimeout => 3l courtesytone = beep xfersound = beep xferfailsound = invalid featuredigittimeout = 500 ;adsipark = yes pickupexten = *8 [featuremap] atxfer => *2 blindxfer => # disconnect
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 =>
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]
2005 Sep 27
1
blindxfer & atxfer not working?
I'm wondering whether there's a problem with the blindxfer and atxfer commands. I was using Asterisk STABLE and pressing the # key to transfer calls worked fine, except of course when you called up FedEx and they asked "Enter the number of packages, followed by the Pound key". I found on the wiki (http://www.voip-info.org/tiki-index.php?page=Asterisk+config+features.conf) that
2009 Jun 16
1
Unable to use # as feature key prefix
Hi folks, I was using the following featuremap: blindxfer => *1 disconnect => *9 atxfer => *2 parkcall => *7 automixmon => *0 and everything worked. Then the need arouse to use some features like automixmon during a conference, but MeetMet has the * key bound to the (admin) menu. Thus, in order to enable features like automon and transfers even during a conference, I
2009 Jun 10
0
Problem with attended transfers
I need attended transfers, but I do not have time to talk to another extension and see if they accept the transfer, my features.conf is: [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 220 ; Number of
2007 Jun 04
0
no ringing tone making attended transfer whith an IAX client
Hi I have configured attended transfer in features.conf like this [general] parkext => 70 ; What ext. to dial to park parkpos => 00-99 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parked for
2005 Jun 14
2
Features.conf for secretary function
Hi, I am trying to use the attended transfer. So I put this in my feature.conf: [general] [featuremap] atxfer => *0 blindxfer => #0 I completly restart asterik, and not just make a RELOAD. But during a call, when I press # it runs a blind transfer and if I press * I am disconnected. I am using the CVS version of * get as explain here
2008 Dec 08
2
meetme problem maybe connected to features.conf
Hello. I have a strange problem with the MeetMe application. Configured is a misdn msn to go into a preconfigured MeetMe room. exten => 12,1,MeetMe(1234,pIM) The first caller gets the prompt to enter the pin and then gets connected to the MeetMe room. The second caller gets also the prompt but after entering the right key he hears a dialtone followed by the message: The number you have
2005 Jan 25
2
New native assisted transfer (atxfer) usage info required
Hi, I would like to use the new atxfer (native assisted transfer, see mantis item #3241) , but I've partially been able to make it work. I can receive a call and then having the caller hear MOH while talking with another extension (the one I want to transfer to), but then I can't make the caller and the trasferred talk hanging up or pressing any key combination I'm aware of. My
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 =>
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
2008 Mar 05
2
Transferring Unanswered Calls
Hi list, I'm wondering if it's possible to transfer a call that is still ringing??? I Have some Grandstream GXP-2000 and with the TRNF button it's impossible. So, I've configured some keys to transfer the calls like this: [featuremap] blindxfer => #2 ; Blind transfer (default is #) disconnect => *0 ; Disconnect (default is *) ;automon => *1
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 20
1
getting problem in Picking up the parked call
Hi all. I am trying following scenerio for call park & pickup. voice is flowing established between B & C, after call-pickup ( instead of A & B ). can anyone please clarify why it is happening like this, ( or ) do i need some more configuration for park&pickup ? A B
2005 Mar 15
2
Asterisk retains DTMF Control Even whenan External IVR System is dialed
Eric Wrote: ----------- The trick is not to use options you don't understand. "show application dial" will show you what the t and T options are for. Most people use the transfer feature of their phone, rather than using the T/t hack on the Dial line. Sounds like you are using CVS-HEAD and so will have to configure stuff in /etc/asterisk/features.conf. /Snip/ Eric, Thanks for
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
2009 Feb 09
1
Transfer Asterisk 1.6 Telephone IP
Hi List. I have a small problem in using the transfer key transfer of IP Phone in Asterisk 1.6, I think I spend some detail in the configuration but can not find. What happens is, when I do a transfer using the Transfer button, the phone, does not play the music on hold, which is waiting on the phone is silent, and I have the same settings on a 1.4 server, and the music plays correctly when
2007 Aug 29
0
call pickup problem
i have TB instaled and i cant get call pickup when another phone rings i tried ** , *8 , *8# , **+ext but nothing seems to be ok.on extention menu i put call pickup=1 and call group=1 but nothing look at my features.conf; ; Sample Parking configuration ; [general] ; do not manually enter parkinglot config information, use the parkinglot module ; ; the parking_additional.inc file is