Index: apps/app_dial.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v retrieving revision 1.170 diff -u -r1.170 app_dial.c --- apps/app_dial.c 14 Oct 2005 00:11:50 -0000 1.170 +++ apps/app_dial.c 20 Oct 2005 16:30:08 -0000 @@ -91,6 +91,9 @@ " call gets bridged. The 'called' DTMF string is sent to the called party, and the\n" " 'calling' DTMF string is sent to the calling party. Both parameters can be used alone.\n" " 'f' -- Forces callerid to be set as the extension of the line \n" +" 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" " 'g' -- goes on in context if the destination channel hangs up\n" " 'G(context^exten^pri)' -- If the call is answered transfer both parties to the specified exten.\n" " 'h' -- allow callee to hang up by hitting *.\n" @@ -127,9 +130,6 @@ " 'S(x)' -- hangup the call after x seconds AFTER called party picked up\n" " 't' -- allow the called user to transfer the calling user by hitting #.\n" " 'T' -- allow the calling user to transfer the call by hitting #.\n" -" 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" " 'w' -- allow the called user to write the conversation to disk via Monitor\n" " 'W' -- allow the calling user to write the conversation to disk via Monitor\n\n" " In addition to transferring the call, a call may be parked and then picked\n"