[asterisk-commits] trunk r13815 - in /trunk: ./ sample.call

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 21 07:23:08 MST 2006


Author: russell
Date: Tue Mar 21 08:23:06 2006
New Revision: 13815

URL: http://svn.digium.com/view/asterisk?rev=13815&view=rev
Log:
This was from issue #6765

Merged revisions 13814 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r13814 | russell | 2006-03-21 09:20:28 -0500 (Tue, 21 Mar 2006) | 3 lines

re-add the Account parameter to the sample call file since it's not really
deprecated since the CDR function is no longer built in

........

Modified:
    trunk/   (props changed)
    trunk/sample.call

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/sample.call
URL: http://svn.digium.com/view/asterisk/trunk/sample.call?rev=13815&r1=13814&r2=13815&view=diff
==============================================================================
--- trunk/sample.call (original)
+++ trunk/sample.call Tue Mar 21 08:23:06 2006
@@ -45,11 +45,16 @@
 #Callerid: Wakeup Call Service <(555) 555-5555>
 
 #
+# An account code can be specified the following way:
+#
+#Account: mysuperfunaccountcode
+
+#
 # You can set channel variables that will be passed to the channel.
-# This includes writable dialplan functions.
+# This includes writable dialplan functions. To set a writable dialplan
+# function, the module containing this function *must* be loaded.
 #
 #Set: file1=/tmp/to
 #Set: file2=/tmp/msg
 #Set: timestamp=20021023104500
-#Set: CDR(accountcode|r)=blort
 #Set: CDR(userfield|r)=42



More information about the asterisk-commits mailing list