--- app_dial.c.orig 2006-04-12 00:39:59.000000000 +0200 +++ app_dial.c 2006-05-05 04:49:14.229045500 +0200 @@ -761,6 +761,7 @@ int digit = 0, result = 0; time_t start_time, answer_time, end_time; struct ast_app *app = NULL; + char *accepteddtmf = "#"; char *parse; AST_DECLARE_APP_ARGS(args, @@ -971,9 +972,9 @@ "At the tone, please say your name:" */ - 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 */ + ast_play_and_record(chan, "priv-recordintro", privintro, 4, "gsm", &duration, 128, 2000, 0, accepteddtmf); /* 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 */ } } }