Displaying 20 results from an estimated 23 matches for "fax_rx".
2004 Dec 21
5
AMP - Fax Detections
...y have AMP running and everything else is working great.
Installed the spandsp patches and software... using the default AMP
extensions.conf, I start sending a fax, I hear it pick up and transfer
to voicemail after 20s.
Fax is set for system... Here is the detail from the extensions.conf
[global]
FAX_RX = system
[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} =
disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is
disabled, then jump to from-pstn-nofax - else continue
exten => s,2,Answer
exten => s,3,Wait(1)
exten => s,4,SetVar(intype=${INCOMING})
exten => s,5,Cu...
2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro
--- start snip ---
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachmen...
2005 Jul 08
1
Serial port DTMF Caller-ID reciever /w scripts for X100P/X101P/Clones....
...it
will get the caller id
information collected by my cid daemon and return to asterisk in the
CALLERID variable.
get_cid.pl should be but in asterisk agi-bin directory, and the
following modifications should
be implemented in extensions.conf:
[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} =
disabled]?from-pstn-reghours-nofax,s,1:2)
exten => s,2,Answer
exten => s,3,agi,getcid.pl
;exten => s,3,Wait(1)
[from-pstn-afthours]
exten => s,1,GotoIf($[${FAX_RX} =
disabled]?from-pstn-afthours-nofax,s,1:2)
exten => s,2,Answer
exten => s,3,agi,getcid.pl
;exten=> s,3...
2005 Jan 26
1
Inbound analog Telco line not answered
...DE} =
forcereghours]?from-pstn-reghours,s,1:)
exten => s,2,GotoIf($[${IN_OVERRIDE} =
forceafthours]?from-pstn-afthours,s,1:)
exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1:)
exten => s,4,Goto(from-pstn-afthours,s,1)
[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2)
; if fax detection is disabled, then jump to from-pstn-nofax - else continue
exten => s,2,Answer
exten => s,3,Wait(1)
exten => s,4,SetVar(intype=${INCOMING})
exten => s,5,Cut(intype=intype,-,1)
exten => s,6,GotoIf($[${intype} = EXT]?7:9)...
2007 Jan 29
0
Dropped call issue with IAX Trunking
...utside VoIP IAX trunks to the internal
switches.
On the Ottawa server, I have an extension 2502 which has a PSTN number on
the PRI of 419 993 2502. On the tandem, it's definition looks like this:
>From the Emabarq PRI, it looks like
[ext-did-custom]
exten => _41999325[0-1][0-9],1,Set(FAX_RX=disabled)
exten => _41999325[0-1][0-9],n,Macro(dialout-trunk,7,${EXTEN:6},,)
exten => _41999325[0-1][0-9],n,Macro(outisbusy,)
exten => 2502,1,Set(FAX_RX=disabled)
exten => 2502,n,Macro(dialout-trunk,7,${EXTEN},,)
exten => 2502,n,Macro(outisbusy,)
Trunk 7 is an IAX trunk between ta...
2009 Dec 30
2
CID not working.
...ot;, "") in new stack
[Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at from-pstn:3]
ExecIf("DAHDI/1-1", "1 |Set|CALLERID(name)=") in new stack
[Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at from-pstn:4]
Set("DAHDI/1-1", "FAX_RX=disabled") in new stack
[Dec 30 06:36:16] VERBOSE[2715] logger.c: -- Executing [s at from-pstn:5]
Set("DAHDI/1-1", "__CALLINGPRES_SV=allowed_not_screened") in new stack
*My chan_dahdi.conf file is as like this.*
vim /etc/asterisk/chan_dahdi.conf
[channels]
language=e...
2005 Jan 18
0
AMP and Asterisk PSTN extension config
...DE} = forcereghours]?from-pstn-reghours,s,1:)
exten => s,2,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-afthours,s,1:)
exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1:)
exten => s,4,Goto(from-pstn-afthours,s,1)
[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is disabled, then jump to from-pstn-nofax - else continue
exten => s,2,Answer
exten => s,3,Wait(1)
exten => s,4,SetVar(intype=${INCOMING})
exten => s,5,Cut(intype=intype,-,1)
exten => s,6,GotoIf($[${intype} = EXT]?7:...
2006 May 26
1
Not able to make any calls
...obals]
VM_PREFIX = *
RINGTIMER = 15
REGTIME = 7:55-17:05
REGDAYS = mon-fri
RECORDEXTEN = ""
PARKNOTIFY = SIP/200
OUT_2 = IAX2/fwd
OUT_1 = ZAP/g0
OUTPREFIX_2 =
OUTMAXCHANS_2 = 1
OUTCID_2 = mithunafila<672648>
OPERATOR =
NULL = ""
IN_OVERRIDE = forcereghours
INCOMING = GRP-1
FAX_RX_EMAIL = fax@mydomain.com
FAX_RX = system
FAX =
Eabhijit = SIP
E9002 = SIP
E9001 = SIP
E8002 = SIP
E8001 = SIP
DIRECTORY_OPTS =
DIRECTORY = last
DIAL_OUT_1 = 9
DIAL_OUT = 9
DIAL_OPTIONS = tr
DIALOUTIDS = 1/2/
CALLFILENAME = ""
AFTER_INCOMING =
[ext-did]
include => ext-did-custom
exten...
2010 Jan 19
0
Detecting incoming faxes and forwarding to phone fax machine
..._DID=s") in new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:2] ExecIf("DAHDI/7-1", "1 ?Set(CALLERID(name)=8009806858)) in
new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:3] Set("DAHDI/7-1", "FAX_RX=117") in new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:4] Set("DAHDI/7-1", "FAX_RX_EMAIL=jwinder at logicalsi.com") in
new stack
[2010-01-19 10:29:25] VERBOSE[14688] pbx.c: -- Executing
[s at ext-did:5] Answer("DAHDI/7-1"...
2010 Jan 05
5
CallerID on Indian PSTN is not working.
...ot;, "") in new stack
[Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at from-pstn:3]
ExecIf("DAHDI/1-1", "1 |Set|CALLERID(name)=") in new stack
[Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at from-pstn:4]
Set("DAHDI/1-1", "FAX_RX=disabled") in new stack
[Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at from-pstn:5]
Set("DAHDI/1-1", "__CALLINGPRES_SV=allowed_not_screened") in new stack
[Jan 5 18:15:04] VERBOSE[9986] logger.c: -- Executing [s at from-pstn:6]
SetCallerPres("DAH...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...OVERRIDE} = forcereghours]?from-pstn-reghours,s,1
exten => s,2,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-afthours,s,1
exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1
exten => s,4,Goto(from-pstn-afthours,s,1)
[from-pstn-reghours]
exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if
fax detection is disabled, then jump to from-pstn-nofax - else continue
exten => s,2,Answer
exten => s,3,Wait(1)
exten => s,4,SetVar(intype=${INCOMING})
exten => s,5,Cut(intype=intype,-,1)
exten => s,6,GotoIf($[${intype} = EXT]?7:9) ;...
2008 Mar 10
2
About CID with DTMF in Asterisk
...[Mar 10 16:26:07] VERBOSE[9274] logger.c: -- Executing
[s at from-trunk:4] NoOp("Zap/4-1", "CallerID is "" <>") in new stack
37.
[Mar 10 16:26:07] VERBOSE[9274] logger.c: -- Executing
[s at from-trunk:5] Set("Zap/4-1", "FAX_RX=disabled") in new stack
38.
[Mar 10 16:26:07] VERBOSE[9274] logger.c: -- Executing
[s at from-trunk:6] Goto("Zap/4-1", "ivr-2|s|1") in new stack
39.
[Mar 10 16:26:07] VERBOSE[9274] logger.c: -- Goto (ivr-2,s,1)
Its my zapata.conf
[channels]
;;Gener...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2009 Feb 23
1
Inbound call to IVR drops after 21 seconds?
...01-b763ce60", "1
|Set|CALLERID(name)=310-456-0987") in new stack
-- Executing [310-456-7890 at from-trunk:3]
Ringing("SIP/202.101.202.101-b763ce60", "") in new stack
-- Executing [310-456-7890 at from-trunk:4]
Set("SIP/202.101.202.101-b763ce60", "FAX_RX=disabled") in new stack
-- Executing [310-456-7890 at from-trunk:5]
Set("SIP/202.101.202.101-b763ce60", "FAX_RX_EMAIL=Email at Address.com")
in new stack
-- Executing [310-456-7890 at from-trunk:6]
Set("SIP/202.101.202.101-b763ce60",
"__CALLINGPRES_SV=all...
2007 Jan 29
0
Rxfax and txfax
...ter type
app_rxfax.c:281: error: too many arguments to function 'fax_init'
app_rxfax.c:284: warning: assignment discards qualifiers from pointer
target type
app_rxfax.c:287: warning: assignment discards qualifiers from pointer
target type
app_rxfax.c:304: warning: passing argument 1 of 'fax_rx' from
incompatible pointer type
app_rxfax.c:307: warning: passing argument 1 of 'fax_tx' from
incompatible pointer type
app_rxfax.c:344: warning: passing argument 1 of 'fax_release' from
incompatible pointer type
app_rxfax.c:350: warning: implicit declaration of function
'LO...
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2006 Apr 30
1
newbie-too much latency
...Ring Begin)...
Apr 30 10:28:34 NOTICE[3051] chan_zap.c: Got event 2 (Ring/Answered)...
Apr 30 10:28:34 VERBOSE[3051] logger.c: -- Executing Set("Zap/4-1", "FROM_DID=s") in new stack
Apr 30 10:28:34 VERBOSE[3051] logger.c: -- Executing Set("Zap/4-1", "FAX_RX=disabled") in new stack
Apr 30 10:28:34 VERBOSE[3051] logger.c: -- Executing Answer("Zap/4-1", "") in new stack
Apr 30 10:28:34 DEBUG[3051] chan_zap.c: Took Zap/4-1 off hook
Apr 30 10:28:34 DEBUG[3051] chan_zap.c: Enabled echo cancellation on channel 4
Apr 30 10...
2008 Apr 05
3
iaxmodem + hylafax w/ DID routing
hi folks.
i'm experimenting with iaxmodem + hylafax using DID to determine
where to send the fax to it's final destination. however i have
difficulties passing the DID information from iaxmodem to
hylafax.
in extensions.conf:
exten => _XXXX,1,Dial(IAX2/iaxmodem0/${EXTEN}|20|r)
exten => _XXXX,n,Dial(IAX2/iaxmodem1/${EXTEN}|20|r)
exten => _XXXX,n,Busy
exten => _XXXX,n,Hangup
2006 Nov 05
1
asterisk DTMF detection
...ode:TE cause:16 ocause:16 rad: cad:
P[ 4] --> info_dad: onumplan: dnumplan:0 rnumplan: cpnnumplan:0
P[ 4] --> caps:Audio 3.1k pi:3 keypad: sending_complete:1
-- Executing Set("mISDN/4-1", "FROM_DID=9298") in new stack
-- Executing Set("mISDN/4-1", "FAX_RX=disabled") in new stack
-- Executing Goto("mISDN/4-1", "ivr-4|s|1") in new stack
-- Goto (ivr-4,s,1)
-- Executing Set("mISDN/4-1", "LOOPCOUNT=0") in new stack
-- Executing Set("mISDN/4-1", "__DIR-CONTEXT=default") in new s...
2006 Apr 03
0
Anybody success using Asterisk 1.2.6 and SpanDSP 0.0.3 pre 6?
...le type for argument 2 of `strcmp'
app_rxfax.c:242: error: invalid operands to binary -
app_rxfax.c:242: error: incompatible type for argument 2 of `strncmp'
app_rxfax.c:284: warning: passing arg 1 of `fax_init' from incompatible
pointer type
app_rxfax.c:307: warning: passing arg 1 of `fax_rx' from incompatible
pointer type
app_rxfax.c:310: warning: passing arg 1 of `fax_tx' from incompatible
pointer type
app_rxfax.c:327: warning: passing arg 1 of `fax_tx' from incompatible
pointer type
app_rxfax.c:368: warning: passing arg 1 of `fax_release' from
incompatible pointe...