Displaying 20 results from an estimated 31 matches for "in_fax".
Did you mean:
ifax
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} ${CALLERIDNAM...
2004 Dec 21
5
AMP - Fax Detections
...,1)
exten => s,9,GotoIf($[${intype} = GRP]?10:11) ; If INCOMING starts
with GRP, then assume its a ring group
exten => s,10,Goto(ext-group,${INCOMING:4},1)
exten => s,11,Goto(${INCOMING},s,1) ; not EXT or GR1
- it's an auto attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[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} --...
2006 Apr 19
0
Receiving Faxes...
....digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Christian Gr?ger
Sent: mardi 18 avril 2006 21:08
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Receiving Faxes...
Hi,
I am experimenting with receiving faxes in asterisk:
exten => in_fax,1,Macro(faxreceive)
exten => in_fax,2,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
- ${FAXFILE}.pdf)
exten => in_fax,3,system(cp ${FAXFILE}.pdf
/var/www/faxes/${CALLERID(number)}.pdf)
exten => in_fax,4,system(mime-construct --to mail@server --subject "Fax
from ${CALLERID(n...
2005 Feb 28
2
Fax Failing
...round("Zap/2-1", "custom/aa_1") in new stack
-- Playing 'custom/aa_1' (language 'en')
-- Redirecting Zap/2-1 to fax extension
== Spawn extension (aa_1, fax, 0) exited non-zero on 'Zap/2-1'
-- Executing Goto("Zap/2-1", "ext-fax|in_fax|1") in new stack
-- Goto (ext-fax,in_fax,1)
-- Executing GotoIf("Zap/2-1", "1?2:analog_fax|1") in new stack
-- Goto (ext-fax,in_fax,2)
-- Executing Macro("Zap/2-1", "faxreceive") in new stack
-- Executing SetVar("Zap/2-1",
&...
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
2005 Sep 06
2
Going crazy with FAX :-(
...1-1 to fax extension
Sep 6 11:05:22 DEBUG[10750]: Scheduling timer at 0 sample intervals
Sep 6 11:05:22 VERBOSE[10750]: == Spawn extension (from-2299-reghours, fax,
0) exited non-zero on 'Zap/1-1'
Sep 6 11:05:22 VERBOSE[10750]: -- Executing Goto("Zap/1-1", "ext-fax|
in_fax|1") in new stack
Sep 6 11:05:22 VERBOSE[10750]: -- Goto (ext-fax,in_fax,1)
Sep 6 11:05:22 DEBUG[10750]: Expression is '1'
Sep 6 11:05:22 VERBOSE[10750]: -- Executing GotoIf("Zap/1-1",
"1?2:analog_fax|1") in new stack
Sep 6 11:05:22 VERBOSE[10750]: -...
2005 Jan 26
1
Inbound analog Telco line not answered
...en => s,9,GotoIf($[${intype} = GRP]?10:12) ; If INCOMING starts with
GRP, then assume its a ring group
exten => s,10,Wait(3)
exten => s,11,Goto(ext-group,${INCOMING:4},1)
exten => s,12,Goto(${INCOMING},s,1) ; not EXT or GR1 - it's an auto
attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[from-pstn-reghours-nofax]
exten => s,1,SetVar(intype=${INCOMING})
exten => s,2,Cut(intype=intype,-,1)
exten => s,3,GotoIf($[${intype} = EXT]?4:5) ; If INCOMING starts with EXT,
then assume its an extension
exten => s,4,Goto(ext-local,${INCOMING:4},1)
exten =...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...0,Wait(3)
exten => s,11,Goto(ext-group,${INCOMING:4},1)
exten => s,12,GotoIf($[${intype} = QUE]?13:15)
exten => s,13,Wait(3)
exten => s,14,Goto(ext-queues,${INCOMING:4},1)
exten => s,15,Goto(${INCOMING},s,1) ; not EXT or GR1 - it's an auto attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[from-pstn-reghours-nofax]
exten => s,1,SetVar(intype=${INCOMING})
exten => s,2,Cut(intype=intype,-,1)
exten => s,3,GotoIf($[${intype} = EXT]?4:5) ; If INCOMING starts with EXT, then
assume its an extension
exten => s,4,Goto(ext-local,${INCOMING:4},1)
exten =&...
2005 Jan 18
0
AMP and Asterisk PSTN extension config
...,1)
exten => s,9,GotoIf($[${intype} = GRP]?10:11) ; If INCOMING starts with GRP, then assume its a ring group
exten => s,10,Goto(ext-group,${INCOMING:4},1)
exten => s,11,Goto(${INCOMING},s,1) ; not EXT or GR1 - it's an auto attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[from-pstn-reghours-nofax]
exten => s,1,SetVar(intype=${INCOMING})
exten => s,2,Cut(intype=intype,-,1)
exten => s,3,GotoIf($[${intype} = EXT]?4:5) ; If INCOMING starts with EXT, then assume its an extension
exten => s,4,Goto(ext-local,${INCOMING:4}...
2010 Jan 19
0
Detecting incoming faxes and forwarding to phone fax machine
..._dahdi.c: -- Redirecting
DAHDI/7-1 to fax extension
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: == Spawn extension
(ext-did, fax, 1) exited non-zero on 'DAHDI/7-1'
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Executing
[fax at ext-did:1] Goto("DAHDI/7-1", "ext-fax,in_fax,1") in new stack
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Goto
(ext-fax,in_fax,1)
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Executing
[in_fax at ext-fax:1] StopPlayTones("DAHDI/7-1", "") in new stack
[2010-01-19 10:29:26] VERBOSE[14688] pbx.c: -- Exec...
2006 Jan 08
1
spandsp, rxfax, TDM400/zaptel, missed frames, any help?
...f the fax. I get logs that
look what's included below.
>From reading the list, it looks like this is caused by the TDM card
missing frames. Does that sound correct? If so, is there any relief in
sight?
Thanks for the help.
Ben
Jan 8 21:47:53 VERBOSE[17842] logger.c: -- Goto (ext-fax,in_fax,2)
Jan 8 21:47:53 VERBOSE[17842] logger.c: -- Executing
Macro("Zap/3-1", "faxreceive") in new stack
Jan 8 21:47:53 VERBOSE[17842] logger.c: -- Executing
SetVar("Zap/3-1", FAXFILE=/var/spool/asterisk/fax/1136774870.55.tif")
in new stack
Jan 8 21:47:53 VE...
2005 Sep 28
0
Trying to cut out the paper work...
...f on Zap/1-1
Sep 28 13:31:59 VERBOSE[14709]: -- Redirecting Zap/1-1 to fax extension
Sep 28 13:31:59 VERBOSE[14709]: == Spawn extension
(from-pstn-reghours, fax, 0) exited non-zero on 'Zap/1-1'
Sep 28 13:31:59 VERBOSE[14709]: -- Executing Goto("Zap/1-1",
"ext-fax|in_fax|1") in new stack
Sep 28 13:31:59 VERBOSE[14709]: -- Goto (ext-fax,in_fax,1)
Sep 28 13:31:59 DEBUG[14709]: Expression is '1'
Sep 28 13:31:59 VERBOSE[14709]: -- Executing GotoIf("Zap/1-1",
"1?2:analog_fax|1") in new stack
Sep 28 13:31:59 VERBOSE[14709]: -...
2006 Apr 18
6
T1 to cross connect remote PBX and asterisk
Looking for someone with a successful experience similar to this;
I have a need to cross connect a 3COM NBX PBX PRI interface to asterisk,
but over a long distance. We do not need any IP connectivity and the
solution requires G.711u audio so there is no benefit to using IP.
Has anyone here successfully cross connected any PBX PRI interface
expecting NI2 PRI signaling B8ZS/ESF with an
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
2006 Jan 18
0
get only GHOST fax
...ll from '7612022801'
to '1209259' on channel 0/1, span 1
Jan 18 09:27:18 DEBUG[9093]: Enabled echo cancellation on channel 1
...
Jan 18 09:27:18 VERBOSE[9101]: -- Goto (fagroup,1209259,1)
Jan 18 09:27:18 VERBOSE[9101]: -- Executing Goto("Zap/1-1", "ext-fax
in_fax|1") in new stack
Jan 18 09:27:18 VERBOSE[9101]: -- Goto (ext-fax,in_fax,1)
Jan 18 09:27:18 VERBOSE[9101]: -- Executing SetVar("Zap/1-1",
"FAXFILE=/var/spool/asterisk/fax/asterisk-8952-1137572838.0.tif") in new stack
Jan 18 09:27:18 VERBOSE[9101]: -- Executing Rx...
2005 Jul 13
3
Meet Me Configuration
I am trying to configure MeetMe so that external callers can enter the
conference rooms after an IVR menu. I have created Conf rooms for all
internal Ext's with a prefix of 8. When I call into the system from my
vonage trunck the IVR picks up but will not let me dial a conf room. It
tells me it is a invalid extension.
Can anyone help with a sample conf on this?
Thanks,
RC
2006 Mar 12
1
Calls from PSTN , answering, When transfered get Hungup 'Zap/1-1'
...rom-pstn
[from-pstn]
include => from-pstn-custom ;
create this context in extensions_custom.conf to
include customizations
include => ext-did
include => from-pstn-timecheck ; this has to
be included otherwise it overrides ext-did
exten => fax,1,Goto(ext-fax,in_fax,1)
**************extensions_additonal.conf*******************
contatins
[ext-local]
include => ext-local-custom
exten => 299,1,Macro(exten-vm,novm,299)
exten => 299,hint,SIP/299
exten => 326,1,Macro(exten-vm,novm,326)
exten => 326,hint,SIP/326
exten => 327,1,Macro(exten-vm,novm,...
2006 Nov 08
1
Delay between DTMF Down & Detected Digit
...xt-queues,700,1)
exten => t,1,Goto(ext-queues,300,1)
exten => i,1,Playback(invalid)
exten => i,n,Goto(loop,1)
exten => loop,1,Set(LOOPCOUNT=$[${LOOPCOUNT} + 1])
exten => loop,n,GotoIf($[${LOOPCOUNT} > 2]?hang,1)
exten => loop,n,Goto(ivr-3,s,begin)
exten => fax,1,Goto(ext-fax,in_fax,1)
; end of [ivr-3]
Nov 8 11:13:53 VERBOSE[24018] logger.c: -- Accepting call from
'XXXXXXXXXX' to 's' on channel 0/7, span 1
Nov 8 11:13:53 DEBUG[24018] chan_zap.c: Enabled echo cancellation on
channel 7
...
Nov 8 11:13:58 DEBUG[3561] chan_zap.c: Exception on 23, channel 7...
2006 Mar 17
0
asterisk configurations
...rom-pstn
[from-pstn]
include => from-pstn-custom ; create this context
in extensions_custom.conf to include customizations
include => ext-did
include => from-pstn-timecheck ; this has to be included
otherwise it overrides ext-did
exten => fax,1,Goto(ext-fax,in_fax,1)
In the file extensions_custon.conf I added this:
[from-pstn-custom]
exten => _.,1,AGI(agenda,${CALLERIDNUM})
My problem is that agi-bin "agenda" is called but when it ended
Asterisk don't continue executing any command. If I use s instead of
_., all works ok, but agenda is no...
2007 May 23
0
IVR Loop on invalid input
...tory,s,1)
exten => t,1,Goto(ext-local,4600,1)
exten => i,1,Playback(invalid)
exten => i,n,Goto(loop,1)
exten => loop,1,Set(LOOPCOUNT=$[${LOOPCOUNT} + 1])
exten => loop,n,GotoIf($[${LOOPCOUNT} > 2]?hang,1)
exten => loop,n,Goto(ivr-2,s,begin)
exten => fax,1,Goto(ext-fax,in_fax,1)
; end of [ivr-2]
Is this a dialplan issue? Or, is it tied to other DTMF issues we are having
across asterisk boxes with iax2?
Larry Fitzsimons
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/atta...