search for: nighttime

Displaying 12 results from an estimated 12 matches for "nighttime".

2010 Jun 18
1
Error trying to add context: Context 'internal' tries to include nonexistent context 'nighttime|12:30-8:00|mon-fri|*|*'
Hello again dear list. Could you please help with this? Thank you for all support, you are great, and i am now at a late stage in the setup and tweaking this server, So I hope you can help me again. I Can't make include the context nighttime. Just to demonstrate if it works, I have a playback function there. But CLI reports: CLI [Jun 18 14:20:22] WARNING[2287]: pbx.c:9542 ast_context_verify_includes: Context 'internal' tries to include nonexistent context 'nighttime|12:30-8:00|mon-fri|*|*' Extensions.conf [general] a...
2004 Jul 22
1
Daytime - Nighttime
Is it possible to build a dialplan in which shifting from daytime to nightime is not hour based but phone driven ???
2000 Jul 06
0
SSH backups - 1hr daytime; 8hrs nighttime
Hi, I posted the following message to the RedHat linux list to see if anyone had any thoughts about this problem. I have only received a few replies, all of which state that they have experinced poor performance problems with ssh on Solaris. They do not, however, state if it is openssh, which version, what hardware, or what version of Solaris. (All I can say is that we have had no problems with
2004 Aug 17
6
dialplan woes
...u) exten => 6666,5,Wait,5 exten => 6666,6,Queue(tech) exten => 1,1,SetCallerID(Toll Free No Cpub) exten => 1,2,AGI(openclose.agi) exten => 1,3,GotoIf($[${STATUS} = closed]?6:4) exten => 1,4,GotoIf($[${STATUS} = holiday]?8:10) exten => 1,5,Goto(1,10) exten => 1,6,BackGround(nighttime-greeting) exten => 1,7,Goto(4,1) exten => 1,8,BackGround(holiday-greeting) exten => 1,9,Goto(4,1) exten => 1,10,BackGround(tech-menu) exten => 1,1,Playback(cpub-support) exten => 1,2,Hangup exten => 2,1,SetVar(QUEUE_PRIO=10) exten => 2,2,Queue(tech) exten => 3,1,SetVar(...
2007 Aug 06
3
Free sitting
...e Mr Bar is teaching english on wednesdays. Each has his own extension but use the same hardphone. 1. Does a program check a calendar or database somewhere to allocate a phone to a user (as teachers schedules are known in advance) ? 2. Every morning, users have to login (logoff is automatic during nighttime) ? 3. Users have to login/logoff themselves using a dedicated IVR ? 4. Users have to login/logoff themselves using a dedicated program on their PC ? Do you offer basic services (emergency and internals calls) between logins ? Do you use any phone specific menu ? Regards -------------- next part -...
2004 Dec 22
2
Can't Receive/Send Calls
...XXXXX,102,Dial(${DIALOUTANALOG}/${EXTEN}) exten => _1XXXXXXXXXX,103,Macro(fastbusy) [home] include => operator include => e911 include => forced-analog include => fwd-out include => information include => local include => toll-free include => long-distance ; sip lines [nighttime-fwd1] exten => s,1,Wait(2) exten => s,2,Background(nighttime) exten => 1,1,Goto(daytime-sip1,s,1) exten => 2,1,Voicemail(u2201) exten => 3,1,Voicemail(u2206) exten => 4,1,Voicemail(u2202) exten => 9,1,Playback(transfer) exten => 9,2,Goto(local,2206,1) [daytime-fwd1] exten =...
2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management is breathing down my neck pretty bad, and I am running out of ideas. I have a single queue for my tech support department. I originally was using the AgentCallbackLogin for them and it tested out great on our testing weekends, but it hasn't worked out since. It would only let one of them take calls at a time, no matter
2014 Nov 12
0
Keepalived - spurious failovers
...Nothing was logged in the messages file about the NIC being down, or the Apache/Tomcat processes being unavailable. Nothing was logged by the Apache or Tomcat processes in their own log files. The failovers have happened at 03:56 on both nights. The most obvious suspect causing this would be some nighttime process such as log rotation or automatic updates. However, I can see nothing obvious occurring during the night that would cause the keepalived virtual interface to failover. The messages log file typically shows: On the previous master, now slave server... =========================== Nov 12 03:...
2012 Apr 30
1
Subtract days to dates in POSIXct format
...it gives time as factor z <- cbind(x,colsplit(x$time, split="\\s", names=c("date", "clock"))) zh<-cbind(z,colsplit(z$clock,split=":",names=c("h","m","s"))) zn <- subset(zh, zh$lig<= 5 & zh$h<8?|?zh$h>=22) # nighttime zn$timepos<-as.POSIXct(zn$time,tz="GMT",format="%d/%m/%y %H:%M:%S") I want to assign timepos to its ?natural? night, that is, the night that goes from sunset of day x to sunrise of day x+1 corresponds to day x: zn$night<-ifelse(zn$h>=0 & zn$h<9,zn$timepos ??one...
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
...====== FWDUSERID1=<FWDNUMBER> ; your calling number FWDCIDNAME="MyName"; your caller id FWDPASSWORD=secret ; your password FWDRINGS=sip/2201 ; the phone to ring FWDVMBOX=2201 ; the VM box for this user FWDPREFIX=8 [inbound-fwd] include => daytime-fwd|9:00-21:00|*|* include => nighttime-fwd|21:00-9:00|*|* ; ; Outbound ; [fwd-out] exten => _8.,1,SetCallerID(${FWDCIDNAME}) exten => _8.,2,Dial(IAX2/${FWDUSERID1}: ${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1},60,r) exten => _8.,3,Congestion exten => _8.,4,Macro(fastbusy) exten => _8.,5,Hangup [fromiaxfwd] exten => ${F...
2004 Sep 08
2
Best way to update old Mdk box w/2.09 to 3.06??
Mates, I am at the point that I will have to update my trusty samba 2.0.9 to 3.0.6 or 2.2.11. (damn SP2) Problem is that my production machine is still running Mandrake 7.2 and, of course, there aren't any RPMs for the old distro. So, I guess my option is to install from source. Do I need to rpm -e the 2.0.9 before attempting to compile and install 2.2.11 or 3.0.6? My server is a simple
2004 May 30
6
*** Asterisk Sunday News: Gone Fishing...
...orking with context includes that depend on time of day, day of week or month is really a powerful feature of Asterisk. The Asterisk handbook (draft 2) provides the following example: [newyears] exten => s,1,Playback(happy-new-years) [daytime] exten => s,1,Dial(Zap/1,20) [nighttime] exten => s,1,Playback(after-hours-msg) [default] include => newyears||||1|jan include => daytime|9:00-17:00|mon-fri include => nighttime Read more * http://www.voip-info.org/wiki-Asterisk+tips+openhours *** Asterisk award-of-the-week: The inventors of NAT --------...