similar to: AEL & Blacklist question

Displaying 20 results from an estimated 1200 matches similar to: "AEL & Blacklist question"

2006 May 18
0
Asterisk - SPA-3000, 407 error
I recently lost my setup (bad drive) and I'm now trying to get my setup back. I have Asterisk setup to a BT100, a Cisco 7960 (7.2 SIP) and an SPA-3000. I can call the phone extension, I can call from the phone on the SPA to other extensions and I can call out to the PSTN. What I can't do is to call from the PSTN to through the SPA to Asterisk. It rings twice then I get fast busy. I
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki. I have the following dial plan that works: exten => 2201,1,Dial(sip/2201@gs1.uucp,20,) exten => 2201,2,Voicemail(u2201) exten => 2201,3,Hangup exten => 2201,102,voicemail(b2201) exten => 2201,104,hangup When the phone is in use it goes to voice mail as busy. When not picked up, as
2007 Feb 04
0
How do I debug?
I had my setup working properly under 1.2 and after a disk crash I decided that I wanted to try Asterisk 1.4. So far I can transfer between phones and I can dial out. What I can't get working is to get an SPA-3102 to 'send the calls' to Asterisk. I have the device added to the sip.conf file and it shows up in users and peers (but not in registry). Where do I start with debugging? --
2004 Jul 01
1
Asterisk Docs
OK, this may seem to be an obvious question but where do I find the reference docs? I'm getting this error message: Timeout, but no rule 't' in context 'home' about this line: exten => 2201,1,Dial(${PHONES1},20,Ttm) I know the problem is with the 't' but I don't know what the parameters mean. I looking for a man page basically. -- Linux Home Automation
2005 Aug 01
1
IAX2, can't receive calls
I have IAX2 (FWD) partially working. I can place calls from my Asterisk box but I cam unable to receive them (comes back as busy). I have my firewall forwarding the udp ports 5060, 4569, 5036 and 10000 thru 20000 to my asterisk server. I think I have the firewall correctly setup as I can forward other services to their appropriate servers. I have no mail box on the one account (the one I'm
2005 Aug 05
1
No dial tone on BT100
I'm seeing all sorts of problems and it's probably more of my lack of experience than anything else. I have a BT100 running 1.0.6.7 code. When I go to the status page it says it's not registered (hmm, that's not good). I also can't get dial tone but I can dial! I'm afraid I'm lost any good pointers? I've done a sip debug and all I'm seeing for the BT100 -
2005 Aug 14
0
[OT] SPA-3000 loudness
Just a note to those of us with the SPA-3000 that have had a hard time with the 'volume' of calls from the PSTN (we're on the line they're on the PSTN). Anyway I change the parameter: PSTN To SPA Gain to 6 and the volume is fine (it's under the PSTN Line tab). I don't remember seeing this on the list so I thought I'd add it here. Guess I should add it to the wiki (a
2005 Sep 24
0
BT100 can't register
My BT100 won't register with my Asterisk server, it always comes back with a 403. I've included my sip_additional (only one to to have the username 2201) and a portion of the sniffer trace (packets 27 & 28). This has me puzzled as I have my SPA-3K working (incoming and outgoing). On my BT100 I get no dial tone, I can't call it (asterisk says the extension is busy) but I can call
2006 Jun 21
0
AEL Status
Hello-- It's been a while since I wrote any updates about AEL/AEL2 to the users list, and I thought it might be worthwhile to update everyone on what is going on in respects to AEL. What the heck is AEL? The Asterisk Extension Language. A higher level language for extensions.conf, which will appear in the config file, extensions.ael, in the /etc/asterisk/ (or equiv) directory. It provides
2006 Jun 27
1
F3000 registering to asterisk
Hi, I have an F3000 phone that I am trying to register to asterisk. As far as I can tell I have everything in correct. Are there any little quirks I need to worry about? The phone has internet access, set it's time.. I can access the web config, but it just won't register with asterisk. I don't see anything meaningful in the full log.
2007 Feb 23
2
Any way to get rid of AEL created contexts?
"show dialplan" keeps showing contexts created by AEL. I tried deleting /etc/asterisk/extensions.ael but kept getting these messages in the Asterisk log: Feb 14 21:39:53 WARNING[6074] pbx_ael.c: Unable to open '/etc/asterisk/extensions.ael': No such file or directory Feb 14 21:39:53 WARNING[6074] pbx.c: Requested contexts didn't get merged Is there any way to delete or
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename" returns an error. Thanks, Jay
2019 Oct 11
3
clarification on gosub, macros and AEL
I'm trying to clarify my understand of gosub, macros and AEL. My understanding is that macros using the Macro() application, which is defined in extensions.conf by: [macro-foo] ... and called in extensions.conf with exten => _9NXXNXXXXXX.,n,Macro(fastbusy) is deprecated in favour of Gosub(). True so far? But then there are "macro"s defined in extensions.ael: macro foo() {
2009 Jan 08
3
AEL and };
Hi! All the AEL examples have a semicolon after the closing curly bracket, e.g: context test { 1 => Hangup(); }; but without ; it works fine too, e.g: context test { 1 => Hangup(); } So - what is the reason for the ; after the closing curly bracket? thanks klaus
2008 Dec 18
2
ael vs conf
hi what i should use? ael or conf??? thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081218/4e07c8ed/attachment.htm
2010 Aug 25
6
AEL - what is error: ael.flex:647 ael_yylex: Unhandled char(s):
Hi List, When doing 'ael reload' on two servers, which are setup with asterisk 1.4.22 and 1.4.35 respectively, I am getting multiple lines of this strange error: ERROR[15483]: ael.flex:647 ael_yylex: Unhandled char(s): On three other servers with same versions of asterisk, i.e. 1.4.22, I don't see this error. Number of lines of the error are the same as the number of lines of the
2007 Mar 22
1
using ael and extensions.conf togather?
Hi all, i need to know whether we can use ael and extensions.conf togather. i mean can we switch between contexts,extensions and priorities which are in present in both? can 2 context be named same in extensions.conf and extensions.ael? -- Regards Rizwan Hisham Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 31
1
Asterisk 11 and stdexten written in AEL invoked by pbx_config
Almost two years ago, a change between how AEL code is built into Asterisk dialplan between minor versions made clear the need to provide a sane entry point into AEL subroutines and that's how AELSub() born. With Asterisk 11 release, they way [stdexten] at extensions.conf is invoked changed from Macro to Gosub using the 'missing context feature' and this caused that any stdexten
2009 Feb 10
5
What do you use? .conf or AEL?
Hi all, I built my first asterisk using the traditional (?) .conf files and constructs. I recall reading books at the time about AEL but it seemed "new" and untested so I left it alone. Now, I'm interested to poll the audience here to see if I should look into using AEL instead (or in addition to) for future work. TIA
2012 Jan 05
1
STOP loading extensions.ael
How do I stop loading extensions.ael dial plan? I'm only using extension.conf. -- Joseph