similar to: asterisk 1.8 rpms and additional modules from source

Displaying 20 results from an estimated 1000 matches similar to: "asterisk 1.8 rpms and additional modules from source"

2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
Hi everyone. We have an Asterisk server running Debian Squeeze, with Asterisk v1.8.13.1 (basically, the Debian Stable version for Squeeze, but with some minor source code changes specific to our site). We're trying to upgrade to 11.13.1 (The Debian Stable version for Jessie), but I've run into a snag when compiling res_fax_spandsp (and yes, we really need that module). The old
2010 Aug 24
1
asterisk-1.8.0-beta4 - compile error
Hi, I tried to compile asterisk-1.8.0-beta4 but after ./configure && make I've got following error: [CC] res_fax.c -> res_fax.o [LD] res_fax.o -> res_fax.so [CC] res_fax_spandsp.c -> res_fax_spandsp.o res_fax_spandsp.c:117: error: field ?fax_state? has incomplete type res_fax_spandsp.c:118: error: field ?t38_state? has incomplete type res_fax_spandsp.c: In function
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
On 2016-02-17 15:32, Richard Mudgett wrote: > On Wed, Feb 17, 2016 at 5:15 PM, Ernie Dunbar <maillist at lightspeed.ca> > wrote: > >> Hi everyone. >> >> We have an Asterisk server running Debian Squeeze, with Asterisk >> v1.8.13.1 (basically, the Debian Stable version for Squeeze, but >> with some minor source code changes specific to our site).
2009 Jun 24
2
Asterisk + Jabber
I want to use JabberSend in my dialplan, but I saw that my Asterisk does not support Jabber. Also I have nowhere a module res_jabber.so... So I thought I'd rebuild my Asterisk. In menuselect I saw that res_jabber was dependent of 'iksemel' and 'gnutls'. In my yum repositories I can find a gnutls.i386, but what is this iksemel-beast ??? There is info to find via google on
2018 May 17
2
AMI status events with res_fax_spandsp.so
Is anyone else using the AMI with res_fax_spandsp.so for real-time status? I am working on migrating a FAX application from res_fax_digium.so to res_fax_spandsp.so. I have noticed that the spandsp module generates far fewer AMI status events than the Digium module and the generated events contain less information. For example when sending a fax there is no longer an event for every page. There
2007 Jun 18
0
res_jabber over OpenSSL ready for testing
Hi everybody, I'd like to have the feedback from the community regarding this patch : http://bugs.digium.com/view.php?id=9972 res_jabber currently relies on the iksemel API to handle TLS connections, which assumes GnuTLS to be installed on the system. The basic idea of the proposed modifications is to bypass iksemel's API when sending/receiving TLS secured data and use OpenSSL instead.
2013 May 05
0
11.4.-rc1: new segfault in iksemel ??
I rebooted our server Fedora 17 today, and now asterisk won't start; asterisk[1063]: segfault at 0 ip 00007f117aee122d sp 00007fffbc398990 error 4 in libiksemel.so.3.1.1[7f117aed8000+d000] iksemel is required for motif and xmpp. I downloaded the iksemel source and rebuilt. No luck. Any help really appreciated. sean
2004 Nov 29
3
chan_oh323.o
I have asterisk version 1.0.0,have comipled pwlib version 1.5.2 ;and openh323 version 1.12.2.When I try to build asterisk-oh323 version 0.5.9 or 0.5.10 ,I get the following error : make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' make: *** [subdirs_all] Error 1 I thought that there might be some linking problem,so I searched
2015 Jun 05
3
תשובה: Missed call
Zitat von Israel Gottlieb <isrlgb at gmail.com>: > If you the c option in the dial command it will send answered > else where sip message to the phone and most ip phones understand that > The cell will always display a missed call? I'm very sorry, but I can't understand what you mean... Could you explain, maybe with an example? Thanks Luca Bertoncello (lucabert at
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
I have installed gnutls and gnutls-devel from RedHat repositories [root at asterisk asterisk]# yum install gnutls gnutls-devel I have installed iksemel with gnutls support : [root at asterisk asterisk]# cd /usr/src/iksemel-1.3/ [root at asterisk asterisk]# ./configure --with-gnutls --prefix=/usr [root at asterisk asterisk]# make [root at asterisk asterisk]# make check [root at asterisk
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
2006 Nov 07
1
[resolved] asterisk 1,4 and google talk
hi, it turns out that the iksemel library (which i installed using an rpm) was returning 0 when the function iks_has_tls() was called. it should return 1 otherwise res_jabber.o thinks gnuTLS is not installed. i confirmed this by running a test program i wrote, that calls iks_has_tls . it returned 0. i downloaded iksemel source, compiled it and now the test program returned 1. now,
2007 Jan 01
1
Problem with centos 4.4 and jabber/gtalk (really iksemel)
I'm working from the docs here: http://voip-info.org/wiki/view/Asterisk+Speaks+with+Google+Talk and getting an error doing the ./configure on the iksemel module: checking for getaddrinfo... yes ./configure: line 20399: syntax error near unexpected token `,' ./configure: line 20399: `AM_PATH_LIBGNUTLS(,' It seems to want the "libgnutls-dev" package as per the
2015 Jun 05
2
תשובה: Accessing an account from more than one phone
Zitat von Israel Gottlieb <isrlgb at gmail.com>: Shalom, Israel! > Using chan_sip you need to create another ?user aand then dial both > > Using pjsip you can connect 2 devices Thank you. Unfortunately it seems that I don't have pjsip available as package on the OpenWRT where I installed Asterisk... :( I'll create another user. Thanks Luca Bertoncello (lucabert at
2015 Jun 05
2
תשובה: Missed call
Israel Gottlieb <isrlgb at gmail.com> schrieb: > At the end of the Command you could use options one of them is the c (not > apital) which sends a cancel event to the phone > http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial Shalom Israel, unfortunately it does not work as expected... I wrote: exten => _00493512222222,n,Dial(SIP/00493512222222&SIP/00493511111111,,Rc)
2008 Feb 29
1
Gtalk with asterisk
Hi, I have been working with Asterisk for the ivr functionalities in the past. I am interested to implement the Jabber - Gtalk in asterisk. For which i installed the iksemel but this didnt help me out. I couldnt find the res_jabber.so file any where in the asterisk source directory. Still when i run the command "make menuselect" the channel driver "chan_gtalk" shows xxx
2012 Sep 25
2
undefined symbols
Hi, I compiled Asterisk 10.7.0 with gcc-4.5.3 and at runtime I'm getting these warnings: loader.c: Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_smdi_interface_unref loader.c: Error loading module 'app_stack.so': /usr/lib/asterisk/modules/app_stack.so: undefined symbol: ast_agi_unregister loader.c: Error loading module
2011 Apr 15
2
1.8.4-rc2: ReceiveFAX fails
On a test fax: -- Executing [s at incoming-fax:1] Set("DAHDI/4-1", "FAXFILE=/var/spool/asterisk/fax/20110415_1825") in new stack -- Executing [s at incoming-fax:2] Answer("DAHDI/4-1", "") in new stack -- Executing [s at incoming-fax:3] ReceiveFAX("DAHDI/4-1", "/var/spool/asterisk/fax/20110415_1825.tif") in new stack
2015 May 27
0
Asterisk 11 on Raspbian2. ReceiveFAX/SendFAX fails
Hi, On a new Raspberry2 with Asterisk 11.13.1 binary-installed, ReceiveFAX exits with FAILED status. Each attempt is made with something like: channel originate Local/12345 at faxgateway application SendFAX myfile.tif I'm not sure if failure "mostly" comes from SendFAX or from ReceiveFAX but it fails with 100% rate. uname -a output is: Linux myhost 3.18.7-v7+ #755 SMP PREEMPT
2011 Sep 14
3
copy acls with getfacl / setfalc - invalid argument ....
I hav a problem porting my ACLS from my old filserver to a new one... My old Fileserver: I have my shares on a partition supporting acls with ext3 /dev/md0 on /data/raid type ext3 (rw,acl,user_xattr) My new Fileserver: /dev/md0 on /data/raid type ext4 (rw,acl,user_xattr) Now I copied all my shares to the new Fileserver with rsync and backed up my acls with: getfacl -R