search for: ast_digit_any

Displaying 7 results from an estimated 7 matches for "ast_digit_any".

2005 Feb 08
1
Bug? Background() doesn't recognize D tone.
I finally figured out my extension D issue. The extension works fine as long as Background() has finished playing. But during playback, the "D" tone is not recognized. Is there any way to configure this? Is this a bug?
2017 Jun 09
2
pjsip user_eq_phone adds user=phone to anonymous user bug?
...that might add user=phone: ================================================================================= int i = 0; //..... if (pj_strbuf(&sip_uri->user)[0] == '+') { i = 1; } /* Test URI user against allowed characters in AST_DIGIT_ANY */ for (; i < pj_strlen(&sip_uri->user); i++) { if (!strchr(AST_DIGIT_ANYNUM, pj_strbuf(&sip_uri->user)[i])) { break; } } if (i < pj_strlen(&sip_uri->user)) { return;...
2005 Jul 12
0
meetme an customized menu
...nvite another Conferee */ menu_active = 0; ast_log(LOG_WARNING,"Taste 3 gedrueckt -> now one more for testing!"); if (!ast_streamfile(chan, "whatNumberToInvite", chan->language)) dtmf = ast_waitstream(chan, AST_DIGIT_ANY); else dtmf = -1; ast_log(LOG_WARNING,"Something pressed ?? :%d \n",dtmf); break; My thougt was, that ast_waitstrem waits a certain time period and then return the dtmf-code. but somehow the code executes without pause between the two log-outputs....
2007 Jul 26
1
vm-duration announcement missing?
..._voicemail contains reference to it in 1.4.x - as far back as 1.4.0: if ((!res) && (durationm >= minduration)) { res = wait_file2(chan, vms, "vm-duration"); [snip stuff about polish syntax] res = ast_say_number(chan, durationm, AST_DIGIT_ANY, chan->language, NULL); res = wait_file2(chan, vms, "vm-minutes"); } Does anyone know where this file can be fetched from, or at least what it's supposed to say? Looking back at my logs, there are semi-regular instances of this error messag...
2005 Aug 25
2
Custom Application For Asterisk
...}else { ast_verbose(VERBOSE_PREFIX_3 "Failed to query database.\n"); } ast_mutex_unlock(&tdslock); sucs = 1; res = play_file(chan, "abcd_yournumbernois"); res = ast_say_number(chan, atoi(myretnumber), AST_DIGIT_ANY, chan->language, (char *) NULL); } else if(!strcmp(resulttype,"ALD")){ ast_mutex_unlock(&tdslock); sucs = 1; res = play_file(chan, "abcd_alreadynumber"); res = ast_say_number(chan, atoi(myretnumber), AST_DIGIT_ANY, chan->language, (char *)...
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