Displaying 20 results from an estimated 900 matches similar to: "Fetching Binary data from SQL Server"
2004 Nov 18
0
Memory problems...leaky?
Hi list folks,
I have been trying to figure out how I can run the script that I have
included below. I have 1.2 gigs of memory on the computer, but this is
not enough, given the size of the input datasets. The input matrix
('input') is a little under 2400 x 2900 cells, and is about 60 megs when
stored on hard drive...what is R doing, that this (small) size of file
takes up so much
2007 Apr 16
6
BSNL caller ID (India)
Has anyone figured out the way of getting the caller id for BSNL on Asterisk 1.4.2
I have tried following link
http://bugs.digium.com/view.php?id=6683&nbn=24
but was not able to get it, although did not ge any error too.
I always get the caller id as asterisk.
Can someone please help.
Regards,
Sanjay Rajdev
2013 Nov 29
1
Self heal problem
Hi,
I have a glusterfs volume replicated on three nodes. I am planing to use
the volume as storage for vMware ESXi machines using NFS. The reason for
using tree nodes is to be able to configure Quorum and avoid
split-brains. However, during my initial testing when intentionally and
gracefully restart the node "ned", a split-brain/self-heal error
occurred.
The log on "todd"
2007 Mar 29
5
SIP RTP Tunnel
Hello,
is it possible to rout ALL RTP Data over Asterisk, like
SIP1 <---RTP---> Asterisk <---RTP---> SIP2
I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;)
Thanx,
Kalle
2007 Jun 04
4
Detecting card on the PCI Slot
I have some Analog card on a PCI slot of a remote computer, Is their a way I can figure out remotely the name of the card.
I have FC6 installed on the machine.
Regards,
Sanjay Rajdev
2007 Apr 13
3
LED does not glow on new Voicemail
I have a CISCO 7912 phone, the LED on the phone does not glow when there is new voicemail, can we configure Asterisk to have the LED glow on new Voicemail.
Regards,
Sanjay Rajdev
2007 Apr 11
3
missing chan_zap.so
Few days back I installed Asterisk 1.4.2 with Zaptel 1.4.0.
All SIP accounts were working fine, today I tried to install a fxs Sangoma A200 card and got the following error.
[Apr 12 01:15:17] WARNING[31018]: channel.c:3024 ast_request: No channel type registered for 'Zap'
[Apr 12 01:15:17] WARNING[31018]: app_dial.c:1090 dial_exec_full: Unable to create channel of type 'Zap'
2008 Mar 11
7
Best alternative for getting prompts recorded.
What is the best alternative for getting the IVR and other prompts recorded for Asterisk.
Regards,
Sanjay.
2007 Mar 29
2
Problem while using asterisk Realtime
I am having problem while having asterisk work with ODBC (Postgres)
The error that I am getting is
"config.c: Realtime mapping for 'sippeers' found to engine 'odbc', but the engine is not available"
I really donot know what has went wrong. I have set the ODBC connection properly I have verified it using ::
[root@asterisk ~]# echo "select 1 " | isql asterisk
2007 Apr 03
2
Require only GSM Codec
Hello All,
I would like to only use the gsm codec for all the calls, is it possible I want to use minimum possible bandwidth as we have most of calls over Internet.
Regards,
Sanjay Rajdev
2005 Aug 13
1
retrieving large columns using RODBC
Hi,
I have a large table in Postgresql (result of an MCMC simulation, with 1
million rows) and I would like to retrive colums (correspond to variables)
using RODBC. I have a column called "index" which is used to order rows.
Unfortunately, sqlQuery can't return all the values from a column at once
(RODBC complains about lack of memory). So I am using the following code:
2007 Feb 13
0
Research Position Statistical Computing in Biostatistics
X-Mailer: VM 7.17 under 21.4 (patch 18) "Social Property" XEmacs Lucid
FCC: ~/mail/sent-mail
From: Jan.Beyersmann at fdm.uni-freiburg.de
--text follows this line--
hi everyone,
please find below a job advert for a research position statistical
computing in biostatistics, emphasis is on R and survival
analysis. see also wangler et al., p. 31-35 in
2008 Apr 03
4
C# SIP API to Comiunicate with Asterisk
Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?
Regards,
Sanjay.
2005 Oct 05
0
CVS won't compile: res_odbc error
Hi there,
admittedly this is a slightly aged RH system. ;-> Yet what I'd like to
know is if this compile problem is clearly due to the gcc version, or if
there is a way to solve the issue...?
Cheers, Philipp
[root@box src]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)
[root@box src]# rpm -q unixODBC
2008 Apr 21
2
Monitor not merging calls
I have setup Asterisk on 2 Fedora Core 8 machines, and have made it to record all incoming calls. One of the box that have Asterisk 1.4.18 is properly merging calls and the other box that has Asterisk 1.4.15 is recording the calls but not merging them, I have made sure that SOX is installed on the box.
Here is the Dialplan of both the machines :
exten => 1234,1,Answer()
exten =>
2001 Aug 30
1
Problems with vorbisfile and files smaller than CHUNKSIZE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm writing a simple application to decompress a set of Ogg files to
raw PCM format, using vorbisfile, because that is the simplest way of
doing it. These Ogg files are sounds for a game, and thus sometimes
very short (about .25 s).
However, vorbisfile has severe problems with Ogg files that are
smaller than the CHUNKSIZE which is #defined
2005 Jul 04
1
Asterisk 1.0.9 and FreeTDS
Hi all,
I have a working 1.0.7 installation and it is recording CDR to mysql. I am
using FreeTDS on the system currently to access our MS SQL 2000 server for
account verification, we may use it to store CDR records there in the
future.
I have decided to update the installation to 1.0.9. However, during "make",
I receive:
make[1]: Entering directory `/usr/src/asterisk/cdr'
gcc
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
Hi! I have this errors compiling Asterisk 1.4.5
cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!"
cdr_tds.c: In function `tds_log':
cdr_tds.c:213: error: too many arguments to function
`tds_process_simple_query'
cdr_tds.c: In function `mssql_connect':
cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this
function)
cdr_tds.c:326:
2010 Jul 26
5
FreeTDS (Microsoft MsSQL 2008) and CDR
Hi,
I have Ubuntu server 10.04 64bit, and Asterisk 1.4.34, compiled from
sources. I installed freetds-common,freetds-dev, libct4, libsybdb5,
freetds-bin, but, when I run configure and then make menuconfig in section
"Call Detail Recording" -> "cdr_tds" it's "disabled". It only writes that
"Depends on: freetds(E)". On another server (same
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
Hello Dear experts,
I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from
ruby.
I installed tiny_tds using following commands:
>sudo apt-get install freetds-dev
>gem install tiny_tds
And now when I executed
@client = TinyTds::Client.new(
:username => ''username'',
:password => ''password'',
:host =>