similar to: Problem compiling res_fax_spandsp.c on Debian server.

Displaying 20 results from an estimated 200 matches similar to: "Problem compiling res_fax_spandsp.c on Debian server."

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).
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
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
2012 Jan 05
1
Where are the fax instructions?
Hello, Trying to set up res_fax_spandsp. Based on https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway I wrote this in my extensions.conf: exten => 306,1,NoOp(Fax transmission) same => n,Set(FAXOPT(gateway)=yes) same => n,Dial(DAHDI/3) ----->FXS port to fax machine same => n,Hangup() Call flow Im trying to pull out is as follows: Zoiper -->
2011 Jan 22
2
spandsp download
Where can I get the latest stable version of spandsp. That will work with res_fax_spandsp.so. The link listed on the voip-info website is dead. Any other location for download? http://www.soft-switch.org/ Thanks Bryant Zimmerman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 24
6
ReceiveFAX issue.
I am testing out inbound faxing using res_fax and res_fax_spandsp.so My system answers the call but then sets there on the ReseiveFax line then comes back with an error that it exceeded the maximum retries. How would I go about debugging this? Below is my very simple dialplan code I am using, and the fax show version gives the following as well. FAX For Asterisk Components:
2016 Nov 29
3
FAX CNG detected but no fax extension
Hello, I have a question regarding incoming fax to local file (on the Asterisk server). While the fax is received properly (I have the tiff file generated as expected) I get the warning 'FAX CNG detected but no fax extension' on the consol. If the fax is received ok then what 'fax extension' does it expect and what should I do there? My Setup: Sender -> Public PSTN ->
2011 Mar 14
1
sip show channel and t.38
Hello using asterisk 1.8, compiled res_fax.so and res_fax_spandsp.so - both loaded successfuly in sip.conf set t38pt_udptl=yes but faxes still don't work even in passthru mode. if i do a 'sip show channel' on the channel via which i am sending fax it shows: T.38 support Yes however if i do sip show channel of my channel (from other server) it shows T.38 support
2015 Jun 25
2
Receiving faxes with spandsp question
Hello! I?m trying to add fax functionality to my asterisk installation. Right now I?m focusing on receiving faxes. This is not explained in a book, but I assume that I can use same context, add ?fax? extension and if someone calls to send fax - it will autodetect. Right? Per book, I made following setup additions: 1. In sip.conf [general] I added: ;FAX stuff faxdetect=yes t38pt_udptl=yes 2.
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
2012 Jan 04
3
Anyone have a reliable T.38 Solution
Aloha, We are looking to roll a solution that will have the following network layout: ISDN-PRI <--> Asterisk <--> T.38 <--> ATA <--> Fax Does version 1.8 with the Digium fax driver have this capability? I like 1.8 because it is a long term support version. What ATA's are people using? Any working solutions would be great! Aloha, Matt
2011 Jan 20
5
ReceiveFax
Hi all, I realize that the application Receivefax can't handle with more than one fax at the same time. In a environment with a lot of fax, some caller get the signal but the operation can't be completed. Is there a way to send busy tone to the second caller? Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormiranda -------------- next part
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
2011 Jan 19
15
res_fax
I am working on some fax tools for some of my users. I am reading the https://wiki.asterisk.org docs for faxing. Is see Application_SendFax and Application_SendeFax has one been discondinued? Any feed back on using the res_fax module would be apperciated. Any examples or other. Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all, I have problem for receiving fax from multiple page fax that sent from fax machine (analog). The error is : WARNING T.30 Page did not end cleanly This is my dialplan [inboundfax] exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)} ${STRFTIME(${EPOCH},,%c)} ****) exten => s,n,Set(FAXOPT(ecm)=yes) exten =>
2011 May 03
0
asterisk 1.8 rpms and additional modules from source
Hi All i have a asterisk install from rpm (digium yum) and i wish to install res spandsp i comipled from source using the same asterisk version and copyied the file to the module directory but when trying to load i get this WARNING[18463] loader.c: Module 'res_fax_spandsp.so' was not compiled with the same compile-time options as this version of Asterisk another thing if i install the
2011 Apr 22
0
WARNING T.30 ECM carrier not found
We have two asterisk back to back connected over PRI T1 and i am testing FAX over T1 line. Its working fine and i am getting fax file as well but i got "WARNING T.30 ECM carrier not found" is it safe to ignore this WARNING ? spandsp-0.0.6pre18 Asterisk-1.8.3.3 [from-pstn] ;Fax testing exten => 8000,1,Set(FAXFILE=/var/spool/asterisk/fax/${CALLERID(num).tif) exten =>
2014 Nov 10
0
Asterisk 1.8.32.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.32.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 1.8.32.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Nov 10
0
Asterisk 1.8.32.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.32.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 1.8.32.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs