Displaying 20 results from an estimated 400 matches similar to: "Dial+Macro and Queue"
2009 Mar 06
1
GoSub & Queue
I have a caller screen queue setup. Basically a caller calls in, goes
through a IVR, and before that caller is put into the queue, they get a sub
ran on them first asking for them to say there name. That gets saved and
they are entered into the queue using Queue(mainqueue,,,,300).
In the queues.conf i have a list of members these are
local/extension at external-default, there are two
2005 Jan 19
5
Call Screen Macro Not Exiting when call rejected
This is a followup to the posting earlier about Hunt Groups with Call
Screening.
I have implemented the following macro and for some reason the Macro does
not exit and continue the context it was called from when the called party
rejects the call - It always drops through to the NoOp at the end and
connects the call.
Below are two examples of the dial commands I am using to call the macro.
2015 Nov 04
4
Find me macro - calling multiple people to get a hold of one
Hi list,
We're trying to set up a phone number that customers can call to get a hold of anyone of a group of sysadmins (and not their voice mails!). We found the findme example ([1]) that makes the callees press 1 to accept the call. It almost works, but it doesn't work correctly when one of the callees, the sysadmins, hangs up after accepting the call.
We're using this
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list,
I'm using the following macro when calling an external callphone/GSM
number :
[macro-press1]
exten => s,1,NoOp()
exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1)
exten => s,n,Read(INPUT,,1,1,1)
exten => s,n,NoOp(input : ${INPUT})
exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup)
exten => s,n(exit),NoOp(call accepted)
exten
2007 Apr 01
5
[MACRO-SCREEN] and MACRO_RESULT
I am following the example at http://www.voip-info.org/wiki/view/Asterisk+tips+findme but I find that no matter what, the call is connected. Can anyone confirm that config is working for them? Any suggestions appreciated.
I need to transfer calls to a list of cell phones, ring all of them, allow them to screen the call, connect the call to the first number that accepts the call, and allow
2007 Jul 05
2
Call Screening Not Working
I am using the Find-me/Follow-me example below with screening:
http://www.voip-info.org/wiki/view/Asterisk+tips+findme
Here is my actual config:
[macro-screen]
exten => s,1,Wait(1)
exten => s,n,Background(press-1-to-be-connected-to-the-caller)
exten => s,n,Set(TIMEOUT(response=5))
exten => 1,1,NoOp(Caller accepted)
exten => i,1,Set(MACRO_RESULT=CONTINUE)
exten =>
2006 Oct 18
4
Findme problem
Greetings all,
I've been working on having Asterisk put a call through to two different numbers, and give the call to the first one that acknowledges by pressing the 1 key. I found an example on the wiki, but I can't get it working.
When I answer the call I hear the message telling me to press 1 to connect, and as soon as the message is done, the call is connected. In other words, it
2006 Nov 03
1
SendDTMF() behaves strangely
Hi, everybody:
As part of a paging macro I'm using SendDTMF to send digits to the
called party.
The section looks like this:
exten => s,1,Wait(0.5)
exten => s,n,SendDTMF(9531290)
exten => s,n,Wait(1.0)
exten => s,n,Set(MACRO_RESULT=CONTINUE)
To test I direct the call to a live extension just to hear what's
happening -- what actually happens is that only the 9 is sent, and
2011 Feb 02
1
Problems using Background within a macro on V 1.4
Hi List
I have had a look at the various posts on this and seem to be more confused
than ever - but then again that's not hard ;-)
I am using Version 1.4.33.1 build from the Debian "lenny" distros
I am trying to implement a simple screening
[macro-screen]
exten => s,1,Background(press1)
exten => s,n,WaitExten(5)
exten => 1,1,NoOp(accepted) ; Dont set a reply so dial
2007 Apr 02
1
understanding what h extension does
I am trying to make a dialplan that when I dial 90 I can go round a
whole set of extensions and leave them a short message, hangup and go
on the next one.
I use the M facility of dial, with something like this
[messages]
exten => 90,n(calcnextchan),Set(DIALCHAN=...)
exten => 90,n,Dial(${DIALCHAN},30,M(domessage))
exten => 90,n,Goto(calcnextchan)
[macro-domessage]
exten =>
2006 Oct 29
1
Multiple dial macros at the same time
I am setting up an after-hours on-call system. Someone calls in and
requests service, and while they listen to music on hold, we dial out to
several people's cell phones and home phones. We don't know if they will
be answered by the employee, or by voicemail or a
spouse/relative/child/pet. So we play a message that says "press 1 to
accept the call" and ask employees to train
2010 Apr 20
2
Read Timeout
Hello,
I use the following macro to screen calls when they come in.
Priv-instruct-custom says "press 1 to accept, press 2 to reject"
However, when no input is made (or the call goes to my mobile's voicemail and therefore no input is made), the result is that the ACCEPT variable is not set and then the GotoIf statement fails.
How can I resolve this? Can I simply preset the ACCEPT
2007 Jul 10
0
Macro Goofiness
I am trying to use a macro to screen calls by calling several different
phones at the same time in different groups. Find me will not work and
queues will not work either. Trust me, I've tried them both and they
don't work like they should. Here is what I have:
A call comes into 6084 and does the following (in default context):
exten => 6084,1,NoOp(test)
exten =>
2010 Feb 24
0
Question
Ok so a while back I found an example for having a number dial multiple
numbers and then whoever answers and confirms gets the call. (don't
recall who the example was from, but thank you!)
But Now today I've been playing with TTS and STT and came across the
BackgroundDetect command. Now If I use this allow it works fine. But
when I try and use it with this it never actually detects me
2009 Dec 03
1
Dial application with M option
Hello,
What i am trying to do is ..... Dail a number and ask if you wana talk to
XXX press 1 and if you dont wana talk press any other key.
For this purpose i am using this
link<http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial>
.
*I am using this option :- *
*M(**x**)*: Executes the macro (x) upon connect of the call (i.e. when the
called party answers). IMPORTANT - The CDR
2006 Oct 13
2
AEL Question
Hi, all. I'm making my first foray into AEL. I'm starting with a
simple macro, but I've already encountered an odd behaviour. I'm
wondering if someone can shed some insight:
Asterisk 1.2.9.1
macro newPlaceCallPSTN {
s => {
TIMEOUT(absolute)=7200;
NoOp(Analog Out List: ${ANALOGOUT});
ChanIsAvail(${ANALOGOUT});
NoOp(Available Out List:
2006 Feb 14
4
ChanIsAvail
Hi,
So I've done my research on Chanisavail, read the wiki, checked the
archive but can't seem to find anything to suit my scenario. I've
played around with it a lot, but I'm still scratching my head on what
I need to do.
What I need is to be able to accept a call by SIP and ring all
telephones that are not in use (which just so happen to be on Zap
interfaces, but might be SIP
2006 Apr 09
2
sio+acpi woes on HP DL145 G2
On 4/8/06, Dmitry Morozovsky <marck@rinet.ru> wrote:
> On Fri, 7 Apr 2006, Mars G. Miro wrote:
>
> MGM> Greetz!
> MGM>
> MGM> I have an HP DL145 that I'm having problems with when connecting via
> MGM> serial console. I think it's acpi-related. This is on 6.1-BETA4/amd64
> MGM> (5.X is the same also)
>
> [snip]
>
> It seems it's
2007 Jan 24
0
Agent Pre Acknowledgement Message
I'm trying to wean my self using the Agent channel in Asterisk. The main
reason I use it is for the callback acknowledgement , where the user
presses # to finally acknowledge the call. I have implemented this in the
Dialplan using the Macro in the docs. This works well as long as the user
enters something.
However if the user hangs up , then both sides of the bridge call are hung
up as
2005 Jan 27
1
ChanIsAvail not working
I'm testing ChanIsAvail context and it is not working for me.
exten => 55,1,ChanIsAvail(SIP/11&SIP/21)
exten => 55,2,Cut(theChannel=AVAILCHAN,,1)
exten => 55,3,Dial(${theChannel},r)
exten => 55,4,Hangup
exten => 55,102,Goto(s,4)
It is not dialing SIP/21 when I'm talking on SIP/11, it execute
Hangup instruction instruction.
According to notes:
The channels are checked