Displaying 4 results from an estimated 4 matches for "appraciated".
Did you mean:
appreaciated
2006 Nov 03
1
TDM400 hungup problem
...le of the dialplan.conf
[line-in]
exten => s, 1, Dial(SIP/test, 10)
exten => s, 2, Congestion
exten => s, 102, Busy
The only solution we have found is to add the command Answer before the
Dial, but if someone call us , and we reject the call, he pay for the call.
Any suggestion/hint is appraciated.
Follow the configurations of zapata and zaptel:
;
; Zapata telephony interface
[channels]
;
; Default language
;
language=it
;
; Default context
;
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
rxgain=0.0
txgain=5.0
;hanguponpolarityswitch=yes
;answeronpolarityswitch=yes
group =>...
2024 Sep 24
1
Help needed! Pre-processing the dataset before splitting - model building - model tuning - performance evaluation
...ith Minitab, I get
attached result for residuals. It doesn't look normal. Does it mean there
is high correlation or the dataset in have nonlinear response and
predictors? How should I approach this? What would be my strategy if I use
in Python, Minitab, and R. Explaining it in all softwares are appraciated
if possible.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Residual Plots for Response.png
Type: image/png
Size: 17679 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20240924/8046d3c5/attachment.png>
2011 Oct 26
2
Some questions about theoretical gluster failures.
...some theoretical advantages that so far seem to have
been borne out in some limited testing, mod some odd problems with an
inability to delete dir trees. I'm about to test with the latest beta
that was promised to clear up these bugs, but as I'm doing that,
answers to these Qs would be appraciated...
- what happens in a distributed system if a node goes down? Does the
rest of the system keep working with the files on that brick
unavailable until it comes back or is the filesystem corrupted? In my
testing, it seemed that the system indeed kept working and added files
to the remaining s...
2006 Apr 06
4
function onComplete how to overload?
Hi all. I my apps I need to use Ajax.Request Object. One of the object options is onComplete fuction which looks like this:
funcion onComplete (originalResponse)
{
..some operations
}
I need pass to function one more parameter, how to do it? is is possible? I can''t use AJAX Updater because result of Ajax Call is uploaded to the div that I defined earlier, and in my situations I