Displaying 5 results from an estimated 5 matches for "jianm".
Did you mean:
jiang
2010 Jan 15
1
Realtime queue not work
...NTO queue_member_table VALUES ('', 'Zhang Shukun',
'95040654321', 'SIP/1001', 2, 1);
INSERT INTO queue_member_table VALUES ('', 'Li Aiwei', '95040654321',
'SIP/1002', 2, 1);
INSERT INTO queue_member_table VALUES ('', 'Zhang Jianming',
'95040654321', 'SIP/1003', 2, 1);
but when i dial 95040654321 and press extension 1. error happens:
-- Executing Queue("SIP/1003-00000000", "950406543211")
[Jan 15 03:18:57] WARNING[16626]: app_queue.c:4223 queue_exec: Unable
to join queue '950406...
2010 Jan 18
0
Will SIP connection stop automaticlly when detect no voice between the channel after a period of time?
...ion error?
Thanks!
messages on the cli as follow:
-- SIP/1003-0000001d is ringing
-- SIP/1003-0000001d answered SIP/1004-0000001c
-- Stopped music on hold on SIP/1004-0000001c
[Jan 18 10:08:42] WARNING[17022]: app_queue.c:3268 try_calling: The
device state of this queue member, Zhang Jianming, is still 'Not in
Use' when it probably should not be! Please check UPGRADE.txt for
correct configuration settings.
-- Packet2Packet bridging SIP/1004-0000001c and SIP/1003-0000001d
-- Executing Playback("SIP/1004-0000001c", "vm-goodbye")
[Jan 18 10:09:13] WAR...
2007 May 05
3
pseudo-R2 or GOF for regression trees?
Hello,
Is there an accepted way to convey, for regression trees, something
akin to R-squared?
I'm developing regression trees for a continuous y variable and I'd
like to say how well they are doing. In particular, I'm analyzing the
results of a simulation model having highly non-linear behavior, and
asking what characteristics of the inputs are related to a particular
2019 Sep 12
0
Fw: Calling a LAPACK subroutine from R
...eremy", "Du Croz", role = "aut"),
>>> ????????????? person("Sven", "Hammarling", role = "aut"),
>>> ????????????? person("Richard", "Hanson", role = "aut"),
>>> ????????????? person("Jianming", "Jin", role = "aut"))
>>> Copyright: The blas Developers 2014-2018.
>>>
>>> I think the last 5 persons should get a ctb role instead of aut, and you
>>> should add
>>>
>>> ?? person("The blas Developers",...
2019 Sep 11
4
Fw: Calling a LAPACK subroutine from R
Sorry for cross-posting, but I realized my question might be more appropriate for r-devel...
Thank you,
Giovanni
________________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Giovanni Petris <gpetris at uark.edu>
Sent: Tuesday, September 10, 2019 16:44
To: r-help at r-project.org
Subject: [R] Calling a LAPACK subroutine from R
Hello R-helpers!