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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect line 1 to an external number

Status
Not open for further replies.

gtc123

Technical User
Mar 30, 2011
30
US
I have a CICS 7.0 that crashed. Replaced with the same. We had a button labeled night mode, when pressed it would redirect our line 1 (POTS line) to an external number. Any one know how I would set that up again?
 
It depends what the button used to do. I can think of three possibilities:
[ul]
[li]Line Redirection (from the system)[/li]
[li]Call Forward (from the system)[/li]
[li]Call Forward (from the CO)[/li]
[/ul]

In the first case, Line Redirection, you would program a button with the Line Redirection feature (Feature 84). Once it is done, you would press the button, press an outgoing line button, dial the number where to redirect the calls and finally press the line button to be redirected.

In the second case, Call Forward, you would program a button with the Call Forward feature (Feature 4). Once it is done, you would press the button, dial the destination code where to forward the calls and finally press the OK softkey.

In the third case, Call Forward from the CO, you would program an external autodial button with a code (for example, *72) that turns on the feature at the CO. You would also include a pause (Feature 78) and the number where to forward the call.
 
Ask them do they recall what it said on the display????
Did they press Line 1 then that button?
Or was line 1 in its own pool?

If so they may have had an external auto dial.
Line 1 in Pool X
Feature * 1, press button, dial X-*BB - AAA-YYY-YYYY
When button pressed it dials X (line pool) grabs line 1 and dials the carriers forward code (*BB) then 10 digit phone number (AAA-YYY-YYYY).



=----(((((((((()----=
curlycord

small-logo-sig.png

Toronto Canada
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top