mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-10 06:11:53 +00:00
add read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -254,6 +254,13 @@ class CoreSession {
|
||||
|
||||
SWITCH_DECLARE(int) transfer(char *extensions, char *dialplan, char *context);
|
||||
|
||||
|
||||
SWITCH_DECLARE(char *) read(int min_digits,
|
||||
int max_digits,
|
||||
const char *prompt_audio_file,
|
||||
int timeout,
|
||||
const char *valid_terminators);
|
||||
|
||||
/** \brief Play a file into channel and collect dtmfs
|
||||
*
|
||||
* See API docs in switch_ivr.h: switch_play_and_get_digits(..)
|
||||
|
||||
Reference in New Issue
Block a user