Displaying 1 result from an estimated 1 matches for "gedrueckt".
2005 Jul 12
0
meetme an customized menu
...he number. the user then dials the number
and terminates with #.
but i seems not to be able to recognize any dtmf-tone after *3
here a little test-code:
case '3': /* Invite 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);...