Displaying 20 results from an estimated 1000 matches similar to: "Asterisk - fax - spandsp"
2005 May 17
2
Asterisk - Spandsp: fax header
Hello Steve.
On 17/05/2005, at 10:54 PM, Steve Underwood wrote:
> When a fax is received the header you see is part of the image. As
> such, it ends up in the TIFF file as part of the image. It is not
> available as text anywhere. The only way to make it available as
> text would be to implement OCR. That is complex and messy, and I
> have no intention to try. The only
2005 May 24
1
Fax detection: Problem with extension number
Hello
I've been having the following problem today :
I have a quite simple dialplan made to receive a fax:
[answer-extension]
exten => 1,1,Answer
exten => 1,2,Macro(setcallerid)
exten => 1,3,Ringing
exten => 1,4,Wait(3)
exten => 1,5,Macro(stdfwd3iax-notransfer,${EXTENSION},${EXTENSION},$
{EXTENSION})
exten => fax,1,Goto(faxreceive,1,1)
The Wait(3) is there simply to let
2005 May 15
1
Problem with extensions and when channel is unavailable
Hello
I used to have an extension like this which worked fine with asterisk
1.0.7
I first dial to see if an IAX phone is present, if not I would try on
SIP instead
exten=s,1,Dial(IAX2/iax${ARG3},20,tr) ; 20sec timeout
exten=s,2,Goto(s-${DIALSTATUS},1)
; Default action
exten=s,200,DBget(temp=CFBS/${ARG1}) ; Get CFBS key, if not
existing, goto 301
2005 Sep 25
0
Problem Asterisk: can't make call but can receive calls
Dear all.
Okay, I'm about to give up now as this issue has been driving me
insane for a while
I have an asterisk server (which I have just updated to 1.2beta1).
Several phones are connected on LAN, no problem
People on the go using either x-lite or eyebeam without a problem
I have a Sipura 3000 configured at my parents in France used to work
fine until about 1 month ago. Since it can
2006 Mar 31
1
Asterisk, QSIG and Tenovis PBX?
Hi,
we are still trying to properly connect a Tenovis PBX to an Asterisk server
(asterisk 1.2.6, libpri 1.2.2, zaptel 1.2.5, Digium Wildcard TE110P), this
time with QSIG.
Calling from a Tenovis phone to a SIP phone (i.e. traditional phone ->
Tenovis PBX -> QSIG -> Asterisk -> SIP phone) works with the following
messages:
---
Don't know what to do if second ROSE component is of
2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello
I upgraded to CVS head yesterday (due to the lack of zaptel drivers
working with 2.6.10)
And noticed that now DBGet and DBPut have been deprecated in favour
of the new Set/DB one.
In the UPGRADING.txt in Asterisk it says:
* The applications DBGet and DBPut have been deprecated in favor of
functions. Here is a table of their replacements:
DBGet(foo=family/key)
2006 Jan 12
1
spandsp and page orientation
Shawn, you ever get a fix for this problem?
> samples are at
> http://tumtum.no-ip.com/faxes/1128432831.3.tif
> http://tumtum.no-ip.com/faxes/853107320051004-150908.tif
> Both of these were faxed from a Brother intellifax 750 through a ring-it
> single-line simulator into my asterisk box (through an X100P clone)
> both were normal 8.5X11 pages in portrait style (the map
2004 May 27
0
[OT] spandsp hylafax asterisk and confusion
This really only seems practical in a corporate environment however, I would
suggest decoupling the creation of faxable material from the act of
transmitting it.
First use CUPS/Samba to create a 'print to PDF' printer
(http://www.google.ca/search?q=samba+pdf+printer)
Second use an LDAP to look up to return the email address of the submitter
of the job and send them the resulting PDF
2004 Aug 02
1
G729 or GSM
Dear all.
I recently subscribed to a VoIP provider through IAX.
The require to connect with either G729 or GSM, I chose G729 based on
their recommendation.
The service works very well, however ... people mentions how distorted
our voice sounds. We have plenty of bandwidth available so I don't
think it comes from our side.
What it means is that it comes from two things:
1-G729 gives bad
2006 Oct 23
2
T.38 faxing with spandsp and Grandstream HT.486
Hello !
I 'm trying T.38 faxig with spandsp using rxfax/txfax as fax terminal.
As another endpoint I 'm using Grandstream HT 486 ATA and a fax machine.
Has anybody success with the HT486 as T.38 terminal ?
ATA as originator: I managed only onetimes a successfull T.38 fax
session. The other times the HT486 did not initiate a re-invite with
T.38 parameters. Or shall the Terminator
2008 Jun 05
4
Can not connect to share for a particular user.
Hello
I currently run a few samba servers one being used as a PDC.
Today I added a user to the domain and for some reason I can not get
it to connect to any of the shares but "home" on the file server.
% smbclient -U gregi //server3/public
Password:
Domain=[HYDRIX-MALVERN] OS=[Unix] Server=[Samba 3.0.28]
tree connect failed: NT_STATUS_ACCESS_DENIED
However I can connect with :
$
2004 Jul 18
0
Asterisk and zaptel on Fedora Core 2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all.
As I couldn't get to compile and run Asterisk 1.0RC1 on my default
RedHat 9 I thought it was about time to upgrade to Fedora Core 2. Well,
it was too late to realize the kernel 2.6 wasn't supported by Asterisk
*officially* anyway.
Here is what I did to get asterisk and zaptel to work under Fedora Core
2:
I posted it on the wiki
2006 Dec 25
2
Question about MWI in Asterisk 1.4.0
Hello
I am running the following setup in order to make VoIP calls at home.
Home Phone <-> SPA3000 <-> Asterisk Home <- IAX2 over Internet <->
Asterisk Office
The voice mail for Home Phone is hosted on the Asterisk Office
machine. I wanted to have a way to check the status of my voicemail on
my home phone directly. In order to do so, I've patched both Asterisk
Home and
2004 Jun 27
1
Re: I never get to hear more than 5s of the demo channels
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all.
I'm new to this so please forgive my ignorance if I missed something
obvious.
I've set-up asterisk 0.9_1 on a FreeBSD 4.10 server (I know it's not
linux but that's all we have available at that stage).
After some struggle to understand how everything works, I set up some
SIP accounts for test purposes.
I can log in,
2004 Jun 29
3
Call dropping out after 5s: Solution!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I'm the one who posted a message about the fact that nobody answer
anymore to questions asked.
I posted two days ago a problem I was facing that calls made over the
Internet to my Asterisk gateway would hang-up after just 5s (no NAT
were involved)
Answer I got was: it's your config
Well, it wasn't (as I was expecting).
I
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to
function with * without much luck. I am guessing that some assumptions
were made regarding the users knowledge level of Linux. Sadly, I must
not live up to those assumptions.
My problem begins when after compiling spandsp I look for the
app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to
place in the
2005 Mar 23
1
Spandsp question ( re: compiling )
I am trying to compile spandsp on my asterisk server, and it keeps
failing out with the following
t4.c:38:21: tiffiop.h: No such file or directory
In file included from t4.c:41:
spandsp/t4.h:62: error: syntax error before "TIFF"
spandsp/t4.h:62: warning: no semicolon at end of struct or union
spandsp/t4.h:63: warning: data definition has no type or storage class
spandsp/t4.h:64: error:
2009 Feb 16
1
SpanDSP question for Steve
Hello-
Firstly thanks very much for the work you have put into SpanDSP and the time
you spend to assist people here :-)
I am currently running SpanDSP 0.0.5 with Call Weaver. Is there any or
sufficient gain to be had from upgrading SpanDSP?
Michael
2009 Mar 09
1
How to install spandsp from source in lenny ?
Hi,
I'm trying to install spandsp from source in a Debian Lenny system.
I did :
cd /usr/src
wget http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre5.tgz
tar xvf spandsp-0.0.6pre5.tgz
cd spandsp-0.0.6
./configure
make
make install
When doing this, spandsp warns me that librairies are installed in
/usr/local/lib with this message :
"Libraries have been installed in:
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
Hi,
I've installed spandsp-0.0.4pre16
With this:
cd ~
svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons
agx-ast-addons<https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons>
cd agx-ast-addons/trunk
./build.sh
I've got this:
CMake Error in spandsp-0.0.4/CMakeLists.txt:
Cannot find source file "app_fax.c". Tried