Displaying 20 results from an estimated 28 matches for "aelparse".
2006 Dec 21
2
AELPARSE - Wish/Suggestion
I was playing with aelparse last night and I thought it would be nice if
the output of the it's operation was a little more structured.
I've written a app that allows me to edit ael/conf files from a windows
environment and upload them to the asterisk box, commit a reload,
restart, etc, etc.
This is performed thr...
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
Hi.
After successfully running ./configure I run make. When running make I get
the
following error..
[CC] ast_expr2f.c -> ast_expr2f.o
[CC] ast_expr2.c -> ast_expr2.o
[CC] strcompat.c -> strcompat.o
[LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o
strcompat.o -> aelparse
aelparse.o(.text+0x3029): In function `ael_yylex':
/usr/src/asterisk1/asterisk-1.4.0-beta3/utils/ael.flex:417: undefined
reference to `ast_copy_string'
ast_expr2f.o(.text+0x1198): In function `ast_expr'...
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
...streamplayer.c, but after seeing
http://bugs.digium.com/view.php?id=4908#32012
I manually added "#include <netinet/in.h>" to the top of
streamplayer.c and this compiled OK. (Should I file a bug for this?)
However I'm currently stuck here:
/usr/src/asterisk-1.4.2# make
[LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o
ast_expr2.o strcompat.o -> aelparse
aelparse.o: In function `ael_yylex':
/usr/src/asterisk-1.4.2/include/asterisk/strings.h:167: undefined
reference to `__builtin_expect'
ast_expr2f.o: In function `ast_expr':
/usr/src/asterisk-1.4.2/incl...
2017 Apr 29
2
Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
...I'm trying to install certified asterisk 11.6 cert16 on a Ubuntu 16
server. However, when I try to compile it, I'm getting hundreds and hundreds
of errors. Here is a sample of the output.
make[1]: Leaving directory
'/usr/src/asterisk-certified-11.6-cert16/menuselect'
[LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o
ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
aelbison.o: In function `ast_atomic_fetchadd_int':
/usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:567:
multiple definition of `ast_atomic_fetchadd_int'...
2009 Mar 09
0
Crash when reloading AEL
...ge 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 output is from aelparse:
root at voip-1:/etc/asterisk# aelparse -n -q
LOG: lev:4 file:ael2_parse line:543 func: main 29 contexts, 18 extensions,
532 priorities
root at voip-1:/etc/asterisk# asterisk
I've narrowed the error down to thr...
2006 Jan 06
0
--- AEL 2 --- Try it out!
...ke pbx_ael, it loads this file and
merges it into asterisk, so it is easily possible for you to have a
hybrid dialplan, part in extensions.conf, part in extensions.ael, and
part in extensions.ael2.
Along with the AEL2 module, some executables are provided in the source dir,
asterisk/utils, called aelparse, and aelparse1, that allow both the
current ael compiler (aelparse1), and my AEL2 compiler (aelparse) to be
standalone executables, so you can test your extensions.ael2 file and
get the syntax/semantic errors output without having to load the file
into asterisk.
AEL2 is made to load the current ae...
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
...c/asterisk-1.4.2/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts
[CC] stereorize.c -> stereorize.o
[CC] frame.c -> frame.o
[LD] stereorize.o frame.o -> stereorize
[CC] streamplayer.c -> streamplayer.o
[LD] streamplayer.o -> streamplayer
[CC] aelparse.c -> aelparse.o
In file included from /usr/src/asterisk-1.4.2/include/asterisk.h:32,
from ael_lex.c:19:
/usr/src/asterisk-1.4.2/include/asterisk/paths.h:23: `PATH_MAX' undeclared here (not in a function)
/usr/src/asterisk-1.4.2/include/asterisk/paths.h:24: `PATH_MAX' und...
2008 Sep 10
3
Newbie AEL2: Syntax for Hint
I am struggling to find out how to code hint in AEL2.
I did hint(Custom:light1) and it keeps complaining about the : (colon).
It works fine for SIP device like hint(SIP/439).
Anyone who has tried it before?
2006 Jan 13
2
AEL2 -- The Future --
...ad version, and do a "make".
Read the Wiki on AEL2: http://www.voip-info.org/wiki/view/Asterisk+AEL2
Look at the examples at:
http://www.voip-info.org/wiki/view/AEL+Example+Snippets
Then, sit down and rewrite your extension.conf
to /etc/asterisk/extensions.ael2
Use "utils/aelparse -n" to check your file. Get rid of all the syntax
errors. Repeat until clean.
Then, see if your extensions.ael2 loads. Remove all the contexts except
[general] from your extensions.conf, and restart asterisk. Test the new
dialplan.
Now, at this point, you have some information that would be...
2008 Jun 03
8
Any reason to *not* use AEL? (Also, MixMonitor q)
I am building a new Asterisk server here at the office, and I'm
wondering if there are any downsides to creating my dialplan with AEL.
It seems more intuitive (to me), but I'm not sure if there are any
pitfalls I need to be aware of first.
We use this for internal extensions, 8 pots lines, and our answering
service which gets about 500 incoming calls a day down our T1.
Also, one more
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:
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename"
returns an error.
Thanks,
Jay
2014 Sep 24
0
Asterisk 1.8.31.0 Now Available
...rds)
* ASTERISK-24211 - testsuite: Fix the dial_LS_options test
(Reported by Matt Jordan)
* ASTERISK-24249 - SIP debugs do not stop (Reported by Avinash
Mohod)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.31.0
Thank you for your continued support of Asterisk!
2014 Sep 24
0
Asterisk 11.13.0 Now Available
...by Roman Skvirsky)
* ASTERISK-24301 - Security: Out of call MESSAGE requests
processed via Message channel driver can crash Asterisk
(Reported by Matt Jordan)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.13.0
Thank you for your continued support of Asterisk!
2014 Sep 24
0
Asterisk 1.8.31.0 Now Available
...rds)
* ASTERISK-24211 - testsuite: Fix the dial_LS_options test
(Reported by Matt Jordan)
* ASTERISK-24249 - SIP debugs do not stop (Reported by Avinash
Mohod)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.31.0
Thank you for your continued support of Asterisk!
2014 Sep 24
0
Asterisk 11.13.0 Now Available
...by Roman Skvirsky)
* ASTERISK-24301 - Security: Out of call MESSAGE requests
processed via Message channel driver can crash Asterisk
(Reported by Matt Jordan)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.13.0
Thank you for your continued support of Asterisk!
2006 Dec 19
1
AEL2 on Asterisk 1.2.4
Hey all,
I am very interested in using AEL2 (don't want to upgrade to 1.4 to get
it though), but am having some problems upgrading/patching my asterisk
system. I am following the instructions on the wiki:
http://www.voip-info.org/wiki/view/Asterisk+AEL2#AEL2AnnouncementsandNews
But get the following error:
2007 Oct 17
2
Preflight check / lint
Hi,
Am writing scripts to manage configuration management and Asterisk.
I would like to be able to point the asterisk binary at config
directory with an asterisk.conf in it, and for asterisk to run a pre-
flight check. A bit like a pint check in php, 'apachectl configtest'
and lots of other tools.
asterisk will then exit with 0 on a safe config, and 1 on a bad
config. I can
2014 Sep 24
0
Asterisk 12.6.0 Now Available
...o parse
when CIDR network format is specified (Reported by Ray Crumrine)
* ASTERISK-24237 - CDR: FRACK With PJSIP blonde transfer.
(Reported by Richard Mudgett)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-12.6.0
Thank you for your continued support of Asterisk!
2014 Sep 24
0
Asterisk 12.6.0 Now Available
...o parse
when CIDR network format is specified (Reported by Ray Crumrine)
* ASTERISK-24237 - CDR: FRACK With PJSIP blonde transfer.
(Reported by Richard Mudgett)
Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
utility (Reported by Jeremy Lain??)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-12.6.0
Thank you for your continued support of Asterisk!