similar to: ast_compile_ael2: Warning: file /etc/asterisk/extensions.ael, line 932-932: Empty Extension!

Displaying 20 results from an estimated 6000 matches similar to: "ast_compile_ael2: Warning: file /etc/asterisk/extensions.ael, line 932-932: Empty Extension!"

2008 Dec 23
2
AEL Variable Warning Messages
I have two offices sharing a phone system. They also share a common internal context because all of the employees of the second office also work for the first office. Each office has 4 outside lines and I have defined 2 channel groups in my zapata.conf. The second office needs all of their outgoing calls to go out over their lines so the people they call will have the correct callerID. I
2011 Feb 18
2
pbx_ael.so: undefined symbol: ast_compile_ael2
Hello, trying to load ael module in asterisk ver 1.6.2 got the following: asterisk*CLI> module load pbx_ael.so Unable to load module pbx_ael.so Command 'module load pbx_ael.so' failed. [Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: undefined symbol: ast_compile_ael2 [Feb 18 11:25:47]
2007 Mar 09
2
AEL #include file
Hi, Does anyone know how to include a file in AEL using the #include "filename" syntax in .conf files? Regards, Philipp -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk? -> http://www.das-asterisk-buch.de Gesch?ftsf?hrer: Stefan Wintermeyer Handelsregister: Neuwied B
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}));
2009 May 11
1
Support of /* */ comments in ael.vim
Hello, It seems /* */ comments are not supported in ael.vim (which brings AEL syntax-highlighting to vim). Is it hard to add this feature and have uploaded in vim extensions downloading site ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090511/18f33bab/attachment.htm
2009 Mar 04
5
AEL2: If-then-else not permitted in Switch-Case
I just want to confirm but it seems that if-then-else is not permitted in case structure. It was not really documented but it seems to be the case. Can anyone confirm? switch(${DIALSTATUS}) { case NOANSWER: { // if-then-else not permitted If (${ael-var} = 1) { Playback(beep);
2009 Feb 05
6
Newbie query: how to write priority n+101
Hi All, Asterisk 1.4.12 on CentOS 5 Sorry for a question that I'm guessing is obvious to most of you. I'm trying to revamp my dialplan. When I first created it, I had something like: exten => s,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})}) exten => s,2,Dial(${rgMain},${RINGTIME},t) exten => s,3,VoiceMail(main at default) exten => s,103,VoiceMail(main at default)
2008 Dec 29
1
AEL: how to check if variable is defined
Hi! I use an "if" condition in extensions.ael to check if a channel variable is defined and if defined I add a certain header: context toNormaleRufe { _X. => { if (${NUMBER}) { SIPAddHeader(X-NUMBER: ${NUMBER}); }; ... }; This works fine, except NUMBER starts with the + sign. I tried using quotes but if
2009 Jul 13
1
#exec in #include'd file
Hi, Is Asterisk supposed to evaluate #exec's in an #include'd file? Philipp Kempgen -- AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de Videos of the AMOOCON VoIP conference 2009 -> http://www.amoocon.de --
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process into another SQL database through entering IVR options during the call. Thanks a lot. _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
2009 Jan 08
4
AEL question: testing channel variables
Hi! I use the following condition: if (${FOOBAR}=YES) { ... } The problem is, that if FOOBAR is not defined at all Asterisk generates a warning: WARNING[11982]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax error: syntax error, unexpected '=', expecting $end; Input: =YES Of course I could use the following code, but this bloats up the code: if (${EXISTS(${FOOBAR})}) {
2008 Dec 23
2
Pattern Matching
On my asterisk system, if an incoming call only has a number for the caller ID and no name, the system is using the channel name as in the Callerid Name field. I would like to use some sort of pattern match test to test for the presence of "Zap/" in the ${CALLERID(name)} variable and if it is present, replace it with "Unknown". I'm using the ael format for my
2009 Jan 27
2
Module res_odbc is not loading
Hi, I have remove the comment defor res_odbc.so and res_config_odbc.so in my modules.conf, but the module is still not loading when I do: module show like odbc I have o module returned anybody knows why? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2008 Dec 16
2
1.6 upgrade issues
Greetings list, Over the last few days I've been gearing up to replace a couple of our servers with 1.6 as something of a testbed, but I'm encountering a few problems, and wondering if anyone can help... In extensions.conf, there are a number of contexts defined for each group of users, along the lines of: [groupa] [groupb] etc. In each of those, there's a command include =>
2007 Dec 19
5
Using * in extension name
I am trying to setup an extension of *7XXX that will allow me to dial *7 and then any extension and use the Pickup application to pickup a ringing phone. Ideally it will also check if the phone is ringing somehow and then either dial the extension or pick it up if it is ringing. But I can't get that far. If I use *7268 specially it works fine, but as soon as I introduce any wild
2009 Jun 09
5
voicemail
Has anyone set it up so that an inside call and an outside call get different unavailable messages? j
2009 Jan 07
5
recommendation for German sound files
Hi! http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German lists a plenty of sound files for German. Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon). thanks klaus
2009 Jan 26
2
custom cdr userfiled
Dear, I added new field to cdr table , named "service" and type varchar(20), but in extensions.conf with the following command, nothing to be saved. exten => _X.,1,Set(CDR(service)=OUT) does asterisk support this ability ? is any setting must be changed, before that ? best Mani
2008 Sep 17
1
chan_iax2.c: No more space
Just a quick question ---cut--- [Sep 17 15:52:14] WARNING[8232] app_dial.c: Unable to create channel of type 'IAX2' (cause 34 - Circuit/channel congestion) [Sep 17 15:52:14] WARNING[8232] chan_iax2.c: No more space [Sep 17 15:52:14] WARNING[8232] chan_iax2.c: Unable to create call [Sep 17 15:52:14] WARNING[8232] app_dial.c: Unable to create channel of type 'IAX2' (cause 34 -
2009 Jul 14
2
How to block inbound call with Asterisk?
Guys, How would you block inbound call's? for example person who is calling me is 212-555-1212, and I would like to do not receive the calls from this person and give them busy tone. What should I write in asterisk config files? and in to witch file should I write it??? -------------- next part -------------- An HTML attachment was scrubbed... URL: