similar to: Application rxfax missing ?

Displaying 20 results from an estimated 2000 matches similar to: "Application rxfax missing ?"

2006 Feb 06
3
SV: callback script?
Thanks. I'm able to getting the asterisk calling back to my cellphone. But when I get to the authentication I get this message when I start to dial in my password: NOTICE[5178]: rtp.c:509 ast_rtp_read: Unknown RTP codec 96 received Is this a DTMF failure of some sort? Thanks again. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com
2006 Feb 14
3
Developing a call centre app. Communication with asterisk?
Hi there. We're going to develop a call centre app for internal use in our office. The call centre is probably going to be a java-based client installed on a windows machine that our secretary can use. Features should be a way to see incoming calls, answer them, and then transfer the calls to our different users/groups/divisions. If it also could be possible to have a way to see if the user
2006 Feb 21
2
Fromstring when sending e-mail on recieved voicemail
Hi. I'm having trouble controlling the user info when sending e-mails from asterisk via sendmail to a Microsoft exchange server. When I receive the email the sender is always "asterisk@TheDomainISpecify.com" and the name of the sender is always "Added by portage for asterisk". I want to change both sender-address and the name of the sender. I'm using Gentoo for my
2005 Jun 07
3
rxfax not answering
Hello i would like to receive incoming faxes thru' asterisk as tiff files thru' the rxfax application. I setup extensions 101 like this exten=> 101,1,rxfax(/tmp/fax.tif) then from CLI i run: dial 101 and rxfax send me his "scream" about the fax ^^ instead when i send a real fax from a faxmachine to that extension my 101+rxfax is executed but it just "does
2007 Jan 16
1
Asterisk, SpanDSP and RXFax
Hey All, I am attempting to get the RXFax app working and having a hell of a time of it. I am hoping that some of you fine folks can help me out. I have installed Asterisk v1.2.14, SpanDSP v0.0.2pre26 and app_rxfax. All compiled and installed fine. When I attempt to call the extension I have created for receiving fax's then I get the following error once just as the rxfax
2008 Apr 16
1
Hangup conundrum with RxFAX
Heres something that's making me scratch my head... I'm using RxFAX on ISDN lines and in-general it's going well. However, there seems to be a case when the fax doesn't get delivered, but looking through the CDRs it seems that the call happened, RxFAX was executed .. time passed (1-2+ minutes) then hangup. I'm wondering if some FAX machines just hangup after the call
2005 Aug 16
2
TxFax -> RxFax on same machine hangs
Hi, I noticed a strange behaviour: Faxing using spandsp (TxFax) from my asterisk box to my old, common fax machine at home works fine. Faxing from the same box to my office pc-fax (Hylafax) also worke fine. Receveiving faxes on my asterisk box using spandsp (RxFax) also works fine. It is a PSTN number connected to the digium card of that asterisk box. Then I faxed from my asterisk box (TxFax)
2005 May 31
1
rxfax application - doesn't work properly
hi, I am on fax-to-email system, basically taken from http://www.voip-info.org/wiki-Asterisk+Fax+to+email well, it seems that asterisk causes some problems so that it is impossible to send any fax. I.e. when I try to send a fax to asterisk (rxfax application): normalFax--->FXS(TDM400P)--->Asterisk(RxFax) it breakes up the trasmission at the beginning of sending page. The code given by
2008 Apr 04
1
rxfax crashes Asterisk (segmentation fault)
Hi, I am using spandsp-0.0.4, tiff-3.8.2, and agx-ags-addon with Asterisk 1.4.18. Everytime rxfax executes, Asterisk crashes: -- Executing [fax at phones:1] Set("Zap/2-1", "FAXFILE=/var/spool/asterisk-fax/1207322398.0.tif") in new stack -- Executing [fax at phones:2] RxFAX("Zap/2-1", "/var/spool/asterisk-fax/1207322398.0.tif") in new st ack [Apr 4
2004 Jun 17
1
Blank faxes with RxFAX
Hello All, I have downloaded and installed spandsp and downloaded rxfax, etc and rebuilt asterisk with app_rxfax. I have added the following to my extensions.conf: [macro-faxreceive] ; ${ARG1} - sendto e-mail exten => s,1,Wait(2) exten => s,2,Answer exten => s,3,SetVar(FAXFILE=/var/spool/asterisk-fax/fax-${MACRO_EXTEN}-${TIMESTAMP}) exten => s,4,SetVar(EMAILADDR=${ARG1}) exten =>
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
2005 Mar 28
1
spandsp rxfax under Linux 2.6 w/TDM400?
Hi, I have got my Asterisk server running with TDM400 card (2xFXO & 2xFXS). I originally had the system configured with a Panasonic fax machine on one of the extensions. Due to the high volume of fax spam, I figured it would be a much better idea to capture the faxes as TIF or PDF files to minimize wasted paper, etc. I have downloaded, compiled and installed spandsp and can see the rxfax
2004 Jul 27
2
Using rxfax over SIP
I have no analog line interfaces on my asterisk system, but I do have two UK 0870 numbers routed to two separate VoIP accounts (one with FWD, one with gossiptel). Asterisk is configured to register with these accounts. I get voice calls through just fine this way. I thought I could get one of these 0870 numbers to route through to rxfax, thus allowing folks to fax me directly. I've set up
2005 Sep 05
4
sending fax
[outgoing-fax] exten => _0XXXXXXXXX,1,SetVar(NumberCalled=${EXTEN}) exten => _0XXXXXXXXX,2,Wait(10) exten => fax,1,SetCallerid(${FAX_CALLERID}) exten => fax,2,Dial(Zap/g1/${NumberCalled},60) exten => fax,3,Hangup exten => t,1,Busy exten => i,1,Busy -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2006 May 02
1
SV: How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Yeah I do use ring groups at the moment. But the problem is that I can't control "the flow". Let's take your example. dial(SIP/dev1&SIP/dev2&SIP/dev3) If I dial these 3 numbers, and dev2 is already one the phone. How do I check for that? I only want one of the three phones active at the time. But if no telephone is busy, they all should ring until the call is
2006 Nov 20
3
Spandsp rxfax txtax fails no errors
I'm using Slackware 11. I unistalled the package that provides libtiff 3.8..... and installed the most current 3.7.... for lib tiff. I downloaded asterisk 1.4 beta3 and the 1.4 beta2 addons and untared them. created a simlink: ln -s asterisk-1.4.0-beta3 asterisk I've compiled spandsp from as follows cd /usr/src wget
2005 Sep 29
4
Calling voicemail from external phone.
Hey. How would I set up my dialplan if a user wants to call its voicemail from an external phone? I'm thinking of getting the user to enter its mailbox number. Something like this: 1. User calls the dedicated voicemail number. 2. Phone prompts for mailbox number. 3. Voicemail(${mailboxnr}@context) Thanks.
2008 Dec 12
2
docs for rxfax in 1.4 or app_fax in 1.6?
I just want to pdf and email faxes coming in over pstn on a TDM400P. Outgoing faxes would just go out over pstn, not through asterisk. All the voipinfo , etc, howto's are quite complicated. And most use third party apps like Hylafax. I thought there was a rxfax and txfax in 1.4. And 1.6 had app_fax. I'm now using 1.4.22, but I'd go to 1.6 if it made this easier. But I've
2008 Sep 08
1
Help about the Rxfax on asterisk
Hi all, I have a trixbox2.6.1 on my one server, i have configured sangoma A200/Remora FXO/FXS Analog AFT card on that server, from my zap line the incoming faxes are coming, i have setup the did for zap channel. my question is when i am getting any faxes, asterisk shows me rxfax execution and suddently asterisk crashes and i can't get email notification for received faxes. any one help me
2005 Jul 13
2
SpanDSP rxfax, no tiff.
Hello, Let me start by saying I have checked the wiki and the archives and did find some relative information. I tried the suggestions in those threads, but still have the same problem. I'm using the CVS Asterisk from July 11, 2005. Redhat FC2 SpanDSP 0.0.2pre18 Libtiff 3.5.7 Digium PCI card 1 FXO, 1FXS. I have a single POTS line coming, but I have 2 numbers and am using