Displaying 20 results from an estimated 1000 matches similar to: "gotoiftime - different hours"
2004 Dec 06
5
two questions
Hi people,
question one
i see that asterisk is now in 1.x release. having tried it in the past
i want to know if i can use a voice modem as an outgoing line.
i know in the past that was not possible/supported so im just asking
in case the option is now available.
question two
im planing to use asterisk as a pure voip solution with sip phones and
h323 phones no need for digium/dialogic hardware
2004 Dec 01
1
[OT] [slightly] app lever vs driver level implementation...
I recently posted a message about an interesting dilemma which I could
not figure out. After doing a whole lot more digging I think I have
figured out part of what is going on.
The parking app is implemented as an app, ie can be called from
extensions.conf) but if you look really closely, it is also implemented
in each channels driver (handler, whatever you want to call it) and
those
2004 Jul 16
6
Asterisk + NEC Electra Elite IPK Integration
Hi,
I'm am currently in the process of trying to integrate an * box with an
NEC Electra Elite IPK.
Currently, we have 7 POTS lines coming into our building. These lines
are plugged into our NEC using the appropriate analog line interface
card from NEC. The NEC effectively has NO configuration done to it,
other than to make all the internal phones ring when a call comes in.
We also
2004 Dec 07
1
Ringing multiline phone
Is there a way to ring selective line on multi-line phone.
For example if I'm on the phone talking internally on line 1 and the
calls comes-in the line 2 will automatically ring.
The phone P104 allow extension to be assign each line.
Is there a way to call certain line (example line 3) on multi-line phone
instead of line 1 when the phone is not busy?
For example the Sip phone P104 has
2004 Dec 07
1
Inoming caller id withheld, move to new context, possible?
Hi,
now I've got caller id working on my BT line in the UK, I'd like to
play a different
message to those pesky sort who with hold their outgoing number.
How can I do this in my extensions.conf for my
[incoming-analog]
context?
I realise some people may call who are unable to change the way that
their system
withholds the outbound number, so I'll give them chance to leave a voice
2004 Dec 13
2
Incoming Toll-Free
Sorry if this is the wrong list...
I need a toll-free number to be delivered to me on IAX. (This is NOT an
existing number need to buy the whole service.)
Anyone know of a service provider offering this?
-Mark
707-735-1038
2004 Oct 05
1
Phantom calls on FXO
I'm getting these "calls" at 16 and 46 minutes after every hour. The
SIP phone rings, and if we pick up, we get a dial tone. If we don't
pick up, we get the dial tone in a voicemail message. An analog phone
connected to the incoming POTS line doesn't ring (whether or not *
remains connected to the line). It's like the horror movie where the
babysitter is getting
2004 Nov 29
2
Variable substitution - How can I do Dial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?
I've been banging my head against a brick wall for the last hour and I'm
sure this is one of those easy to solve things - just that I can't see the
wood for the trees.
I'm trying to do:
-----------
[some-context]
Exten => s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass)
[macro-dodial]
Exten => s,1,SetCallerID(${ARG2})
Exten => s,2,SetMusicOnHold(${ARG3})
Exten
2004 Sep 20
6
SER + Asterisk
Hi there,
I've seen people using SER with Asterisk. I took a look at SER
website, and I didn't see the point in using it, since Asterisk
already handles SIP very well (apparently, at least).
But, as I'm starting, and some of you (more experienced) use it, I
know that there's something there... So I would like to know why to
use SER. Is it because of scalability, performance,
2004 Nov 11
6
cisco poe
I know this is on the wiki, I just want to confirm so I don't blow up my
cisco phones. I've got several cisco 7940's all running using cisco
power cubes. However, my boss wants me to switch just a few over to
poe, but doesn't want to fork out the dough for a nice cisco poe switch,
or anybody else's poe switch for that matter.
So my question is, what is the '99.999%
2005 Jan 03
9
Just saw your [Asterisk] xJack Segfault in Asterisk
Hi:
Just saw your post while trying to solve a similar asterisk problem. Did
not see any responses. Was your problem solved and what was the solution?
Carey
2004 Oct 05
2
Long pause between menus
I have set up an auto attendant and all is working but I am bothered by
a long pause when switching between menus. This pause is between 5 and
7 seconds and is quite annoying.
Is there anyway to address this.
One other thing I find interesting is that when I move from the main
menu to the sub menu the delay is there but when I move from the sub
menu to the main menu the delay is not there.
2005 Jan 11
4
Changes to manager outputs - A discussion
I am currently writing a prototype agent monitoring system, which (as
most others in question) simply monitors the output from the event
system, and displays the relevant information. I would hope to donate
this back to the community once it works properly :)
However, I feel that it would be more useful for the manager output to
be tab delimited, one record per line:
i.e. instead of
Event:
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',
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
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