Re: [asterisk-users] Disconnect queues members every night

2008-12-31 Thread Benoit
Hi, Well, i've made it that way, a AEL macro, that disconnect every member, with the ability to except one: macro empty_queue (queue,except) { queueSize=${QUEUE_MEMBER_COUNT(${queue})}; Set(queueMemberList=${QUEUE_MEMBER_LIST(${queue})}); for (x=1; ${x} = ${queueSize};

[asterisk-users] Troubles with AEL

2008-12-31 Thread Benoit
Hi, I'm migrating some macro from extension.conf format to AEL and they are some things i don't understand, and some i don't evan know how to get them working. Example: Doing this queueMemberList=${QUEUE_MEMBER_LIST(queue)}; won't make any warning message, however the resulting

Re: [asterisk-users] Attacking DECT

2008-12-31 Thread Philipp Kempgen
Philipp von Klitzing schrieb: It might not be such a big surprise after all, but recently serious flaws in DECT security were revealed and published here: http://dedected.org/ Summary in German: http://www.heise.de/security/25C3-Schwere-Sicherheitsluecken-beim-

Re: [asterisk-users] Troubles with AEL

2008-12-31 Thread Benoit
Benoit a écrit : Hi, .. Also, there is this construct which isn't working: if( ${DB_EXISTS(family/key)} ) { } else { } However i can't find a workaround in this case ... any idea ? Well, never mind ths one, some space got stuck in the macro

[asterisk-users] Friday VUC 12 Noon ET with Kristian Kielhofner: Identifying Asterisk Quality Issues

2008-12-31 Thread randulo
Happy New Year in advance by a few ticks for the northern hemisphere. Here's the first topic and guest for 2009: In any voice path there are several potential sources of quality problems, ranging from echo to voice dropouts and everything in between. With VoIP systems the potential for quality

[asterisk-users] error on alsa

2008-12-31 Thread Jerry Geis
I am calling into an asterisk machine using console/dsp initially I head the voice just fine on the speaker, after about 30 seconds or so I get the error: [Dec 31 09:51:36] NOTICE[11724]: chan_alsa.c:642 alsa_write: Error -11 on write Hangup on console I am running alsa 1.4.22 , dahdi 2.0.0

Re: [asterisk-users] error on alsa

2008-12-31 Thread Tilghman Lesher
On Wednesday 31 December 2008 08:54:56 Jerry Geis wrote: I am calling into an asterisk machine using console/dsp initially I head the voice just fine on the speaker, after about 30 seconds or so I get the error: [Dec 31 09:51:36] NOTICE[11724]: chan_alsa.c:642 alsa_write: Error -11 on write

Re: [asterisk-users] Attacking DECT

2008-12-31 Thread Michael Graves
The PDF is very enlightening. I wonder if the presentation from 25C3 was recorded? I'd be interesting to hear. I know it was streamed live. It's very interesting that part of the attack was based upon information gathered from a patent application filed by Alcatel, when the terms of the DECT

Re: [asterisk-users] error on alsa

2008-12-31 Thread Jerry Geis
Error 11 is Resource temporarily unavailable, so it sounds like something else is accessing the sound port. Check the other services running on this machine. For example, are you running a desktop environment that might send sounds to the speaker? Tilghman, I am not even running the

[asterisk-users] End of 2008 Twitter Asterisk, Telephony and VoIP Directory

2008-12-31 Thread randulo
Introducing the simple Twitter Directory for telephgony, VoIP and asterisk users, developers, providezrs, manufacturers and hobbyists If you're into Twitter and you'd like to take literally 10 seconds to go fill out this form with two fields, your Twitter name will be in the public directory of

Re: [asterisk-users] Dailplan code for holiday detection?

2008-12-31 Thread Terry Wilson
This has been on my ToDo list far too long. I have a small call-center setup, with basic time of day/day of week validation before putting callers in the queues. Just thought I'd post here that this is one of the reasons I developed Calendaring for Asterisk. Basically, you can use

Re: [asterisk-users] Xorcom BRI state NOTOPEN

2008-12-31 Thread Loic Didelot
Disabling one span did only postpone the problem after a few hours the device disconnected again. Here the cat of /var/log/kern.log: Dec 31 00:03:33 wedekindpbx1 kernel: [12211.049350] usb 7-5: USB disconnect, address 3 Dec 31 00:03:33 wedekindpbx1 kernel: [12211.054956] INFO-xpp: XBUS-01: []

Re: [asterisk-users] Directory exists when * is presse d....but where?

2008-12-31 Thread Tilghman Lesher
On Tuesday 23 December 2008 18:10:13 Fred Posner wrote: Anyone have issues with this and 1.6.0.rc3? Behavior is repetition of menu on * or 0, not using the o or a variables. For one thing, the 'o' and 'a' must be extensions in the dial context, not variables. If you'd care to show us the

Re: [asterisk-users] Troubles with AEL

2008-12-31 Thread Steve Murphy
On Wed, 2008-12-31 at 12:41 +0100, Benoit wrote: Hi, I'm migrating some macro from extension.conf format to AEL and they are some things i don't understand, and some i don't evan know how to get them working. Example: Doing this queueMemberList=${QUEUE_MEMBER_LIST(queue)}; won't

