]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Answer the channel before recording privacy information. (issue #8926 reported by...
authorJoshua Colp <jcolp@digium.com>
Sat, 17 Feb 2007 03:53:45 +0000 (03:53 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 17 Feb 2007 03:53:45 +0000 (03:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@55153 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index 0b2409adf4a1b845f67944e3be44036e366693d6..f3d1c268b1aeecb3e819caa880457743f63f8046 100644 (file)
@@ -988,6 +988,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
                                   "At the tone, please say your name:"
 
                                */
+                               ast_answer(chan);
                                res = ast_play_and_record(chan, "priv-recordintro", privintro, 4, "gsm", &duration, 128, 2000, 0);  /* NOTE: I've reduced the total time to */
                                                                                                                        /* 4 sec don't think we'll need a lock removed, we 
                                                                                                                           took care of conflicts by naming the privintro file */