Displaying 20 results from an estimated 2000 matches similar to: "Asterisk and ODBC"
2009 Oct 21
5
Asterisk and Nuance Vocalizer TTS Engine
Hi,
How can I integrate Asterisk to Nuance TTS engine instead of Cepstral?
Has anybody done this? How is the architecture and can Java AGI be used to
communicate between them?
regards,
Vela Sivasankaran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091021/56254a0e/attachment.htm
2009 Nov 06
2
odbc to ms-sql server
Hi all,
I'm trying to set up an odbc connection to a ms-sql server from an
asterisk 1.6.1 install
My problem is that I cannot get asterisk to build func_odbc &
res_odbc.so
I installed yum -y install unixODBC unixODBC-devel libtool-ltdl
libtool-ltdl-devel
And then went on to reconfigure / recompile asterisk
after a ./configure --with-odbc=/usr/lib/
I get
2010 Aug 23
1
can't build resODBC on SUSE 11.3
What is menuselect actually looking for when it blocks me from selecting res_odbc ?
I've got unixOdbc installed and working. I also have /usr/lib64/libltdl.so.3 - so I'm confused
as it is claiming these are the pre-requisites ?
How can I best track down what it _thinks_ is missing ?
(This is on asterisk 1.8 svn trunk - but I don't think that is important,
I think it is a package
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello,
On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.
I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using
classical File module (in modules;conf and voicemail.conf):
cd asterisk-17.3.0
...
make menuselect.makeopts
menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done
menuselect/menuselect --enable app_voicemail_odbc
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
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
pbx.c: Function ODBC_SQL not registered
Indeed I
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All,
Thank's for your hint Tim Panton
I could connect my asterisk machine to my oracle machine.
I used unixODBC-2.2.11.tar.gz,
oracle-instantclient-basic-10.2.0.3-1.i386.rpm,
oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from
www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my
asterisk machine.
I can connect to my oracle machine with isql and in
2019 May 23
4
openssh interface
Dear all,
This is my first post to this group so excuse me if this topic has been
solved previously.
If I want to shutdown a remote database, I could send a "systemctl stop
mariadb" command using ssh. But I wonder if it is possible to update the
openssh server to implement a specific handler/callback that catch this
message and then call a C/C++ code.
In short, is there any interface
2008 Mar 28
1
Need help with voicemail odbc
Dear all,
I am still not able to store voicemail into mysql and I am hoping someone
can help me out.
Here is my voicemail.cof:
[general]
format = wav
attach = yes
dbuser=ast
dbpass=sqlpass
dbhost=localhost
dbname=asterisk
odbcstorage=asterisk
odbctable=voicemessages
[default]
; Syntax for new entries looks like this:
; MailboxNumber => password,name,e-mail,pager,options
; (usually, the
2009 May 09
5
Rusting Snoms?
This is a bit off topic, because I 'think' it isn't an Asterisk problem.
However I'm not sure and anyhow I'm hoping someone may recognize the
symptom.
We moved offices a month ago. Our trusty SNOM190s (all between 3 and 5
years old)
were packed up for the move, then unpacked a couple of weeks later.
On unpacking them and connecting them to the new network, several of
2002 Jul 12
3
how many linux boxes do I need????
Hello,
please dont come and say one instead of every windows
machine in your network, although it is something I
would like to see happening..
my network has two lans A and B, I plan to install a
SAMBA server in network A and have it act as a WINS
Server too.
I've been reading the online version of "Using Samba"
and I am confused about the Local Master Browser
issues, from the
2011 Dec 22
3
dahdi_tool missing
Hi All,
I have installed newt and newt_devel but dahdi_tool will not compile/install. I'm trying this with dahdi-linux-complete-2.5.0.2+2.5.0.2. does anyone have any suggestions as to what I am doing wrong?
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 01
6
validates_associated & foreign keys
Hi,
I''m struggling to get the validates_associated to work as I think it
should be.
I''m using:
JRuby 1.1
rails-2.0.2
activerecord-2.0.2
activerecord-jdbc-adapter-0.8.2
My tables in MySQL:
CREATE TABLE area_codes (
id INT UNSIGNED auto_increment primary key
...
);
CREATE TABLE markets (
id INT UNSIGNED auto_increment primary key,
...
);
CREATE TABLE
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi,
I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn):
...
make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
menuselect.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
distcc[19221] ERROR: compile (null) on
2007 Jun 23
4
Zaptel Compilation
Hi List;
I am facing a problem relaed to menuselect when I am
trying to compile zaptel -1.4.2.1, the error as
following:
[root at localhost zaptel-1.4.2.1]# make linux26
make[1]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[2]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[3]: Entering directory
2009 Apr 14
3
Changing menuselect values from CLI and not TUI
Hi All,
I'm in the process of writing an install script and I would like to change some settings for the install process but I don't want the user to go into menuselect and make the changes manually.
Is there a way to make the changes to menuselect from the CLI?
As an example, selecting the iLBC codec.
menuselect codec ilbc on
Regards
David.
-------------- next part --------------
An
2017 May 05
4
CM for menuselect choices
I'd like to be able to save the choices made in menuselect in a way
that they can be tracked in a CM system and applied to a later release
of Asterisk using an automated tool like Ansible. What's the best
way to do that?
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all,
I thought I'd share I script I made (based on some of Leif's works)
that lets you download, compile and install Asterisk all in one go;
and then removed the dev tools used.
We use it quite a bit to provision systems using Ansible, but it is
easier than remembering everything every time even if you are using a
shell.
At the moment I have scripts for Centos 7 and Asterisk 13, but
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
hi all
i'm getting the below error when trying to compile asterisk-1.4 on redhat-9.0
any suggestions ?
make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC]
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o