Displaying 20 results from an estimated 2000 matches similar to: "3com phones and Asterisk"
2009 Mar 10
2
problem with concatinating string while taking as a path of a file
Hi all,
I have a problem with concatinating strings while taking as a path here the
problem is
i have to take path as
FPATH<-"D:\\Kiran"
and file name as
Fname<-"FINDINGS.CSV"
and while I am reading this table I have to take path with using these two
strings because in "FPATH" there is many files like findings.csv,
and path will be
2007 Dec 10
1
[Problem] [Centos 5] Samba-3.0.23c-2 login authentication problem
Hello,
I have comfigured samba-3.0.23c-2 server on CentOS-5, but when i was logging in from the client system, even if I donot provide password and hit enter key, the client is logging in as Anonymous user. Samba server should not allow for Anonymous login. (I am configuring linux (Server) to linux (Client) i am not using windows)
1) The contents of /etc/samba/smb.conf file as follows,
2009 Jan 20
1
problem with applying where condition
Hi all,
I am a biggener in R-Project
I got one problem with applying *where condition*
like
if 2 tables like
table1:
empid name dep
101 kiran solutions
102 ram testing
103 pavan database
table2:
empid month sal
101 Dec 9500
102 Dec 9800
103 Dec 8500
in first table i have to take *empid* with
2007 Nov 05
1
i need a help in getting some files which are missing in speex-1.2 beta 2
Sir,
iam a PG student doing thesis work in CELP based speech coding
i need to implement the same in ti-6416 kit and i have seen the open
source "speex.org"
but i found 3 files missing in the source files package
the files are the following :
1. types.h
2. alloca.h
3. _G_config.h
also i haven't got the source files ( *.snd files and *.dat files) to
be encoded
that is
2008 Jul 30
1
Hello,
Hello,
A newbie to R. I am trying to use the exonmap package in R.
According to the docs, the xmapDatabase() command should read the
config file with all the connection parameters and connect to the DB.
But i get the error shown below....
> xmapDatabase("Human")
Error in mysqlNewConnection(dbDriver(drv), ...) :
RS-DBI driver: (could not connect cagadmin at mysql2.cag.chop.edu on
2009 Dec 17
2
Problem with spliting a dataframe values
Hi all,
Hi this is kiran
I am facing a problem to split a dataframe
that is..
i have a string like: "a,b,c|1,2,3|4,5,6|7,8,8"
first I have to split with respect to "|"
I did it with command
unlist(strsplit("a,b,c|1,2,3|4,5,6|7,8,8", "\\,"))
after getting that set i made it as a dataframe and it comes like
a,b,c
1,2,3
4,5,6
7,8,8
now i have to
2003 Aug 19
1
seed_rng
Hello,
I am trying to port Openssh to MIPS platform. I am facing some problems
with the function seed_rng(). I get a segmentation fault when this function
is executed.
Any suggestion will be appreciated.
Kiran.
*******************************************************
Kiran R Rao
Software Engineer
Integrated Device Technology,Inc.
(408)-330-1835
2005 Feb 21
2
Asterisk@home Linux has no KDE
Hi Folks,
I installed Asterisk@home on my PC. It went through the installation
and all. But now i get a command line login window. Doesn't it has a
KDE or some other type of OS GUI (i am not talking about Asterisk@home
web GUI)? After i login, just the command line interface comes out.
Any command to type here to get Linux OS GUI?
Thanks,
Kiran
2004 Dec 08
0
Does Asterisk support 3com 1102 phones ?
Hi,
I'm new to the post and am looking at ways to see how i can get Asterisk
into my office for VOIP integration and also as backup PBX system.
So I want to know if Asterisk works with 3COM 1102 phones. This will
turn out to be a key decision point.
Any help is greatly appreciated.
regards
KIRAN
2014 Sep 30
1
fillup_password_policy fails with NT_STATUS_ACCESS_DENIED, samba 3.4.3
Hi,
I'm getting below error with "fillup_password_policy" while authenticating
users from default domain.
[2014/09/30 03:15:26, 10] rpc_client/cli_pipe.c:1432(rpc_api_pipe_got_pdu)
rpc_api_pipe: host dev003.namdev.myserv.net returned 16 bytes.
[2014/09/30 03:15:26, 1] ../librpc/ndr/ndr.c:251(ndr_print_function_debug)
samr_QueryDomainInfo: struct samr_QueryDomainInfo
2009 Mar 13
1
Hierarchical Bayesian Modeling in R
Hi Friends,
I'm trying to model the consumer decisions (Click-Through Rate and
Conversion) in Search Engine Advertising using a hierarchical Bayesian
binary logit. The input data is the weekly CTRs and Avg. Position for each
search keyword.
CTR is modeled as (for each keyword i and week j):
Pij = exp(C + Bi x Positionij + A1 x Lengthi + A2 x Brandi + A3 x
ProductSpecifici) / [1 + exp(C +
2005 Feb 18
2
VoIP Test Samples to test Asterisk
Guys,
I am new to this group and asterisk. I downloaded the free asterisk
software and compiled successfully. I was able to get to CLI and type
'dial'. As usual because of sound card problem i could not hear
anything.
I do not have any hardware T1/E1 cards or equivalent to test out
asterisk. I want to test out simple VoIP to VoIP softphone type of
apps. Do you know if any available for
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi John,
That worked for me. I am using llvm 3.2 only and following
http://safecode.cs.illinois.edu/docs/Install.html
So for I am able to make inside llvm/projects/poolalloc by doing such
cosmetic changes.
Now, when I tried to make inside llvm/projects/safecode, I see another
error.
kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/safecode
$ /usr/bin/clang -cc1 -triple
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and
2009 Jan 16
6
reading data from Excel Spread sheet
Hi all,
I tried to read data from Excel spread sheet with using
read.csv(file.choose())
and
read.delim(file.choose())
but its showing " *ÐÏ.à.*."
and also i tried with
read.table(file.choose())
then its showing " * V1
1 ÐÏ\021ࡱ* "
can any one suggest how to read data from Excel Spread sheet
2005 Mar 01
8
Streams with block sizes 4096 and 8192
Hello,
I am looking for Ogg-vorbis streams with block sizes 4096 and 8192.
Please let me how do generate these streams. This is to test our
fixed-point implementation...
Best regards
Kiran
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential
2003 Sep 24
1
FS-corruption on ext3 with HTrees
Hi,
I'm working with Prof. Zadok on versionfs, a stackable versioning file
system. I face some problems with the unlink operation on ext3 with
htree.
On an unlink, I make a copy of the file (version/backup) and unlink
the original file. But some files that have been unlinked are "linked
back" to another file. For example, on deleting the file 'foo', the
file itself is
2004 Dec 08
0
Asterisk with 3COM phones
Hi,
I'm new to the post and am looking at ways to see how i can get Asterisk
into my office for VOIP integration and also as backup PBX system.
So I want to know if Asterisk works with 3COM 1102 phones. This will
turn out to be a key decision point.
Any help is greatly appreciated.
regards
KIRAN
2008 Feb 11
3
[PATCH 1/5] Change vsmp compile dependency
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
arch/x86/kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/Makefile
2020 Feb 18
2
[flang-dev] About OpenMP dialect in MLIR
Please find the reply inline below:
On Tue, Feb 18, 2020 at 8:02 AM Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>
> On Mon, Feb 17, 2020 at 10:29 AM Vinay Madhusudan <vinay at compilertree.com>
> wrote:
>
>> Please find the reply inline below
>>
>> On Sun, Feb 16, 2020 at 12:59 AM Mehdi AMINI <joker.eph at gmail.com> wrote:
>>