Re: [asterisk-users] AEL Variable Warning Messages

2008-12-31 Thread Brent Davidson
Steve Murphy wrote: On Tue, 2008-12-23 at 12:14 -0600, Brent Davidson wrote: 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

Re: [asterisk-users] error on alsa

2008-12-31 Thread Tilghman Lesher
On Wednesday 31 December 2008 10:07:01 Jerry Geis wrote: Error 11 is Resource temporarily unavailable, so it sounds like something else is accessing the sound port. Check the other services running on this machine. For example, are you running a desktop environment that might send sounds

Re: [asterisk-users] Attacking DECT

2008-12-31 Thread Philipp Kempgen
Michael Graves schrieb: I wonder if the presentation from 25C3 was recorded? I'd be interesting to hear. I know it was streamed live. Don't know. Maybe they'll put it on the recordings page. http://events.ccc.de/congress/2008/wiki/Conference_Recordings Philipp Kempgen --

Re: [asterisk-users] error on alsa

2008-12-31 Thread Jerry Geis
I spent some time looking at this and I may have identified a possible problem. Please try the patch located here: http://bugs.digium.com/view.php?id=14153 Tilghman, I downloaded the patch. cd'd to my asterisk directory. tried to do patch -p1 20081231__bug14153.diff.txt and it says:

Re: [asterisk-users] error on alsa

2008-12-31 Thread Jerry Geis
Jerry Geis wrote: I spent some time looking at this and I may have identified a possible problem. Please try the patch located here: http://bugs.digium.com/view.php?id=14153 Tilghman, I downloaded the patch. cd'd to my asterisk directory. tried to do patch -p1

Re: [asterisk-users] error on alsa

2008-12-31 Thread Tilghman Lesher
On Wednesday 31 December 2008 13:06:03 Jerry Geis wrote: Jerry Geis wrote: I spent some time looking at this and I may have identified a possible problem. Please try the patch located here: http://bugs.digium.com/view.php?id=14153 Tilghman, I downloaded the patch. cd'd to my

Re: [asterisk-users] error on alsa

2008-12-31 Thread Tzafrir Cohen
On Wed, Dec 31, 2008 at 01:58:21PM -0500, Jerry Geis wrote: I spent some time looking at this and I may have identified a possible problem. Please try the patch located here: http://bugs.digium.com/view.php?id=14153 Tilghman, I downloaded the patch. cd'd to my asterisk

Re: [asterisk-users] Most Digium services are back on-line

2008-12-31 Thread Jeff Peeler
On Mon, Dec 29, 2008 at 12:09:45PM -0600, Mark Michelson wrote: Hello again, The following Digium-hosted services are no longer down and should be functioning properly: svn.digium.com svncommunity.digium.com packages.digium.com reviewboard.digium.com At this time, bugs.digium.com

Re: [asterisk-users] AEL Variable Warning Messages

2008-12-31 Thread Watkins, Bradley
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Brent Davidson Sent: Wednesday, December 31, 2008 1:03 PM To: m...@digium.com; Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] Friday VUC 12 Noon ET with Kristian Kielhofner: Identifying Asterisk Quality Issues

2008-12-31 Thread Kristian Kielhofner
On 12/31/08, randulo spamsucks2...@gmail.com wrote: Happy New Year in advance by a few ticks for the northern hemisphere. Here's the first topic and guest for 2009: In any voice path there are several potential sources of quality problems, ranging from echo to voice dropouts and

[asterisk-users] Allison Smith, Music-on-Hold Parody--outstanding.

2008-12-31 Thread Karl Fife
Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose the audio and did the mix-down and everything. Really

Re: [asterisk-users] Allison Smith, Music-on-Hold Parody--outstanding.

2008-12-31 Thread Bruce Ferrell
Karl Fife wrote: Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose the audio and did the mix-down and

Re: [asterisk-users] Allison Smith, Music-on-Hold Parody--outstanding.

2008-12-31 Thread Anthony Messina
On Wednesday 31 December 2008 18:07:26 Karl Fife wrote: Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose

Re: [asterisk-users] Allison Smith, Music-on-Hold Parody--outstanding.

2008-12-31 Thread Paul Hales
Karl Fife wrote: Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose the audio and did the mix-down and

Re: [asterisk-users] Allison Smith, Music-on-Hold Parody--outstanding.

2008-12-31 Thread Andrew Joakimsen
On Wed, Dec 31, 2008 at 22:09, Paul Hales pdha...@optusnet.com.au wrote: Karl Fife wrote: Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she

Re: [asterisk-users] Audiocodes MP-11X configuration to work with Asterisk

2008-12-31 Thread Andrew Joakimsen
On Tue, Dec 30, 2008 at 00:25, Jeff LaCoursiere j...@jeff.net wrote: On Mon, 29 Dec 2008, Andrew Joakimsen wrote: On Mon, Dec 29, 2008 at 17:25, Jeff LaCoursiere j...@jeff.net wrote: What does Audiocodes release under GPL? j The MP-202 is running Linux. At first they said no it's not

[asterisk-users] New box, reload command takes 1 min.

2008-12-31 Thread Doug
Has anyone seen this before? ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users