From: Automerge Script Date: Sat, 17 Feb 2007 04:19:41 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.16-netsec~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c17817aeb0751bd279b90f5ead6d7e2f1a772b;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@55196 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 0b2409adf4..f3d1c268b1 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -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 */