Displaying 20 results from an estimated 50000 matches similar to: "Can realtime extensions be used within AEL contexts?"
2009 Mar 05
0
ael conf and realtime
hi
in ael the [general] equivalent is globals { } ?
what is the equivalent in realtime???
can i use realtime and static ael or conf???
using realtime when i do sip show peers asterisk didnt show the realtime
peers what can i do?
Thanks
David
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part
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
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting
2009 Dec 05
2
How to use SIP hints and BLF for realtime extensions on Aastra phones?
Hi,
I need to make use of BLF feature on Aastra 6757i phones but its an Asterisk
1.4 using realtime architecture. Extensions are defined in realtime database
and dial plan is in AEL. I am able to correctly setup hints in the dialplan,
but they don't work. Did some research and found out that hints don't work
work with realtime extensions. Is there any work around?
On voip-info I read
2007 Jun 30
0
AEL + Realitme?
Hello
I've spent the past hour searching and reading and searching some
more. I've jet to come to a solution.
I want to have some of my extensions in extensions.ael, while some
should reside in Realtime.
Realtime works just fine, so does my extensions in AEL. But not on the
same time.
This is how my extensions.ael look like now:
context internal
{
100 =>
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:
2009 Feb 25
0
Call files with extensions.ael : "One app must be specified"
Hi,
Using a 1.4 system in which dialplan is written using extensions.conf, I can
use a custom .call file.
On another system in which dialplan is written using extensions.ael, I can't
use any custom .call file : system keeps replying :
"apply_outgoing: At least one of app or extension (or keyword message/pdu)
must be specified, along with tech and dest in file
2008 Oct 17
5
How to add contexts in asterisk realtime?
Hi everybody,
How can we add new contexts in asterisk realtime module? All I could figure
out after googling is that a new context HAS to be declared in
extensions.conf with 'switch => Realtime/@<databasetable>' under the context
name declaration. This works fine as long as we are adding extensions only
to this one context, but doesn't give the freedom to add new contexts for
2008 Oct 06
1
AEL and swap from macros to contexts
Hi, according to discussion on asterisk IRC, where people said, that
macros will be depracated, I tried to migrate from macros to contexts
and Gosub
but if I try to use gosub in extensions.ael, ael compiler complains,
that I shouln't use Gosub app,
but I can't find ael keyword, that will be Gosub equivalent, or can I
ignore this ael warnings? thanks
PJ
LOG: lev:3 file:pval.c
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
2008 Dec 02
0
Using Dial M option from extensions.ael [SOLVED]
2008/12/2 Philipp Kempgen <philipp.kempgen at amooma.de>
> Philipp Kempgen schrieb:
> > Olivier schrieb:
> >
> >> How can you use Dial application M(x) option from extensions.ael ?
> >> (As a reminder, this M(x) executes macro x when Dial called party
> answers).
> >>
> >> It seems to me that asterisk keeps looking for this macro in
>
2008 Dec 02
1
Using Dial M option from extensions.ael
Hi,
How can you use Dial application M(x) option from extensions.ael ?
(As a reminder, this M(x) executes macro x when Dial called party answers).
It seems to me that asterisk keeps looking for this macro in extensions.conf
and not in extensions.ael.
I tried both (and variations of those with ^ instead of ,) :
Dial(Local/${EXTEN:1},,M(mymacro(${EXTEN}));
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() {
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
2006 Jan 06
0
--- AEL 2 --- Try it out!
Hello--
I've just written and submitted a new module for asterisk, to the
asterisk bug database.
See http://bugs.digium.com/view.php?id=6021
There is a file there you can download, AEL2v0.3.patch.bz2
and I created a wiki page: http://www.voip-info.org/wiki/view/Asterisk+AEL2
Why did I do it? Because I was very impressed with AEL, but the current
AEL compiler isn't real good at
2009 Mar 09
0
Crash when reloading AEL
Hello list,
I have this strange problem whenever I try to make an "ael reload" from the
Asterisk CLI. The command gives the following result and crashes:
voip-1*CLI> ael reload
Disconnected from Asterisk server
Executing last minute cleanups
Asterisk ending (0).
root at voip-1:/etc/asterisk#
As far as I can see, aelparse can't find any errors in my configuration,
following
2012 Jan 05
1
STOP loading extensions.ael
How do I stop loading extensions.ael dial plan?
I'm only using extension.conf.
--
Joseph
2007 Oct 03
2
extensions.conf vs. AEL
Hello,
I see that most people are using the extensions.conf syntax (most of the
examples and questions here use that syntax). recently I've translated all my
dial plan to AEL syntax and I find it much easier, especially when you need
IFs.
Why most people don't use it? Am I missing something?
Thanks! __Yehavi:
2011 Nov 14
0
Asterisk 1.6 AEL Macro vs GoSub
Hi,
I have recently run into the problem with macro implementation in AEL in Asterisk 1.6. I have some older AEL dialplan which runs on 1.4 but it does not on 1.6 and I'm not sure how to solve this correctly. Let me explain...
For example, in Asterisk 1.4 I have a macro like this:
macro read_digits(digits) {
Set(playlist=${SHELL(${PYTHON} ${SCRIPTS}/read_digits.py
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk