I'm new to Python and need to do a (low level, I think) telephony
project ( POTS, all local calling)  in WinXp.
  1. Fetch phone number from my ASCII data.
  2. Dial (always a local number) phone (through USRobotics 56K? ).
  3. Ask @3 questions to called phone number. Y/N   Y/N   Y/N
  4. Save answers to ASCII file.
  5. Say 'Thanks', hang up.
  Repeat till eof()
And...I've not seen any telephony books in/for Python.  Any and all
help, suggestions, directions, etc. would be *GREATLY* appreciated.
    
   TIA

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to