Displaying 20 results from an estimated 1000 matches similar to: "using ael and extensions.conf togather?"
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename"
returns an error.
Thanks,
Jay
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
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 through a socket server running on the asterisk box.
One of the things I
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
2007 May 30
12
False ring problem
Hi all,
when a user dials any number, asterisk automatically generates ringing which
caller can hear, and after 2 - 3 rings asterisk detects that the called user
is busy, then caller hears busy tone. for example user hears---
tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing
at the start so that user hears only beep beep beep if the called user is
busy. I have used the R
2007 Apr 19
1
CDR(dst) != CALLERID(dnid)
Hi guys,
i just came to know that CDR(dst) field is set to current extension instead
of the dialed no. i need to set it to DNID because our every user has 5 dids
and i want to show the caller at the end of the month which numbers he
dialed for every call, along with other cdr info. Our rating depends on the
dialed number also. here is my extensions.conf
exten=> 1212,1,Dial(SIP/rizwan)
2007 Oct 08
3
asterisk1.2
Hi:
I want to use asterisk1.2 but I don't know which version of asterisk1.2 and zaptel1.2 is best.Please offer me one version of asterisk and zaptel and libpri.How about asterisk1.2.24 and zaptel1.2.20.1 and libpri1.2.5?And do they work togather well?
Best regards.
---------------------------------
Pinpoint customers who are looking for what you sell.
-------------- next part
2008 Aug 06
2
shared mysql connection in dialplan
hi all,
i just finished developing some incoming call features in a macro. that
macro gets executed everytime an incoming call is received and a new mysql
connection is made using the MYSQL cmd in dialplan. i want to use a single
mysql connection for every incoming call.
my idea of doing it is like this, i want to get a mysql connection in a
global variable, just to share the connection with
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':
2007 Aug 17
4
Call Limits
Hi all,
Some of my asterisk users have used their maximum call limit for incoming
calls (peers). There incoming call limit should automatically reset to zero
after hangup but its not happening and they no longer can recieve any calls
as their allowed limit is already full. So is there any way to reset the
call limit on peers by commands or do i have to restart my asterisk server?
--
Best Regards
2007 Oct 24
2
Remote provisioning for ATA's
Hi all,
I need a fully developed web based remote provisioning system. I cant find
anything reliable on the internet. Have already checked ataconfig.com and
voxilla-ays.com. have tried to contact them but got no response. So if
anybody knows a good provisioning system then plz tell me about it.
--
Best Regards
Rizwan Hisham
Software Engineer
Axvoice Inc.
www.axvoice.com
-------------- next part
2007 Sep 11
3
Prevent multiple sip registrations
Hi all,
Is there anyway i can prevent multiple sip registrations from different IPs
using single username in asterisk. Does asterisk provide any aid in this
respect? As far as my knowledge is concerned i dont think there is any
support for this in asterisk, so i think i'll have to makeup a script which
sniffs sip packets coming for asterisk and detect for multiple register
requests coming from
2007 Jan 20
1
Connecting 2 asterisk servers
hi all,
actually i have partially connected the 2 servers but there is a problem.
2 servers A and B
server A forwards call to server B without any problem
but when i try to forward call from server B to A, server shows the
following error on the cli
WARNING[7751]: app_dial.c:1081 dial_exec_full: Unable to create channel of
type 'SIP' (cause 3 - No route to destination)
== Everyone is
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 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
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
2007 May 09
3
The 'h' extension problem
Hi all,
There is a problem with my dialplan. here is the dialplan:
exten=> 123,1,Dial(SIP/U1,,Ttg)
exten=> 123,2,Hangup
exten=> h,1,AGI(onhangup.pl)
The problem is whenever U1 is called or calls someone, if U1 hangsup the
call then the h extension is NOT executed. but if the other person hangsup
the call, then the h extension is executed (assuming that the other person
is calling
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