mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
try not to break backwards and api compatibility refer to rev 11211
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11224 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
+2
-2
@@ -749,8 +749,8 @@ SWITCH_DECLARE(char *) CoreSession::playAndGetDigits(int min_digits,
|
||||
char *terminators,
|
||||
char *audio_files,
|
||||
char *bad_input_audio_files,
|
||||
char *var_name,
|
||||
char *digits_regex)
|
||||
char *digits_regex,
|
||||
const char *var_name)
|
||||
{
|
||||
switch_status_t status;
|
||||
sanity_check((char *)"");
|
||||
|
||||
Reference in New Issue
Block a user