Displaying 20 results from an estimated 7000 matches similar to: "gotoiftime error"
2010 Jul 02
3
GotoIfTime problem
hi, all
recently, i face a GotoIfTime problem
GotoIfTime("08:00:00-07:00:00,mon-sun,*,*?95040263008,start")
as you can see the section is 08:00:00-07:00:00 , which is the begin
time is later than the end time
what's this refers then?
in my test , my system time is 10:57:00, but this check will pass,
although i guess i will not.
is begin time later than the end time means
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]
2003 Jun 23
5
dynamic queue channels
Hi, I'm trying to build a call center application that allows attendants
to come in the morning and dial a certain extension to make their
extension available.
I wouldn't like to use the AgentLogin app because their line would need
to stay off-hook (is this correct?)
Is there any SET channel status command that would allow me to do
something like this?
PauloHM
-------------- next
2003 Oct 17
2
Beta testers for visual configuration tool f or asterisk
Count me in too.
-----Original Message-----
From: sip [mailto:sip@intology.com]
Sent: Friday, October 17, 2003 1:56 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Beta testers for visual configuration tool for
asterisk
count me in
----- Original Message -----
From: "Paulo Mannheimer" <paulohm@instant.com.br>
To: <asterisk-users@lists.digium.com>
2003 Jul 22
3
busydetect and random hangups
Hi,
I'm having random hangup problems with zap channels.
If I turn busydetect off in Zapata.conf, * fails completely to detect a
user hangup in the middle of a script.
On the other hand, if I turn it on, everything works much better, but
long calls tend to be hung up without a motive.
Any other parameter that I can try? Any #define that I can tweak and
recompile?
Will callprogress
2003 Jul 30
1
voicemail file access problems
Hi folks,
I'm having problems accessing my voicemail files through the web
interface.
I remember that this was discussed on the list, and it seems to be a
permission problem, but I couldn't find any answer by searching the
archives.
Any hint?
PauloHM
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Dec 11
1
Iax, Iax2 and Iaxcomm
Hi,
I'm trying to use iaxcomm. I can place a call from the softphone, but
when I place a call to it, when I answer I get ...
NOTICE[16401]: File channel.c, Line 1094 (ast_read): Dropping
incompatible voice frame on IAX2[paulohm]/3 of format GSM since our
native format has changed to ALAW
My iax.conf looks like this ..
[paulohm]
type=friend
host=dynamic
username=...
secret=...
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 10
3
pridump
Hi All,
Can anyone tell me what are the <dev1> <dev2> parameters that I should
use to run pridump? I took a look at the source code but couldn't figure
this one out.
Best,
PauloHM
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:
2003 Oct 17
5
Beta testers for visual configuration tool for asterisk
Hi All,
We've been developing for a while an IDE for Asterisk, and the time has
come to open it for beta testers.
You can check at www.instant.com.br/viv.html for a snapshot of the
application.
Current modules are Dialplan and VoiceMail configuration. As you may
see, it is all-visual, with drag and drop support and integrated sound
recording, saving and cross-checking, so you dialpland
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 Sep 03
2
E1 problems
Hi,
I'm testing an E1 with E&M signaling. Some of the problems I'm running
into are the following:
1) if I try to configure any channel above channel 15, I start
getting a "multiframe alignment error" on my telco test equipment. So I
have my zaptel file only configured for 15 channels, like this
span=1,1,0,cas,hdb3
e&m=1-15
2) When the test equipment tries to send me
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
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
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
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