#This is an example configuration file. 
#These are the numbers to dial.

# A way to add numbers in here. You could write a small program like this:
#
# #include <stdio.h>
# void main()
# {
#    register int i;
# 
#    for (i = 0; i < 2344; i += 2)
#	printf("555-%.4d\n", i);
# }
# Compile that and run it as: theprog > config-file..you will now
# be able to dial all even numbers, and skip the odds. This is how
# you can generate a list to scan, if the country's dialing format
# isn't supported

# Now start some misc. numbers (that don't really exist, don't call them)
555-5436          # Just showing that you can use comments after 
                  #    the phone number as well 
555-1234          # The dogs number
1-801-555-1234    # Someone's bbs
1-800-234-4444    # AOL porno distrib.

#Some strange numbers ;)
234-456454564-65565-2344 # Just to show you can enter different sizes
                         # because not all countries have the same 
                         # format.

5555555,,,,,,,,0*,,,123  # To show you can enter things relating to a 
                         # a pager. Allow two things from this:
			 #  You can't use #..it's interpretted as a
			 #  comment, but after the timeout the modem will
			 #  hangup and the message will be sent.
			 #  Secondly, the modem won't detect a connect
			 #  so this will slow it down, because it won't
			 #  hangup until the timeout.
