Displaying 20 results from an estimated 40000 matches similar to: "testing asterisk on FXS lines"
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
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
2003 Nov 05
1
Beginners help
Hi,
I recently purchased two X100Ps and a TMD40B. I have set everything up
according to the instructions however I can't get asterisk to pick up an
incoming call (It just keeps ringing). Also, when I pick up an internal
extension I get dead air. I searched the mailing list for 3+ hours -- What
am I missing?
Thanks in advance for your help.
Here are the installion steps that I used:
2004 Dec 22
2
Why use 'Answer'?
Why is it that newcomers always feel like inserting 'Answer' is a
necessary step in their extension.conf entries?
>[voiptalk.org]
>;forwards any calls starting with an "8" thru voiptalk.org
>exten => _8.,1,Answer
>exten => _8.,3,SetCIDNum(55555555)
>exten => _8.,4,SetCIDName(My Name And Surname)
>exten => _8.,5,Dial(SIP/${EXTEN:1}@voiptalk.org,,g)
2004 Dec 10
2
using built-in extension numbers on the ZAP channel
hello, using a legacy PBX to access a Asterisk Zap channel (Legacy PBX
FXS --> FXO application Asterisk/TDM400P) I want to be able to "flash" the
asterisk pbx. However by pressing the FLASH button on the extension
connected to the Legacy PBX gets me the flash features on the Legacy PBX,
not on the Asterisk PBX side. I thought of using the following codes (listed
below) from
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
2003 Aug 07
2
Problem -ATA-711-723-Oh323-Asterisk
Hi List,
I am facing the reverse problem as stated here.I am
using ATA 186 to make
and recieve call to * through OH323 driver.
When I use G711 codec in the ATA to make call then
then as soon as i dial an
extension the * crashes with 'segmentation fault'.
But the same scenerio works fine when i use 723 codec
in the ATA .I can dial
the number and extension very well/(I have 723 support
in
2007 Feb 26
1
deprecated - CLI help vs. source code
Could someone with inside knowledge comment on that? If the
source code says "deprecated" but the CLI help does not mention
that - whom do I trust?
-------- Original message --------
Subject: Re: [asterisk-users] Ex-Girlfriend syntax and RealTime Extensions
From: Philipp Kempgen <philipp.kempgen@amooma.de>
Thomas Kenyon wrote:
> Philipp Kempgen wrote:
>> You might use
2010 Aug 19
4
setting variable for a DID number
Hello,
Is it possible to set a variable in dialpan when the someone calls a
particular DID number so that i can use that variable for calls coming to
that number only.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100819/25402ade/attachment.htm
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
2008 Mar 03
2
T1, Rhino, & Nortel
Hi all,
I'm trying to insert a Rhino Ceros box equipped with a Rhino R2T1
dual-T1 card and running the latest version of Trixbox (2.4.2) between
the central office and a Nortel Option 11. The switch at the CO is a
DMS100. Basically, I'm taking the T1, connecting it to port 0 on the
R2T1 card, and then connecting port 1 to the Nortel. (Actually a CSU and
then the Nortel) We're running
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all,
I'm looking for some rudimentary insight on GotoIf() which seems to be
failing on me in my dial plan. All I basically wish to do is block a
particular caller. Sounds easy enough, but my ternary operator/plan
currently is not properly being implemented. Can anyone spot where I'm
being a momo?
All extensions get forwarded to the following macro:
[macro-forward]
; arg1 = phone
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
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
Hi,
Ive been struggling with asterisk for a few days now. I understand
pretty much how it works and how to tie things together (SIP -> SIP
internally works fine etc), but just cannot get asterisk to work with an
X100P clone (its a Ambient MD3200, if that means anything to you guys).
I have tried (initially) asterisk 1.07 with zaptel 1.07, and now
Asterisk CVS-HEAD with zaptel cvs. Both give
2010 Jan 05
5
CallerID on Indian PSTN is not working.
Hi,
I am using asterisknow 1.5.0 and Wildcard TDM410P card. Everything is
working fine except the caller ID of incoming call from PSTN line. The phone
display is showing "Unknown" when there is an incoming call. I think the
same problem listed here: https://issues.asterisk.org/view.php?id=6683
There is one patch on this link but i don't know how to apply patch on
asterisknow.
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
2005 Jun 30
3
Trying to do very simple Zaptel Config. NO LUCK!
Hi,
I am trying to do the world's most simple install.
I have a Wildcard TDM400P with 3 ports: 1 FXS on port
1 and 2 FXOs on ports 3 and 4. (i'm not using port 3
for now, put want it for expansion purposes)
I simply (to start with) am looking to have the FXS
phone ring when an FX0 port is dialed. I would also
like to be able to place outgoing calls on the FXS
through the FXO. Right
2009 Dec 30
2
CID not working.
Hi,
I am using asterisk 1.4.28 with freepbx and Wildcard TDM410P card.
Everything is working fine except the caller ID of incoming call from PSTN
line. The phone display is showing "Unknown" when there is an incoming call.
*My log file showing this while an incoming call on PSTN line:*
tail -f /var/log/asterisk/full
[Dec 30 06:36:16] DEBUG[2559] dsp.c: dsp busy pattern set to 0,0
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 =>
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,