Displaying 3 results from an estimated 3 matches for "recrd".
Did you mean:
record
2009 Aug 07
0
A problem with monitoring calls
Hello everyone,
I have a problem with getting name of the recorded file of agent calls. As
I've googled I found that the name of the recording file should be inserted
in userfield of CDR table. To do this I set
createlink=yes in agents.conf
but still userfield of cdr is empty but the recrding file is created. my
agents.conf file is like this(That part related to recording options):
; Enable recording calls addressed to agents. It's turned off by default.
recordagentcalls=yes
;
; The format to be used to record the calls (wav, gsm, wav49)
; By default its "wav".
;record...
2006 Mar 22
0
6.1 Prerelease, USB-to-IDE problem
...Mar 22 13:19:44 tarkhil kernel: (cd0:umass-sim0:0:0:0): Power on, reset,
or bus device reset occurred
Mar 22 13:19:44 tarkhil kernel: (cd0:umass-sim0:0:0:0): Retrying Command
(per Sense Data)
also, it does not write CDs. On other box (server), FreeBSD 6.0-RELEASE,
it works ok, at least with CD recrding.
Alex.
2010 Jan 19
0
Macualay Duration code in a Functional Form - Please Help
..._
When I run result, besides getting 50 warnings, I get following
> result
macaulay_duration modified_duration
1 826.9026 826.9019
2 826.9026 826.9019
which is I know wrong.
Is there any other way I can use the function defined above to process multiple recrds.
Thanking you and sincerely apologize for writing such a long mail as I wanted to be clear in my communication.
Regards
Madhavi Bhave
ONS = read.csv('instrument details.csv')
n = length(ONS$par_value)
par_value = matrix(data = ONS$par_value, nrow = n, ncol = 1, byrow =...