Instruction d'utilisation Nordic Star Products 4.3A

Instruction d'utilisation pour le dispositif Nordic Star Products 4.3A

Dispositif: Nordic Star Products 4.3A
Catégorie: Dispositif multifonctionnel
Fabricant: Nordic Star Products
Dimension: 0.43 MB
Date d'addition: 5/10/2014
Nombre des pages: 62
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Nordic Star Products 4.3A. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Nordic Star Products 4.3A.

Pour votre confort

Si regarder l'instruction Nordic Star Products 4.3A directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Nordic Star Products 4.3A en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Nordic Star Products 4.3A sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Nordic Star Products 4.3A Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 62 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Nordic Star Products 4.3A - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Nordic Star Products 4.3A. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

XFAX
User’s Guide 4.3a
Nordic Messaging Technologies, Sweden, http://www.nordicmessaging.se, info@nordicmessaging.se

Résumé du contenu de la page N° 2

Contents 1. Overview .....................................................................................................6 2. Installation ...................................................................................................8 3. Configuring the software.............................................................................9 3.1 Keywords ............................................................................................9 3.2 Environment variables ....................

Résumé du contenu de la page N° 3

14.1 Commands.......................................................................................36 14.1.1 faxadm....................................................................................36 14.1.2 fax2bmp .................................................................................36 14.1.3 fax2hp.....................................................................................36 14.1.4 faxclean .................................................................................

Résumé du contenu de la page N° 4

15.1.32 FAXNO................................................................................49 15.1.33 FLOW ..................................................................................49 15.1.34 FONTDIR ............................................................................49 15.1.35 GROUP ................................................................................49 15.1.36 HTTP_ENABLE..................................................................49 15.1.37 HTTP_PORT ........

Résumé du contenu de la page N° 5

15.1.82 T30_RTC .............................................................................56 15.1.83 T30_PAGELENGTH...........................................................56 15.1.84 TONE...................................................................................56 15.1.85 USE_SHM ...........................................................................56 15.1.86 USER_FILE.........................................................................56 15.1.87 WAIT_FOR_TONE..............

Résumé du contenu de la page N° 6

Overview 1. Overview The fax system is constructed in accordance with a client-server principle, with a fax host that is run in the background and a number of client programs that the user utilizes to communicate with the host. Faxmaster, as the fax server is known, keeps order in the user’s fax queues, checks authorizations, gives the user status information etc. In order to receive information from the faxmaster and give instructions to it, programs such as faxlogon, faxsend, faxq, faxrm etc.

Résumé du contenu de la page N° 7

Overview XFAXDIR Directory for the configuration files (default is /etc/xfax) SPOOLDIR Directory for messages in the outgoing queue (default is /usr/spool/xfax) BINDIR Directory for the executables (default is /usr/bin) Some important files: XFAXDIR/config Configuration file XFAXDIR/stats Statistics file XFAXDIR/LCK.faxmaster The faxmaster lock file that indicates the faxmaster is running XFAX - User’s Guide 4.3a 7

Résumé du contenu de la page N° 8

Installation 2. Installation The software is distributed in a tar archive, which extracts into a temporary directory, /tmp/xfax. After the extraction you run a installation script, /tmp/xfax/ INSTALL, which asks questions about your configuration and then puts every- thing in its right place. Go to the root directory cd / Extract the archive, xfax42aix.tar for AIX for example tar xvf xfax42aix.tar Execute the installation script sh /tmp/xfax/INSTALL Check the installation by running faxmaster -v

Résumé du contenu de la page N° 9

Configuring the software 3. Configuring the software The behavior of XFAX is mainly controlled by a number of keywords used in the configuration file, config. You can alter the way XFAX acts by modifying config and then restart faxmaster. You restart the faxmaster by finding the process id, kill the process and then start the daemon again. Do not use the –9 option when killing the faxmaster process. 3.1 Keywords To use a new keyword in the configuration file add the keyword, preferably at the en

Résumé du contenu de la page N° 10

Configuring the software 3.3 Adding actions You can tell faxmaster that it should execute a specific script or program after a fax has been sent or could not be sent. This could be useful if you want to update your own database or similar and is done by using the EXECUTE_AFTER_SEND keyword in the configuration file: EXECUTE_AFTER_SEND=/usr/local/bin/faxafter The specified program will be called with a number of parameters. 3.4 XFAX and multiple fax devices To use multiple fax devices, or fax lin

Résumé du contenu de la page N° 11

Configuring the software XFAX - User’s Guide 4.3a 11

Résumé du contenu de la page N° 12

Sending a fax 4. Sending a fax Many of the fax messages that are sent are of a very simple nature. They may involve confirmation of an agreed time, an order, cancellation or similar, which only takes up a couple of lines. In such cases it should be possible, by means of a simple manipulation, to send just such a fax from the command line or from your favourite word processor, with the minimum of work on the part of the user. The system can convert text files with the HP Laserjet PCL commands - t

