similar to: AEL #include ( Now Labels & Goto() )

Displaying 20 results from an estimated 50000 matches similar to: "AEL #include ( Now Labels & Goto() )"

2006 Jun 01
1
AEL #include (Labels and Goto app)
> http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Goto > > show application goto > > -= Info about application 'Goto' =- > > [Synopsis] > Jump to a particular priority, extension, or context > > [Description] > Goto([[context|]extension|]priority): This application will cause the > calling channel to continue dialplan execution at the
2006 May 30
20
AEL #include
Anyone know if #include works in ael yet? extensions.ael: #include "inc/pbx/global.conf" context test_context { }; *CLI> ael reload May 30 13:56:45 NOTICE[8516]: pbx_ael.c:1120 handle_root_token: Unknown root token '#include' May 30 13:56:45 WARNING[8516]: pbx.c:3758 ast_merge_contexts_and_delete: Requested contexts didn't get merged
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
2006 Jan 27
7
AAH out bound routing problem
Hi all I have installed AAH 2.2 in my P4 PC following AAH handbook PDF and http://mundy.org/blog/index.php?p=62#amp and made as per the guide says and downloaded SJ Phone, and registered user and when i try to dial the 19197543700 i get message that, all circuits are busy now, please try your call later and when i see in the console i get this mesage any help Called easycall/19197543700
2006 May 31
3
Labels and Goto()
I just discovered labels in the dialplan. Maybe someone (hint: the author) could like, do something crazy, and say, update the unofficial docs on voip-user? There's nothing there about labels in the pages for extensions.conf OR the Goto() command. I'm not going to do it. I've realised that when people post documentation about something they think they understand, on incorrect or
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
2006 Feb 13
1
problem with outgoing calls Unable tocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
When Asterisk first starts up, it will attempt to "bring up" the B channels on any PRI circuits. If you are using A@H then you can log on to the Asterisk CLI (asterisk -r) and then do "stop now" to stop asterisk. Start up Asterisk again by typing asterisk -cvvv at the Linux command line. You should see a bunch of messages on the terminal and then you'll get the Asterisk
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename" returns an error. Thanks, Jay
2006 Jan 24
0
Including files in AEL file
I am interested in doing #include on sub-files of ael code. I'm not trying to include contexts with contexts, but rather entire files. I can't find any way to do this. Not even by reading the source. Anybody know? </edg>
2006 Jan 22
4
Detection of Answering Machine
Hello, To detect an answering machine I have found following two commands, BackgroundDetect (comes with asterisk) MachineDetect (asterisk add-ons) First question, does BackgroundDetect works well with g729? I havn't try MachineDetect yet, what is the benefit of MachineDetect over BackgroundDetect. If anybody used any of this command successfully, please help me. If possible, please let me
2006 Feb 15
1
problem with outgoing callsUnabletocreatechannel of type 'ZAP' (cause 34 - Circuit/channelcongestion)
Nik, Looks like you're making some progress. When I first started using A@H I had trouble getting the outbound dialing to work. I wasn't sure where to start, so what I did was skip the macros in the dial plan. I wanted to play around with exactly what digits the telco wanted to see. So I put a specific extension in my [default] context like this: exten =>
2006 Feb 13
1
problem with outgoing calls Unabletocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
Nik, I'm not sure that "NOP" is correct, but I'm in the states so I'll to defer to someone who knows E1/PRI. When I run zttool I have "OK" under the alarms. Is there a way you can call the telco and confirm the settings? Make sure that framing, coding and D channels are set up on their end the same way you're set up. As for asterisk, here's what I get
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
2007 Nov 05
2
Free T1 Card?
Gang, I recall several months ago that there was a company that was giving away a free 1-port T1 card, with some specific conditions. Do any of you recall who that was? My Google searches are coming up empty and now I'm wondering if I was hallucinating... Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
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
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