Displaying 20 results from an estimated 5000 matches similar to: "Play different voice-mail messages based on certain conditions"
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 !!
2009 Sep 15
1
Simple Time of Day Branching problem
Greetings folks, new to this, trying to get the syntax correct for a
day of week routing.
exten => 345,1,Answer()
exten => 345,n,GotoIfTime(10:00-17:00|tue&thu&sat|*|*?open,345,1)
exten => 345,n,GotoIfTime(10:00-19:00|wed&fri|*|*?open,345,1)
exten => 345,n,Playback(afterhours)
exten => 345,n,Hangup()
I'll get an error stating incorrect day of week
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
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
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',
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long.
I have a small call-center setup, with basic
time of day/day of week validation before putting
callers in the queues.
With the holidays upon us, I need to add check to
see if 'today' is a holiday so I do not put callers
in unmanned queues. Due to how the agents work, I have
to allow joinwhenempty.
Does anyone have a snippet of dialplan code,
2009 Jun 01
2
extensions not being detected consistently
G'afternoon everybody,
I'm having a problem with consistently being able to ring our extensions
from an outside line. I don't have a problem reaching the number, but
during our calls to Background(msg) that I am having a problem. It seems
to be an issue with timing. If I press the extension towards the end of
the Background(msg) the it often works. However, in the middle of the
2009 Oct 31
1
Determining extension's sip.conf default mailbox
Hello list,
How can you obtain the default mailbox for a SIP extension (as stored
in sip.conf and shown with "sip show peer <ext>")? Is there a
function to extract it?
Why? Some extensions have shared mailboxes and others do not and I
don't want to duplicate logic, just use the extension's default
mailbox as coded in sip.conf.
sip.conf
----------
[100]
mailbox=100
2007 Aug 10
2
Dialplan loop
Folks,
I'm trying to implement a simple loop in a dialplan. The object is to
set a counter, run through some IVR options, increment the counter,
return to the start, then finally fall through to an operator or
voicemail.
Am using 1.4.10 and have reviewed doc/
exten => s,1,Set(TIMEOUT(digit)=5)
exten => s,n,Set(TIMEOUT(response)=20)
exten => s,n,Set(loop = 0)
exten =>
2003 Oct 23
1
Extended logic syntax
Hi. Can anyone help me with the following:
[globals]
OFFICEHOURS
....................................
[internal]
exten => *80,2,SetGlobalVar(OFFICEHOURS=100)
exten => *80,2,SetGlobalVar(OFFICEHOURS=200)
....................................
[incoming]
exten => s,1,GotoIf($[${OFFICEHOURS} = 100}]?incoming-officehours:incoming-officehours-off
1. Am I using the right sytanx when
2008 Jun 11
2
time on asterisk
Hi,
I'm using gotoiftime on asterisk, but it seems there is a difference between the asterisk time and the system time. could it be because i adjusted the system timezone on my linux? do asterisk not detect the change of timezone on the system? How can I fix this prob?
Regards,
nhadie
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 21
3
Time Based Goto Ifs Act Strange?
Hi,
I'm still in the process of debugging this, but I have a gotoif
statement that looks like this:
exten => 26,1,GotoIfTime(7:00-18:00|mon-fri|*|*?ext-queues,210,1)
exten => 26,n,Goto(ext-local,${VM_PREFIX}127,1)
I have others setup the same way that also seem to have the same
'issue'. The issue is that they work, but they seem to require (and I
don't understand why) a
2007 Dec 21
2
best way for night ringer??
Asterisk 1.2.13
I am trying to figure out the best way for a night bell at work.
Note: I have no spare buttons available on the phones. But I do have two lines and two park positions as buttons.
Option 1 (easiest and the one I just implemented)
When asterisk is in night mode,
Connect to IVR,
List all options and then if they dial 0 or timeout, ring every phone in the
2009 Aug 29
1
GoToIfTime : how to define sep 25th till oct 10th ?
Hi list,
quick question :
With GoToIfTime, how to define a period of holiday that starts at the
end of the month and ends at the beginning of the next month ??
Like September 25th till October 10th when incoming calls need to go to
the voicemail...
Greetingz,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 06
2
relaying
Just to refresh my memory, is it possible to relay a stream from
elsewhere? We have a DSL line here and 2 machines that listen to the same
shoutcast stream and dont want to clog the connection.
Mind providing an example for that portion of the config?
<p>Thanks in advance!
Bryan
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2008 Oct 24
1
Agents log in afterhours
Hi all,
I received a report of a client which stated that two of its agents are
?logging in? to the queues when they actually aren?t there working. They
appeared to be logged on all night. They thought they weren?t logging off
correctly, but they checked one of them and he was following the procedure.
Any ideas of what can be happening? Is there a way to prevent logins to
queues afterhours?
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest
# cat modules/ntp/manifests/ntp.pp
# ntp.pp
class ntp {
case $operatingsystem {
centos, redhat: {
$service_name = ''ntpd''
$conf_file = ''ntp.conf.el''
}
debian, ubuntu: {
$service_name = ''ntp''
$conf_file = ''ntp.conf.debian''
}
}
package {
2004 Jun 13
4
*** Asterisk Sunday News: Off track with 1.0, moving forward
Thank you very much for all feedback on Asterisk Sunday News!
This is the last issue for June. This week I'll go on holiday
and will be back with more news in early July.
My kids are getting summer leave this week and we'll be
visiting the south of England for a while. Another part of
Europe that still use their own currency.
If you think there's an European standard, you're
2007 Jul 03
6
Need Advice/Suggestion
Hi all,
As we know we can configure in astersik like before 5:00pm calls go to reception and after 5:00
pm calls go to some mobile no. One of my client requested that he wants to manually shift the dial
plan like above as he has flexiable timing sometime he finishes at 3:00pm some time 8pm. I can
not give him freepbx access.
Any idea or solution.
Regards
Farooq
--
2011 Jan 27
2
[LLVMdev] Passing command line arguments to optimization passes
Hi all,
I was wondering if there's any way to pass command line arguments to LLVM
optimization passes when run through the opt tool.
For example, suppose I register called MyPass, then I want to run
opt -load libMyPass.so -MyPass 3 < input.bc
and have "3" be available to MyPass as a kind of argv argumnet through some
method.
Or does it take a major rewrite of the opt tool