Personal Notes File

Warning
Your version (02.00) is out of date. Supported version is: 02.02.

Autodial... Command

Purpose

The Autodial command is used to dial a phone number from the currently selected card.

To use this feature you need to either have a dial-up modem connected to your PC or have the tel: schema configured correctly in your PC.

Autodial dialog box

To dial a phone number

  1. Position the insertion point somewhere in the number you want to dial from the notes information area.
  2. From the Card menu choose Autodial.... The Setup dialog box opens.
  3. Use the controls in the Autodial tab to make modifications in your dialing preferences. These are explained below:
    1. In the International calls group box specify your own country code (for example, this will be 1 for U.S., 44 for U.K., and 90 for Turkey). Enter also the prefix (the carrier code) which is needed to make international calls.
    2. In the Long-distance calls group box specify your own area code (for example, this will be 212, 332, 347, 646, 718, 917, or 929 for New York City; 20 for London; 212 or 216 for İstanbul). Enter also the prefix (the carrier code) which is needed to make long-distance calls.
    3. If you are behind a PBX, in the To access an outside line group box enter the number(s) you need to dial in order to access an outside line (for example, you can use 9w at work and nothing at home). For the meaning of special characters (like w) in a dial string, look at the AT command set of your modem.
    4. In the Modem group box specify the Port name and Port number to which your modem is connected. For example, if your modem is connected to COM1 or I/O Port A of your PC, select COM and specify 1. For COM2 or I/O Port B of your PC, specify 2 for port number. For USB, Bluetooth, or Infrared (IrDA) connections this may be 3, 4, or a larger number (see below). For Linux, instead of COM, the Port name is either ttyS or ttyUSB (see below).

      For Dial type select Tone or Pulse. If you are not sure what to choose, just test with Tone and if this does not work choose Pulse.

      If you select the special name TEL in Port name, then you can dial the number directly on your phone using the action defined for The tel: URI for Telephone Numbers in your Windows or Linux system. In this case, the Port number and Dial type is irrelevant and is disabled.

      All the above options are specific to a computer, so they are saved in user configuration when you click OK.

    5. In the Characters in phone numbers group box, you need to give your preferences about how you format phone numbers in your Notes File. The characters To be ignored (the default is only the space character) are characters that are embedded in phone numbers, but have no other meaning except to improve readability. The characters Used as separators (the default is parentheses) are characters delimiting country codes and area codes (if present) from the phone numbers. Examples are given below.

      The modifications you do in this group are saved in your notes file when you click OK.

  4. The Original phone number is a string selected from your card containing the phone number to be dialed including (possibly) the country and area code. This string is selected as follows: Starting from the cursor position a string including the numerals 0 to 9 plus the characters given above (Characters in phone numbers) is searched. This string must contain at least three digits. If end of card is reached before locating such a string, the search starts from the top of the card.
  5. The Number to be dialed is obtained after applying the rules detailed below. If you want, you can edit this number.
  6. To dial that number click on the Dial! button. A message will be displayed. Pick up the phone and click OK only after dialing is complete.

Phone numbers in your Personal Notes File can be saved in various formats:

555 1234just the phone number
(212) 555 1234area code, plus phone number
(90) (212) 555 1234country code, plus area code, plus phone number

NOTEFILE will try to match your country and area code and then remove unneeded parts. For example, assume that:

My country code: 90
Use dial prefix: 0
My area code: 212
Use dial prefix: 0
Characters to be ignored: <space>
Characters used as separators: ()

In this case:

Phone number in your Notes File: Number to be dialed:
(90) (212) 555 1234-222/3 5551234
(90) (111) 555 1234-222/3 0 111 5551234
(11) (212) 555 1234-222/3 0 0 11 212 5551234
(11) (111) 555 1234-222/3 0 0 11 111 5551234
(212) 555 1234-222/3 5551234
(111) 555 1234-222/3 0 111 5551234
555 1234-222/3 5551234

Here, 90 or 11 is the country code and 111 or 212 is the area code in the original phone number; 555 1234 is the phone number; and 222/3 are some extra numbers we want to be ignored. In this example, if you include the hyphen / minus (-) character in the Characters to be ignored, then the phone number will include the 222 string also.

To find out which port your modem is connected

Windows

  1. From Windows Start menu select Programs | Windows Administrative Tools | Computer Management, then go to the Device Manager under System Tools and click on Modems or just select Phone and Modem from Windows Control Panel.
  2. There should be an entry for your modem under Modems. Right click on it and select Properties.
  3. Go to the Modem tab and look at the port name at the top. This should be something like COMx.
  4. Enter the number x in the Port number input box of the Modem group box of NOTEFILE (while COM is selected in the Port name drop-down list box).

Linux

  1. Open a Terminal and run the command sudo dmesg | grep -e ttyS -e ttyUSB.
  2. Files like ttySx and/or ttyUSBx should be listed. If there are more than one, you should make an educated guess or try each one.
  3. Select the appropriate Port name and enter the number x in the Port number input box of the Modem group box of NOTEFILE.

To access a serial port, the Linux user that is running NOTEFILE should have write permission to it. In Ubuntu, this can easily be done by adding the current user to the dialout group: sudo addgroup your_user dialout. You may have to log out and then log back in for this change to take effect.

Troubleshooting modem problems

Normally, you should hear the dialing sound from your modem and you should click OK only after dialing is complete. If this does not happen and your modem does not dial the number, it is a good idea first to locate your modem as described above in Windows and then go to the Diagnostics tab and click on the Query Modem. This may solve some initialization problems you may have with your modem on Windows.

If you enter wrong Port number in the Autodial tab of NOTEFILE you will get errors like File not found Access denied, Disk full, or something else. In this case, please double check the modem port name and number. The port number is generally a single digit number, but in some configurations it may be a double digit number.

Keyboard shortcut

F8

Prompt messages

Dialing number... After number dialing finishes, please pick up the telephone and click OK.
After clicking the Dial! button, NOTEFILE will try to dial the displayed number. You should wait a few seconds while trying to hear the dial sound coming from your modem. When the above message is displayed, please wait until the dial sound is complete, then pick up your phone headset and click OK. Note that, this message does not appear if you are using TEL in Port name.