]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7721 #resolve #comment this will fix your issue but of course now your example...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Jun 2015 17:30:36 +0000 (12:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Jun 2015 17:30:36 +0000 (12:30 -0500)
src/switch_cpp.cpp

index 4e4a47aa3a6011663f8e39368d2ce2f6811f160c..335c7ab88a1b413544acf4ce4897cb9003b53c6d 100644 (file)
@@ -1169,7 +1169,7 @@ SWITCH_DECLARE(int) CoreSession::recordFile(char *file_name, int time_limit, int
        local_fh.silence_hits = silence_hits;
 
        begin_allow_threads();
-       status = switch_ivr_record_file(session, &local_fh, file_name, &args, time_limit);
+       status = switch_ivr_record_file(session, &local_fh, file_name, ap, time_limit);
        end_allow_threads();
 
        fhp = NULL;