Displaying 20 results from an estimated 4000 matches similar to: "Spandsp and Asterisk"
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently
down...
TIA,
Simone.
2004 Jun 21
1
Problem compiling fax applications
I'm tring to compile fax applications on Debian system.
the spandsp library compiles ok, and when i try to
patch the make file in apps directory as is said in the instructions it
returns errors.
I'm using cvs version of asterisk .
--------------------------
voipgw:/usr/src/asterisk/apps# patch < Makefile.patch
patching file Makefile
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 68.
2 out of
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the
Apps_makefile.patch from Spandsp I get the following error.
patching file Makefile
Hunk #1 FAILED at 47.
Hunk #2 FAILED at 76.
2 out of 2 hunks FAILED
Has anybody seen this.
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page.
I get down to patch < Makefile.patch that fails with
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
2004 Sep 26
1
spandsp patch help
I've installed spandsp-0.0.1k on a RHv9 box with CVS-HEAD-09/19/04 and
compiled the libraries just fine. Having a problem with patching the
asterisk/apps Makefile however. The patch attempt results in:
[root@phoenix apps]# patch <Makefile.patch
patching file Makefile
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 68.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
[root@phoenix
2004 Jun 20
1
Softfax/spandsp Makefile.patch rxfax/txfax
I followed the instructions at http://www.opencall.org/instructions.html
and
http://lists.digium.com/pipermail/asterisk-users/2003-October/025094.html
I was able to compile spandsp (./configure ; make ; make install),
"manually" patched asterisk apps/Makefile (/usr/src/asterisk/apps), as the
supplied patch does not fit the actual CVS apps/Makefile
After make clean ; make install, I
2004 Aug 22
1
Spandsp - opencall.org offline
Please can someone send me the .tar.gz file of spandsp, the site is
offline and i didn't find it anywhere!
Thanxxxx!
Roland Zagler
mailto:r.zagler@fog.at
@fog smart partners
2004 May 28
2
spandsp wont compile.
I can't get spandsp to compile. when I go to the */apps directory i
continually fails.
Makefile:80: warning: overriding commands for target `app_rxfax.so'
Makefile:77: warning: ignoring old commands for target `app_rxfax.so'
cc -fPIC -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
undeclared here (not in a function)
make: ***
2007 Aug 07
6
Which spandsp & unicall version to use with 1.2?
Hi all,
Anyone have an idea which version of spandsp, libunicall, libmfcr2,
libsupertone, app_rxfax/app_txfax and chan_unicall I should use for the
latest asterisk 1.2?
Would that be the ones listed below?
http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre4.tgz
http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/
2004 Apr 26
3
spandsp Makefile.patch
OK...I pulled down spandsp 0.0.1k today and followed the instructions.
However, I'm not seeing a Makefile.patch anywhere. I've looked through
the last few months of messages and haven't found any reference to it
missing for anyone else either...so...what am I messing up here?
Thanks.
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jul 17
1
Using a group variable for a groupofextension to dial
Actually doing both sounds good to me. Can you explain further about
ringing them all at once?
Here is how I tried to make mine work and failed...
{global}
PHONES0=SIP/2000
PHONES1=SIP/2001
[local]
exten => 6001,1,Dial(${PHONES0&PHONES1),20,trf)
When I dial 6001 I see my debugger tell me that I am using the wrong
syntax.
Do you know the correct syntax for ringing them all at once?
I
2007 Jul 24
3
rxFAX core dumps
Hi Everyone...
I am running Asterisk 1.2.22 on Debian "Etch". I installed it from
sources. I have also installed tiff-v3.6.0, spandsp-0.0.3. and downloaded
http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_rxfax.c
http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_txfax.c
and a Digium TDM card with 4 FXO ports
When my dialplan
2004 Jul 20
10
Installing X100P
I attempted to install an X100P card but it was not correctly recognized
by my Redhat 9 install. I had a test install running without any cards
which was working great minus the outward dialing since no cards
existed. Now that I have a card, I want to add it to the system. Do I
have to scratch the whole current install in order to get the X100P
running on my system or is there a way to get it
2004 Jul 17
1
Using a group variable for a group ofextension to dial
That could be it. What I want to do is set a group of callers and have
the event cause the phone to ring them in order. I will tie it to my
IVR portion and thus I can make sure peole in sales get calls based on
our hierarchy in the office. So if I am reading your example right the
syntax is....
Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf)
Is that a valid way to cause
2005 Mar 28
3
Debugging Asterisk in GDB (DDD)
Hi,
I am running Asterisk on Fedora Core 3. I am trying to use DDD to debug Asterisk. However, when I attach the debugger to the Asterisk Process, the Asterisk CLI promt hangs. Does not give any output, and Asterisk stops processing calls...
What could be wrong and what is the best way to debug Asterisk...?
Appreciate pointers..
Thx a lot,
J
---------------------------------
Do you
2006 Jan 22
6
spandsp Error
I cannot see it!!!!
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps'
Makefile:103: *** missing separator. Stop.
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps'
make: *** [depend] Error 1
Makefile:
93 install: all
94
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp
But when I try to patch the Makefile it gives this error
[root@pbxmilkshake apps]# patch < apps_makefile.patch
patching file Makefile
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 41 (offset -6 lines).
Hunk #2 FAILED at 67.
is it ok to go on
2007 Aug 28
9
Fax Problems with SpanDSP
Hi list,
I'm running current SpanDSP
http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre6.tgz
with Asterisk 1.2.22 somewhat successfully.
Most Fax machines do work but I have problems with people having
Tobit FaxWare and Shamrock CapiFax.
http://www.tobit.com/login/mrd.asp?CategoryID=120
http://www.shamrock.de/
I've got black bars over the pages. In Tobit some content is Ok,
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
***************
*** 41,50 ****
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo
"app_zapras.so app_meetme.so app_flash.so a
pp_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo
"app_zapras.so app_meetme.so app_flash.so a
pp_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then