similar to: Transfer outgoing call - macro

Displaying 20 results from an estimated 1100 matches similar to: "Transfer outgoing call - macro"

2007 Jul 04
1
Dialout Macro and transfer call in progress
Dear All, I can not transfer call in progress. What's wrong with my macro? I think tT flags is enough right? [macro-stdexten] exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5 exten =>
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
Yo all, As there has been some intrest, here's my updated version: I post it to "-dev" as well as "-users", as it may be of intrest to both. Inspired by the example in the tips & tricks-section of "http://www.junghanns.net/asterisk/", I built a more elaborate set of features. Currently, my implementation supports call- forward unconditional, on no answer
2007 Feb 01
0
Enhanced PickupChan
Hi All, I've installed Enhanced PickupChan on asterisk 1.2.14 using howto from http://www.thorsten-knabe.de/linux/asterisk/pickup.jsp . from extensions.conf: exten => 0,1,Dial(SIP/eosoiris|20|tTrR) exten => 200,1,Dial(SIP/dzalewski|20|tTrR) exten => _7.,1,Pickup2(${EXTEN:1}) When I try to pickup ringing SIP channel from other IP headset I go disconnected. here is debug from
2009 Jul 11
0
MACRO-INCOMING-CALL-TO-EXTENSION
Hello my friends, I've a doubt, i want to be able to forward the incoming calls from PSTN to my cell phone...i mean, qhen i'm out of the office i need like aq macro that helps me to forward the incoming call that goes for example to my internal extension SIP 207, i 've this macro but i can make it work properly....i can't activate the forward in the phone, is quite confuse:
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
hi ppl :D my configuration is as follows, i run (let's call it machine 2) debian etch 4.0 and asterisk 1.2, i use voiceone (www.voiceone.it) as an interface to manage asterisk, I have a grandstream/handytone 486 as a sip device, no PSTN line or anything like that all SIP only. I have a machine (machine 1), which functions as my router and machine 2 and sip device are behind it, grandstream box
2003 May 14
20
Call forwarding
Yo, Inspired by the example in the tips & tricks-section of "http://www.junghanns.net/asterisk/", I built a more elaborate call divert-feature. This one validates if the extension a call-forward is to be set to is actually valid for the current context and additionally saves this context into the DB and always uses it to originate the divert from, as you can't expect the
2007 Jan 29
3
Pickup() ringing extension and call waiting
Hi All, I'm using Asterisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would like to be able to pickup ringing extention from any SIP phone using Pickup() application. from my dial plan: [incoming] exten => s,1,Dial(SIP/somebody1|60|tTrR) [internal] include => outbound-local include => parkedcalls
2007 Dec 22
0
Dead Incoming call - Sangoma A200
Hello List, I am having a strange issue with a trixbox system we installed for a client, and I would appreciate any help on this one. The issue is that occasionally when they go to answer an inbound call from the Sangoma A200 - there is no one there, and they are presented with dial tone. The calling party is hung up. A bit of background: The client actually has two systems install (one at
2007 Feb 02
0
Call Waiting broken on ZAP
Problem: *Call* *waiting* comes in, I press flash to answer it, and the first caller gets disconnected after 3 seconds. This is all ZAP - no VOIP. System: Analog stations and trunks running on a pair of TDM400's. It does NOT have * call* *waiting* from the phone company, and I have enabled it in all my conf files. The trunks are set to FXSKS and the stations are FXOKS. I am not using *call*
2014 Aug 08
0
Call Deflection on PRI
Hi The only way to have CD service is using: DAHDISendCallreroutingFacility(<destination-5551212>, <original-my-number>, cfu|cfb|cfnr|unknown) or it is possible also with Dial() command before answering the call also ? Regards Babak -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 05
0
Sirrix PC140 Quad card
Hi, I have just installed a Sirrux PC140 card for the first time. Managed to build the drivers and get * to load them on FC4, but it does not work. It seems that layer1 in the ISDN is not even activated. The same ISDN lines connected to a Samsung DCS works so it is not the lines. I am including my sirrix.conf and the output of some of the * Srx commands below. Any pointers would be
2007 Feb 15
7
Call forwarding
Hi All, I'm using asterisk 1.2.15 and call forwarding doesnt work for me. from my extensions.conf: ; Unconditional Call Forward exten => _*21*X.,1,NoCDR exten => _*21*X.,2,Set(DB(CFIM/${CALLERID(NUM)})=${EXTEN:4}) exten => _*21*X.,3,Playback(vm-saved) exten => _*21*X.,4,Hangup exten => #21#,1,NoCDR exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)}) exten =>
2006 Jul 13
3
Corrupted Indexes - again...
I am still getting these in my maillog: Jul 13 07:39:38 pop5.cfu.net dovecot: IMAP(breu at cfu.net): Corrupted index cache file /var/spool/mail/filer/storage//cfu.net/b/r/breu/dovecot.index.cache: invalid record size Jul 13 09:35:03 pop5.cfu.net dovecot: IMAP(breu at cfu.net): Corrupted index cache file /var/spool/mail/filer/storage//cfu.net/b/r/breu/dovecot.index.cache: invalid record size
2006 Mar 31
3
Echo cancellation problem
Hi! I'm here again with echo canceller problem... :-( I think I've done everything to enable echo canceller feature, but it still doesn't work... Can anybody tell me if there is some error or something missing in this configuration please? I'm using Eicon Diva Server 4Bri. http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1&regID=4999 Card
2004 Nov 23
0
Problems with MACRO_EXTEN variable
Hei! I have a little problem with the subject. I use Asterisk CVS-HEAD-09/06/04-12:42:56 as a production *, but I do tests with a newer version Asterisk CVS-HEAD-11/18/04-10:01:32. Ok the problem is: in extension.conf I use macro for redirection, found on wiki pages: [macro-stdexten] ; ; Standard extension macro (with call forwarding): ; ${ARG1} - Extension(we could have used ${MACRO_EXTEN}
2012 Mar 10
2
DAHDISendCallreroutingFacility
Hi I installed Asterisk 1.8.7 with CD ISO(Elastix 2.2) I want to use DAHDISendCallreroutingFacility Application on a PRI link(LIBPRI Already installed). according to https://wiki.asterisk.org/wiki/display/AST/New+in+1.8 Asterisk 1.8 include this application but I cannot see it with "core show applications" Do I need to install mISDN or other modules for using that ? Regards M.Shirazi
2006 Nov 06
0
help for recording
Hello , I want to enable recording for a few extensions. In sip.conf it is defined as record_out=Always record_in=Always under the section of extension.but it doesn't work. Extensions are defined in the extension_additional.conf file like exten => 10,1,Macro(exten-vm,10,10) exten => 10,hint,SIP/10 exten => ${VM_PREFIX}10,1,Macro(vm,10,DIRECTDIAL) I can't be sure
2003 Sep 09
1
How limits are set in a scales list
I have a lattice plot that has 4 pages with 4 columns and 8 rows per page. I wish to have the rows use a separate x-axis since their ranges are quite different, but I wish to have those same limits used on each page. By setting an element of the scales list to something like x = list(limits = lim.list$CFU, lim.list$CFU, lim.list$CFU, lim.list$CFU,
2007 Mar 15
0
MP3Player
Hi All, I'm having problem with MP3Player app. I want the caller to hear mp3 when he is waiting until I answer my phone. -- from extentions.conf -- exten => 200,1,Answer() exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3) exten => 200,3,Dial(SIP/200|20|tTrR) exten => 200,4,Hangup() -- end -- here is debug from CLI: -- Executing
2005 Jan 24
1
SetGroup and CheckGroup problems
I have a rather long dial plan, but it includes support for call waiting. However, the setgroup checkgroup commands don't seem to be working. Can anyone help on this one? Excerpts are below. First exten-vm is dialed and then dial-new. As I understand, priority 1 increments the active channels for the caller and then in "dial-new" priority 8 increments for Arg3, or the Callee