similar to: after hours logic

Displaying 20 results from an estimated 1000 matches similar to: "after hours logic"

2003 Dec 31
2
after hours - is this logic ok ?
Ok, first off, Asterisk is the coolest piece of software I have EVER had the pleasure of using in my 8 years of running linux !! and I know I haven't even scratched the surface feature wise. Before I get too excited, I wanted to get all you experts to look at the how I implemented my after hours test. The goal is to prevent the phone from ringing afer certain hours, just go to VM.
2005 Jan 14
1
gotoiftime - different hours
If I have different opening hours on different days, can I accomodate that in a single gotoiftime, or will I need to filter them out one by one ? For example, our hours are Mon-Fri 9:00-17:00 and Sat 09:00-13:00 can this be done something like GotoIfTime([9:00-17:00|mon-fri][9:00-13:00|sat]|*|*?open,s,1) or something like that, or do I have to do:
2014 Sep 11
3
if statement recording - after hours
In my dial plan I have these two lines: exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) How to add "if" statement to execute these line only after let say 5pm. To record conversation only after 5pm. -- Joseph
2006 Oct 16
5
Stopping putgoing calls after working hours
Dear All, I am trying to find a way to stop people who use phones after business hours (a policy the company wants to implement), we have cisco 7940 and 7910 phones and sadly they don't have a phone lock password system (on these ciscos it locks config menu changes but not the calls but the cisco 7920 has this feauture). So I was wondering is there a way to make this happen in asterisk??
2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question. My extensions.conf is getting rather longish and I'm getting dizzy moving back and forth editing this thing. Can I use the include command to include a file in order to break extensions.conf up into more manageable pieces ? Is breaking up the extension.conf file an OK thing to do ? Maybe something like this: include
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my dialplan.... Why? I can dial 701 which tells me that I don't have any calls parked there. 700 just gives me invalid extension noise.... Should I have extension 700 defined elsewhere? Thanks parking.conf [general] parkext =a 700 ; What ext. to dial to park parkpos => 701-705
2012 Feb 01
1
Function to compute multi-response, multi-rater kappa?
I'm looking for a function in R that extends kappa to multiple raters when there is more than one response per subject. For example, say a group of doctors have to assign diseases to patients. Each patient will be assigned one to many diseases, and the number of doctors assigning diseases to any one patient will be two to many. Here's an extremely simple example of the type of data I
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail an extension I don't get the "please hold while I try that extension" message. It just dials the extexsion. Do I have a syntax problem somewhere ? exten => 8005,1,Macro(stdexten,8005,Zap/2) exten => 8006,1,Macro(stdexten,8006,Sip/8006) [macro-stdexten] ; ; Standard extension macro: ; ${ARG1} -
2011 Oct 21
2
Converting data frame into multidimensional array
Consider the following data frame X <- data.frame(Titanic) Does anyone know of an easy way to convert X into a multidimensional array? Example that doesn't work X <- as.array(X, dim=c(4,2,2,2)) To do what I need, X needs to be converted into an array of dimensions c(4,2,2,2) in this case, not a table. Thanks in advance.
2005 Aug 27
2
gotoiftime
Does anyone know if gotoiftime can take any subset of 7 days for the days of the week or only a contiguous range? I want to use gotoiftime to change dialplan behavior on Monday, wedneday and Friday -- Executing GotoIfTime("Zap/8-1", "09:00-20:00|MON WED FRI|?21") in new stack Aug 27 19:27:25 WARNING[2676]: pbx.c:3729 get_dow: Invalid day 'MON WED FRI',
2003 Dec 19
2
GotoIfTime help
Hey All, I need to forward an extension to an other depending on the current time but I could not get it done with GotoIfTime. What I'm trying to do is ring on the extension 1 if time is between 8:00AM and 2:00PM and on extension 2 if is between 2:01PM 11:00PM. exten => 111,1,GotoIfTime(8:00-14:00|*|*|1-12?333) exten => 111,2,Dial(${Person1}) exten => 111,3,Dial(Hangup) exten
2004 Jan 30
2
has Allison said this ?
Does anyone know if Allison has recorded anything along the lines of: "You don't have permission to dial that number." Thanks. --Lance Arbuckle
2006 Feb 16
1
Playing sound File using GotoifTime function
I want to play a sound file using GotoifTime function. 1) What should be the appropriate format of this type of sound file? 2) Is there any method to copy this file into the destination directory using the browser of a PC other than the asterisk PC (currently i am using cp to copy the file in /var/lib/asterisk/sounds on asterisk PC)??? Waiting for ur kind reply !!
2007 May 02
6
allowing call every 15mins
Hello all, I have a set up that answer my customer. and its working well, however, the number of call to technical dept is what i want to reduce. I want all call to get to voice prompt except that that enter when minutes is 15, 30, 45, 60(in multiples of 15 minutes). how can i achieve this and what application can i use to get this done. I will be glad, if someone can give me a hint on this.
2004 Jan 16
3
Class features in dialplan ?
hey guys I thought I was making progress on my dialplan when I realized that the class features that are available for zap channels aren't available for SIP channels. I see references in the archives to adding pattern matches in the dialplan for CLASS features which has raised a couple questions. 1. Is implementing CLASS like features via the dialplan the currently recommended way to do
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3034 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2006 Oct 18
2
gotoiftime and Macro question
Is there a way to run a macro in a GotoIfTime statement ?? from the wiki documentation it seems not, but...... I would like to do something like this: ......... 554,3,GotoIfTime(08:30-14:30|mon-wed|*|*?Macro(exten-vm,novm,567)) it does not work, as expected from documentation any workaround to call an extension WITHOUT vm (also if vm for that extension is present...) as a consequence of a Time
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
This past holiday weekend has resulted in some real groaners when it comes to bugs in our dialplan, making obvious the need for some changes in our procedures. First, our hours of operation for Christmas Eve, Christmas, Boxing Day and New Year's Eve had changed with little to no notice. Okay, fine, whatever, I fix. Our Christmas Eve hours (made worse by being Monday this year) dialplan
2007 Apr 30
2
don't want call to get answered
In my * box I've configured two queues and incoming number and whenever any one calls those number call comes to my *box and it sends call to my agents in queue. but if no agent is available it still answer the call. Is there any why when my agents are not available I don't want call to get answered. Here is my dialplan: exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6) exten
2009 Dec 17
6
Feature Request: GotoIfTimeWithOffset
Hi, When I was testing an IVR, I realized I miss a function I would call GotoIfTimeWithOffset. Today, this IVR is using function AEL GotoIfTime in several places. The problem is if it's 11pm at the moment I'm testing this IVR, I can't nicely test the 9am or 2pm branch. GotoIfTimeWithOffset would get 2 incoming arguments : - the first is a time range (just like GotoIfTime), - the