Index: apps/app_disa.c =================================================================== --- apps/app_disa.c (revision 54261) +++ apps/app_disa.c (working copy) @@ -315,6 +315,12 @@ continue; /* if getting password, continue doing it */ /* if this exists */ + /* user wants end of number, remove # */ + if (j == '#') { + exten[--i] = 0; + break; + } + if (ast_ignore_pattern(args.context, exten)) { play_dialtone(chan, ""); did_ignore = 1;