similar to: Dial(ZAP with t option for call transfer via *2)

Displaying 20 results from an estimated 10000 matches similar to: "Dial(ZAP with t option for call transfer via *2)"

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 =>
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()
2005 Aug 23
1
Asterisk 1.0.9: TE411P replacement for TE410P 1stgen causes crashes
Hi all, I replaced a TE410P Rev C 1st Generation Firmware with a TE411P without any cfg changes (zaptel/zapata). As a result Asterisk crashes on outbound from PRI4 going to PRI1 calls: Aug 23 18:22:00 WARNING[4693]: chan_zap.c:7545 zt_pri_error: PRI: !! Got a UA, but i'm in state 1 Aug 23 18:22:00 WARNING[4693]: chan_zap.c:7545 zt_pri_error: PRI: !! Got a UA, but i'm in state 1
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
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
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
2005 Jun 24
1
BRIstuff/QuadBRI problem: Ring requested on unconfigured channel 255/255 span 5
Hi all, I'm running a stable Asterisk on a HP DL380G2 1.4Ghz 0,5GB RAM equipped with 1x TE410P and 2xJunghanns QuadBRI running in NT-mode. Connected to the BRI-Ports are 12 Fax-Modems (Elsa MicroLink ISDN/TL V.34) which are only operating in dial out analog mode to deliver fax messages. After a while of running fine (50-200 dial out connections) on some S0 spans the following message occurs
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 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 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 Jun 18
1
atxfer attended transfer feature
I would like to know if atxfer is supported somehow because there seems to be little documentation for this feature. I know most people expect a good SIP/IAX phone to do the job but I think it's nice to be able to do attended trasnfers with a simple ATA-connected analog phone. I have Asterisk 1.2/Freepbx and features.conf has a line regarding atxfer and I set it to *2 (Default). While # works
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
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 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
2011 Mar 31
1
Transfer feature dialing out after one digit
Because some users have requested transfer beep confirmations I've switched our phones over to using the asterisk transfer feature instead of the built in transfer functions of the phones. While testing it was working fine, but I changed something in features.conf and suddenly any time I hit transfer (*2), I can only enter one digit before asterisk immediately tries to dial that extension.
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
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
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 Jul 27
0
[PLEASE RESPOND] Supervised transfer over SIP to outside POTS lines
PLEASE RESPOND IF THERE'S A SOLUTION 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