home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / momaphon.zip / Moma.Cfg next >
Text File  |  2003-01-16  |  2KB  |  64 lines

  1. ; Moma.Cfg
  2.  
  3. ; ----------------------------------------------------------------------------
  4. ; COM Port where your phone is connected to the computer
  5. Port 1
  6.  
  7. ; ----------------------------------------------------------------------------
  8. ; Leave this at 19200, should work with all phones. Larger values won't 
  9. ; make the program faster. If you have problems try 9600
  10. Baud 19200
  11.  
  12. ; ----------------------------------------------------------------------------
  13. ; don't mess with the following two delay tokens
  14. Delay1 20
  15. Delay2 0
  16.  
  17. ; ----------------------------------------------------------------------------
  18. ; Default phonebook to use at startup, can be changed in the program.
  19.  
  20. ; FD = SIM fix-dialing phonebook',
  21. ; SM = SIM phonebook',
  22. ; ME = ME phonebook',
  23. ; DC = ME Dialled Calls List',
  24. ; ON = SIM (or ME) own numbers (MSISDNs) list',
  25. ; LD = SIM last-dialling phonebook',
  26. ; MC = ME missed (unanswered received) calls list',
  27. ; RC = ME received calls list'
  28. ; Default is SM
  29. ; PhoneBook SM
  30. PhoneBook ON
  31.  
  32. ; ----------------------------------------------------------------------------
  33. ; Set 'LogFile' to 1 to log all transfer data to 'me45.log'. Set to 0 to
  34. ; disable loging.
  35. ; Default is 0
  36. LogFile 1
  37.  
  38. ; Set 'AnonLog' to 1 to remove names and numbers from the log file. 
  39. ; To enable full name and number log set to 0
  40. ; Default is 0
  41. AnonLog 1
  42.  
  43. ; Set 'PhoneInfo' to 1 to show the PhoneInfo window right after program
  44. ; startup.
  45. ; Set this to 0 to show the main menu right after program startup.
  46. ; Default is 1
  47. PhoneInfo 1
  48.  
  49. ; ----------------------------------------------------------------------------
  50. ; Colors, comment for default values
  51. ;ColorNormal    143
  52. ;ColorNormalHi1 142
  53. ;ColorNormalHi2 142
  54. ;ColorInvers    78
  55. ;ColorEdit      15
  56. ;ColorHelp      47
  57. ;ColorHelpHi    46
  58. ;ColorEditWin   159
  59. ;ColorEditWinHi 158
  60. ;ColorError     79
  61. ;ColorErrorHi   78
  62.  
  63. ; end of file
  64.