Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forward internal analog fax line to external fax

Status
Not open for further replies.

richi23

IS-IT--Management
Jun 16, 2005
74
0
0
CA
Hi,

I need to temporarly forward an internal analog fax line that's on DN 3350 to an external fax line. Please let me know the steps to follow.

I've already found some information on threat798-1195855

You'll have to out the DN on the analog line first then:

johnpoole (Programmer) 23 Feb 06 14:43
faster and cleaner..

out the analog

new
acd
1234
maxp 1
ncfw 9xxxxxxxx

that is a perm forward from 1234 to the out side number 9xxxxxx and it lives past a power cycle... the forward sequence is not the same in all pbx's ld 57 prt ffc all and you will see the forward code. use the maxp 1 acd for a sure fix

is it on ld 23? and what do you mean by "out the analog"?

Thank you,
 
print the TN of 3350 than,
LD 10
REQ:OUT
TYPE:500
TN:XX-X-XX-XX(TN of 3350)
than build it in LD 23 like John said.
 
Thanks,

And what do i need to do to get the fax line back on DN 3350 after?
 

LD 10 or 20
Copy profile from an existing FAX Line/Extn

LD 23
REQ OUT
ACD 3350

LD 10/20
REQ CPY 1
TYPE 500
TN (Copying From)

TOTN (Previously)
DN 3350

Cheers!!
 
I tried to send a fax from another analog fax line but instead of being forwarded to the number defined in the ACD build, I was forwarded to the resceptionist at our front desk.

I've built the ACD with NCFW 9514xxxxxxx

Do you have any idea how to fix this?
 
If you are on-site you can use the Remote Call Forward feature from any phone.

First check if RCFA exists:
LD 21
PRT
FFC_DATA

if RCFA and RCFD shows a code it has to work.
If not create these codes for example:
LD57

REQ chg
TYPE FFC
CUST 0
FFCT
CODE RCFA
RCFA *22 (or any combination you like)
CODE RCFD
RCFD #22 (or any combination you like)
..

Configure the analogue fax TN:
LD 10
CLS CFXA
SCPW 3350
FTR CFW 11

Activate Remote Call Forward by dialing: '*22 3350 3350 9externalnumber #'
in LD codes dial: 'RCFA SCPW DN outsideline externalnumber #'
De-activate by dialing: '#22 3350 3350 #'
in LD codes dial: 'RFCD SCPW DN #'

This works for any digital or analogue number, and no further programming action is required..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top