mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add params to soundfiles and implement ;timeout=N to set a particular timeout in milliseconds especially usefule with streams that never end naturally like local_stream://
This commit is contained in:
@@ -351,6 +351,7 @@ struct switch_file_handle {
|
||||
char *file_path;
|
||||
char *spool_path;
|
||||
const char *prefix;
|
||||
int max_samples;
|
||||
};
|
||||
|
||||
/*! \brief Abstract interface to an asr module */
|
||||
|
||||
Reference in New Issue
Block a user