From 46e71b068a466b0e97945abf0d695458a492e29b Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 21 Mar 2006 14:20:28 +0000 Subject: 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 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13814 f38db490-d61c-443f-a65b-d21fe96a405b --- sample.call | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sample.call') diff --git a/sample.call b/sample.call index 750ef4ddf..464af406d 100644 --- a/sample.call +++ b/sample.call @@ -44,12 +44,17 @@ Priority: 1 # #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 -- cgit v1.2.3