similar to: rxfax does not work (anymore)

Displaying 20 results from an estimated 200 matches similar to: "rxfax does not work (anymore)"

2008 Jan 14
0
Help needed for Fax2Email with Welltech FXO 3804
I have this in my extension.conf: [incoming_28345474] ; 8862100 is the hotline number of the Welltech 3804 ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Wait(1) exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)}) include => fax2emailstart [fax2emailstart] exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; me exten => 3000,2,Answer exten =>
2009 Nov 11
1
Unable to execute
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/2b828eff/attachment.htm -------------- next part -------------- Hello. I am trying to execute an fax reception script and i am getting the following: [Nov 11 08:40:52] WARNING[12800]: app_system.c:88 system_exec_helper: Unable to execute '/var/lib/asterisk/scripts/mailfax ""
2005 Mar 24
2
rxfax trouble on bristuffed capi
Hi all, My BRIstuffed 0.2.0-RC7k is running fine on my debian box for voice calls over ISDN2. Now I want to implement receiving incoming faxes into my setup so I did a google and some reading on the wiki. I got the spandsp 0.0.2pre10 package compiled and installed, patched asterisk's apps makefile and compiled * again. This all worked out fine. When integrating the RxFax into my dialplan the
2005 Jun 05
0
RXFax and Hangup context Question.
Hello: I have been using the asterisk system now for almost 5 months. I'm very happy with it's performance, however I have been using the RXFAX on and off for the last month or so. I gave up after a while and just had it route to my analog fax machine in the fax context. However, I have always had the implementation that it would go to a macro.. macro-faxreceive, and to the rxfax of the
2005 Mar 11
0
Receiving faxes via SIP
Hello All, I am looking to receive faxes via my inbound SIP, but I can get it to answer the fax. Now I did test the SIP inbound to a phone and that does work it is just the fax part I am having issues with any help would be great. This is the error I am getting Mar 11 15:08:49 NOTICE[14322]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum Mar 11 15:08:49 WARNING[14322]:
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all, Can this be done ? Would setting the variable FAXRESOLUTION to a appropriate value affect this change ? > http://www.asteriskguru.com/tutorials/rxfax.html Variables connected with the application LOCALSTATIONID - used by to application to identify itself to the remote end LOCALHEADERINFO - used to generate a header line on each page REMOTESTATIONID - set by the application, the
2005 Aug 12
0
three questions
Hello All, I just started to use asterisk with Digium card (4 fxo ports) and I've met some problems ( I'm just new in asterisk so questions may be stupid ) my environment: Debian testing, asterisk 1.0.9 zaptel-1.0.9 TDM04P 1) when asterisk receiving incoming call on TDM card all networking cards stops to send or receive any data for some time nothing suspicious in the log files,
2010 Mar 17
2
Asterisk as a skinny/sccp "client"?
I wonder if Asterisk's skinny/sccp channel driver could be used as a "client" to register with a Cisco PBX. That is, along with a SIP client, say, have Asterisk and said SIP client stand in for a Cisco phone, or an IP Communicator. Anyone done this? Cheers, b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2005 Sep 14
0
RxFax problems.
Hello. Im trying to get Fax-to-email working. I've installed Rx and txfax, spanDSP and every package needed. I've done everything on this page (altough, some bash-scripting problems): http://www.voip-info.org/tiki-index.php?page=Asterisk+Fax+to+email anyway, when i try to send an fax, i get theese messages in asterisk: -- Executing Goto("SIP/5060-08148520",
2002 May 13
0
Samba with split personality
Hi list, my samba server is connected to 2 networks. In one network this machine is just a simple workstation (the lan of our building), but in the other network (my private network) i would like it to be the PDC, have different shares, and have a different name, etc. My current setup (excerpt) is this: NET1 = 192.168.1 #External NET IP1 = 192.168.1.34 #External IP NET2 = 192.168.2
2017 Jun 14
2
Using LLD to create a .lib from a .def
I'm copying some LLD code into my codebase like this: // workaround for LLD not exposing ability to convert .def to .lib #include <set> namespace lld { namespace coff { class SymbolBody; class StringChunk; struct Symbol; struct Export { StringRef Name; // N in /export:N or /export:E=N StringRef ExtName; // E in /export:E=N SymbolBody *Sym = nullptr; uint16_t Ordinal
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote: > On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I'm copying some LLD code into my codebase like this: >> >> // workaround for LLD not exposing ability to convert .def to .lib >> >> #include <set> >>
2017 Jun 16
2
Using LLD to create a .lib from a .def
I saw this change come in yesterday: commit 572ad839e2f66eaa82ffc71b1061eb3d06a4d126 Author: Saleem Abdulrasool <compnerd at compnerd.org> Date: Thu Jun 15 20:39:58 2017 +0000 COFF: add support for lib mode usage When link is invoked with `/def:` and no input files, it behaves as if `lib.exe` was invoked. Emulate this behaviour, generating the import library from the
2005 Jun 01
1
rxfax problems - cont.
Well, my faxes passes through asterisk successfully, however I still have some problems about fax reception by rxfax. The softfax answers, and negotiates transmission, however then as some stage of communiation something is wrong. But I have nothing more but this log: Jun 2 00:10:21 DEBUG[16900]: chan_zap.c:4242 zt_read: DTMF digit: * on Zap/10-1 Jun 2 00:10:22 DEBUG[16900]: chan_zap.c:4242
2007 Sep 16
0
MIME case-sensitivity
ive got code in my app which adds mimes for .JPG, .PNG, that id like to remove what do people think about forcing a toLower() on the extname in Mongrel::DirHandler?
2006 Aug 15
0
file object treated as a string
I am trying to implement the uploading of a file to a remote server My upload form looks like this: <%= start_form_tag(:action => "save_image", :multipart => true) %> <td><b>Description</b> </td> <td><%= text_area("image", "descript", "cols" => 33, "rows" => 5) %></td>
2011 Jul 11
0
stuck with permissions in using FileUtils
Even if I am using PaperClip & Delayed_job, I guess the issue maybe solved by FileUtisl gurus ... here is the case : I am testing a delayed video format transcoding , transcoding works perfectly but I get an issue -trying to write back the transcoded video from a tmp directory into the PaperClip path the original uploaded video file is stored into the :url => "/system/
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server I get error while trying to write the file on the server. The error I get is the following: undefined method `rewind'' for #<String:0x2aaaad062eb8> It seems to be treating my file as a string instead of a File object. --------- Code is below ------------------ VIEW: <%=
2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2005 Feb 27
0
Astcc installation
I try to install astcc. Make install gives me: DBI connect('database=astcc;host=localhost','astcc',...) failed: Unknown database 'astcc' at ./astcc-admin.cgi line 67 DBI connect('database=;host=','',...) failed: Access denied for user: 'root@localhost' (Using password: NO) at ./astcc-admin.cgi line 60 Ignoring that (!!! ;-) ) and going to the