search for: recrding

Displaying 3 results from an estimated 3 matches for "recrding".

Did you mean: recording
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". ;recordfor...
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
# I have written this code in Notepad++ and copied here. ## ONS - PPA    Duration = function(par_value, coupon_rate, freq_coupon, tenure, ytm) { macaulay_duration  =   NULL modified_duration    =   NULL freq_coupon_new    =   NULL if(freq_coupon <= 0) {     freq_coupon_new = 365 } if(freq_coupon > 0 & freq_coupon <= 1) {     freq_coupon_new = 12 } if(freq_coupon > 1 &