similar to: Call Screening Not Working

Displaying 20 results from an estimated 1000 matches similar to: "Call Screening Not Working"

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 =>
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
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
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
2018 Mar 22
2
invite to conference by a call file
All the aforementioned techniques need change everytime on the dialplan. I need the office secretary to edit a file (call file) and place it in a particular folder in their windows PCs. this folder is the outgoing folder of LINUX shared through samba in LAN. i need to make it as easy as possible, please. On Tue, Mar 20, 2018 at 5:41 PM, Frank Vanoni <mailinglist at linuxista.com> wrote:
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
2008 Feb 20
3
Dial+Macro and Queue
A call comes in and goes into the queue, the queue dials a sip channel using a macro. The macro plays a set of options to the callee and if the callee presses 3 it sets MACRO_RESULT=CONTINUE and the macro ends. For some reason the caller goes back into the queue rather than continueing on in the dial plan. Why is this, i could have sworn in 1.2 if i set MACRO_RESULT=CONTINUE that the
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.
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
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
2007 May 21
0
AGI: Festival & Ringing on Screening not working properly
I am running into two problems: 1) The ringing stops during call screening once the extension picks up (but has not yet approved call) When a person calls and choose an extension, the Dial link is called and the person hears the ring -- but as soon as the receiving caller picks up (even though they have to approved the call), the ringing stops... the person calling hears silence. This is
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 =>
2010 Apr 13
1
SIP equivalent of zap "c" option
At the moment, we have a feature where if someone's sip extension is called, we also make another call to their mobile. We use the "c" option in the zap dialstring so that the user has to press "#" after answering to confirm the call (this prevents things like the answermachine grabbing the call if the mobile is switched off). We are now looking to move towards a sip
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
2006 Nov 14
1
Broken Call Screening
Sorry for the crosspost (this was also posted to asterisk-at-uc-dot-org) but I haven't got a response. I have a cell phone added to a queue as a local extension (member => Local/299). I want the cell phone to be able to reject calls to the queue without the person sitting in the queue being hung up on, etc. The way my dialplan is set up, the person hits 1 to answer the call and any other
2018 Mar 20
4
invite to conference by a call file
Hi. in my system i have a conference room where someone can call it eg 698 dial the PIN eg 1234 and enter the room as a user. The admin enters in through a different number and PIN. I would like to have a call file and call all participants eg 610-619 at certain time of the day and give them access to the conference. During my try i managed to create a call file where it calls the a SIP phone and
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
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
Hello all, I'm going to tackle learning C this week, and start writing my first * add-on/contribution; assuming it's actually worthy of contributing once it's done.. I think I've chosen a hefty project for my first go round here... I'd like to get some feedback from everyone on a FindMe/FollowMe spec I've put together. Before you read on, let me say, I don't want