search for: blindtransf

Displaying 20 results from an estimated 34 matches for "blindtransf".

Did you mean: blindtransfer
2009 Apr 23
1
BLINDTRANSFER and SIP hardphones
Hi, When a SIP hardphone is transfering a call while ringing (caller and callee don't speak to each other) using phone's Transfer key, it seems BLINDTRANSFER remains empty. Though I can see a 302 MOVED TEMPORARILY message coming in. Is there a work around or something obvious I'm missing (it's the first time I'm playing with Dialplan transfert features. context mylocal { 7530 => { NoOp(Here1 ${BLINDTRANSFER});...
2013 Jan 22
2
Blind transfer behavior - Asterisk 1.8 and 10
...working perfectly, using ## from features.conf or using transfer key from phone, here SNOM320. My problem is that if party to transfer to is busy, the transfer fail and the call is ended. What I want to do is to return the call to the party who originate the transfer. I checked variable like ${BLINDTRANSFER} ${TRANSFERED_BY} or ${TRANSFER_CONTEXT}, they are all empty. What did I miss? Thanks for any hints -- Daniel
2005 May 12
0
${BLINDTRANSFER} variable
I've found on wiki that there is a variable called ${BLINDTRANSFER} which should contain the channel (or a number) of user that made a blind transfer of a call to another extension. Also I've found a patch for chan_sip to add support for ${BLINDTRANSFER}, but it's not working at all (chan_sip crashing), so I guess it is intended for CVS-HEAD version. H...
2005 Jul 01
0
${BLINDTRANSFER} in *-1.0.X
Hi everybody, I'm not a programmer, so I really don't know this, but is it possible to somehow backport ${BLINDTRANSFER} variable functionality to 1.0.X versions of *. I need this really badly ... thanks for your replies. Ivan
2006 Mar 29
5
Asterisk Between PBX and FXS
...e. Asterisk receives the call and dial to a SIP/peer. How the pbx installed support 2 extensions to one fxs... How can I figure out in asterisk which extension was dialed before the call came to asterisk? Does asterisk receive this information in some variable? ${BRIDGEPEER} ${CALLERID(dndi)} ${BLINDTRANSFER} ${BLINDTRANSFER} I tried the above variables without success. Thanks in advance. Fernando Lujan
2006 Nov 10
0
Asterisk BlindTransfer behaves differently in version 1.0 and 1.2
Recently, we just migrate our PABX from 1.0.10 to the latest asterisk 1.2.13, most of the features are migrated smoothly, only blind transfer behaves differently, and quite annoying, We use options 't' and 'T' in dial command to enable using asterisk feature to do blind transfer, in 1.0, after you dial the number and followed by a '#' key, asterisk will do the transfer
2010 Dec 01
6
Issues with 1.8 and BlindTransfer
I am having issues with Blind Transfer on asterisk 1.8 If I call from one Grandstream phone to another and us the transfer key to do a blind transfer everything works fine. When calling in on a sip trunk and then trying to use the transfer key to transfer from Grandstream phone to Grandstream phone the call just hangs up. It did not do this on Asterisk 1.4.x or 1.6.2.x . If we use
2009 Feb 25
1
Stuck Parked Calls?
...lling Asterisk forcefully will solve the issue. We're running Asterisk 1.4.18. Thanks for any help! [parallelparking] exten => _7[89]X,1,Noop(Attempting to parallel park...) exten => _7[89]X,n,Answer exten => _7[89]X,n,Set(PARKINGEXTEN=${EXTEN}) exten => _7[89]X,n,GotoIf($["${BLINDTRANSFER}" != ""]?dopark:dounpark) exten => _7[89]X,n(dopark),Noop(Going to try to park this call) exten => _7[89]X,n,Set(RECALLEXTEN=${BLINDTRANSFER:4:4}) exten => _7[89]X,n,ParkAndAnnounce(PARKED|180|Local/parkedannounce at parallelparking|parkreturn,${RECALLEXTEN},1) exten =&gt...
2007 Feb 14
1
Following call forwards
...l. Just put something in callerid= in sip.conf, and that will show up in ${CALLERID}. The same with an attended transfer, since that is just another outgoing call which gets bridged later. Unattended transfers are not so difficult (at least not if the asterisk version is reasonably new), because ${BLINDTRANSFER} is set, and I can get the phone name from that. It is much more difficult if call forwarding is set on the phone. Then it just replies to requests with 302 Moved Temporarily. In that case ${BLINDTRANSFER} is not set. ${RDNIS} is set, but it is not always easy or even possible to turn the dialed...
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
...ke to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an extension after you hear "transfer". And I don't want the caller to hear "transfer", or hear the dialing sequence. Any suggestions ? sean
2010 Sep 03
3
How to tell if there is a transfer from CDR?
Is there any way to know if a call was transferred from reading the CDR? Any relation in fields like UNIQUEID? Something that can be scripted to make a special report? -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2005 Jun 27
1
announced transfer
While using Blindtransfer #Extension everything works fine. But how do i activate announced transfer with an Grandstream GPX2000 ? Greets Markus
2009 Jul 22
0
Attended transfer and 'pbx-invalid' - 1.4.26
Hi, I've created a tiny dialplan to test the return of a call on transfers, like this: (I had to use the DEVSTATE backport here) [phones] exten => _12XX,1,Dial(SIP/${EXTEN},6,tT) exten => _12XX,n,GotoIf($[ "x${BLINDTRANSFER}" = "x" ]?noBT) exten => _12XX,n,Set(DIALRET=${CUT(BLINDTRANSFER,-,1)}); exten => _12XX,n,Goto(dRet) exten => _12XX,n(noBT),GotoIf($[ "x${TRANSFERERNAME}" = "x" ]?sai) exten => _12XX,n,Set(DIALRET=${CUT(TRANSFERERNAME,-,1)}); exten => _12XX,n,Goto...
2009 Nov 20
1
Problem with blind transfers
Hi, I am having an issue under a specific circumstance with Asterisk 1.4.26.1, using blind transfer. If my SIP phone dials a number (so I am the caller, happens on both Polycom phones and eyeBeam softphone), do a BLIND transfer to another nuber (internal or external) ${CDR(accountcode)} is NULL fo the rest of the dialplan. My dialplan logic depends heavily on knowing the accountcode.
2011 Mar 28
1
problems with blind transfer on GXP-2000 - Multi tenant asterisk !!
...DI, assigned to a Tenant in PBX. Incoming call is routed to an extension 100. We press transfer button and press the extensions. Call is dropped immediately. We couldn't see any error in the SIP log. I have attached the sip log, where call is made to ddi 016700202 and 100-solitaire rang. blindtransfer was made to 101-solitaire. If anyone is interested to fix this for us, it will be good. My yahoo id is sreedharmt at yahoo.com Myskypeid is kvss2010 Note: I can provide more information upon request. Regs Sreedhar. -------------- next part -------------- An HTML attachme...
2020 Jul 22
1
module cel error with bridge events
...for more detailed information. A summary of the affected events is below: - BRIDGE_START, BRIDGE_END, BRIDGE_UPDATE, 3WAY_START, 3WAY_END, CONF_ENTER, CONF_EXIT, CONF_START, and CONF_END events have all been removed. These events have been replaced by BRIDGE_ENTER/BRIDGE_EXIT. - BLINDTRANSFER/ATTENDEDTRANSFER events now report the peer as NULL and additional information in the extra string field. This occurred as of Asterisk 12. -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com and www.asterisk.org -------------- next part ---------...
2007 Mar 05
1
Setting Sip Headers From Dial App?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This might sound strange, but is there anyway for Asterisk to set extra sip headers based on a sip phone returning a 302 in a dialplan? Example: PSTN => Asterisk => SIP-Phone, SIP-Phone returns 302 Redirect, Asterisk sets X-Something: Some_Value & X-Somethingelse: Some_Other_Value, then sends the new invite with added headers. Stu Sheldon
2007 May 14
1
Blind Transfer - Who transferred the call?
Hi all, Is there a way to tell which extension transferred a call in a blind transfer? Sorry if it's a basic question, but I haven't seen an answer. ${CALLERID(num)} still holds the outside party caller id (which it should), but I'd like to the extension number of the extension that transferred the call. Any suggestions? Thank you, -- Warm Regards, Lee
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
.... I can park a call using one-touch parking and then pick it up again, however if I try to re-park the call, it gets lost. I think that is because asterisk thinks I'm still on the park extension. As an example: exten => _9X,1,Set(PARKINGEXTEN=${EXTEN}) exten => _9X,n,Set(RETURNEXT=${CUT(BLINDTRANSFER||1):4}) exten => _9X,n,GotoIf($["x${RETURNEXT}" = "x"]?usechannel:find) exten => _9X,n(usechannel),Set(RETURNEXT=${CUT(CHANNEL||1):4}) exten => _9X,n(park),ParkAndAnnounce(pbx-transfer:PARKED|30|Local/parkannounce|ext-local,${RETURNEXT},1) So here's what happens:...
2009 May 06
0
After transfer context
...g datas from our customers calls like for instance the called number. Now, when caller make a transfer, we would like to catch the new called number. How to get this? Is there a return context _after_ transfer and *before* the call is placed in the user context? A solution would be to test the BLINDTRANSFER variable but this should be done in *each* user context, that's why we are looking for a mmore global solution, if any. Thanks for any hint. -- Daniel