Displaying 20 results from an estimated 800 matches similar to: "Crash when reloading AEL"
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
2006 Aug 08
1
Named routes and url generation?
Hi all
In my application I''ve some named routes defined this way...
map.label_context1 '':context1/label'', :controller => ''mycontroller''
map.label_context2 '':context1/:context2/label'', :controller => ''mycontroller''
map.label_context3 '':context1/:context2/:context3/label'', :controller
=>
2006 Feb 01
1
Digit timeouts vs includes in diaplan
Hi,
I have a little situation with my dialplan, and I am wondering if what I
want is even possible.
Here it is: I have three contexts, context1 includes contexts2, and context2
includes context3. In other words, in context1 all extensions of context2
and context3 are valid (and actually working, so that's good). I am using
those context for the sake of code clarity and reuse, and for
2017 Aug 15
2
transfer type to 'local' context
Hi all,
is there an easy way to get a 'copy' of a type living in another context
into the local context?
Background:
when calling a function residing in a different module (context2) from a
module (context1), we first need to introduce a function declaration of
the function with empty body.
However, in order to do so, we need the function type.
pFuncInContext2->getType gives us the
2005 Jun 20
0
Contexts Calling Each Other
I have a question about contexts calling each other. We have one * box
that is setup for multiple companies. Calls come into the default
context and that hands them out to the context for each company. For
example, 1x goes to context1, 2x goes to context2, etc. Each context
includes "outbound" which says that if you dial 1+ or a local number,
you are sent out to the Cisco
2008 Oct 21
2
[help] Realtime Swich any context dinamically
when i wnat to working with realtime and mysql
for any context i have to insert (switch => Realtiem/context at extensions) statment into extensions.conf
for example if i want to have 10 context, i have to insert these lines into extension.conf :
[context1]
switch => Realtiem/context1 at extensions
[context2]
switch => Realtiem/context2 at extensions
[context3]
switch =>
2013 Oct 16
1
Use Asterisk Realtime Extensions with Switch-statement and include-statement
Hello,
Is it possible to use the switch => statement in extensions.conf
(http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions) to
point to a database and in the database use the include-statement ?
In extconfig.conf I would have :
extensions => mysql,asterisk,extensions_table
In extensions.conf I would then have :
[includecontext]
switch => Realtime/includecontext at
2010 Jul 28
2
IAX authentication oddity - Known issue? Fixed?
Hi,
I had the following odd behaviour in Asterisk 1.2 - We are migrating
to 1.6, and I will re-test ASAP, though it is quite hard to replicate,
but I am curious to know whether it is a known IAX issue in 1.2.
We had 2 users in iax.conf:
[user1]
username=user1
secret=secret1
context=context1
host=iax.hostname.com
[user2]
username=user2
secret=
context=context2
host=dynamic
deny=0.0.0.0/0.0.0.0
2008 Jun 21
0
One VOIP Provider Multiple registrations <to> multiple inbound contexts ?
The scenario:
This is all done SIP with a VOIP provider (have to register to single IP)
We have two inbound DID numbers / Accounts.
We have to register each individually with the VOIP provider.
I'd like inbound from each registered account (DID)
to be able to come into a unique PEER or dialplan context.
What matters is that the inbound call lands in the context of my choice.
I've been
2004 Aug 30
1
IAX.conf problem (NEWBIE ALERT!)
I have several of incoming numbers on IAX from voiptalk and magrathea
but have a problem with IAX.conf. If I follow the example from voiptalk
[VoIPTalk Incoming Number]
type=friend
username=VoIPTalk Incoming Number
context=[XXXXXXXX]
and make incoming entries in IAX.conf for the numbers like below with a
different entry for each number pointing to a different context,
incoming numbers always
2009 Jun 29
0
FW: re: Asterisk Outbound with Failover, alarm notification, dial status and hangupcause capturing to CDR from Dialplan
Managed to implement this on asterisk v1.4.24.1,
Also, Hangupcause updating to user field.
However, this only works on the edge of my voice network (demarcation
point)
It does not work on my internal routing boxes as I use IAX to route
between remote sites.
I was thinking of using some sort of SIP variables to transport these
results over the IAX trunk..
Any bright ideas folks???
2015 May 12
0
AEL keyword IfTime with variable on time range
You should try it and find out if it works. If it does, let us know.
Regards;
John
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Rafael dos Santos Saraiva
Sent: Tuesday, May 12, 2015 11:58 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] AEL keyword IfTime with variable on time range
2012 Apr 05
3
Dial Plan - Routing via Caller ID
I am running Asterisk 1.8.10.1.
I am trying to set up some routing in my dial plans and having some issues
(the issue being that I don't quite understand all of the syntax and
patterns that can be used:
Examples:
DID1 = 6140000000
DID2 = 6140000001
CNAME1 = 6149999999
CNAME2 = 6149999998
CNAME3 = 6149999997
context1
context2
context3
I have looked at several examples (patterns) and I
2015 May 12
1
AEL keyword IfTime with variable on time range
Sorry, I forget to tell I tried, but not works.
*Context:*
context ivr_temp2 {
s => {
Proceeding();
str_time_01 = '06:00-12:00|*|*|*'; // Manh?
ifTime (${str_time_01}) {
Playback(ura/bom_dia);
}
}
}
The error is showed on "ael reload".
*Console errors:*
rs0000sr304*CLI> ael reload
Command 'ael reload' failed.
2015 May 12
2
AEL keyword IfTime with variable on time range
Hi
It's possible using a variable in the iftime keyword argument?
E.g:
context text {
s => {
timerange = '06:00-12:00|*|*|*';
ifTime(${timerange} {
Playback(ivr/goodbye);
}
}
}
thanks
[image: Sua Foto] <rafaelsnsa at gmail.com>Rafael S. SaraivaPorto Alegre - RS
| Mobile: (51) 8174-7956
<http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
2007 May 30
0
Configuring Asterisk as Gateway SIP-H.323 via ooh323
Hi,
I'm trying to configure Asterisk as SIP-H.323 Gateway via ooh323, but I have
an error relatively to the GK Confirmation message.
>From the log:
"H323 RAS channel creation - succesful
Sent GRQ message
Gatekeeper Confirmed (GCF) message received
ERROR:No Gatekeeper ID present in received GKconfirmed message
Ignoring message and will retransmit GRQ after timeout
Error: Failed to
DAHDI FXO calls and the 's' extension. No, Jackie-O doesn't work here--it's just an example. Sheesh!
2010 Jul 02
1
DAHDI FXO calls and the 's' extension. No, Jackie-O doesn't work here--it's just an example. Sheesh!
Calls that come in on DAHDI FXO ports are routed to [context], extension 's'
INSTEAD, I would like to route specific ports to specific extensions, For
example:
I want DAHDI/1-1 to go to 1234
I want DAHDI/1-2 to go to 2345
I want DAHDI/1-3 to go to 3456 ...etc
What is the CLEANEST way to do this?
Yes, I can create a private context for each DAHDI channel but that seems
messy and
2005 Aug 02
2
How to let ZAPHFC work with and act on different incoming MSNs?
Hi all,
I'm struggling some time now with this problem. Googling and searching
on this topic did not deliver the answer yet, so my last hope is this
list.
Analogue to the things which are possible with modem.conf, where I can
configure the MSN's to act on, I would like to have similar
functionality.
This is the idea:
I have 1 ISDN line, it can be reached by 4 different MSN's.
I have
2009 Aug 13
4
Time of Day Routing
Hi everybody
I have a logic question that is confusing me.
ifTime(00:00-12:00|*|*|*) {
Playback(welcome-morning);
} else {
ifTime(12:00-18:00|*|*|*) {
Playback(welcome-afternoon);
} else {
Playback(welcome-evening);
}
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':