Displaying 20 results from an estimated 800 matches similar to: "Dial plan inquiry using GotoIf()"
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all,
I have the following in my extensions.conf:
exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" |
"8585970327"]?15:5)
The numbers listed above are known spammer numbers. However, when I call
from any other CALLERID, it still directs me to s,15 which is the
Hangup() application. Here are logs from the asterisk CLI:
-- Executing
2004 Apr 12
3
Zapateller issues
Hi All,
In theory if I do this;
exten => s,1,Zapateller(nocallerid)
exten => s,2,Privacymanager
exten => s,3,Dial(a bunch of SIP extensions)
My callers should only hear the anti-telemarketing tones if they call from
a line that has no caller*ID and then get offered an opportunity to enter
it, right?
What I'm finding is that in the event of no CID the caller gets dumped
into the
2004 May 24
1
Using Blacklist
I am attempting to write in incoming context for calls.
1. If the caller id is given and it is not black listed it will Playback a
greeting and then right the phone or go to voicemail under busy or
unavailable conditions
2. If no caller id is given, then Privacy Manager will ask for the number.
I am testing 6145551212 to see if the black list will work
3. If a caller id is given, and it is
2006 Mar 24
2
Return all rows, split then show uniques
I''m returning some rows from a tags database that look like this:
ID WORDS
1. apple banana pear
2. banana melon
3. apple peach lime
What I want to do with that data is use the .split method to divide them
into separate values in an array, then use the .uniq method to return a
unique list of the words like so:
apple, banana, pear, melon, peach, lime
So in my controller I
2004 Oct 08
1
Zapateller Answering?
Been tinkering and found Zapateller appears to be answering when I didn't
expect it to. I have something like so:
[incoming]
exten => s,1,NoOp ;Zapateller(answer|nocallerid)
exten => s,2,PrivacyManager
exten => s,3,Dial(${RING},20)
...
I have a 1x1 analog * installation with a couple IP phones too. I've got
the FXO interface connected to the home phone line. When I get an
2005 May 28
1
3 goes and your out
Is it possible to give a caller three goes at an extension number then
hangup?
exten => s,1,Zapateller(answer|nocallerid)
exten => s,2,PrivacyManager
exten => s,3,Ringing(1)
exten => s,4,NoOp(${CALLERID})
exten => s,5,SetMusicOnHold(random)
exten => s,6,Background(silence/1)
exten => s,7,Background(thank-you-for-calling)
exten => s,8,Background(silence/1)
exten =>
2005 Jun 16
1
faxdetect config issues
My Asterisk fax detection used to work, but no longer does.
OK. So, here's the deal:
1. It appears that the "faxdetect" command cannot be applied
channel-by-channel in zapata.conf anymore, as Asterisk appears to the
last "faxdetect=" command to ALL channels.
2. My stations are detected and sent to the proper extension; i.e., when
I send a fax from one zap extension
2004 Sep 26
3
What about a higher level configuration language
Hi all.
I've been reading through Wi-Ki and at the extensions.conf file
description (http://www.voip-info.org/wiki-Asterisk+config+extensions.conf)
The author says this:
"One day, someone is going to write a proper scripting language for
Asterisk that can understand a simpler, easier (and more traditional)
scripting syntax. All it would need to do is translate the "high
2004 May 24
2
testing asterisk on FXS lines
I am configuring an asterisk server and I want to test the incoming
configuration with my FXS handsets.
I have the FXS lines able to call eachother and they can connect out
the FXO lines.
I changed the context for the FXS lines to "incoming" so that they
would be able to test the setup for incoming calls.
For the incoming context I have:
[incoming]
exten => s,1,Wait(1)
exten
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
2010 Jul 07
1
Installing Dungeon Siege LOA
Hey everyone,
I'm new to wine and fairly new to linux, and I'm trying to install LOA on Ubuntu 10.04 Lucid with wine 1.2-rc6. Every time I try to install it i get this readout on the konsole
----
fixme:ole:DllRegisterServer stub
fixme:exec:SHELL_execute flags ignored: 0x00000100
lime at usr-desktop:~$ fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f668,0
2016 Jul 05
1
OT: hardware, MegaRAID SAS 2008 (falcon)
On Thu, Jun 30, 2016 at 5:28 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
wrote:
>
> On Thu, June 30, 2016 2:59 pm, m.roth at 5-cent.us wrote:
> > I've been googling, and haven't yet found the answer: does anyone here
> > know if a MegaRAID SAS 2008 (falcon) (rev 03) can handle drives bigger
> > than 2TB?
> >
>
The following sources say, yes
2009 Jul 24
2
how to match "no callerid" in 1.6 ?
Hi,
This used to work fine in 1.4:
exten => 2131/,1,NoOp(reject3: ${CALLERID(num)})
exten => 2131/,n,Playback(no_unknow_callerid_here)
exten => 2131/,n,Hangup
And now, after upgrading to 1.6.1.x it matches every callerid.
Did something change?
Thanks,
2010 Jul 29
1
Kerberos: Principal may not act as server ERROR
Our environment: samba4 (alpha12) running on centos 5.4.
We are experimenting with Hyper-V 2008 R2 Failover Clustering, which
requires Active Directory. We are trying to see if samba-4 will work as
the AD server. We are trying to create 2 node failover cluster. Both
nodes have joined the domain successfully (with samba-4 as the DC). But
subsequent steps of creating the "Failover
2003 Oct 02
2
Zapateller
Does anybody know why I get this error when using zapateller:
WARNING[1209214400]: File rtp.c, Line 327 (ast_rtcp_read): RTP Read error:
Resource temporarily unavailable
It's scrolls until a sound is recived from the line, then it plays the
zapateller tones.
/Mike
2005 Aug 21
0
PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
Hi list!
I'm trying to get PrivacyManager working but for some reason it always
thinks that CallerID is present (when it isn't). I get this on the
console:
== Primary D-Channel on span 1 up
-- Accepting voice call from '' to '0711234567' on channel 0/2, span 1
-- Executing Ringing("Zap/2-1", "") in new stack
-- Executing
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
I am looking to install a web interface for Asterisk to transfer calls and look who's on the phone. If anybody has a working web interface please let me know. I installed the www.asternic.com (operator)
But when I bring up my web browser it says transferring data and does not bring a browser.
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
2010 Aug 19
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Hi there,
Thank Nick for kindly reviewing the patch. Here is the link to the
source code of the PTX backend; it would help Nick review the patch.
http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz
The source code from above link is a working prototype. So it will
not be upstreamed as is; I will refactor and add unimplemented
features while upstreaming it. That said, the source code
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
2013 Apr 03
0
install packages and time-out
I use R / RStudio at work. Recently, I tried to download XLConnect package using
install.packages("XLConnect")
However, I got the following error message:
Installing package(s) into 'WORKCOMPUTER SPECIFIC STUFF HERE Documents/R/win-library/2.15'
(as 'lib' is unspecified)
trying URL 'http://www.stats.bris.ac.uk/R/bin/windows/contrib/2.15/XLConnect_0.2-5.zip'