[Asterisk-cvs] asterisk/apps app_dial.c,1.53.2.5,1.53.2.6

citats at lists.digium.com citats at lists.digium.com
Tue May 18 14:15:50 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/home/citats/cvs/asterisk-stable/apps

Modified Files:
      Tag: v1-0_stable
	app_dial.c 
Log Message:
Clarify app_dial documentation regarding transfers


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.53.2.5
retrieving revision 1.53.2.6
diff -u -d -r1.53.2.5 -r1.53.2.6
--- app_dial.c	15 Apr 2004 16:03:39 -0000	1.53.2.5
+++ app_dial.c	18 May 2004 18:28:02 -0000	1.53.2.6
@@ -58,8 +58,8 @@
 "  This application returns -1 if the originating channel hangs up, or if the\n"
 "call is bridged and either of the parties in the bridge terminate the call.\n"
 "The option string may contain zero or more of the following characters:\n"
-"      't' -- allow the called user transfer the calling user\n"
-"      'T' -- to allow the calling user to transfer the call.\n"
+"      't' -- allow the called user transfer the calling user by hitting #.\n"
+"      'T' -- allow the calling user to transfer the call by hitting #.\n"
 "      'r' -- indicate ringing to the calling party, pass no audio until answered.\n"
 "      'm' -- provide hold music to the calling party until answered.\n"
 "      'H' -- allow caller to hang up by hitting *.\n"




More information about the svn-commits mailing list