Chapter 12: Programming Examples
133
4.
Confirm the telephone number. If it is not confirmed, go back to step 3.
5.
Give the caller the fax document selections and allow him to make more than one
selection. In this example, the documents are named TECH1, TECH2, and TECH3 to
represent technical reports #1 through #3. The files are stored in C:\FAX.
Mailbox 1000
’s Extension field is programmed to ask the caller for his area code and
store the DTMF tones entered by the caller as the variable %S1. Next it says the numbers
that were entered by the caller so the caller can confirm, reenter, or exit the faxback
routine.
Extension Field:
@R(G1,%S1,20)P(G2)P(%S1)M(G3,2,30)
DND:
OFF
Store Messages: NO
Greeting 1:
Please enter the area code of your fax machine now.
Greeting 2:
You entered area code:
Greeting 3:
If this area code is correct, press 1 now.
If this area code is not correct and you want to re-enter it,
press 2 now.
If you do NOT want to have documents faxed to you,
press 3 to exit.
Menu 1:
1001
Menu 2:
1000
Menu 3:
991
Mailbox 1001
’s Extension field contains the tokens that determine whether or not the
entered area code is local (assuming that the local area code is 714). If the area code is not
local, it stores the long distance dialing digit '1' in the variable %S0.
Extension Field:
@I(%S1,=,'714',1002)=(%S0,'1')G(1003)
DND:
OFF
Store Messages: NO
If the area code is local,
mailbox 1002
’s Extension field sets both the long distance dialing
string and the area code string to '' (the empty string).
Extension Field:
@=(%S0,'')=(%S1,'')G(1003)
DND:
OFF
Store Messages: NO
Mailbox 1003
’s Extension field contains the tokens that request the fax telephone number
and stores it in the variable %S2.
Extension Field:
@R(G1,%S2,40)P(G2)P(%S2)M(G3,2,30)
DND:
OFF
Store Messages: NO
Greeting 1:
Please enter the telephone number for your fax machine now.
Greeting 2:
You entered the fax telephone number:
Greeting 3:
If this fax telephone number is correct, press 1 now.
If this number is not correct and you want to re-enter it,
press 2 now.
If you do NOT want to have documents faxed to you,
press 3 to exit.
Menu 1:
1004
Menu 2:
1003
Содержание [email protected] Version 3.xx
Страница 1: ...Installing AmAndA Work Place Version 3 xx Installer s Guide Edition 7 01...
Страница 4: ...iv Installing Amanda Work Place...
Страница 60: ...52 Installing Amanda Work Place...
Страница 68: ...60 Installing Amanda Work Place...
Страница 132: ...124 Installing Amanda Work Place...
Страница 150: ...142 Installing Amanda Work Place...
Страница 156: ...148 Installing Amanda Work Place...
Страница 194: ...186 Installing Amanda Work Place...
Страница 206: ...198Installing Amanda Work Place...