Displaying 19 results from an estimated 19 matches for "dial_opt".
Did you mean:
dial_out
2006 Nov 06
0
help for recording
...;!="novm"] |
$["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")})
exten => s,n,Macro(record-enable,${EXTTOCALL},IN)
exten => s,n,GotoIf($["${CHANNEL:0:5}" = "Local"]?dolocaldial,1) ; if
the channel is Local
exten => s,n,Macro(dial,${RT},${DIAL_OPTIONS},${EXTTOCALL})
exten => s,n,GosubIf($[$["${DIALSTATUS}"="NOANSWER"] &
$["foo${CFUEXT}"!="foo"]]?docfu,1) ; check for CFU in use on no answer
exten => s,n,NoOp(Voicemail is '${VMBOX}')
exten => s,n,GotoIf($["${VMBOX}" = "...
2005 Jul 26
2
Stumped on vMail problem, any ideas?
...I see the following marcro's:
; Ring an extension, if the extension is busy or there is no answer send it
; to voicemail
; ARGS: $VMBOX, $EXT
[macro-exten-vm]
exten => s,1,Setvar(FROMCONTEXT=exten-vm)
exten => s,2,Macro(record-enable,${ARG2},IN)
exten => s,3,Macro(dial,${RINGTIMER},${DIAL_OPTIONS},${ARG2})
exten => s,4,GotoIf($[${CHANNEL:0:5} = Local]?s-${DIALSTATUS},1) ; if the
channel is Local, then do not go to voicemail. This is primarily to avoid vm
for call-forwarded extensions in ring groups
exten => s,5,GotoIf($[${ARG1} = novm]?s-${DIALSTATUS},1) ; no voicemail in use
for...
2008 Apr 24
1
No CallerID Transfer Problem
...well, but this
didn't do any good. After playing a bit longer I just set the
following:
exten => 900,2,set(CALLERID(num)="606-555-1212")
exten => 900,3,set(CALLERID(name)="Outside Call")
exten =>
900,4,Dial(${DIALEXTENSIONS},${RINGTIMER},${DIAL_OPTIONS})
Now all works well.
So is there another option somewhere to keep asterisk from killing a
transfer without callerid? This happened on both 1.4.17 & 1.4.18.1.
Thanks,
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/...
2005 Jan 26
1
Inbound analog Telco line not answered
...ions. Handles things like call forwarding and DND
; We don't call dial directly for anything internal anymore.
; ARGS: $TIMER, $OPTIONS, $EXT1, $EXT2, $EXT3, ...
; Assumes that 2xxx is SIP and 3xxN is ZAP, where N is channel.
; Use a Macro call such as the following:
; Macro(dial,$DIAL_TIMER,$DIAL_OPTIONS,$EXT1,$EXT2,$EXT3,...)
[macro-dial]
exten => s,1,AGI,dialparties.agi
exten => s,22,Macro(hangupcall) ; The call was answered and then
hungup
exten => s,23,Wait(1)
exten => s,24,Voicemail(b${ARG3}) ; The call was internal to
extension, and was busy
exten => o...
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
...What device to dial (device)
;MACRO_EXTEN is dialed agent
exten => s,1,Gotoif($[${GROUP_COUNT(${MACRO_EXTEN}@agents)} > 0]?busyhere,1)
exten => s,n,Set(OUTBOUND_GROUP=${MACRO_EXTEN}@agents)
exten => s,n,Monitor(wav|/var/calls/${UNIQUEID})
exten => s,n,Dial(${ARG1},${AGENT_TIMEOUT},${DIAL_OPTIONS})
exten => s,n,Busy
As you can see I would like to monitor all calls to the agents. That's
where the problem is. If we use Local channel without /n option then
monitor immediately stops when agent picks up the phone. This is normal
behaviour of Local channel.
As a result I add Local/$...
2011 Mar 28
1
DTMF input while waiting in queue...
...=> 1820,n,Set(__BLKVM_BASE=${EXTEN})
exten => 1820,n,Set(DB(${BLKVM_OVERRIDE})=TRUE)
exten => 1820,n,UserEvent(QueueAlert,CallerID: ${CALLERID(number)},Queue:
${EXTEN},UniqueID: ${UNIQUEID},Channel: ${CHANNEL})
exten => 1820,n,ExecIf($["${REGEX("(M[(]auto-blkvm[)])" ${DIAL_OPTIONS})}"
!= "1"]?Set(_DIAL_OPTIONS=${DIAL_OPTIONS}M(auto-blkvm)U(ackcall^s^1)))
exten => 1820,n,Set(__NODEST=${EXTEN})
exten => 1820,n,GotoIf($["foo${RGPREFIX}" = "foo"]?REPCID)
exten => 1820,n,GotoIf($["${RGPREFIX}" !=
"${CALLERID(name):...
2006 May 26
1
Not able to make any calls
...S_2 = 1
OUTCID_2 = mithunafila<672648>
OPERATOR =
NULL = ""
IN_OVERRIDE = forcereghours
INCOMING = GRP-1
FAX_RX_EMAIL = fax@mydomain.com
FAX_RX = system
FAX =
Eabhijit = SIP
E9002 = SIP
E9001 = SIP
E8002 = SIP
E8001 = SIP
DIRECTORY_OPTS =
DIRECTORY = last
DIAL_OUT_1 = 9
DIAL_OUT = 9
DIAL_OPTIONS = tr
DIALOUTIDS = 1/2/
CALLFILENAME = ""
AFTER_INCOMING =
[ext-did]
include => ext-did-custom
exten => 672648,1,SetVar(FROM_DID=672648) ;
exten => 672648,2,Goto(ext-group,1,1) ;
[ext-group]
include => ext-group-custom
exten => 1,1,Macro(rg-group,30,,200-201)...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...######################################
; Rings one or more extensions. Handles things like call forwarding and DND
; We don't call dial directly for anything internal anymore.
; ARGS: $TIMER, $OPTIONS, $EXT1, $EXT2, $EXT3, ...
; Use a Macro call such as the following:
; Macro(dial,$DIAL_TIMER,$DIAL_OPTIONS,$EXT1,$EXT2,$EXT3,...)
[macro-dial]
exten => s,1,GotoIf($[ "${MACRO_CONTEXT}" = "macro-rg-group" ]?4:2) ; if this is
from rg-group, don't strip prefix
exten => s,2,GotoIf($[${CALLERIDNAME:0:${LEN(${RGPREFIX})}} != ${RGPREFIX}]?4:3)
; check for ring-group prefix
ext...
2005 May 18
0
HELP ME!!!! Asterisk don't do calls
...ARGS: $VMBOX, $EXT
[macro-exten-vm]
exten => s,1,Setvar(FROMCONTEXT=exten-vm)
exten => s,2,GotoIf($[${CHANNEL:0:5} = Local]?novm,1:3) ; if the channel is Local, then do not go to voicemail. This is $
exten => s,3,GotoIf($[${ARG1} = novm]?novm,1)
exten => s,4,Macro(dial,${RINGTIMER},${DIAL_OPTIONS},${ARG2})
exten => s,5,Wait(1)
exten => s,6,Voicemail(u${ARG1}) ; no answer to voicemail
exten => s,7,Macro(hangupcall)
exten => s,106,Wait(1)
exten => s,107,Voicemail(b${ARG1})
exten => o,1,Background(one-moment-please) ; 0 during vm message will hangup
exten =>...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2005 Aug 20
0
Re: Asterisk-Users Digest, Vol 13, Issue 131
...my agent 1001 and 1002 has been login (in file extensions.conf)
[ext-agents]
;Agent Login
;exten=> 2001,1,AgentCallbackLogin(|${CALLERIDNUM}@ext-agents)
exten=> 2001,1,AgentCallbackLogin(|${CALLERIDNUM}@from-internal)
;Agent Logout
exten=> 2002,1,AgentCallbackLogin(|l)
my dial option as DIAL_OPTIONS = twWrm
in features.conf
[featuremap]
automon=1
when from telco, i dial to asterisk, then press 2020, agent ringing and agent 1001 accept the call, from agent 1001 i cannot packing call or transfer call or monitor call.
if i don't used agent, IAX phone transfer, packing, monitoring ca...
2007 May 24
1
Parking Lot CallerID
...ic idea of what I've done to try to capture the CID in
testing:
exten => 200,1,SetGlobalVar(P1NAME=${CALLERID(NAME)})
exten => 200,n,SetGlobalVar(P1NUM=${CALLERID(NUM)})
exten => 200,n,Park()
exten => _20x,1,Wait(1)
exten => _20x,n,NoOp(${DIAL_OPTIONS})
exten => _20x,n,Set(CALLERID(NAME)=${P1NAME})
exten => _20x,n,Set(CALLERID(NUM)=${P1NUM})
exten => _20x,n,NoOp(${CALLERID(NAME)} ${CALLERID(NUM)})
exten => _20x,n,ParkedCall(${EXTEN})
Beings the call is originating on the phone I'm not sure the...
2007 Oct 11
0
Alert_INFO x2 => 400 Bad Request
...EST})
exten => 6800,n(skipvmblk),Set(__NODEST=${EXTEN})
exten => 6800,n,Set(__ALERT_INFO=Ringer-1)
exten => 6800,n,Set(RecordMethod=Group)
exten => 6800,n,Macro(record-enable,6740,${RecordMethod})
exten => 6800,n,Set(RingGroupMethod=ringall)
exten => 6800,n(DIALGRP),Macro(dial,7,${DIAL_OPTIONS},6740)
exten => 6800,n,Set(RingGroupMethod=)
exten => 6800,n,GotoIf($["foo${RRNODEST}" != "foo"]?nodest)
exten => 6800,n,Set(__NODEST=)
exten => 6800,n,dbDel(${BLKVM_OVERRIDE})
exten => 6800,n,Goto(ext-group,6799,1)
exten => 6800,n(nodest),Noop(SKIPPING DES...
2008 Jan 14
1
Different ringing tones ...
This possibly isn't 100% asterisk related, but I'd like some
opinions/feedback...
A customer wanted different ring-tones to differentiate external and
internal calls. No biggie once I'd worked out that details - they have
100% GXP2000 phones, so adding in the relevant SIP header and altering the
phones to suit seems like it's going to be a solution...
But I started to look at
2005 Jan 24
1
SetGroup and CheckGroup problems
...any assistance.
Thanks
Mike
[macro-exten-vm]
exten => s,1,SetGroup(${CALLERIDNUM})
exten => s,2,SetMusicOnHold(default)
exten => s,3,Setvar(FROMCONTEXT=exten-vm) exten =>
s,4,GotoIf($[${CALLERIDNUM} = ${ARG2}]?9:5) ;check self-voicemail exten =>
s,5,Macro(dial-new,${RINGTIMER},${DIAL_OPTIONS},${ARG2},${ARG1})
[macro-dial-new]
;now check if destination is on a call
exten => s,8,SetGroup(${ARG3})
exten => s,9,CheckGroup(1)
;go to 110 then 25 if on the phone (CW handler), go to 10 if not on the
phone
exten => s,110,Goto(s,25)
;line is clear, begin dial sequence
exten =>...
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...lacklist >>
exten => s,108,Goto(blacklisted,s,1) ;
<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>
exten => s,8,Macro(dial,${RINGTIMER},${DIAL_OPTIONS},${ARG2})
exten => s,9,GotoIf($[${ARG1} = novm]?s-${DIALSTATUS},1) ; no voicemail in
use for this extension
exten => s,10,NoOp(Sending to Voicemail box ${ARG1})
exten => s,11,Answer()
exten => s,12,Wait(1)
exten => s,13,Macro(vm,${ARG1},${DIALSTATUS})
exten => s-BUSY,1,NoOp(E...
2010 Jul 30
0
Aastra ignore call button hangs up call instead of going to voicemail
...conf file has this macro-dial in it:
; Rings one or more extensions. Handles things like call forwarding and
DND
; We don't call dial directly for anything internal anymore.
; ARGS: $TIMER, $OPTIONS, $EXT1, $EXT2, $EXT3, ...
; Use a Macro call such as the following:
; Macro(dial,$DIAL_TIMER,$DIAL_OPTIONS,$EXT1,$EXT2,$EXT3,...)
[macro-dial]
exten => s,1,GotoIf($["${MOHCLASS}" = ""]?dial)
exten => s,n,SetMusicOnHold(${MOHCLASS})
exten => s,n(dial),AGI(dialparties.agi)
exten => s,n,NoOp(Returned from dialparties with no extensions to call
and DIALSTATUS: ${DIALSTATU...
2006 Jan 27
7
AAH out bound routing problem
Hi all
I have installed AAH 2.2 in my P4 PC
following AAH handbook PDF and http://mundy.org/blog/index.php?p=62#amp
and made as per the guide says
and downloaded SJ Phone, and registered user
and when i try to dial the 19197543700
i get message that, all circuits are busy now, please try your call later
and when i see in the console i get this mesage
any help
Called easycall/19197543700
2006 Feb 19
3
Loops and Variables
I have the following in my dialplan, counts the number of loops and when
it hits greater then 5, exit. It works, but errors initially with,
"syntax error, unexpected TOK_PLUS, expecting TOK_MINUS or TOK_LP or
tolken; Input: +1".
Could somebody tell me why?
Thanks:
; ****************************************
; Setup a varriable to count the number of
; times the message has been