similar to: GotoIfTime problem

Displaying 20 results from an estimated 1000 matches similar to: "GotoIfTime problem"

2010 Jan 22
1
GoToIfTime issue
hi , all what's wrong with this command? exten => 222,1,GoToIfTime(11:00-14:00|mon,wed|*|*?1:3,1) as i got the error: -- Executing [222 at 95040:1] GotoIfTime("SIP/1001-00000099", "11:00-14:00|mon|wed|*|*?1:3|1") in new stack [Jan 20 11:21:11] WARNING[16804]: pbx.c:4118 get_range: Invalid day 'wed', assuming none but what should i do. if i want to set
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
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',
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:
2010 Jan 22
2
MYSQL problem
hi,all as you know, we can use MYSQL command to visit mysql database but if i use other database like Oracke,sybase,etc, Could i use MYSQL command ? if not, is there any other alternative could do the same function(visit database in dailplan)? Thanks! -- Best regards, Sucan
2006 Jan 07
1
Possible bug with GotoIfTime
Running a fairly recent subversion release of Asterisk, I'm running into a problem using labels (as opposed to priorities) with this application. Here is the dialplan segment: ; isolate gotoiftime bug with labels ;exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?2:4) exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?light:dark) exten => 806,n(light),noop(light) exten => 806,n,hangup exten
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
2006 Nov 22
1
gotoiftime and blocking calls
I am trying to use the Gotoiftime CMD to not allow calls to be placed between the hours of 12am-5am, except if you know the PIN number to dial out and if the call is for 911. What is the best way to implement this solutions? I have the gotoiftime like so: exten => s,1,GotoIfTime(5:00-11:59|mon-fri|*|*?custom-blacklist,s,1) and using Read for the PIN like so: exten => s,3,Read(Secret,,3)
2010 Jun 29
1
Problem with GoToIfTime
Hello list, why is it that GoToIfTime thinks a date of **|*|29-*|jun *is not valid ?? [Jun 29 14:06:34] -- Executing [s at macro-vac:10] *GotoIfTime*("SIP/testcorp-00000036", "**|*|29-*|jun*?onvac") in new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4127 get_range: Invalid end day '*', assuming none [Jun 29 14:06:34] -- Executing [s at macro-vac:11]
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
2008 Jun 24
1
GotoIfTime Function
I am trying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and
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 !!
2010 Jun 18
1
What's diff between ${CDR(start)} , ${CDR(answer)} , ${CDR(calldate)}
hi,all for a long time, i cant understand the difference between ${CDR(calldate)} and ${CDR(start)} , ${CDR(answer)} i know ${CDR(start)} mean when a call is start. and ${CDR(answer)} means when a call was pick up. but what's ${CDR(calldate)} mean? Could you help me ? Thansk a lot! -- Thanks for your supporting, have a nice day. Sucan
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
2010 Jun 29
5
What‘s the best operating system suggest for Asterisk 1.6.2.9
hi, list i want to know what is the best OS for install Asterisk 1.6.2.9, which should work properly on working system. i want to use CentOS5.2 or CentOS 5.4. Which is better and stable? Thanks for your help. -- Thanks for your supporting, have a nice day. Sucan
2010 Aug 26
1
Timecondition fallthrough on 2nd GSM Modem, First modem and ZAP's are all fine
Hello, we have an asterisk (1.4.21.2) with ZAP and mISDN channels, the mISDN are 2 incoming GSM Modems, each with 2 simcards. No, the mISDN line one and two are fine, but when I get a call on line 3 something with the time is wrong. Timeconditions fall through to off-hours even if the time of the call is clearly inside business hours, here a log excerpt: [Aug 26 11:04:36] VERBOSE[3112]
2003 Jul 01
1
gotoiftime error
Hi folks, There was a bug with the GotoIfTime built-in command, under certain circumstances a variable contained garbage, screwing up correct time identification. I'm submitting now a patch to Mark so this can be fixed. PauloHM -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 23
2
GotoIfTime problem - possible bug
Hi, I'm currently doing some testing against asterisk 1.6.1.7-rc2 (keep meaning to upgrade) and am having a problem with the GotoIfTime dial plan function. The asterisk book says that day of week field can include the ampersand (&) to combine multiple days / day ranges but this gives me an error. For example mon&wed gives the error (in the asterisk console): [Nov 23 18:04:27]
2011 Dec 23
1
GotoIfTime days query
Hi I'm using 1.8. Is there a way you can specify staggered days in a single GotoIfTime command e.g. mon|wed|fri? Thanks in Advance Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
2010 Mar 10
4
Extensions.conf changed but not take effect
hi, All one thing confused me a long time. when i change the extensions.conf file. why not take effects after restart the asterisk? details as follow: my dailplan is : [95040] exten => _95040XXXXX,1,Set(CALLINNUM=${CALLERID(dnid)}) exten => _95040XXXXX,n(start),Answer exten => _95040XXXXX,n(welcome),Background(${welcomefile},,123) ... exten => i,1,Playback(invalid) exten =>