Displaying 4 results from an estimated 4 matches for "tthh".
Did you mean:
tthe
2007 Feb 15
2
Asterisk Queues Problem
Help!
I'm (still) having issues with Asterisk Queues.
I want to implement a queue so that callers get the 'all our staff are
busy at the moment, your call has been placed in a queue and will be
answered by the first available operator. You may press 1 at any time
to leave a voicemail' announcement, then they can press 1 and leave a
voicemail.
Documentation with * 1.2.x (I'm
2009 May 21
1
interruption in queue
...user don't
want to wait in the queue. Below is what I set but it doesn't work.
Anyone can help? ango
file: features.conf
[applicationmap]
opervm => 0,self/both,Macro,opervm
file: extensions.conf
...
exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm)
exten => 5555,n,Queue(5555|tThH|||180)
...
[macro-opervm]
exten => s,1,NoOp(--openvm--)
exten => s,n,VoiceMail(3634 at default,u)
exten => s,n,Hangup
2009 Aug 31
4
Offtopic, HT vs. HH in coin flips
Dear R-help,
Could someone please try to explain this paradox to me? What is more likely to show up first in a string of coin tosses, "Heads then Tails", or "Heads then Heads"?
##generate 2500 strings of random coin flips
ht <- replicate(2500,
paste(sample(c("H", "T"), 100, replace = TRUE),
collapse =
2009 May 21
0
Writing Hangup causes to CDR record
...user don't
want to wait in the queue. Below is what I set but it doesn't work.
Anyone can help? ango
file: features.conf
[applicationmap]
opervm => 0,self/both,Macro,opervm
file: extensions.conf
...
exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm)
exten => 5555,n,Queue(5555|tThH|||180)
...
[macro-opervm]
exten => s,1,NoOp(--openvm--)
exten => s,n,VoiceMail(3634 at default,u)
exten => s,n,Hangup
------------------------------
Message: 20
Date: Thu, 21 May 2009 09:01:39 +0100 (BST)
From: "--[ UxBoD ]--" <uxbod at splatnix.net>
Subject: Re: [aster...