Displaying 20 results from an estimated 30 matches for "inteligent".
Did you mean:
intelligent
2008 Jun 10
2
How to join data.frames and vectors of different length, in an inteligent way?
I have a data set something like this:
"YYYY", "Value"
1972 , 117
1984 , 73
1969 , 92
1976 , 113
1999 , 80
1996 , 78
1976 , 98
1984 , 106
1976 , 99
it could be created with:
> dafSamp <- data.frame(cbind(c(1972,1984,1969,1976,1999,1996,1976,1984,1976),c(117,73,92,113,80,78,98,106,99)))
The real dataset is of cause much larger, app. 100.000 samples
2005 Dec 22
4
SVN/CVS-like share for Samba users?
...nge to the document, a previous
version of that document is saved somewhere else.
For example, user A opens a document (rw - read/write, ro - read-only
document):
rw \\server\share\document.txt
User makes some changes, and saves it to the same place.
This SVN/CVS-like share handles the change inteligently, and makes a
copy of the previous file to a ro file somewhere else:
ro \\server\share\backup\2005.12.22-16:24:04\document.txt
Do you have something in mind which would allow me to do something like
that *transparently* to the user (assuming the user doesn't know much
more about computer...
2010 Sep 07
3
Call Center: scripting for call routing, reporting, login and logout, CTI
Hi All;
I would like to use Asterisk for a call center, but really does not know if Asterisk support the following in a good way:
1) Ability to do an inteligent routing, so to route the call to the proper skill group based on the caller information?
2) If I can create skill groups and then the agent will login to this skill group.
3) What about reporting to check the call center performance? How can I get it?
4) To have integration with the CRM, how to...
2001 Jun 04
1
Encoding speed reports (was: Choosing a processor)
> Standard oggenc settings:
> 16bit stereo 44.1kHz, 128kbps.
>
>
> The settings don't affect encoding speed much, really.
>
>
> And _of course_ it's stereo; Vorbis is a music codec
If it is mainly a music codec, is there something else I should
be using for simple speach recording. I want to record and compress
lecture notes. This would of course be mono and
2003 Sep 26
2
outbound IAX calls bog down DSL
Evening,
I've got * asterisk up and running with nufone account for inbound and
outbound calls from the world... everything works quite nicely except that I
noticed last night that when I have a call active from * to nufone, web
surfing on the network slows to a crawl... additionally, I have a VPN tunnel
to another office (using CIPE) and while inter-office (i.e. - SIP to SIP)
calls
2005 May 29
17
Plans for 2.4.0
Hi folks,
Has anyone tested the changes to multiple ISPs/load balancing or
routestopped in 2.4.0-RC1 yet? We need to talk about what criteria we
will use for determining whether 2.4.0 is ready for release.
I''ve started configuring a firewall at work with the multiple ISPs
support, but its kernel doesn''t have connection marking support, so it''s
going to be a couple of
2007 Jan 26
2
Most reliable setup for mongrel
I''m looking for the most reliable setup for Mongrel. Reliable meaning
avoiding things like sending too many requests to a single mongrel
process, or sending requests to a mongrel process that has hung for
some reason. The handler will most likely be rails, but it might be a
custom handler. SSL is also a requirement, which limits the options a
bit but it can''t be done away
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...39;dns_backend':
'BIND9_DLZ', 'versionopts': <VersionOptions(_long_opt={'--use-xattrs':
<Option(_long_opts=['--use-xattrs'], help='Define if we should use the native fs capabilities or a
tdb file for storing attributes likes ntacl, auto tries to make an inteligent guess based on the
user rights and system capabilities', callback_args=None, callback=None, default='auto', nargs=1,
choices=['yes', 'no', 'auto'], dest='use_xattrs',
container=<OptionParser(process_default_values=True, allow_interspersed_args=True, _l...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote:
> Anyone?
Can you please post a gdb backtrace --full?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 862 bytes
Desc: This is a digitally signed message part
URL:
2008 Apr 26
0
Help with simulation of heteroskedasticity
...is expected)
But my main doubt is if this code was capable to generate the type of
heteroskedasticity
that I wanted.
I tried to understand how the rnorm function generates the numbers but i
could not grab much....
So could anyone help me telling if this kind of work is okay? or is there
any moree inteligent way to do the job?
thanks!!!
[[alternative HTML version deleted]]
2007 Nov 02
1
one way RTP using NAT
Hi,
I'm having a problem with my asterisk, trying to connect to a CISCO 2840 IOS12.x
ASterisk is behind firewall NATing, when it do the handshaking for
RTP, it sends his internal IP instead of sending the external one.
How can I tell the asterisk box, to modify that and send the external IP?
I tryied with Sip.conf's externip=xxxx and localnet=xxxx, nat=yes
Nothing seems to change the
2001 May 11
1
comments to my STDIN-control patch?
Hello!
I was wondering if someone took a look at my patch I posted on tuesday. I just
checked and it applies to current cvs too. Anyone has comments about
functionality, idea or whether it should/should not be commited? Sorry if this
looks like I'm impatient but I just want to be assured someone responsible
will eventually take a look and then give me a yes or a no so I can stop
worrying and
2017 Jan 30
0
classic upgrade fails with 4.6-test
...uot;auto"],
metavar="[yes|no|auto]",
help="Define if we should use the native fs capabilities or a tdb file for "
"storing attributes likes ntacl when --use-ntvfs is set. "
"auto tries to make an inteligent guess based on the user rights and system capabilities",
default="auto")
]
if samba.is_ntvfs_fileserver_built():
takes_options.extend(ntvfs_options)
From the way I read it 'ntvfs_options' is ignored unless ntvfs has been built and it is onl...
2017 Jan 29
0
classic upgrade fails with 4.6-test
...;,"auto"],
metavar="[yes|no|auto]",
help="Define if we should use the native fs capabilities or a tdb file for "
"storing attributes likes ntacl when --use-ntvfs is set. "
"auto tries to make an inteligent guess based on the user rights and system capabilities",
default="auto")
]
if samba.is_ntvfs_fileserver_built():
takes_options.extend(ntvfs_options)
def run(self, smbconf=None, targetdir=None, dbdir=None, testparm=None,
quiet=False, ve...
2005 Mar 02
4
timing/clock problem
Hi all,
We have been fighting with telco for a entire week.
Today they came here with a LITE3000 to analyze what is going on.
When I configure zaptel with no external clock, E1 gets aligned/synchronized
with bit rate in 2048000 bps, both me and telco.
span=4,0,0,ccs,hdb3,crc4
But when I configure span4 to get clock source from telco they become
unsynchronized. TElco bit rate stays in
2020 Apr 30
3
Removing IP address from DC
On 30/04/2020 09:50, William Edwards wrote:
> I want to do this because IPv4 is a legacy protocol. I do not need IPv4, it is old, and I do not want IPv4 in my network if I don't need it.
Just because something is legacy, it doesn't mean you cannot still use it.
>> Do you have more than 2,147,483,647 computers, printers, scanners etc ?
> No.
> Then you have no real need to
2007 Apr 27
4
Unable to find a codec translation path from ilbc to ulaw
Hi!
As the upstream of my DSL-connection is very slow, I'd like my
sip-phones to use iLBC to connect to my *. My gateway provider only
allows ulaw. Hence, I'd like to use the follwing setup:
SIP-phone <--iLBC--> Asterisk <---ulaw----> PSTN-Gateway
I get the following error:
"Unable to find a codec translation path from ilbc to ulaw"
Setup SIP-phone:
disallow=all
2017 Jan 29
3
classic upgrade fails with 4.6-test
On Sun, Jan 29, 2017 at 4:54 PM, Rowland Penny <rpenny at samba.org> wrote:
> When you built Samba, did you use the '--with-ntvfs-fileserver' or
> '--enable-selftest' options with configure ?
>
I used '--without-ntvfs-fileserver'.
2017 Jan 30
2
classic upgrade fails with 4.6-test
On Mon, 2017-01-30 at 08:42 +0000, Rowland Penny wrote:
> On Mon, 30 Jan 2017 15:44:15 +1300
> Andrew Bartlett <abartlet at samba.org> wrote:
>
> > On Sun, 2017-01-29 at 22:43 +0000, Rowland Penny via samba wrote:
> > > On Sun, 29 Jan 2017 17:07:39 -0500
> > > Sonic <sonicsmith at gmail.com> wrote:
> > >
> > > > On Sun, Jan 29,
2015 Jun 12
0
CFP The 11th International Conference on Computer Graphics Theory and Applications - GRAPP 2016
CALL FOR PAPERS
The 11th International Conference on Computer Graphics Theory and
Applications ? GRAPP 2016
Website: http://www.grapp.visigrapp.org/
February 27 ? 29, 2016
Rome, Italy
Regular Papers
Paper Submission: September 17, 2015
Authors Notification: November 12, 2015
Camera Ready and Registration: November 27, 2015
Position Papers
Paper Submission: October 29, 2015