From 982474c27c2df08339aa2ab91f43cca6c15240ec Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 3 Feb 2005 04:21:07 +0000 Subject: [PATCH] Oops (first one of these in a while) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4956 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index feb06db6e..b6f5cc6c8 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -71,7 +71,7 @@ static char *descrip = " making/redirecting the outgoing call. For example, some PSTNs\n" " don't allow callerids from other extensions then the ones\n" " that are assigned to you.\n" -" 'o' -- Original (inbound) Caller*ID should be placed on the outbound leg of the call +" 'o' -- Original (inbound) Caller*ID should be placed on the outbound leg of the call\n" " instead of using the destination extension (old style asterisk behavior)\n" " 'r' -- indicate ringing to the calling party, pass no audio until answered.\n" " 'm[(class)]' -- provide hold music to the calling party until answered (optionally\n"