[asterisk-users] 2008 Post Count

2009-01-02 Thread David
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On the Python Tutor mailing list Kent Johnson uses a script to find the top posters for the year. If this or something like it has been posted, sorry for the noise; 2008 Steve Totaro 796 Tzafrir Cohen 749 Tilghman Lesher 496 Alex Balashov 354

Re: [asterisk-users] 2008 Post Count

2009-01-02 Thread randulo
Steve Totaro 796 Who is going to pass the chalice and scepter over to Mr Totaro? Please be sure to send him a working Digium beachball and Digium reversable tweaker at least! r ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] 2008 Post Count

2009-01-02 Thread Gordon Henderson
On Fri, 2 Jan 2009, David wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On the Python Tutor mailing list Kent Johnson uses a script to find the top posters for the year. If this or something like it has been posted, sorry for the noise; 2008 Steve Totaro 796 Tzafrir Cohen

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
I'm wondering if there's a way to set which periodic-announce file is played from my dialplan, much like setting the monitor-filename. Something like this: exten = s,n, Set(PERIODIC_ANNOUNCE=foo) This would be a great feature if it doesn't already exist. Or perhaps there's a better way to do

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
This is how you would do it in 1.4 Exten = s,n,Set(GLOBAL(PERIODIC_ANNOUNCE)=/var/lib/asterisk/sounds/foo) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Robert Broyles Sent: Friday, January 02, 2009 7:22 AM

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
Would this set the periodic-announce filename just for this call? Thanks! -- Regards, Robert Broyles ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit:

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
No. This would be an until changed modification (either via asterisk restart or another similar command). If you took the GLOBAL off of the set, it would probably be a 1 call deal. -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
Hmm, exten = s,1,Playback(/home/Sounds/greeting) exten = s,n,Set(PERIODIC_ANNOUNCE=/home/Sounds/queue2) exten = s,n,Queue(CSR) It's not working. It just plays the default announcement. Same goes for: exten = s,n,Set(GLOBAL(PERIODIC_ANNOUNCE)=/home/Sounds/queue2) Btw, I'm using v1.4.22

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
Try it this way: exten = s,1,Set(PERIODIC_ANNOUNCE=/home/Sounds/queue2) exten = s,n,Playback(${PERIODIC_ANNOUNCE}) exten = s,n,Queue(CSR) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Robert Broyles Sent:

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

2009-01-02 Thread Danny Nicholas
Was this the real Allison or Cepstral-Allison-8khz? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Michael Sent: Thursday, January 01, 2009 5:01 PM To: Asterisk Users Mailing List - Non-Commercial Discussion

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
That just plays back my announcement file before the caller enters the queue. It's still playing the default file once in the queue. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
Perhaps this thread will offer the solution you seek: http://forums.digium.com/viewtopic.php?t=16253highlight=periodic -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Robert Broyles Sent: Friday, January 02,

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

2009-01-02 Thread Karl Fife
It was 100% real. ...involving one microphone, one Allison and one recording app at 48khz. Of course when recording something like this as a creative person, one is (Allison is) walking a line--on the one hand trying to sound human and natural, and on the other hand trying to sound exactly as

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
Thanks. The thread points to an issue with the periodic-announce not playing if the queue is set to ring, instead of musiconhold. I have musiconhold with my queue. My sample queue for testing purposes: [CSR] musiconhold = classic retry = 1 strategy = ringall joinempty = yes

Re: [asterisk-users] 2008 Post Count

2009-01-02 Thread Steve Totaro
On Fri, Jan 2, 2009 at 4:48 AM, randulo spamsucks2...@gmail.com wrote: Steve Totaro 796 Who is going to pass the chalice and scepter over to Mr Totaro? Please be sure to send him a working Digium beachball and Digium reversable tweaker at least! r Wow, I am surprised. I know I keep the

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
Going on the assumption that CSR is in queues.conf and that queue-periodic-announce is in /var/lib/asterisk/sounds, you could create a CSR2 in queues.conf, a queue-periodic-announce2 in /v/l/a/s and make the dialplan call CSR2 instead of CSR. -Original Message- From:

[asterisk-users] Deprecated Realtime application, what's to be gained ???

2009-01-02 Thread Benoit
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()

[asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Robert Broyles
Okay thank you. This is something that I'm trying to avoid. I want to have one single Queue, but based on the incoming DID, have a different periodic-announce file played. It would be awesome to be able to set all of the queue settings from the dialplan, if so wished: examples of what I mean:

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
Perhaps there is something in queues.conf you can tweak. If you had one of the ambitious asterisk setups where your configs were in a database instead of a file (I'm not one of those BTW), you could use a DB command to set this. -Original Message- From:

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Danny Nicholas
This might do the trick exten = s,1,Answer() exten = s,n,Set(PERIODIC_ANNOUNCE=/home/Sounds/queue-announce) exten = s,n,Set(PERIODIC_ANNOUNCE_FREQUENCY=60) exten = s,n,Set(JOINEMPTY=1) exten = s,n,Queue(CSR) exten = 18001231234,1,Answer() exten = 18001231234,n,Set(PERIODIC_ANNOUNCE=30) exten =

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

2009-01-02 Thread Karl Fife
Somebody requested a path to listen without termination charges. Here's a SIP URI: (a SIP What??) karlonh...@sip.kfife.com or 3605195...@74.92.179.65 Thanks -Karl___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] Setting Periodic-Announce filename in the dialplan

2009-01-02 Thread Tzafrir Cohen
On Fri, Jan 02, 2009 at 08:49:18AM -0700, Robert Broyles wrote: Okay thank you. That was the fifth or so new thread you opened on this. Please use the reply functionality of your mailer to reply to the message. Be sure to quote the relevant parts of the message you answer to. As for an actual

Re: [asterisk-users] how to set the busy signal usign softphones

2009-01-02 Thread nik600
Thanks for your reply. Now, i use devstate too, but it doesn't work (or, maybe i suppose that it should work differently) when the called user has an outgoing call. this is my extension.conf: exten = _XXX,1,ExecIf($[${DEVSTATE(SIP/${EXTEN})} = INUSE],Busy) exten = _XXX,2,Dial(SIP/${EXTEN})

Re: [asterisk-users] Deprecated Realtime application, what's to be gained ???

2009-01-02 Thread Benoit
Benoit a écrit : 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

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

2009-01-02 Thread Thomas Kenyon
Karl Fife wrote: Somebody requested a path to listen without termination charges. Here's a SIP URI: (a SIP What??) karlonh...@sip.kfife.com mailto:karlonh...@sip.kfife.com or 3605195...@74.92.179.65 mailto:3605195...@74.92.179.65 Thanks -Karl Very Funny :-)

Re: [asterisk-users] Deprecated Realtime application, what's to be gained ???

2009-01-02 Thread Tilghman Lesher
On Friday 02 January 2009 09:37:51 Benoit wrote: 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

Re: [asterisk-users] 2008 Post Count

2009-01-02 Thread David
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve Totaro wrote: | I would venture to guess that I would be in the top three (if not 1st) | for the last five or more years. Would it be very hard to run the | same script for years gone by? It would be interesting to see, | especially when

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

2009-01-02 Thread Kristian Kielhofner
On 12/31/08, Trixter aka Bret McDanel trix...@0xdecafbad.com wrote: On Wed, 2008-12-31 at 18:39 -0500, C. Savinovich wrote: Hello Kris, what's up? I was reading your description for Recqual, and there is one thing I don't get: - We perform the test, which consists in