Index: apps/app_dial.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- apps/app_dial.c 2 Oct 2004 01:05:11 -0000 1.96 +++ apps/app_dial.c 7 Oct 2004 18:28:49 -0000 1.97 @@ -343,7 +343,8 @@ case AST_CONTROL_PROGRESS: if (option_verbose > 2) ast_verbose ( VERBOSE_PREFIX_3 "%s is making progress passing it to %s\n", o->chan->name,in->name); - ast_indicate(in, AST_CONTROL_PROGRESS); + if (!outgoing->ringbackonly) + ast_indicate(in, AST_CONTROL_PROGRESS); break; case AST_CONTROL_OFFHOOK: /* Ignore going off hook */