Displaying 20 results from an estimated 500 matches similar to: "Re: SpanDSP TXFax and multipage faxes problems (aditional info)"
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Thanks for the information Lee !
Still, something is still strange to me, since this two Panasonic Fax
machines are receiving at least 20 multi-paged faxes a day (they are in same
office as both Asterisk boxes, and me :) ). Beside that, POTS lines in those
two faxes
are from same PSTN switch as line in X100P in one of Asterisk boxes, and the
ISDN PRI lines in other Asterisk box is from same PSTN
2005 May 16
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
OK I see the ponit (although I never said that second page is interrupted -
I said that in some combinations of resolutions and TIFF options receiving
fax "spits" another blank sheet of paper beside the clearly received first
page).
I have read someware (some faxing tutuorial) that there is some kind of
control code (6 EOLs I belive) that should be in TIFFs between pages and
that
2005 May 13
1
Re: SpanDSP TXFax and multipage faxes problems
Hi !
Does anyone managed to send multipage faxes (in single TIFF file) with
app_txfax from spandsp package (i'm using 0.0.2pre18, libtiff 3.7.1)?
If so, I'm interested in format of TIFF file that has been sent sent
succesfully (tiffinfo <fax-filename>).
I'm having problems with app_txfax, sending first page successfuly 99 % of
the time, but never managed to send second or
2004 Jul 21
11
Large Enterprises using asterisk
HI
I want to know
Why large enterprises (F500) are not shifting to
asterisk as it is going to save them a lot of
investment.
Are there some problems with asterisk ???
Varun Gupta
India
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
2015 Jun 25
0
asterisk email to fax
On Wed, Jun 24, 2015 at 08:15:06AM +0200, tux john wrote:
> i would like to add email to fax functionality to the system. could someone
> point me to the right direction to see how please?
I don't have a general solution, since I haven't needed to send faxes
recently. But I did set up my dialplan so that I could test that it
works.
I used this:
----
;; For outgoing faxes
2006 Apr 13
1
panel.abline() and trellis.focus() on multipage plots
Hi,
I'm recently working on a multipage bwplot() using the lattice package. In
this context I was trying to use the panel.abline() function individually on
certain panels but not all. After some research I found the trellis.focus()
and trellis.unfocus() functions which enabled me to do something like:
trellis.focus("panel", 1, 3)
do.call("panel.abline", list
2006 Jul 18
2
Sweave and multipage lattice
Dear R-Listeners,
as the Sweave faq says:
http://www.ci.tuwien.ac.at/~leisch/Sweave/FAQ.html
creating several figures from one figure chunk does not work, and for
standard graphics, a workaround is given. Now I have a multipage trellis
plot with an a-priori unknown number of pages, and I don't see an elegant
way of dividing it up into multiple pdf-files.
I noted there is a "page"
2007 Jul 02
0
Problem with the function plot and multipage
Hello,
I want to print graphs after running a gam function (gam needs the package
mgcv)
I want to print the results of the function in a .jpg or in a .png. I would
like to print it in many files (because in one file the graphs is too small
and can't be read)
For the moment, I run this script :
mymodel<-gam(species~var...)
jpeg(file="my_file.jpeg")
plot(mymodel,pages=2)
dev.off()
2012 Oct 09
2
plot.new() and grid functions in multipage pdfs
Hi,
when using the grid package, I've come across this weird behaviour
where a call to plot.new() will start a new page for a multi-page pdf,
but then the margins will somehow behave strangely for all but the
first page: here is some code:
pdf("test.pdf"); plot.new(); grid.rect(gp = gpar(fill="blue"));
plot.new(); grid.rect(gp = gpar(fill="blue")); dev.off()
2005 Sep 09
1
spandsp txfax multi page problem
Dear All,
I'm having problem with spandsp/txfax,
I'm not able to send a multi paged tiff file,
the fax machine receives the first page of the document and
complains about communication problem.
The file what I'm trying to send has 2 pages and
is received & generated by spandsp/rxfax.
Searched in the archives, but found no solution.
I'm using:
Dell Optiplex PC
Inoteska Quad
2005 Jun 17
0
auto-dial dial status
I'm using autodial in conjuction with TxFax to send faxes on demand.
An home made application generates the call file and puts it in the
outgoing spool, the file is like this:
Channel:Zap/g1/1232314324
MaxRetries:0
RetryTime:60
WaitTime:20
Context:faxout
Extension:s
SetVar:FAX_FILE=/shared/awfax/test.tif
the extension called is this:
[faxout]
exten =>
2015 Mar 14
3
[Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=2365
Bug ID: 2365
Summary: openssh client ignores -o Tunnel=ethernet option,
creating an IP tunnel device instead of an ethernet
tap device
Product: Portable OpenSSH
Version: 6.6p1
Hardware: amd64
OS: Linux
Status: NEW
2006 Apr 30
1
aditional repo's
i'm looking for aditional repo's to add to yum that:
1) have multimedia apps
2) don't break my centos base install
2004 Dec 10
0
Aditional local number when calling from ISDN thtough Capi to local extension ?
Hi,
I have BRI ISDN access. Now I'd like to call from ISDN phone and type phone
number of Asterisk server like 123456 and then imediately add numbers for
local extensions (like 12345611), so call would go directly local extension
11.
I'd like to achieve this functionality through Fritz and Capi. Is this
possible ? In what ways can I do that ?
Thanks in advance,
regards,
Rob.
2006 Feb 22
1
Some aditional details about split_cb_search_shape_sign
Hi all.
I'm starting to study how speex works because I would like to understand in deep how a CELP coder/decoder works.
I have some difficult understanding the vector quantization performed in the split_cb_search_shape_sign function. It's a bit hard to understand.
Could you please explain me the algorithm step by step?
I'm indagating the 5950 bps narrowband.
Thank you.
Gio.
2005 Sep 07
0
Max concurrent faxes with txfax/spandsp?
Hi,
I tried to use txfax to send several faxes at the
same time.
It seams, that one can't send more than 3 faxes at once,
or one risks to get 50% and more aborted faxes due to
errors.
The CPU usage is below 97%.
I tried with Opteron and IntelP4: same result.
Ok, I know, that faxing via a digital line is complicate,
and I shouldn't complain, but I would like to know, whether
these are
2006 Mar 28
1
Squished faxes with txfax
Hello,
I have been getting squished faxes very reliably when sending through Asterisk
using txfax. It looks as if all horizontal white space has been removed.
Interestingly it is perfectly repeatable, which seems to rule out timing
related issues.
My configuration is:
Asterisk SVN-branch-1.2-r7337M
spandsp-0.0.2pre21 ( though I have tried a 0.0.3 snapshot as well as
0.0.2pre25 )
libtiff
2010 Sep 01
3
Dovecot creating aditional folders?
Hi guys.
My conf:
# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-23-server x86_64 Ubuntu 10.04.1 LTS reiserfs
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s
ssl_cert_file: /etc/ssl/mail/dovecot.crt
ssl_key_file: /etc/ssl/mail/dovecot.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
2008 Sep 28
1
Running Wine on removable media
Apols if there is already an answer to this on the forum but couldn't find it with Search...
I'm new to Linux and to Wine. I have just made the conversion from Windows and run Ubuntu/Hardy - my Windows box has a h/w failure. There are some facilities I need urgently from Windows(XP) that I haven't yet sussed in Linux, notably the ability to edit and store multipage Tiffs and mdi docs
2015 Jun 24
4
asterisk email to fax