--- app_disa.orig.c 2007-01-30 19:14:26.389893000 +0100 +++ app_disa.c 2007-01-30 22:33:01.295061000 +0100 @@ -305,6 +305,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;