Displaying 10 results from an estimated 10 matches for "calledfax".
Did you mean:
calledf
2009 Nov 11
1
Unable to execute
...cripts/mailfax "" "" "" "" "" ""'
I tried changing the permissions to the mailfax script but Asterisk still can?t execute the script.
The macro is the following:
[macro-faxreceive] exten => s,1,Set(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID}) exten => s,2,Set(EXTEMAIL=${MACRO_EXTEN}/xEmail) exten => s,3,NoOP() exten => s,4,Set(EXTNAME=${MACRO_EXTEN}/xName) exten => s,5,NoOP() exten => s,6,Set(EXTCOMPANY=${MACRO_EXTEN}/xCompany) exten => s,7,nvfaxdetect(${FAXFILE}.tif) exten => s,103,Set(EXTMAIL=hsalvar...
2008 Jan 14
0
Help needed for Fax2Email with Welltech FXO 3804
...y extension.conf:
[incoming_28345474]
; 8862100 is the hotline number of the Welltech 3804
;
exten => 8862100,1,NoOp(${CALLERID(num)})
exten => 8862100,2,Wait(1)
exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)})
include => fax2emailstart
[fax2emailstart]
exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; me
exten => 3000,2,Answer
exten => 3000,3,Macro(fax2emailservice)
exten => 3001,1,SetVar(CALLEDFAX=${EXTEN}) ; dave
exten => 3001,2,Answer
exten => 3001,3,Macro(fax2emailservice)
exten => h,1,System(/var/lib/asterisk/scripts/fax2emailservice
"${CALLERIDNUM...
2008 Jan 27
1
rxfax does not work (anymore)
...***********************
;
exten => 8862100,1,NoOp(${CALLERID(num)})
exten => 8862100,2,Background(if-u-know-ext-dial)
exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)})
exten => h,1,hangup()
include => fax2emailstart
include => local
[fax2emailstart]
exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; tm.ronald at gmail.com
exten => 3000,2,Answer
exten => 3000,3,Macro(fax2emailservice)
exten => h,1,System(/var/lib/asterisk/scripts/fax2emailservice
"${CALLERIDNUM}" "${CALLEDFAX}" "${EXTNAME}" "${EXTEMAIL}" "${FAXFILE}"
&...
2005 Mar 11
0
Receiving faxes via SIP
...39; in context 'from-Sipmedia2'
extensions.conf
[from-Sipmedia2]
;second line in or Fax line
exten => s,1,Answer
exten => fax,2,Goto(fax,2901,1)
[fax]
exten => 2901,1,Macro(faxreceive)
exten => h,1,System(/var/lib/asterisk/scripts/mailfax "${CALLERIDNUM}" "${CALLEDFAX}" "${EXTNAME}" "${EXTEMAIL}" "${FAXFILE}" "${EXT
COMPANY}")
[macro-faxreceive]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID})
exten => s,2,SetVar(EXTMAIL=chris@address)
exten => s,3,NoOP()
exten => s,4,Set...
2005 Mar 24
2
rxfax trouble on bristuffed capi
...; s,3,SetVar(EXTNAME=Michiel)
exten => s,4,SetVar(EXTCOMPANY=vanbaak)
exten => s,5,Answer()
exten => s,6,rxfax(${FAXFILE}.tif)
; This is our fax line
[fax]
exten => 3424XXXXX,1,Macro(faxreceive)
exten => h,1,System(/var/lib/asterisk/scripts/faxmail "${CALLERIDNUM}"
"${CALLEDFAX}" "${EXTNAME}" "${EXTEMAIL}" "${FAXFILE}" "${EXTCOMPANY}")
; This comes in from the ISDN lines.
; Where do we want to go today ;)
[remote]
;my fax
exten => 3424XXXXX,1,SetVar(CALLEDFAX=${EXTEN})
exten => 3424XXXXX,2,Goto(fax,${EXTEN},1)
Can any...
2005 Jun 01
1
rxfax problems - cont.
...00:10:22 DEBUG[16900]: chan_zap.c:4242 zt_read: DTMF digit: 7 on
Zap/10-1
Jun 2 00:10:23 DEBUG[16900]: chan_zap.c:4242 zt_read: DTMF digit: 8 on
Zap/10-1
Jun 2 00:10:23 DEBUG[16900]: chan_zap.c:1384 zt_enable_ec: No
echocancellation requested
-- Executing SetVar("Zap/10-1", "CALLEDFAX=*1078") in new stack
-- Executing Answer("Zap/10-1", "") in new stack
Jun 2 00:10:23 DEBUG[16900]: chan_zap.c:2484 zt_answer: Took Zap/10-1 off
hook
-- Executing Goto("Zap/10-1", "fax|*1078|1") in new stack
-- Goto (fax,*1078,1)
-- Exec...
2005 Jun 05
0
RXFax and Hangup context Question.
...(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID})
exten => s,2,SetVar(EXTEMAIL=${FAXTOEMAIL})
exten => s,3,SetVar(EXTNAME=YourName)
exten => s,4,SetVar(EXTCOMPANY=YourCompany)
exten => s,5,RxFax(${FAXFILE}.tif)
exten => h,1,System(/usr/local/bin/faxmail "${CALLERIDNUM}" "${CALLEDFAX}"
"${EXTNAME}" "${EXTEMAIL}" "${FAXFILE}" "${EXTCOMPANY}")
This is the example that i'm following.
I have in the original context (where the call comes in)
context = fax, priority 1, macro-faxreceive
should i just create a generic context [faxrec...
2005 Aug 12
0
three questions
...eone has simple example config files for using asterisk as a
gateway between SIP/internal extensions and PSTN ?
3) I've set up fax receiving and sending it to email
[fax]
exten => 1,1,Macro(faxreceive)
exten => h,1,System(/var/lib/asterisk/mailfax "${CALLERIDNUM}"
"${CALLEDFAX}" "${EXTNAME}" "${EXTMAIL}" "${FAXFILE}" "${EXTCOMPANY}")
but CALLERIDNUM always empty
any suggestions ?
P.S. I'm not expecting answers with full sescriptions if my questoins
are already answered - just give me the link to this page.
2010 Mar 17
2
Asterisk as a skinny/sccp "client"?
I wonder if Asterisk's skinny/sccp channel driver could be used as a
"client" to register with a Cisco PBX. That is, along with a SIP
client, say, have Asterisk and said SIP client stand in for a Cisco
phone, or an IP Communicator.
Anyone done this?
Cheers,
b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...#TE110P - 30 canale ISDN - MEDIASAT(momentan)
span=3,1,0,ccs,hdb3,crc4
indclear=49-63,65-79
fcshdlc=64
#TDM400P - 4 porturi FXO
fxsks=80-83
-----------------------------
extensions.conf
-----------------------------
[macro-faxreceive]
exten =>
s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID})
exten => s,2,rxfax(${FAXFILE}.tif)
[macro-stdexten]
;exten => s,1,Dial(${ARG2},120,t)
;exten => s,2,Goto(s-${DIALSTATUS},1)
;exten => s,105,Goto(nothere,s,1)
exten => s-NOANSWER,1,Voicenail(u${ARG1})
exten => s-NOANSWER,2,Goto(nothere,s,1)
exten => s-BUSY,2,Got...