fix MODLANG-79

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9325 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-08-19 22:25:28 +00:00
parent 52450655fa
commit 3a67cbf4fd
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
* to be considered silence (500 is a good starting point).
* \param <[silence_secs]> seconds of silence to interrupt the record.
*/
SWITCH_DECLARE(int) recordFile(char *file_name, int max_len = 0, int silence_threshold = 0, int silence_secs = 0);
SWITCH_DECLARE(int) recordFile(char *file_name, int time_limit = 0, int silence_threshold = 0, int silence_hits = 0);
/** \brief Set attributes of caller data for purposes of outgoing calls