Résumé du contenu de la page N° 13

Sending a fax # cat price list | faxsend 7586535 -or # faxsend 7586535 -

Résumé du contenu de la page N° 14

Sending a fax This sends the file news.txt to the recipients who are shown in the file customer- fax. If this method is used then only one copy of the fax file is saved, plus a small control file per recipient, which means that a minimum of hard disk space is taken up. 4.4 Scheduled transmissions A particular time for transmission can be given by using the parameter -t with the time as an argument. E.g.: # faxsend -t 12:18 7586535 letter which means that the file letter is put in the queue for t

Résumé du contenu de la page N° 15

Sending a fax with a cover sheet, in a simple way. The user is requested to feed in the recipi- ent’s fax number, name and company, and then a page with this is created and the sender’s (your) information plus a message which can be entered in. You can also add files that are to be sent after the introductory cover sheet. This is useful if you wish, for example, to send a price list that is stored in a file to a prospec- tive customer together with a few polite words. You can also set up a telep

Résumé du contenu de la page N° 16

Sending a fax always give the area code, e.g. in the telephone book, without any problems aris- ing during transmission. Thus it is only necessary to give: # cat newsletter | faxsend - It must be borne in mind that the text that contains the document codes must come up as ASCII text, even when printing out. If, for example, a font in Win- dows is used which is not in the printer, screen data will be generated for the text from the font descriptions in Windows. An XFAX cannot interpret this. The

Résumé du contenu de la page N° 17

Sending a fax LOCAL_ZONE Gives the zone that should be used when the area code is not included in the telephone number, i.e. with local calls. E.g.: LOCAL_ZONE=LOCALLY AREA_CODES<...> Here one area code is given per line and to which zone the area code belongs. E.g. AREA_CODES< 08LOCAL 031AREA 3 009ABROAD 0091USA > The codes above (AREA 3 etc.) are arbitrary and can be changed, see also below under ZONES. It is worth noting that the system goes through all area codes each time and if several lin

Résumé du contenu de la page N° 18

Receiving faxes 5. Receiving faxes Receiving a fax is simpler than sending one. It does not require any special effort by the user. The faxmaster receives faxes in the background and sends a message to the system administration and possibly other users when this is done. The fax is placed in a queue for received faxes and can be printed out with the command faxprint. What is also necessary is that the reception function is included in your license agreement and that the keywords SEND_ONLY are no

Résumé du contenu de la page N° 19

Handling faxes 6. Handling faxes The fax system contains a number of commands for handling faxes and fax queues. A description is given below of what can be done by using these com- mands. Generally, commands are run which affect a fax using the fax’s ID num- ber as an argument. The ID number can be found with the aid of the command faxq. 6.1 Fax queues The system separates faxes into four different queues, which can be shown by giving the parameters shown below as an argument to the command fax

Résumé du contenu de la page N° 20

Handling faxes INTR Transmission interrupted UNKN Unspecified error Numerical error codes above 20 means that a failure has occurred during fax data transmission. Some examples of error code intervals: 20-39 Handshaking before the page failed 40-49 Fault in the transferring of data 50- Handshaking after the page failed 6.2 Reschedule a fax Outgoing faxes that are awaiting transmission can be “given a push”, i.e. the transmission time can be set to the current time, by using the parameter -n to f


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Nordic Star Products MFC-3420C Manuel d'utilisation Dispositif multifonctionnel 1
2 Nordic Star Products MFC-3820CN Manuel d'utilisation Dispositif multifonctionnel 0
3 Sony HK-PSU01 Manuel d'utilisation Dispositif multifonctionnel 4
4 Sony FO-2080 Manuel d'utilisation Dispositif multifonctionnel 2
5 Sony PFV-SP3100 Manuel d'utilisation Dispositif multifonctionnel 12
6 Sony UP-DR80MD Manuel d'utilisation Dispositif multifonctionnel 43
7 Sony UP-D23MD Manuel d'utilisation Dispositif multifonctionnel 59
8 Sony MX-C400P Manuel d'utilisation Dispositif multifonctionnel 1
9 Sony DPPSV55 Manuel d'utilisation Dispositif multifonctionnel 9
10 AGFA 1815 Copier Manuel d'utilisation Dispositif multifonctionnel 5
11 AGFA 1 Manuel d'utilisation Dispositif multifonctionnel 23
12 Agilent Technologies 03561-90010 Manuel d'utilisation Dispositif multifonctionnel 3
13 Philips MWE1221T Manuel d'utilisation Dispositif multifonctionnel 6
14 Philips LASERMFD LFF 6020 Manuel d'utilisation Dispositif multifonctionnel 34
15 Adcom GFA-5500 Manuel d'utilisation Dispositif multifonctionnel 8