Displaying 20 results from an estimated 1000 matches similar to: "Asterisk Flite Problem"
2009 May 04
0
question of flite installation
Hi,
After following the messages to install flite, I can find the following files.
/usr/lib/asterisk/modules/app_flite.so
/etc/asterisk/flite.conf
That's mean flite is installed successfully. Then I restart asterisk
but nothing found for that module.
sip*CLI> core show application flite
Your application(s) is (are) not registered
The module doesn't load by asterisk even after
2016 Aug 15
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
Hello
using pjproject 2.5.5
using asterisk-certified-13.8-cert1
Compiled pjproject 2.5.5 with :
./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr
--libdir=/usr/lib64 --enable-shared --disable-video --disable-sound
--disable-opencore-amr
Compiled Asterisk 13 with
./configure --libdir=/usr/lib64
All pjproject modules are selectable in menuselect, so here no problem.
2011 Apr 22
7
Flite issue
Hi Asterisk guys,
Flite is not working with asterisk 1.6.2.17.
Flite is working with asterisk 1.4.
Please help me how to use it with asterisk 1.6 .......
Thanks in advance.
-----
Thanks and regards
Virendra Bhati
+91-9172341457
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 11
0
Need help getting anterisk application to load
This is probably a newbie question:
I'm trying to get the asterisk weather app at
http://nerdvittles.com/index.php?p=136 installed on Centos 4.2 x86_64
SMP ( Linux localhost.localdomain 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6
06:28:26 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux )
rpm -ihv flite-1.3-1.aah.i386.rpm seems to complete successfully
rpm -ihv app_flite-0.3-1.aah.i386.rpm seems to
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello,
I recently completed a fresh install of Asterisk
SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the
voicemail application module to load. Output from debug shows:
-------------------------------
[Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will
be loaded.
[Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error
loading
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
Hi,
I have recently upgraded from Asterisk 1.2.15 to 1.4.2 and I'm
experiencing trouble
with rx_fax. I have followed instructions posted by Sems:
http://www.sems.org/entry.asp?ENTRY_ID=197
I'm using spandsp-0.0.3pre28 and the app_rxfax and app_txfax
from:
http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.4/
rx_fax and tx_fax are both enabled via make
2011 Nov 11
0
Text to speech modules (espeak, flite)
Version 2.1 of app-espeak and app-flite modules just got released.
Changes include voice selection for flite, support for 16kHz file
playback in asterisk 1.6.x, use of libsamplerate for faster resampling,
better error handling and cleaner code.
You can get them here:
Asterisk espeak module:
http://zaf.github.com/Asterisk-eSpeak/
Asterisk flite module:
http://zaf.github.com/Asterisk-Flite/
2009 Dec 18
2
FAX for Asterisk
Just finished with the instructions from digium website/ net on how to
compile FFA:
After restart, modules did not get loaded so tried to load manually:
[Dec 18 14:31:26] WARNING[11002]: loader.c:359 load_dynamic_module:
Error loadin ile: No such file or directory
[Dec 18 14:31:26] WARNING[11002]: loader.c:653 load_resource: Module
'res_fax.so
Verified the files exist:
astbh00*CLI>
2010 Sep 30
2
Unable to load fax modules
Hi List,
I did follow the procedure to install Free Fax for Asterisk successfully
till i came accross this isssue: i can't load the fax module:
pbx3*CLI> module load res_fax_digium.so
Unable to load module res_fax_digium.so
Command 'module load res_fax_digium.so' failed.
[Sep 30 10:50:12] WARNING[5427]: loader.c:429 load_dynamic_module: Error
loading module
2011 Feb 18
2
pbx_ael.so: undefined symbol: ast_compile_ael2
Hello,
trying to load ael module in asterisk ver 1.6.2 got the following:
asterisk*CLI> module load pbx_ael.so
Unable to load module pbx_ael.so
Command 'module load pbx_ael.so' failed.
[Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error
loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: undefined
symbol: ast_compile_ael2
[Feb 18 11:25:47]
2010 Nov 30
2
Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object file: No such file or directory
Hello,
Can't get chan_gtalk.so module to load, neither res_jabber.so:
Asterisk*CLI> module load chan_gtalk.so
Unable to load module chan_gtalk.so
Command 'module load chan_gtalk.so ' failed.
[Dec 1 16:10:05] WARNING[2931]: loader.c:387 load_dynamic_module: Error
loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object
file: No such file or directory
[Dec
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
Hi all,
I have browsed through a couple of posts that deal with the failure of
applications that originally worked on asterisk 1.2 but fail on asterisk
1.4, but can't seem to understand what I need to change in my installation.
I also went through the CHANGES.txt file in my asterisk source directory,
and still was none the wiser.
I have a a MySQL integrated Prepaid application which worked
2010 Apr 21
2
Unable to load cdr_adaptive_odbc.so
Hi all,
I am having trouble getting cdr_adaptive_odbc to work.
I have correctly configured the odbc drivers and dsn (I have tested
this by connecting directly using isql). I have also configured
/etc/asterisk/cdr_adaptive_odbc.conf like so:
[test-asterisk]
connection=test-asterisk-odbc
table=cdr
I have tested the ODBC connection test-asterisk-odbc and it works correctly
However when I try to
2006 Dec 26
1
cdr_addon_mysql.so did not register itself during load
I've loaded Asterisk 1.4 with the addons 1.4, libpri 1.4 and Zaptel 1.4
as well. I can place calls but I noticed the MySQL was writing out to
the database. When doing an Asterisk load with asterisk -vvvv I saw the
following:
[Dec 26 11:02:08] WARNING[10029]: loader.c:375 load_dynamic_module:
Module 'cdr_addon_mysql.so' did not register its
[Dec 26 11:02:08] WARNING[10029]:
2009 Dec 23
1
Can't load cdr_radius.so module?
hi , all
when i do the command "module load cdr_radius.so" ,error happens.
i have installed radiusclient-ng , what's wrong with it? thanks!
error message as follow:
ZHANGSHUKUN*CLI> module load cdr_radius.so
Unable to load module cdr_radius.so
Command 'module load cdr_radius.so' failed.
[Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
Error
2010 Mar 08
3
dahdi not available in Asterisk
Hi All,
I must be doing something really stupid as I can't get DAHDi working in
Asterisk. It is loaded and working in Linux fine.
*CLI> module load chan_dahdi
Unable to load module chan_dahdi
Command 'module load chan_dahdi' failed.
[2010-03-08 14:05:34 CST] WARNING[26926]: loader.c:393
load_dynamic_module: Error loading module 'chan_dahdi': libpri.so.1.4:
cannot
2010 Sep 15
1
Error loading skype_for_asterisk
This suddenly started appearing and I'm not sure why. Any ideas?
asterisk*CLI> module load chan_skype.so
Unable to load module chan_skype.so
Command 'module load chan_skype.so' failed.
[Sep 15 11:08:25] WARNING[12274]: loader.c:429 load_dynamic_module: Error loading module 'chan_skype.so': /usr/lib/asterisk/modules/chan_skype.so: undefined symbol: sfa_send_chat_message
2011 Mar 24
4
Issues with Digum Repos / AsteriskNOW & Bad Packages
I wish to use AsteriskNOW (the Digium repository + CentOS) with imap
voicemail storage and Asterisk 1.4.
After having installed AsteriskNOW with Asterisk 1.4 and Asterisk GUI
I run the yum package manager and replace voicemail with imap
voicemail and attempt to start Asterisk, however the voicemail module
is not loaded:
[Mar 23 23:30:03] WARNING[12592]: loader.c:382 load_dynamic_module:
Error
2011 Jan 11
2
asterisk fax problem
Hello,
I have asterisk 1.6.2.9-2
I tried to install fax utility as it is shown on pdf documents on asterisk
site.
I downloaded Opteron compiled res_fax and res_fax_digium files and copied to
/usr/lib/asterisk/modules/ where default modules directory is.
I created a free fax license and created license file on asterisk server too.
WHen i run asterisk it crashed.
I noticed that if res_fax.so
2013 Mar 14
3
ERROR: Unknown signalling method ss7
Hi all
I installed
DAHDI Version - 2.6.1
DAHDI Tools Version - 2.6.1
libss7-trunk
Asterisk 11.0.1
from source on Fedora 12 x86_64.
Now i`m unable to load chan_dahdi and libss7:
myserver*CLI> module load chan_dahdi.so
?ERROR[10124]: chan_dahdi.c:17842 process_dahdi: Unknown signalling method 'ss7' at line 37.
myserver*CLI> module load libss7.so
Unable to load module libss7.so