Displaying 20 results from an estimated 2000 matches similar to: "Simple Queue question"
2009 Feb 26
3
Question about Do Not Disturb
Hello,
Some of my users have phones lacking a DND button. I need to provide
an extension they can dial that will put them in DND, i.e. tell the
server not to send them any calls until they get off the DND.
I've researched it for almost 3 days now and tried a range of
configurations. I'm hoping somebody here has an answer. Currently, I
have this in extensions.conf
[app-dnd-on]
2009 Mar 03
2
macro-stdexten question
I am running asterisk 1.4 and the Digium GUI SVN-branch-2.0-r4489.
When one phone calls another, I see the following on the console
(here, 6223 dials 6123)
-- Executing [6123 at DLPN_DefaultDialPlan:1] Macro("IAX2/6223-10489",
"stdexten|6123|SIP/6123&IAX2/6123") in new stack
-- Executing [s at macro-stdexten:1] Set("IAX2/6223-10489",
2014 Feb 12
2
How does extensions.lua compares to extensions.conf ?
Hello,
How does extensions.lua compares to extensions.conf or extensions.ael on
stability, performance and features ?
Would you recommand extensions.lua as an easy/easier way to access
memcached, redis or equivalent ?
Thoughs ? Comments ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 19
7
* 1.4 -> 1.6, zaptel -> dahdi
This has got to be an FAQ, so if someone can point me to where it is
answered, I would be greatly appreciated. The documentation for all this
stuff is scattered and (to me at least) either very sketchy or hard to
find.
What I want is a guide for how to convert from 1.4 with zaptel to 1.6
with dahdi. All the recent kernel vulnerabilities are forcing me to
upgrade my home server from
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
2009 Feb 10
2
Re: Traffic not redirected to IFB - problem solved
Hello,
It seems on RHEL/CentOS 5.2 iproute package is version 2.6.18, which apparently do not support IFB properly. The end result is that while no error is given, counters on ifb0 do not update, and capturing on the interface turns out nothing.
Simply replacing tc with one from 2.6.26 solves this issue, it seems...
Best regards
--
Haim Gelfenbeyn
Hagel Technologies Ltd.
2009 Apr 22
1
Queue() Ignore Hangup Request
I saw a few posts of this problem before I could not figure out the
reason I am getting it.
I am running RHEL 5, Asterisk 1.4.21.2, zaptel 1.4.11 and libpri 1.4.4
Basically, if I dial into a queue and hang up the phone, Asterisk did
not detect the hangup request and Asterisk will only hang up when the
timer expires.
There is no such problem if I do not use Queue().
Any thoughts?
Here is my
2010 May 12
1
problems with unicall
Hello,
i'm using asterisk 1.4.9 in fedora 7, i was compiled its with this package:
libpri-1.4.2
asterisk-1.4.9
spandsp-0.0.4
unicall-0.0.5pre1
libmfcr2-0.0.3
libsupertone-0.0.2
libunicall-0.0.3
zaptel-1.4.4
i'm using a E1 pci card with R2 but they not work, when I start the asterisk
its generate this log:
[May 12 08:53:24] WARNING[30814] channel.c: No channel type
2007 Jun 29
1
Asterisk 1.4 Warnnings
Dear Users !
I have recently installed asterisk 1.4 i got a warning message whenever i
use reload or extensions reload.
[Jun 29 19:22:11] WARNING[4539]: pbx.c:6236 ast_context_verify_includes:
Context 'ael-local' tries includes nonexistent context 'ael-parkedcalls'
[Jun 29 19:22:11] WARNING[4539]: pbx.c:6236 ast_context_verify_includes:
Context 'ael-dundi-e164-local'
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 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk
2010 Aug 03
4
Dial() M parameter in 1.6.2.11-rc2
Hi,
I can't figure out what syntax to use with the Dial() "M" parameter
for the AEL parser to interpret properly. Creating an AEL
macro named "macro-screen()" partly works as a hack, but it must
not turn into a gosub properly, so I get warnings about the "return;".
Dial(...,tgM(&screen)) with the ael macro named "screen" does not work
2009 May 15
2
Logging In / Out Agents on Asterisk 6 ???
Hi everybody
Did anybody by any chance ever work out how to log in and out agents on
Asterisk 6+?
I used to have it working perfect in Asterisk 1.2 but since I upgraded to 6
the agent login functions are gone and the readme file that came with it
made no sense to me.
I noticed somebody on the net posted that they had the same problem but used
Voicemail to authenticate users, but that seemed a
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
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
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.
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting
2012 Feb 13
1
Problem with libpri / asterisk
Hi all !
We currently have an asterisk box that is rather old (runs Asterisk
1.4.21.2), and it's connected to the PSTN with a sangoma A104d card.
Now we have a new PRI at another location, and I use that occasion to
build 2 new servers, one to replace our aging one and a new one for this new
pri.
So I downloaded the lastest libpri / asterisk / wanpipe driver, but the
previous version of
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
2004 Jan 28
1
how to set R_GSCMD
I have R installed on a windows box, and I need to get a better resolution.
I understand I need to set R_GSCMD. Which file has to contain this
variable?
Thanks!
Haim