Displaying 20 results from an estimated 4000 matches similar to: "after hours - is this logic ok ?"
2003 Dec 29
2
after hours logic
Hi. I'm new to Asterisk and have been working on setting up a
development server but have gotten myself a bit confused.
I'd like to implement the following logic for calls coming from the
PSTN:
Check for caller-id
yes => keep going
no => play SIT and prompt for telephone number
Check time of day to see if it's day / night
day => ring some phones
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail
an extension I don't get the "please hold while I try that extension"
message. It just dials the extexsion. Do I have a syntax problem
somewhere ?
exten => 8005,1,Macro(stdexten,8005,Zap/2)
exten => 8006,1,Macro(stdexten,8006,Sip/8006)
[macro-stdexten]
;
; Standard extension macro:
; ${ARG1} -
2003 Jul 28
1
Call Forwarding and DND conf
I have put together this call forwarding and dnd config:
I'm sure it can be dome with macro's but I couldn't figure that out...
anyone care to input.
74 Turns DND on my phone will not ring, drops caller to voicemail...
73 Turns DND off
72+ext forward your extension to another extension and voicemail is left
at the forwarded extension.
71 turns off call forwarding.
; dnd Could
2005 Jun 02
1
Newbie :Call Forwarding problem
Dear All,
I was trying to enable call forwarding, following the steps of the link
on voip.org regarding this issue it doesn't work and the phone I am
trying to implement on is still ringing. below is my conf in
extensions.conf and the CLI output during the process.
My configuration is :
exten => _*5X.,1,DBput(CF/${CALLERIDNUM}=${EXTEN:2})
exten => _*5X.,2,Hangup
exten =>
2005 Jun 01
2
IVR Load
Hi,
Thinking about an IVR application and trying to get a handle on the best
way to structure it so that the maximum number of concurrent calls can
be achieved..
If the voice prompts were stored in a GSM format and were being played
out through an IAX trunk that uses GSM compression would asterisk do a
decompress/compress on the audio or would it simply pass through the GSM
encoding?
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
Yo all,
As there has been some intrest, here's my updated version:
I post it to "-dev" as well as "-users", as it may be of intrest to
both.
Inspired by the example in the tips & tricks-section of
"http://www.junghanns.net/asterisk/", I built a more elaborate
set of features. Currently, my implementation supports call-
forward unconditional, on no answer
2005 Jul 13
2
extension mobility and CDR logging questions
I intend to add to my asterisk system a feature similar to cisco call
manager's extension mobility so that agents can log in to any phone
in the office and keep their profile (ex. the agent's specific
directory number). But before doing that, I need to confirm that
asterisk doesn't have a native solution for that (ex.
application/addon), and that nobody has come up with their own
2003 May 14
20
Call forwarding
Yo,
Inspired by the example in the tips & tricks-section of
"http://www.junghanns.net/asterisk/", I built a more elaborate
call divert-feature. This one validates if the extension a call-forward
is to be set to is actually valid for the current context and
additionally saves this context into the DB and always uses it to
originate the divert from, as you can't expect the
2007 Dec 10
3
One server, multiple companies
Hello all,
Just starting to setup asterisk v 1.4.11 and need to run three distinct phone systems for three different companies.
So far, I have inbound lines going to the appropriate dial plan within the extensions.conf file. I'm using
exten => _X.,1,NoOp(FROM NUMBER: ${SIP_HEADER(TO):5:10})
to determine which number is being dialed by the caller and then using a gotoif to get to
2004 May 04
1
Asterisk and windows h.323 gatekeeper calling problems...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there, i have a working Microsoft ISA firewall with buildin H.323
Gatekeeper....
So Far, i got registerd the asterisk on the M$ Gatekeeper...
here is the h.323 configuration:
; Open H.323 driver configuration
;
[general]
port = 1720
bindaddr = 0.0.0.0
allow=all ; turns on all installed codecs
dtmfmode=rfc2833
gatekeeper =
2003 Dec 29
5
include a file ?
ok, I've got yet another newbie question.
My extensions.conf is getting rather longish and I'm getting dizzy
moving back and forth editing this thing. Can I use the include command
to include a file in order to break extensions.conf up into more
manageable pieces ? Is breaking up the extension.conf file an OK thing
to do ?
Maybe something like this:
include
2004 Jan 07
1
Call Rollover
Have a question about implementing Call Rollover with my current
extensions.conf configuration.
[macro-stdexten]
exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds
maximum
exten => s,2,Voicemail2(u${ARG1}) ; If unavailable, send to voicemail
w/ unavail announce
exten => s,3,Goto(default,s,1) ; If they press #, return to start
exten =>
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my
dialplan.... Why? I can dial 701 which tells me that I don't have any
calls parked there. 700 just gives me invalid extension noise....
Should I have extension 700 defined elsewhere?
Thanks
parking.conf
[general]
parkext =a 700 ; What ext. to dial to park
parkpos => 701-705
2004 Nov 23
0
Problems with MACRO_EXTEN variable
Hei!
I have a little problem with the subject. I use Asterisk
CVS-HEAD-09/06/04-12:42:56 as a production *, but I do tests with a
newer version
Asterisk CVS-HEAD-11/18/04-10:01:32. Ok the problem is:
in extension.conf I use macro for redirection, found on wiki pages:
[macro-stdexten]
;
; Standard extension macro (with call forwarding):
; ${ARG1} - Extension(we could have used ${MACRO_EXTEN}
2003 Dec 10
0
A solution to "free line" notification
Barton Hodges wrote:
> I've been messing around with a "free line" notification
> where an extension is dialed for a second when a line becomes
> available. I can't seem to get the "h" extension to continue
> when the local party hangs up. I've seen references to other
> people having the same problem in the list archives, and the
> solution
2012 Feb 01
1
Function to compute multi-response, multi-rater kappa?
I'm looking for a function in R that extends kappa to multiple raters when
there is more than one response per subject. For example, say a group of
doctors have to assign diseases to patients. Each patient will be assigned
one to many diseases, and the number of doctors assigning diseases to any
one patient will be two to many.
Here's an extremely simple example of the type of data I
2011 Oct 21
2
Converting data frame into multidimensional array
Consider the following data frame
X <- data.frame(Titanic)
Does anyone know of an easy way to convert X into a multidimensional
array? Example that doesn't work
X <- as.array(X, dim=c(4,2,2,2))
To do what I need, X needs to be converted into an array of dimensions
c(4,2,2,2) in this case, not a table.
Thanks in advance.
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it
to dial out.
but when I call the extension it answers and says "GOODBY"
I have a Livevoip DID which successfuly rings to ext 202
I am using asterisk@home and through the AMP inface the line should ring to
ext 202
Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf
Extensions.conf
2008 Apr 03
1
Hearing "transfer" during call
Hi list,
I enabled the transfer function in my dialplan, but I may configure it
wrong because sometime when I call a SIP extension number from one FXS
port, the SIP side will hear word "transfer", I hear nothing, after
that, the call conversation is fine.I'v had this problem for a long
time, could not get clue where I configure it wrong. here is my
related config part:
sip.conf:
2004 Jan 30
2
has Allison said this ?
Does anyone know if Allison has recorded anything along the lines of:
"You don't have permission to dial that number."
Thanks.
--Lance Arbuckle