Displaying 11 results from an estimated 11 matches for "ast_waitfordigit".
2004 Jan 13
1
max queue time; newbie question (fwd)
...m my read of the code, the timeout parameter is
only checked while the call is being sent to an agent's phone (inside
the try_calling function). The timeout doesn't seem to be checked
while the user is waiting to get to the head of the queue (inside the
wait_our_turn function). Unless the ast_waitfordigit function checks
the timeout and I missed it, this solution won't work.
Am I reading the code right?
> On Fri, 9 Jan 2004, Ken Alker wrote:
>
>> I am just studying Asterisk now and have a question. Is it possible to
>> force anyone who enters a queue into voice mail after th...
2003 Jun 18
2
Wrap-up
Is it possible to specify a 'wrap-up' time in a queue so agents will
have a specified amount of time to complete tasks between calls unless
they hit a key on the phone? As it is they can recieve a call moments
after they hang up with no 'down time'. Thanks
Jim Friedeck
2005 Jan 31
1
chan_sccp bug / problem
...d symbols for /lib64/libgcc_s.so.1
#0 sccp_pbx_read (ast=0x0) at sccp_pbx.c:38
38 if (f->frametype == AST_FRAME_VOICE) {
(gdb)
(gdb)
(gdb) bt
# 0 sccp_pbx_read (ast=0x0) at sccp_pbx.c:38
# 1 0x0000000000416261 in ast_read (chan=0x6439f0) at channel.c:1337
# 2 0x000000000041aa42 in ast_waitfordigit (c=0x6439f0, ms=2) at
channel.c:1140
# 3 0x0000002a9e326af1 in sccp_start_channel (data=0x0) at sccp_pbx.c:505
# 4 0x0000002a95774c6b in start_thread () from /lib64/tls/libpthread.so.0
# 5 0x0000002a95e8ce43 in thread_start () from /lib64/tls/libc.so.6
# 6 0x0000000000000000 in ?? ()
The box i...
2003 Jun 04
1
new application Dialtone()
...onds\n", timeout);
> }
>
> ast_playtones_stop(chan);
> res = ast_playtones_start(chan, 0, ts->data, 0);
>
> if (res)
> ast_log(LOG_NOTICE,"Unable to start playtones\n");
>
> if (!res) {
> res = ast_waitfordigit(chan, (const int) timeout);
> ast_playtones_stop(chan);
> }
>
> return 0;
> }
>
>
> /*
380a432,440
> ast_register_application(
> "Dialtone",
> handle_dialtone,
> "Play a dial...
2008 Jul 07
5
Meetme
Hi folks,
we use meetme application with pin so when a customer joins he's
prompted for his name.
Then the voice say:"press one to accept the recording..."
My question is, is it possible to cut off that request to"press one"?
Thanks to all
--
.:FaberK:.
2007 Jul 12
0
No subject
ast_waitfordigit that accepts milliseconds as input.
Douglas Garstang wrote:
> Admittedly I have not used the ExternalIVR app. Is it any good?
>
> I'm not sure I agree that Asterisk is GOOD for building IVR's. Sure,
> it can do it, but boy it is UGLY. There's also the fact that you can'...
2010 Apr 26
2
[PATCH] Make Queue announcements more consistent (1.4.26.2)
...now;
@@ -3292,7 +3296,8 @@
static int wait_a_bit(struct queue_ent *qe)
{
/* Don't need to hold the lock while we setup the outgoing calls */
- int retrywait = qe->parent->retry * 1000;
+ //int retrywait = qe->parent->retry * 1000;
+ int retrywait = RECHECK * 1000;
int res = ast_waitfordigit(qe->chan, retrywait);
if (res > 0 && !valid_exit(qe, res))
@@ -4003,6 +4008,7 @@
qe.max_penalty = max_penalty;
qe.last_pos_said = 0;
qe.last_pos = 0;
+ qe.last_ring_time = 0;
qe.last_periodic_announce_time = time(NULL);
qe.last_periodic_announce_sound = 0;
qe.valid_digit...
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi,
is there a way to enable dtmf detection on zap channels? I am trying to
pickup, play a ringtone and the dial out. I.e.
exten => s,1,Wait,1
exten => s,1,Answer
exten => s,2,Playtones(dial)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
exten => _X,1,StopPlaytones
exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2008 Mar 12
3
DTMF problems while greeting is playing (Background())
Hi,
I have a Digium TE410p T1 card and I've noticed that under asterisk
1.4.17/18 I have problems detecting DTMF in IVRs. I think I've
narrowed the problem down to some sort of interference between the
greeting that is playing and the DTMF tones. DTMF detection seems to
work very reliably when I am in Read() or WaitExten(), but is
absolutely unusable while in Background().
I hope someone
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting