Problem to Solve
Posted: Thu Aug 10, 2006 5:22 pm
Bill,
I purchased the NeoSpeech "Kate" voice today and I love it!
However, here's my problem:
I receive calls from telemarketers every evening from Las Vegas. When the script ends and the call is deleted, the line hangs. I have to exit Ascendis and restart it in order to reset. I would like for it to reset immediately after the script deletes the call. If I were not here, it would just sit there until the program is exited!
What could be the cause of this?
________________________________________________________
I'm using the following script for new calls:
// LANGUAGE=DWS
if CallInfo.Rings = 2 then
begin
PhoneSound('Noservice.wav');
HangUp;
DeleteCall;
LogActivity('Hanging up on ' + CallInfo.Name);
end;
Here is the Activity Log:
8/9/06 08:48:29 PM - Shutting down
8/9/06 08:51:44 PM - Started
8/9/06 08:51:44 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/9/06 08:51:44 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/9/06 09:23:13 PM - Shutting down
8/10/06 04:11:52 AM - Started
8/10/06 04:12:04 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 04:12:04 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 04:12:38 AM - Started
8/10/06 04:12:38 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 04:12:38 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 04:12:39 AM - Shutting down
8/10/06 08:09:05 AM - Shutting down
8/10/06 08:09:51 AM - Started
8/10/06 08:09:52 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 08:09:52 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 08:26:29 AM - Hangup only works when a call is in progress
8/10/06 08:26:29 AM - Hanging up on Jane Doe
8/10/06 08:27:07 AM - Started
8/10/06 08:27:07 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 08:27:07 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 08:28:43 AM - Hanging up on GA COLUMBUS
8/10/06 10:09:03 AM - Hanging up on GA COLUMBUS
8/10/06 04:37:11 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:42:24 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:42:30 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:43:32 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:44:38 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:45:43 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:46:14 PM - Script problem: More arguments expected! speak Call from {Name}; [line 7, column 1]
8/10/06 04:46:52 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:47:42 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:47:48 PM - (Repeat(s) of previous message suppressed)
8/10/06 04:48:49 PM - Script problem: Invalid character (""") speak"Call from {Name}"; [line 7, column 6]
8/10/06 04:50:57 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:51:29 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:53:10 PM - Script problem: More arguments expected! speak 'Call from {Name}'; [line 7, column 1]
8/10/06 04:53:33 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 04:55:20 PM - Script problem: More arguments expected! Speak '(Call from {Name})'; [line 7, column 1]
8/10/06 04:55:49 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 05:01:21 PM - Script problem: Invalid character (""") Speak "Call from {Name}"; [line 7, column 7]
8/10/06 05:01:49 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 05:02:04 PM - Script problem: More arguments expected! Speak 'Call from (Name)'; [line 7, column 1]
8/10/06 05:02:20 PM - Script problem: End of string constant not found (end of line) ("
") end; [line 6, column 22]
8/10/06 05:03:38 PM - Script problem: Invalid character (""") speak"Call from {Name}"; [line 7, column 6]
8/10/06 05:05:57 PM - Script problem: Invalid character (""") Speak "Call from {FirstName}"; [line 7, column 7]
8/10/06 05:06:44 PM - Script problem: Invalid character (""") Speak"Call from {FirstName}"; [line 7, column 6]
8/10/06 05:07:02 PM - Invalid character (""")
8/10/06 05:07:52 PM - Script problem: Invalid character (""") Speak "The Call from {FirstName}"; [line 7, column 7]
8/10/06 05:08:12 PM - Script problem: Invalid character (""") Speak "Call from" {FirstName}; [line 7, column 7]
8/10/06 05:08:25 PM - Script problem: Invalid character (""") Speak "Call from" "{FirstName}"; [line 7, column 7]
8/10/06 05:09:09 PM - Hangup only works when a call is in progress
8/10/06 05:09:09 PM - Hanging up on Jane Doe
8/10/06 05:09:12 PM - Hangup only works when a call is in progress
8/10/06 05:09:12 PM - Hanging up on Jane Doe
8/10/06 05:10:28 PM - Script problem: Unknown name "FirstName" Speak('Call from ' + FirstName); [line 7, column 22]
8/10/06 05:10:32 PM - Script problem: Unknown name "First" Speak('Call from ' + First Name); [line 7, column 22]
8/10/06 05:10:41 PM - Script problem: Unknown name "Name" Speak('Call from ' + Name); [line 7, column 22]
8/10/06 05:10:58 PM - Script problem: Unknown name "Name" Speak('Call from' + Name); [line 7, column 21]
8/10/06 05:11:24 PM - Script problem: Unknown name "lastName" Speak('Call from' + lastName); [line 7, column 21]
8/10/06 05:11:38 PM - Script problem: Unknown name "FirstName" Speak('Call from' + FirstName); [line 7, column 21]
8/10/06 05:12:16 PM - Script problem: More arguments expected! Speak{'Call from' + FirstName); [line 7, column 1]
8/10/06 05:12:31 PM - Script problem: Unknown name "FirstName" Speak('Call from' + FirstName); [line 7, column 21]
8/10/06 05:12:51 PM - Unknown name "FirstName"
8/10/06 05:13:03 PM - Script problem: Unknown name "Name" Speak('Call from' + Name); [line 7, column 21]
8/10/06 05:13:06 PM - Unknown name "Name"
8/10/06 05:25:07 PM - Hanging up on GA COLUMBUS
8/10/06 06:42:29 PM - Shutting down
8/10/06 06:44:57 PM - Started
8/10/06 06:44:57 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 06:44:57 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 06:46:20 PM - Hangup only works when a call is in progress
8/10/06 06:47:08 PM - Hangup only works when a call is in progress
8/10/06 06:49:09 PM - Hangup only works when a call is in progress
8/10/06 06:57:59 PM - Hangup only works when a call is in progress
8/10/06 06:58:37 PM - No call is in progress -- routing PhoneSound through computer speakers
8/10/06 06:58:42 PM - Hangup only works when a call is in progress
8/10/06 07:01:56 PM - Hangup only works when a call is in progress
8/10/06 07:03:18 PM - Hangup has not completed after 30078 milliseconds
8/10/06 07:03:18 PM - Hanging up on NV LAS VEGAS
8/10/06 07:05:51 PM - tLine finalization: s_listCalls <> 0
8/10/06 07:05:51 PM - Shutting down
8/10/06 07:06:00 PM - Started
8/10/06 07:06:00 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 07:06:00 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
Here is the Line Monitor Log:
08/10/2006 19:06:00.671 - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
08/10/2006 19:06:00.671 - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
08/10/2006 19:06:00.671 -
08/10/2006 19:06:00.906 - Found 7 lines
08/10/2006 19:06:00.906 -
08/10/2006 19:06:00.906 - Info for line 0:
08/10/2006 19:06:00.906 - Name = BCM V.92 56K Voicemodem
08/10/2006 19:06:00.906 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_PASSTHROUGH
08/10/2006 19:06:00.906 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE, LINEMEDIAMODE_DATAMODEM
08/10/2006 19:06:00.906 - Addresses = 1
08/10/2006 19:06:00.906 - attempting open with media mode [LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE] and privilege [LINECALLPRIVILEGE_MONITOR, LINECALLPRIVILEGE_OWNER]
08/10/2006 19:06:00.968 - Handle = $10099
08/10/2006 19:06:00.968 - Port Name = "COM3"
08/10/2006 19:06:00.968 - Device id = $0
08/10/2006 19:06:00.968 - Opened line id 0
08/10/2006 19:06:00.968 - Opened line id 0 (TBRTapiLineList)
08/10/2006 19:06:00.968 -
08/10/2006 19:06:00.968 - Info for line 1:
08/10/2006 19:06:00.968 - Name = RAS PPPoE Line0000
08/10/2006 19:06:00.968 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.968 - Media modes = LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.968 - Addresses = 1
08/10/2006 19:06:00.968 - Will NOT open line id 1 because options say to skip it
08/10/2006 19:06:00.968 -
08/10/2006 19:06:00.968 - Info for line 2:
08/10/2006 19:06:00.968 - Name = RAS VPN Line 0
08/10/2006 19:06:00.968 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.968 - Media modes = LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.968 - Addresses = 1
08/10/2006 19:06:00.968 - Will NOT open line id 2 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 3:
08/10/2006 19:06:00.984 - Name = WAN Miniport (L2TP)
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 3 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 4:
08/10/2006 19:06:00.984 - Name = LPT1T
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 4 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 5:
08/10/2006 19:06:00.984 - Name = IPCONF LINE
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 5 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 6:
08/10/2006 19:06:00.984 - Name = H323 Line
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 6 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Opened 1 of 7 lines through TAPI
08/10/2006 19:06:01.046 - Found 8 devices
Here is the Modem Log:
08-10-2006 10:08:50.859 - Recv: 0810<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>TIME=
08-10-2006 10:08:50.859 - Interpreted response: TIME
08-10-2006 10:08:50.859 - Recv: 1008<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>NMBR=
08-10-2006 10:08:50.859 - Interpreted response: NMBR
08-10-2006 10:08:50.859 - Recv: 7064649659<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>NAME=
08-10-2006 10:08:50.859 - Interpreted response: NAME
08-10-2006 10:08:50.859 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 10:08:53.671 - Recv: <cr><lf>DROF=
08-10-2006 10:08:53.671 - Interpreted response: DROF
08-10-2006 10:08:53.671 - Recv: 40<cr><lf>
08-10-2006 10:08:55.687 - Recv: <cr><lf>DRON=
08-10-2006 10:08:55.687 - Interpreted response: DRON
08-10-2006 10:08:55.687 - Recv: 20<cr><lf>
08-10-2006 10:08:56.546 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 10:08:56.546 - Interpreted response: Ring
08-10-2006 10:08:56.546 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 10:08:56.640 - TSP(0000): Answering Call
08-10-2006 10:08:56.640 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 10:08:56.640 - Answering the call.
08-10-2006 10:08:56.640 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:08:56.656 - Send: at+fclass=8<cr>
08-10-2006 10:08:56.656 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.656 - Interpreted response: OK
08-10-2006 10:08:56.671 - Send: at+vem=1<cr>
08-10-2006 10:08:56.671 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.671 - Interpreted response: OK
08-10-2006 10:08:56.687 - Send: at+vsp=1<cr>
08-10-2006 10:08:56.687 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.687 - Interpreted response: OK
08-10-2006 10:08:56.687 - TSP Completing Async Operation(0x000102b2) Status 0x00000000
08-10-2006 10:08:56.687 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 10:08:57.265 - TSP(0000): WAVE: Start Playback
08-10-2006 10:08:57.265 - Setting wave format.
08-10-2006 10:08:57.281 - Send: at+fclass=8<cr>
08-10-2006 10:08:57.281 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.281 - Interpreted response: OK
08-10-2006 10:08:57.296 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 10:08:57.296 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.296 - Interpreted response: OK
08-10-2006 10:08:57.296 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:08:57.296 - Starting wave play/record.
08-10-2006 10:08:57.312 - Send: at+fclass=8<cr>
08-10-2006 10:08:57.312 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.312 - Interpreted response: OK
08-10-2006 10:08:57.328 - Send: at+vsd=128,0<cr>
08-10-2006 10:08:57.328 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.328 - Interpreted response: OK
08-10-2006 10:08:57.343 - Send: at+vtx<cr>
08-10-2006 10:08:57.343 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 10:08:57.343 - Interpreted response: Connect
08-10-2006 10:08:58.062 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 10:09:02.796 - TSP(0000): WAVE: Stop Streaming
08-10-2006 10:09:02.796 - Ending wave play/record.
08-10-2006 10:09:02.796 - Send: <00><DLE><03>
08-10-2006 10:09:03.093 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.093 - Interpreted response: OK
08-10-2006 10:09:03.265 - TSP(0000): Dropping Call
08-10-2006 10:09:03.265 - Hanging up the modem.
08-10-2006 10:09:03.281 - Send: ATH<cr>
08-10-2006 10:09:03.281 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.281 - Interpreted response: OK
08-10-2006 10:09:03.281 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:09:03.296 - Initializing modem.
08-10-2006 10:09:03.312 - Send: AT<cr>
08-10-2006 10:09:03.312 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.312 - Interpreted response: OK
08-10-2006 10:09:03.328 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 10:09:03.328 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.328 - Interpreted response: OK
08-10-2006 10:09:03.343 - Send: ATH<cr>
08-10-2006 10:09:03.343 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.343 - Interpreted response: OK
08-10-2006 10:09:03.359 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 10:09:03.359 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.359 - Interpreted response: OK
08-10-2006 10:09:03.359 - Sending user initialization commands.
08-10-2006 10:09:03.375 - Send: at+vdr=1,10<cr><cr>
08-10-2006 10:09:03.375 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.375 - Interpreted response: OK
08-10-2006 10:09:03.375 - Waiting for a call.
08-10-2006 10:09:03.390 - Send: at+vcid=1<cr>
08-10-2006 10:09:03.406 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.406 - Interpreted response: OK
08-10-2006 10:09:03.421 - Send: ATS0=0<cr>
08-10-2006 10:09:03.421 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.421 - Interpreted response: OK
08-10-2006 10:09:03.421 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 10:09:03.421 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 10:09:03.421 - TSP Completing Async Operation(0x000102a1) Status 0x00000000
08-10-2006 10:09:03.484 - TSP(0000): Closing Call
08-10-2006 16:38:39.640 - Recv: <cr><lf>DRON=
08-10-2006 16:38:39.656 - Interpreted response: DRON
08-10-2006 16:38:39.656 - Recv: 20<cr><lf>
08-10-2006 16:38:40.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:40.484 - Interpreted response: Ring
08-10-2006 16:38:40.484 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:38:40.515 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:38:40.515 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:40.812 - Recv: <cr><lf>DATE=
08-10-2006 16:38:40.812 - Interpreted response: DATE
08-10-2006 16:38:40.812 - Recv: 0810<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>TIME=
08-10-2006 16:38:40.812 - Interpreted response: TIME
08-10-2006 16:38:40.812 - Recv: 1638<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>NMBR=
08-10-2006 16:38:40.812 - Interpreted response: NMBR
08-10-2006 16:38:40.812 - Recv: 7064649659<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>NAME=
08-10-2006 16:38:40.812 - Interpreted response: NAME
08-10-2006 16:38:40.812 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:38:43.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:43.671 - Interpreted response: DROF
08-10-2006 16:38:43.671 - Recv: 41<cr><lf>
08-10-2006 16:38:45.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:45.625 - Interpreted response: DRON
08-10-2006 16:38:45.625 - Recv: 20<cr><lf>
08-10-2006 16:38:46.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:46.484 - Interpreted response: Ring
08-10-2006 16:38:46.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:49.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:49.671 - Interpreted response: DROF
08-10-2006 16:38:49.671 - Recv: 41<cr><lf>
08-10-2006 16:38:51.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:51.625 - Interpreted response: DRON
08-10-2006 16:38:51.625 - Recv: 20<cr><lf>
08-10-2006 16:38:52.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:52.484 - Interpreted response: Ring
08-10-2006 16:38:52.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:55.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:55.671 - Interpreted response: DROF
08-10-2006 16:38:55.671 - Recv: 41<cr><lf>
08-10-2006 16:38:57.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:57.625 - Interpreted response: DRON
08-10-2006 16:38:57.625 - Recv: 20<cr><lf>
08-10-2006 16:38:58.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:58.484 - Interpreted response: Ring
08-10-2006 16:38:58.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:39:10.484 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:39:10.484 - TSP(0000): Closing Call
08-10-2006 16:39:45.953 - Recv: <cr><lf>DRON=
08-10-2006 16:39:45.953 - Interpreted response: DRON
08-10-2006 16:39:45.953 - Recv: 20<cr><lf>
08-10-2006 16:39:46.812 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:39:46.812 - Interpreted response: Ring
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:39:47.109 - Recv: <cr><lf>DATE=
08-10-2006 16:39:47.109 - Interpreted response: DATE
08-10-2006 16:39:47.109 - Recv: 0810<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>TIME=
08-10-2006 16:39:47.109 - Interpreted response: TIME
08-10-2006 16:39:47.109 - Recv: 1639<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>NMBR=
08-10-2006 16:39:47.109 - Interpreted response: NMBR
08-10-2006 16:39:47.109 - Recv: 7064649659<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>NAME=
08-10-2006 16:39:47.109 - Interpreted response: NAME
08-10-2006 16:39:47.109 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:39:49.937 - Recv: <cr><lf>DROF=
08-10-2006 16:39:49.937 - Interpreted response: DROF
08-10-2006 16:39:49.937 - Recv: 40<cr><lf>
08-10-2006 16:39:51.953 - Recv: <cr><lf>DRON=
08-10-2006 16:39:51.953 - Interpreted response: DRON
08-10-2006 16:39:51.953 - Recv: 20<cr><lf>
08-10-2006 16:39:52.812 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:39:52.812 - Interpreted response: Ring
08-10-2006 16:39:52.812 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:40:04.812 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:40:04.812 - TSP(0000): Closing Call
08-10-2006 16:42:23.609 - Recv: <cr><lf>DRON=
08-10-2006 16:42:23.609 - Interpreted response: DRON
08-10-2006 16:42:23.609 - Recv: 20<cr><lf>
08-10-2006 16:42:24.468 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:42:24.468 - Interpreted response: Ring
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:42:24.781 - Recv: <cr><lf>DATE=
08-10-2006 16:42:24.781 - Interpreted response: DATE
08-10-2006 16:42:24.781 - Recv: 0810<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>TIME=
08-10-2006 16:42:24.781 - Interpreted response: TIME
08-10-2006 16:42:24.781 - Recv: 1641<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>NMBR=
08-10-2006 16:42:24.781 - Interpreted response: NMBR
08-10-2006 16:42:24.781 - Recv: 7064649659<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>NAME=
08-10-2006 16:42:24.781 - Interpreted response: NAME
08-10-2006 16:42:24.781 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:42:27.593 - Recv: <cr><lf>DROF=
08-10-2006 16:42:27.593 - Interpreted response: DROF
08-10-2006 16:42:27.593 - Recv: 40<cr><lf>
08-10-2006 16:42:29.625 - Recv: <cr><lf>DRON=
08-10-2006 16:42:29.625 - Interpreted response: DRON
08-10-2006 16:42:29.625 - Recv: 20<cr><lf>
08-10-2006 16:42:30.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:42:30.484 - Interpreted response: Ring
08-10-2006 16:42:30.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:42:42.484 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:42:42.484 - TSP(0000): Closing Call
08-10-2006 16:47:41.125 - Recv: <cr><lf>DRON=
08-10-2006 16:47:41.125 - Interpreted response: DRON
08-10-2006 16:47:41.125 - Recv: 20<cr><lf>
08-10-2006 16:47:41.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:47:41.984 - Interpreted response: Ring
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:47:42.328 - Recv: <cr><lf>DATE=
08-10-2006 16:47:42.328 - Interpreted response: DATE
08-10-2006 16:47:42.328 - Recv: 0810<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>TIME=
08-10-2006 16:47:42.328 - Interpreted response: TIME
08-10-2006 16:47:42.328 - Recv: 1647<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>NMBR=
08-10-2006 16:47:42.328 - Interpreted response: NMBR
08-10-2006 16:47:42.328 - Recv: 7064649659<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>NAME=
08-10-2006 16:47:42.328 - Interpreted response: NAME
08-10-2006 16:47:42.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:47:45.171 - Recv: <cr><lf>DROF=
08-10-2006 16:47:45.171 - Interpreted response: DROF
08-10-2006 16:47:45.171 - Recv: 41<cr><lf>
08-10-2006 16:47:47.125 - Recv: <cr><lf>DRON=
08-10-2006 16:47:47.125 - Interpreted response: DRON
08-10-2006 16:47:47.125 - Recv: 19<cr><lf>
08-10-2006 16:47:47.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:47:47.984 - Interpreted response: Ring
08-10-2006 16:47:47.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:47:59.984 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:47:59.984 - TSP(0000): Closing Call
08-10-2006 16:58:36.187 - Recv: <cr><lf>DRON=
08-10-2006 16:58:36.187 - Interpreted response: DRON
08-10-2006 16:58:36.187 - Recv: 20<cr><lf>
08-10-2006 16:58:37.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:37.031 - Interpreted response: Ring
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:58:37.359 - Recv: <cr><lf>DATE=
08-10-2006 16:58:37.359 - Interpreted response: DATE
08-10-2006 16:58:37.359 - Recv: 0810<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>TIME=
08-10-2006 16:58:37.359 - Interpreted response: TIME
08-10-2006 16:58:37.359 - Recv: 1658<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>NMBR=
08-10-2006 16:58:37.359 - Interpreted response: NMBR
08-10-2006 16:58:37.359 - Recv: 7064649659<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>NAME=
08-10-2006 16:58:37.359 - Interpreted response: NAME
08-10-2006 16:58:37.359 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:58:40.187 - Recv: <cr><lf>DROF=
08-10-2006 16:58:40.187 - Interpreted response: DROF
08-10-2006 16:58:40.187 - Recv: 40<cr><lf>
08-10-2006 16:58:42.187 - Recv: <cr><lf>DRON=
08-10-2006 16:58:42.187 - Interpreted response: DRON
08-10-2006 16:58:42.187 - Recv: 20<cr><lf>
08-10-2006 16:58:43.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:43.031 - Interpreted response: Ring
08-10-2006 16:58:43.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:58:46.187 - Recv: <cr><lf>DROF=
08-10-2006 16:58:46.187 - Interpreted response: DROF
08-10-2006 16:58:46.187 - Recv: 40<cr><lf>
08-10-2006 16:58:47.781 - Recv: <cr><lf>DRON=
08-10-2006 16:58:47.781 - Interpreted response: DRON
08-10-2006 16:58:47.781 - Recv: 16<cr><lf>
08-10-2006 16:58:48.640 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:48.640 - Interpreted response: Ring
08-10-2006 16:58:48.640 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:59:00.640 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:59:00.640 - TSP(0000): Closing Call
08-10-2006 17:14:04.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:04.140 - Interpreted response: DRON
08-10-2006 17:14:04.140 - Recv: 20<cr><lf>
08-10-2006 17:14:05.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:05.000 - Interpreted response: Ring
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:05.296 - Recv: <cr><lf>DATE=
08-10-2006 17:14:05.296 - Interpreted response: DATE
08-10-2006 17:14:05.296 - Recv: 0810<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>TIME=
08-10-2006 17:14:05.296 - Interpreted response: TIME
08-10-2006 17:14:05.296 - Recv: 1713<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>NMBR=
08-10-2006 17:14:05.296 - Interpreted response: NMBR
08-10-2006 17:14:05.296 - Recv: 7064649659<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>NAME=
08-10-2006 17:14:05.296 - Interpreted response: NAME
08-10-2006 17:14:05.296 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:14:08.140 - Recv: <cr><lf>DROF=
08-10-2006 17:14:08.140 - Interpreted response: DROF
08-10-2006 17:14:08.140 - Recv: 40<cr><lf>
08-10-2006 17:14:10.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:10.140 - Interpreted response: DRON
08-10-2006 17:14:10.140 - Recv: 20<cr><lf>
08-10-2006 17:14:11.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:11.000 - Interpreted response: Ring
08-10-2006 17:14:11.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:22.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:22.140 - Interpreted response: DRON
08-10-2006 17:14:22.140 - Recv: 20<cr><lf>
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:14:23.000 - TSP(0000): Closing Call
08-10-2006 17:14:23.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:23.000 - Interpreted response: Ring
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:35.000 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:14:35.000 - TSP(0000): Closing Call
08-10-2006 17:16:35.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:35.343 - Interpreted response: DRON
08-10-2006 17:16:35.343 - Recv: 20<cr><lf>
08-10-2006 17:16:36.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:36.203 - Interpreted response: Ring
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:36.500 - Recv: <cr><lf>DATE=
08-10-2006 17:16:36.500 - Interpreted response: DATE
08-10-2006 17:16:36.500 - Recv: 0810<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>TIME=
08-10-2006 17:16:36.500 - Interpreted response: TIME
08-10-2006 17:16:36.500 - Recv: 1716<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>NMBR=
08-10-2006 17:16:36.500 - Interpreted response: NMBR
08-10-2006 17:16:36.500 - Recv: 7064649659<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>NAME=
08-10-2006 17:16:36.500 - Interpreted response: NAME
08-10-2006 17:16:36.500 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:16:39.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:39.343 - Interpreted response: DROF
08-10-2006 17:16:39.343 - Recv: 40<cr><lf>
08-10-2006 17:16:41.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:41.343 - Interpreted response: DRON
08-10-2006 17:16:41.343 - Recv: 20<cr><lf>
08-10-2006 17:16:42.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:42.203 - Interpreted response: Ring
08-10-2006 17:16:42.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:45.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:45.343 - Interpreted response: DROF
08-10-2006 17:16:45.343 - Recv: 40<cr><lf>
08-10-2006 17:16:47.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:47.343 - Interpreted response: DRON
08-10-2006 17:16:47.343 - Recv: 20<cr><lf>
08-10-2006 17:16:48.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:48.203 - Interpreted response: Ring
08-10-2006 17:16:48.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:51.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:51.343 - Interpreted response: DROF
08-10-2006 17:16:51.343 - Recv: 40<cr><lf>
08-10-2006 17:16:53.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:53.343 - Interpreted response: DRON
08-10-2006 17:16:53.343 - Recv: 20<cr><lf>
08-10-2006 17:16:54.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:54.203 - Interpreted response: Ring
08-10-2006 17:16:54.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:17:06.203 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:17:06.203 - TSP(0000): Closing Call
08-10-2006 17:24:53.140 - Recv: <cr><lf>DRON=
08-10-2006 17:24:53.140 - Interpreted response: DRON
08-10-2006 17:24:53.140 - Recv: 20<cr><lf>
08-10-2006 17:24:54.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:24:54.000 - Interpreted response: Ring
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:24:54.328 - Recv: <cr><lf>DATE=
08-10-2006 17:24:54.328 - Interpreted response: DATE
08-10-2006 17:24:54.328 - Recv: 0810<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>TIME=
08-10-2006 17:24:54.328 - Interpreted response: TIME
08-10-2006 17:24:54.328 - Recv: 1724<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>NMBR=
08-10-2006 17:24:54.328 - Interpreted response: NMBR
08-10-2006 17:24:54.328 - Recv: 7064649659<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>NAME=
08-10-2006 17:24:54.328 - Interpreted response: NAME
08-10-2006 17:24:54.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:24:57.140 - Recv: <cr><lf>DROF=
08-10-2006 17:24:57.140 - Interpreted response: DROF
08-10-2006 17:24:57.140 - Recv: 40<cr><lf>
08-10-2006 17:24:59.140 - Recv: <cr><lf>DRON=
08-10-2006 17:24:59.140 - Interpreted response: DRON
08-10-2006 17:24:59.140 - Recv: 20<cr><lf>
08-10-2006 17:25:00.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:25:00.000 - Interpreted response: Ring
08-10-2006 17:25:00.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:25:00.109 - TSP(0000): Answering Call
08-10-2006 17:25:00.125 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 17:25:00.125 - Answering the call.
08-10-2006 17:25:00.125 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:00.140 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.156 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.156 - Interpreted response: OK
08-10-2006 17:25:00.171 - Send: at+vem=1<cr>
08-10-2006 17:25:00.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.187 - Interpreted response: OK
08-10-2006 17:25:00.203 - Send: at+vsp=1<cr>
08-10-2006 17:25:00.203 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.203 - Interpreted response: OK
08-10-2006 17:25:00.203 - TSP Completing Async Operation(0x00010374) Status 0x00000000
08-10-2006 17:25:00.203 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 17:25:00.906 - TSP(0000): WAVE: Start Playback
08-10-2006 17:25:00.906 - Setting wave format.
08-10-2006 17:25:00.921 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.937 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.937 - Interpreted response: OK
08-10-2006 17:25:00.953 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 17:25:00.953 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.953 - Interpreted response: OK
08-10-2006 17:25:00.953 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:00.953 - Starting wave play/record.
08-10-2006 17:25:00.968 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.968 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.968 - Interpreted response: OK
08-10-2006 17:25:00.984 - Send: at+vsd=128,0<cr>
08-10-2006 17:25:00.984 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.984 - Interpreted response: OK
08-10-2006 17:25:01.000 - Send: at+vtx<cr>
08-10-2006 17:25:01.000 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 17:25:01.000 - Interpreted response: Connect
08-10-2006 17:25:01.578 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 17:25:06.468 - TSP(0000): WAVE: Stop Streaming
08-10-2006 17:25:06.468 - Ending wave play/record.
08-10-2006 17:25:06.468 - Send: <00><DLE><03>
08-10-2006 17:25:06.609 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.609 - Interpreted response: OK
08-10-2006 17:25:06.781 - TSP(0000): Dropping Call
08-10-2006 17:25:06.781 - Hanging up the modem.
08-10-2006 17:25:06.796 - Send: ATH<cr>
08-10-2006 17:25:06.796 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.796 - Interpreted response: OK
08-10-2006 17:25:06.796 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:06.796 - Initializing modem.
08-10-2006 17:25:06.812 - Send: AT<cr>
08-10-2006 17:25:06.812 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.812 - Interpreted response: OK
08-10-2006 17:25:06.828 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 17:25:06.828 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.828 - Interpreted response: OK
08-10-2006 17:25:06.843 - Send: ATH<cr>
08-10-2006 17:25:06.843 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.843 - Interpreted response: OK
08-10-2006 17:25:06.859 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 17:25:06.859 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.859 - Interpreted response: OK
08-10-2006 17:25:06.859 - Sending user initialization commands.
08-10-2006 17:25:06.875 - Send: at+vdr=1,10<cr><cr>
08-10-2006 17:25:06.875 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.890 - Interpreted response: OK
08-10-2006 17:25:06.890 - Waiting for a call.
08-10-2006 17:25:06.906 - Send: at+vcid=1<cr>
08-10-2006 17:25:06.906 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.906 - Interpreted response: OK
08-10-2006 17:25:06.921 - Send: ATS0=0<cr>
08-10-2006 17:25:06.921 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.921 - Interpreted response: OK
08-10-2006 17:25:06.921 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 17:25:06.921 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:25:06.921 - TSP Completing Async Operation(0x00010363) Status 0x00000000
08-10-2006 17:25:07.000 - TSP(0000): Closing Call
08-10-2006 17:26:09.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:09.125 - Interpreted response: DRON
08-10-2006 17:26:09.125 - Recv: 19<cr><lf>
08-10-2006 17:26:09.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:09.984 - Interpreted response: Ring
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:10.312 - Recv: <cr><lf>DATE=
08-10-2006 17:26:10.312 - Interpreted response: DATE
08-10-2006 17:26:10.312 - Recv: 0810<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>TIME=
08-10-2006 17:26:10.312 - Interpreted response: TIME
08-10-2006 17:26:10.312 - Recv: 1725<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>NMBR=
08-10-2006 17:26:10.312 - Interpreted response: NMBR
08-10-2006 17:26:10.312 - Recv: 7064649659<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>NAME=
08-10-2006 17:26:10.328 - Interpreted response: NAME
08-10-2006 17:26:10.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:26:13.156 - Recv: <cr><lf>DROF=
08-10-2006 17:26:13.156 - Interpreted response: DROF
08-10-2006 17:26:13.156 - Recv: 41<cr><lf>
08-10-2006 17:26:15.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:15.125 - Interpreted response: DRON
08-10-2006 17:26:15.125 - Recv: 20<cr><lf>
08-10-2006 17:26:15.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:15.984 - Interpreted response: Ring
08-10-2006 17:26:15.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:19.156 - Recv: <cr><lf>DROF=
08-10-2006 17:26:19.156 - Interpreted response: DROF
08-10-2006 17:26:19.156 - Recv: 41<cr><lf>
08-10-2006 17:26:21.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:21.125 - Interpreted response: DRON
08-10-2006 17:26:21.125 - Recv: 20<cr><lf>
08-10-2006 17:26:21.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:21.984 - Interpreted response: Ring
08-10-2006 17:26:21.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:25.171 - Recv: <cr><lf>DROF=
08-10-2006 17:26:25.171 - Interpreted response: DROF
08-10-2006 17:26:25.171 - Recv: 41<cr><lf>
08-10-2006 17:26:26.375 - Recv: <cr><lf>DRON=
08-10-2006 17:26:26.375 - Interpreted response: DRON
08-10-2006 17:26:26.375 - Recv: 12<cr><lf>
08-10-2006 17:26:27.234 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:27.234 - Interpreted response: Ring
08-10-2006 17:26:27.234 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:39.234 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:26:39.234 - TSP(0000): Closing Call
08-10-2006 18:42:27.687 - Session Statistics:
08-10-2006 18:42:27.687 - Reads : 217 bytes
08-10-2006 18:42:27.687 - Writes: 0 bytes
08-10-2006 18:45:01.781 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600
08-10-2006 18:45:01.890 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600
08-10-2006 18:45:01.890 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600
08-10-2006 18:45:01.984 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600
08-10-2006 18:45:01.984 - Modem type: BCM V.92 56K Voicemodem
08-10-2006 18:45:01.984 - Modem inf path: oem55.inf
08-10-2006 18:45:01.984 - Modem inf section: BCM4211SP.Modem
08-10-2006 18:45:01.984 - Matching hardware ID: pci\ven_14e4&dev_4212&subsys_00021028
08-10-2006 18:45:02.093 - Opening Modem
08-10-2006 18:45:02.093 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 18:45:02.093 - Initializing modem.
08-10-2006 18:45:02.109 - Send: AT<cr>
08-10-2006 18:45:02.109 - Recv: AT<cr>
08-10-2006 18:45:02.109 - Command Echo
08-10-2006 18:45:02.109 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.109 - Interpreted response: OK
08-10-2006 18:45:02.125 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 18:45:02.125 - Recv: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 18:45:02.125 - Command Echo
08-10-2006 18:45:02.140 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.140 - Interpreted response: OK
08-10-2006 18:45:02.156 - Send: ATH<cr>
08-10-2006 18:45:02.171 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.171 - Interpreted response: OK
08-10-2006 18:45:02.187 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 18:45:02.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.187 - Interpreted response: OK
08-10-2006 18:45:02.187 - Sending user initialization commands.
08-10-2006 18:45:02.203 - Send: at+vdr=1,10<cr><cr>
08-10-2006 18:45:02.203 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.203 - Interpreted response: OK
08-10-2006 18:45:02.203 - Waiting for a call.
08-10-2006 18:45:02.218 - Send: at+vcid=1<cr>
08-10-2006 18:45:02.218 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.218 - Interpreted response: OK
08-10-2006 18:45:02.234 - Send: ATS0=0<cr>
08-10-2006 18:45:02.234 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.234 - Interpreted response: OK
08-10-2006 19:02:35.171 - Recv: <cr><lf>DRON=
08-10-2006 19:02:35.171 - Interpreted response: DRON
08-10-2006 19:02:35.171 - Recv: 20<cr><lf>
08-10-2006 19:02:36.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 19:02:36.031 - Interpreted response: Ring
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 19:02:36.312 - Recv: <cr><lf>DATE=
08-10-2006 19:02:36.312 - Interpreted response: DATE
08-10-2006 19:02:36.312 - Recv: 0810<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>TIME=
08-10-2006 19:02:36.312 - Interpreted response: TIME
08-10-2006 19:02:36.312 - Recv: 1902<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>NMBR=
08-10-2006 19:02:36.312 - Interpreted response: NMBR
08-10-2006 19:02:36.312 - Recv: 7028350195<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>NAME=
08-10-2006 19:02:36.312 - Interpreted response: NAME
08-10-2006 19:02:36.312 - Recv: LAS VEGAS, NV<cr><lf>
08-10-2006 19:02:39.171 - Recv: <cr><lf>DROF=
08-10-2006 19:02:39.171 - Interpreted response: DROF
08-10-2006 19:02:39.171 - Recv: 40<cr><lf>
08-10-2006 19:02:41.171 - Recv: <cr><lf>DRON=
08-10-2006 19:02:41.171 - Interpreted response: DRON
08-10-2006 19:02:41.171 - Recv: 20<cr><lf>
08-10-2006 19:02:42.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 19:02:42.031 - Interpreted response: Ring
08-10-2006 19:02:42.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 19:02:42.125 - TSP(0000): Answering Call
08-10-2006 19:02:42.125 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 19:02:42.140 - Answering the call.
08-10-2006 19:02:42.140 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:02:42.156 - Send: at+fclass=8<cr>
08-10-2006 19:02:42.171 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.171 - Interpreted response: OK
08-10-2006 19:02:42.187 - Send: at+vem=1<cr>
08-10-2006 19:02:42.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.187 - Interpreted response: OK
08-10-2006 19:02:42.203 - Send: at+vsp=1<cr>
08-10-2006 19:02:42.218 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.218 - Interpreted response: OK
08-10-2006 19:02:42.218 - TSP Completing Async Operation(0x000101bb) Status 0x00000000
08-10-2006 19:02:42.218 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 19:02:42.937 - TSP(0000): WAVE: Start Playback
08-10-2006 19:02:42.984 - Setting wave format.
08-10-2006 19:02:43.000 - Send: at+fclass=8<cr>
08-10-2006 19:02:43.000 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.000 - Interpreted response: OK
08-10-2006 19:02:43.015 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 19:02:43.015 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.015 - Interpreted response: OK
08-10-2006 19:02:43.015 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:02:43.015 - Starting wave play/record.
08-10-2006 19:02:43.031 - Send: at+fclass=8<cr>
08-10-2006 19:02:43.046 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.046 - Interpreted response: OK
08-10-2006 19:02:43.062 - Send: at+vsd=128,0<cr>
08-10-2006 19:02:43.062 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.062 - Interpreted response: OK
08-10-2006 19:02:43.078 - Send: at+vtx<cr>
08-10-2006 19:02:43.078 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 19:02:43.078 - Interpreted response: Connect
08-10-2006 19:02:43.578 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 19:02:45.781 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:02:45.781 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 19:02:45.906 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:02:47.140 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:02:48.531 - TSP(0000): WAVE: Stop Streaming
08-10-2006 19:02:48.531 - Ending wave play/record.
08-10-2006 19:02:48.531 - Send: <00><DLE><03>
08-10-2006 19:02:48.609 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:48.609 - Interpreted response: OK
08-10-2006 19:02:48.781 - TSP(0000): Answering Call
08-10-2006 19:02:57.218 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:03:00.984 - Received DLE Raw=100, Meaning is Dial tone.
08-10-2006 19:03:19.000 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:03:29.640 - Received DLE Raw=114, Meaning is Ring back.
08-10-2006 19:04:41.218 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:05:01.843 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:05:14.234 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:05:16.250 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:05:18.750 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:05:20.968 - Received DLE Raw=100, Meaning is Dial tone.
08-10-2006 19:05:38.984 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:05:50.750 - TSP(0000): Closing Call
08-10-2006 19:05:50.750 - Hanging up the modem.
08-10-2006 19:05:50.765 - Send: ATH<cr>
08-10-2006 19:05:50.781 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:05:50.781 - Interpreted response: OK
08-10-2006 19:05:50.781 - Session Statistics:
08-10-2006 19:05:50.781 - Reads : 288 bytes
08-10-2006 19:05:50.781 - Writes: 0 bytes
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - Modem type: BCM V.92 56K Voicemodem
08-10-2006 19:06:00.921 - Modem inf path: oem55.inf
08-10-2006 19:06:00.921 - Modem inf section: BCM4211SP.Modem
08-10-2006 19:06:00.921 - Matching hardware ID: pci\ven_14e4&dev_4212&subsys_00021028
08-10-2006 19:06:00.968 - Opening Modem
08-10-2006 19:06:00.968 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:06:00.968 - Initializing modem.
08-10-2006 19:06:00.984 - Send: AT<cr>
08-10-2006 19:06:01.000 - Recv: AT<cr>
08-10-2006 19:06:01.000 - Command Echo
08-10-2006 19:06:01.000 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.000 - Interpreted response: OK
08-10-2006 19:06:01.015 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 19:06:01.015 - Recv: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 19:06:01.015 - Command Echo
08-10-2006 19:06:01.031 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.031 - Interpreted response: OK
08-10-2006 19:06:01.046 - Send: ATH<cr>
08-10-2006 19:06:01.062 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.062 - Interpreted response: OK
08-10-2006 19:06:01.078 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 19:06:01.078 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.078 - Interpreted response: OK
08-10-2006 19:06:01.078 - Sending user initialization commands.
08-10-2006 19:06:01.093 - Send: at+vdr=1,10<cr><cr>
08-10-2006 19:06:01.093 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.093 - Interpreted response: OK
08-10-2006 19:06:01.093 - Waiting for a call.
08-10-2006 19:06:01.109 - Send: at+vcid=1<cr>
08-10-2006 19:06:01.125 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.125 - Interpreted response: OK
08-10-2006 19:06:01.140 - Send: ATS0=0<cr>
08-10-2006 19:06:01.140 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.140 - Interpreted response: OK
Here is the Modem Reponse Log:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Unimodem\DeviceSpecific\BCM V.92 56K Voicemodem::Broadcom Corporation::Broadcom Corporation\Responses]
"<cr><lf>OK<cr><lf>"=hex:00,00,00,00,00,00,00,00,00,00
"<cr><lf>ERROR<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>RING<cr><lf>"=hex:08,00,00,00,00,00,00,00,00,00
"<cr><lf>NO CARRIER<cr><lf>"=hex:04,00,00,00,00,00,00,00,00,00
"<cr><lf>NO DIALTONE<cr><lf>"=hex:05,00,00,00,00,00,00,00,00,00
"<cr><lf>BUSY<cr><lf>"=hex:06,00,00,00,00,00,00,00,00,00
"<cr><lf>NO ANSWER<cr><lf>"=hex:07,00,00,00,00,00,00,00,00,00
"0<cr>"=hex:00,00,00,00,00,00,00,00,00,00
"2<cr>"=hex:08,00,00,00,00,00,00,00,00,00
"3<cr>"=hex:04,00,00,00,00,00,00,00,00,00
"4<cr>"=hex:03,00,00,00,00,00,00,00,00,00
"6<cr>"=hex:05,00,00,00,00,00,00,00,00,00
"7<cr>"=hex:06,00,00,00,00,00,00,00,00,00
"8<cr>"=hex:07,00,00,00,00,00,00,00,00,00
"<cr><lf>FAX<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>DATA<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>VOICE<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>RINGING<cr><lf>"=hex:01,00,00,00,00,00,00,00,00,00
"<cr><lf>DELAYED<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>BLACKLISTED<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>+FCERROR<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT<cr><lf>"=hex:02,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/NONE<cr><lf>"=hex:02,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/ARQ<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM/V42BIS<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM/V44<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/MNP<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/MNP/MNP5<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT 300<cr><lf>"=hex:02,00,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/NONE<cr><lf>"=hex:02,00,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/ARQ<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM/V42BIS<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM/V44<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/MNP<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/MNP/MNP5<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 600<cr><lf>"=hex:02,00,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/NONE<cr><lf>"=hex:02,00,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/ARQ<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM/V42BIS<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM/V44<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/MNP<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/MNP/MNP5<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 1200<cr><lf>"=hex:02,00,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/NONE<cr><lf>"=hex:02,00,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/ARQ<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM/V42BIS<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM/V44<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/MNP<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/MNP/MNP5<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 2400<cr><lf>"=hex:02,00,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/NONE<cr><lf>"=hex:02,00,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/ARQ<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM/V42BIS<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM/V44<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/MNP<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/MNP/MNP5<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 4800<cr><lf>"=hex:02,00,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/NONE<cr><lf>"=hex:02,00,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/ARQ<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM/V42BIS<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM/V44<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/MNP<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/MNP/MNP5<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 7200<cr><lf>"=hex:02,00,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/NONE<cr><lf>"=hex:02,00,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/ARQ<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM/V42BIS<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM/V44<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/MNP<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/MNP/MNP5<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 9600<cr><lf>"=hex:02,00,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/NONE<cr><lf>"=hex:02,00,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/ARQ<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM/V42BIS<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM/V44<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/MNP<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/MNP/MNP5<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 12000<cr><lf>"=hex:02,00,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/NONE<cr><lf>"=hex:02,00,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/ARQ<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/LAPM<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/LAPM/V42BIS<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00\
"<cr><lf>CONNECT 12000/LAPM/V44<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/MNP<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/MNP/MNP5<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 14400<cr><lf>"=hex:02,00,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/NONE<cr><lf>"=hex:02,00,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/ARQ<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/LAPM<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/LAPM/V42BIS<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00\
"<cr><lf>CONNECT 14400/LAPM/V44<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/MNP<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/MNP/MNP5<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 16800<cr><lf>"=hex:02,00,a0,41,00,00,00,00,00,00
"<cr><lf>CONNECT 16800/NONE<cr><lf>"=hex:02,00,a0,41,00,00,00,00,00,00
"<cr><lf>CON
I purchased the NeoSpeech "Kate" voice today and I love it!
However, here's my problem:
I receive calls from telemarketers every evening from Las Vegas. When the script ends and the call is deleted, the line hangs. I have to exit Ascendis and restart it in order to reset. I would like for it to reset immediately after the script deletes the call. If I were not here, it would just sit there until the program is exited!
What could be the cause of this?
________________________________________________________
I'm using the following script for new calls:
// LANGUAGE=DWS
if CallInfo.Rings = 2 then
begin
PhoneSound('Noservice.wav');
HangUp;
DeleteCall;
LogActivity('Hanging up on ' + CallInfo.Name);
end;
Here is the Activity Log:
8/9/06 08:48:29 PM - Shutting down
8/9/06 08:51:44 PM - Started
8/9/06 08:51:44 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/9/06 08:51:44 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/9/06 09:23:13 PM - Shutting down
8/10/06 04:11:52 AM - Started
8/10/06 04:12:04 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 04:12:04 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 04:12:38 AM - Started
8/10/06 04:12:38 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 04:12:38 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 04:12:39 AM - Shutting down
8/10/06 08:09:05 AM - Shutting down
8/10/06 08:09:51 AM - Started
8/10/06 08:09:52 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 08:09:52 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 08:26:29 AM - Hangup only works when a call is in progress
8/10/06 08:26:29 AM - Hanging up on Jane Doe
8/10/06 08:27:07 AM - Started
8/10/06 08:27:07 AM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 08:27:07 AM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 08:28:43 AM - Hanging up on GA COLUMBUS
8/10/06 10:09:03 AM - Hanging up on GA COLUMBUS
8/10/06 04:37:11 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:42:24 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:42:30 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:43:32 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 8]
8/10/06 04:44:38 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:45:43 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:46:14 PM - Script problem: More arguments expected! speak Call from {Name}; [line 7, column 1]
8/10/06 04:46:52 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:47:42 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:47:48 PM - (Repeat(s) of previous message suppressed)
8/10/06 04:48:49 PM - Script problem: Invalid character (""") speak"Call from {Name}"; [line 7, column 6]
8/10/06 04:50:57 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:51:29 PM - Script problem: Invalid character (""") speak "Call from {Name}"; [line 7, column 7]
8/10/06 04:53:10 PM - Script problem: More arguments expected! speak 'Call from {Name}'; [line 7, column 1]
8/10/06 04:53:33 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 04:55:20 PM - Script problem: More arguments expected! Speak '(Call from {Name})'; [line 7, column 1]
8/10/06 04:55:49 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 05:01:21 PM - Script problem: Invalid character (""") Speak "Call from {Name}"; [line 7, column 7]
8/10/06 05:01:49 PM - Script problem: More arguments expected! Speak 'Call from {Name}'; [line 7, column 1]
8/10/06 05:02:04 PM - Script problem: More arguments expected! Speak 'Call from (Name)'; [line 7, column 1]
8/10/06 05:02:20 PM - Script problem: End of string constant not found (end of line) ("
") end; [line 6, column 22]
8/10/06 05:03:38 PM - Script problem: Invalid character (""") speak"Call from {Name}"; [line 7, column 6]
8/10/06 05:05:57 PM - Script problem: Invalid character (""") Speak "Call from {FirstName}"; [line 7, column 7]
8/10/06 05:06:44 PM - Script problem: Invalid character (""") Speak"Call from {FirstName}"; [line 7, column 6]
8/10/06 05:07:02 PM - Invalid character (""")
8/10/06 05:07:52 PM - Script problem: Invalid character (""") Speak "The Call from {FirstName}"; [line 7, column 7]
8/10/06 05:08:12 PM - Script problem: Invalid character (""") Speak "Call from" {FirstName}; [line 7, column 7]
8/10/06 05:08:25 PM - Script problem: Invalid character (""") Speak "Call from" "{FirstName}"; [line 7, column 7]
8/10/06 05:09:09 PM - Hangup only works when a call is in progress
8/10/06 05:09:09 PM - Hanging up on Jane Doe
8/10/06 05:09:12 PM - Hangup only works when a call is in progress
8/10/06 05:09:12 PM - Hanging up on Jane Doe
8/10/06 05:10:28 PM - Script problem: Unknown name "FirstName" Speak('Call from ' + FirstName); [line 7, column 22]
8/10/06 05:10:32 PM - Script problem: Unknown name "First" Speak('Call from ' + First Name); [line 7, column 22]
8/10/06 05:10:41 PM - Script problem: Unknown name "Name" Speak('Call from ' + Name); [line 7, column 22]
8/10/06 05:10:58 PM - Script problem: Unknown name "Name" Speak('Call from' + Name); [line 7, column 21]
8/10/06 05:11:24 PM - Script problem: Unknown name "lastName" Speak('Call from' + lastName); [line 7, column 21]
8/10/06 05:11:38 PM - Script problem: Unknown name "FirstName" Speak('Call from' + FirstName); [line 7, column 21]
8/10/06 05:12:16 PM - Script problem: More arguments expected! Speak{'Call from' + FirstName); [line 7, column 1]
8/10/06 05:12:31 PM - Script problem: Unknown name "FirstName" Speak('Call from' + FirstName); [line 7, column 21]
8/10/06 05:12:51 PM - Unknown name "FirstName"
8/10/06 05:13:03 PM - Script problem: Unknown name "Name" Speak('Call from' + Name); [line 7, column 21]
8/10/06 05:13:06 PM - Unknown name "Name"
8/10/06 05:25:07 PM - Hanging up on GA COLUMBUS
8/10/06 06:42:29 PM - Shutting down
8/10/06 06:44:57 PM - Started
8/10/06 06:44:57 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 06:44:57 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
8/10/06 06:46:20 PM - Hangup only works when a call is in progress
8/10/06 06:47:08 PM - Hangup only works when a call is in progress
8/10/06 06:49:09 PM - Hangup only works when a call is in progress
8/10/06 06:57:59 PM - Hangup only works when a call is in progress
8/10/06 06:58:37 PM - No call is in progress -- routing PhoneSound through computer speakers
8/10/06 06:58:42 PM - Hangup only works when a call is in progress
8/10/06 07:01:56 PM - Hangup only works when a call is in progress
8/10/06 07:03:18 PM - Hangup has not completed after 30078 milliseconds
8/10/06 07:03:18 PM - Hanging up on NV LAS VEGAS
8/10/06 07:05:51 PM - tLine finalization: s_listCalls <> 0
8/10/06 07:05:51 PM - Shutting down
8/10/06 07:06:00 PM - Started
8/10/06 07:06:00 PM - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
8/10/06 07:06:00 PM - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
Here is the Line Monitor Log:
08/10/2006 19:06:00.671 - Caller ID Version 1.9.1.14 (8/4/06 7:08:16 PM)
08/10/2006 19:06:00.671 - C:\Program Files\Ascendis Software\Caller ID\CallerID.EXE
08/10/2006 19:06:00.671 -
08/10/2006 19:06:00.906 - Found 7 lines
08/10/2006 19:06:00.906 -
08/10/2006 19:06:00.906 - Info for line 0:
08/10/2006 19:06:00.906 - Name = BCM V.92 56K Voicemodem
08/10/2006 19:06:00.906 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_PASSTHROUGH
08/10/2006 19:06:00.906 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE, LINEMEDIAMODE_DATAMODEM
08/10/2006 19:06:00.906 - Addresses = 1
08/10/2006 19:06:00.906 - attempting open with media mode [LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE] and privilege [LINECALLPRIVILEGE_MONITOR, LINECALLPRIVILEGE_OWNER]
08/10/2006 19:06:00.968 - Handle = $10099
08/10/2006 19:06:00.968 - Port Name = "COM3"
08/10/2006 19:06:00.968 - Device id = $0
08/10/2006 19:06:00.968 - Opened line id 0
08/10/2006 19:06:00.968 - Opened line id 0 (TBRTapiLineList)
08/10/2006 19:06:00.968 -
08/10/2006 19:06:00.968 - Info for line 1:
08/10/2006 19:06:00.968 - Name = RAS PPPoE Line0000
08/10/2006 19:06:00.968 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.968 - Media modes = LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.968 - Addresses = 1
08/10/2006 19:06:00.968 - Will NOT open line id 1 because options say to skip it
08/10/2006 19:06:00.968 -
08/10/2006 19:06:00.968 - Info for line 2:
08/10/2006 19:06:00.968 - Name = RAS VPN Line 0
08/10/2006 19:06:00.968 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.968 - Media modes = LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.968 - Addresses = 1
08/10/2006 19:06:00.968 - Will NOT open line id 2 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 3:
08/10/2006 19:06:00.984 - Name = WAN Miniport (L2TP)
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 3 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 4:
08/10/2006 19:06:00.984 - Name = LPT1T
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_DIGITALDATA
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 4 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 5:
08/10/2006 19:06:00.984 - Name = IPCONF LINE
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 5 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Info for line 6:
08/10/2006 19:06:00.984 - Name = H323 Line
08/10/2006 19:06:00.984 - Bearer modes = LINEBEARERMODE_VOICE, LINEBEARERMODE_DATA
08/10/2006 19:06:00.984 - Media modes = LINEMEDIAMODE_UNKNOWN, LINEMEDIAMODE_INTERACTIVEVOICE, LINEMEDIAMODE_AUTOMATEDVOICE
08/10/2006 19:06:00.984 - Addresses = 1
08/10/2006 19:06:00.984 - Will NOT open line id 6 because options say to skip it
08/10/2006 19:06:00.984 -
08/10/2006 19:06:00.984 - Opened 1 of 7 lines through TAPI
08/10/2006 19:06:01.046 - Found 8 devices
Here is the Modem Log:
08-10-2006 10:08:50.859 - Recv: 0810<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>TIME=
08-10-2006 10:08:50.859 - Interpreted response: TIME
08-10-2006 10:08:50.859 - Recv: 1008<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>NMBR=
08-10-2006 10:08:50.859 - Interpreted response: NMBR
08-10-2006 10:08:50.859 - Recv: 7064649659<cr><lf>
08-10-2006 10:08:50.859 - Recv: <cr><lf>NAME=
08-10-2006 10:08:50.859 - Interpreted response: NAME
08-10-2006 10:08:50.859 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 10:08:53.671 - Recv: <cr><lf>DROF=
08-10-2006 10:08:53.671 - Interpreted response: DROF
08-10-2006 10:08:53.671 - Recv: 40<cr><lf>
08-10-2006 10:08:55.687 - Recv: <cr><lf>DRON=
08-10-2006 10:08:55.687 - Interpreted response: DRON
08-10-2006 10:08:55.687 - Recv: 20<cr><lf>
08-10-2006 10:08:56.546 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 10:08:56.546 - Interpreted response: Ring
08-10-2006 10:08:56.546 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 10:08:56.640 - TSP(0000): Answering Call
08-10-2006 10:08:56.640 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 10:08:56.640 - Answering the call.
08-10-2006 10:08:56.640 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:08:56.656 - Send: at+fclass=8<cr>
08-10-2006 10:08:56.656 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.656 - Interpreted response: OK
08-10-2006 10:08:56.671 - Send: at+vem=1<cr>
08-10-2006 10:08:56.671 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.671 - Interpreted response: OK
08-10-2006 10:08:56.687 - Send: at+vsp=1<cr>
08-10-2006 10:08:56.687 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:56.687 - Interpreted response: OK
08-10-2006 10:08:56.687 - TSP Completing Async Operation(0x000102b2) Status 0x00000000
08-10-2006 10:08:56.687 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 10:08:57.265 - TSP(0000): WAVE: Start Playback
08-10-2006 10:08:57.265 - Setting wave format.
08-10-2006 10:08:57.281 - Send: at+fclass=8<cr>
08-10-2006 10:08:57.281 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.281 - Interpreted response: OK
08-10-2006 10:08:57.296 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 10:08:57.296 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.296 - Interpreted response: OK
08-10-2006 10:08:57.296 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:08:57.296 - Starting wave play/record.
08-10-2006 10:08:57.312 - Send: at+fclass=8<cr>
08-10-2006 10:08:57.312 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.312 - Interpreted response: OK
08-10-2006 10:08:57.328 - Send: at+vsd=128,0<cr>
08-10-2006 10:08:57.328 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:08:57.328 - Interpreted response: OK
08-10-2006 10:08:57.343 - Send: at+vtx<cr>
08-10-2006 10:08:57.343 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 10:08:57.343 - Interpreted response: Connect
08-10-2006 10:08:58.062 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 10:09:02.796 - TSP(0000): WAVE: Stop Streaming
08-10-2006 10:09:02.796 - Ending wave play/record.
08-10-2006 10:09:02.796 - Send: <00><DLE><03>
08-10-2006 10:09:03.093 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.093 - Interpreted response: OK
08-10-2006 10:09:03.265 - TSP(0000): Dropping Call
08-10-2006 10:09:03.265 - Hanging up the modem.
08-10-2006 10:09:03.281 - Send: ATH<cr>
08-10-2006 10:09:03.281 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.281 - Interpreted response: OK
08-10-2006 10:09:03.281 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 10:09:03.296 - Initializing modem.
08-10-2006 10:09:03.312 - Send: AT<cr>
08-10-2006 10:09:03.312 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.312 - Interpreted response: OK
08-10-2006 10:09:03.328 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 10:09:03.328 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.328 - Interpreted response: OK
08-10-2006 10:09:03.343 - Send: ATH<cr>
08-10-2006 10:09:03.343 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.343 - Interpreted response: OK
08-10-2006 10:09:03.359 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 10:09:03.359 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.359 - Interpreted response: OK
08-10-2006 10:09:03.359 - Sending user initialization commands.
08-10-2006 10:09:03.375 - Send: at+vdr=1,10<cr><cr>
08-10-2006 10:09:03.375 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.375 - Interpreted response: OK
08-10-2006 10:09:03.375 - Waiting for a call.
08-10-2006 10:09:03.390 - Send: at+vcid=1<cr>
08-10-2006 10:09:03.406 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.406 - Interpreted response: OK
08-10-2006 10:09:03.421 - Send: ATS0=0<cr>
08-10-2006 10:09:03.421 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 10:09:03.421 - Interpreted response: OK
08-10-2006 10:09:03.421 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 10:09:03.421 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 10:09:03.421 - TSP Completing Async Operation(0x000102a1) Status 0x00000000
08-10-2006 10:09:03.484 - TSP(0000): Closing Call
08-10-2006 16:38:39.640 - Recv: <cr><lf>DRON=
08-10-2006 16:38:39.656 - Interpreted response: DRON
08-10-2006 16:38:39.656 - Recv: 20<cr><lf>
08-10-2006 16:38:40.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:40.484 - Interpreted response: Ring
08-10-2006 16:38:40.484 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:38:40.515 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:38:40.515 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:40.812 - Recv: <cr><lf>DATE=
08-10-2006 16:38:40.812 - Interpreted response: DATE
08-10-2006 16:38:40.812 - Recv: 0810<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>TIME=
08-10-2006 16:38:40.812 - Interpreted response: TIME
08-10-2006 16:38:40.812 - Recv: 1638<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>NMBR=
08-10-2006 16:38:40.812 - Interpreted response: NMBR
08-10-2006 16:38:40.812 - Recv: 7064649659<cr><lf>
08-10-2006 16:38:40.812 - Recv: <cr><lf>NAME=
08-10-2006 16:38:40.812 - Interpreted response: NAME
08-10-2006 16:38:40.812 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:38:43.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:43.671 - Interpreted response: DROF
08-10-2006 16:38:43.671 - Recv: 41<cr><lf>
08-10-2006 16:38:45.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:45.625 - Interpreted response: DRON
08-10-2006 16:38:45.625 - Recv: 20<cr><lf>
08-10-2006 16:38:46.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:46.484 - Interpreted response: Ring
08-10-2006 16:38:46.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:49.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:49.671 - Interpreted response: DROF
08-10-2006 16:38:49.671 - Recv: 41<cr><lf>
08-10-2006 16:38:51.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:51.625 - Interpreted response: DRON
08-10-2006 16:38:51.625 - Recv: 20<cr><lf>
08-10-2006 16:38:52.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:52.484 - Interpreted response: Ring
08-10-2006 16:38:52.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:38:55.671 - Recv: <cr><lf>DROF=
08-10-2006 16:38:55.671 - Interpreted response: DROF
08-10-2006 16:38:55.671 - Recv: 41<cr><lf>
08-10-2006 16:38:57.625 - Recv: <cr><lf>DRON=
08-10-2006 16:38:57.625 - Interpreted response: DRON
08-10-2006 16:38:57.625 - Recv: 20<cr><lf>
08-10-2006 16:38:58.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:38:58.484 - Interpreted response: Ring
08-10-2006 16:38:58.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:39:10.484 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:39:10.484 - TSP(0000): Closing Call
08-10-2006 16:39:45.953 - Recv: <cr><lf>DRON=
08-10-2006 16:39:45.953 - Interpreted response: DRON
08-10-2006 16:39:45.953 - Recv: 20<cr><lf>
08-10-2006 16:39:46.812 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:39:46.812 - Interpreted response: Ring
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:39:46.812 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:39:47.109 - Recv: <cr><lf>DATE=
08-10-2006 16:39:47.109 - Interpreted response: DATE
08-10-2006 16:39:47.109 - Recv: 0810<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>TIME=
08-10-2006 16:39:47.109 - Interpreted response: TIME
08-10-2006 16:39:47.109 - Recv: 1639<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>NMBR=
08-10-2006 16:39:47.109 - Interpreted response: NMBR
08-10-2006 16:39:47.109 - Recv: 7064649659<cr><lf>
08-10-2006 16:39:47.109 - Recv: <cr><lf>NAME=
08-10-2006 16:39:47.109 - Interpreted response: NAME
08-10-2006 16:39:47.109 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:39:49.937 - Recv: <cr><lf>DROF=
08-10-2006 16:39:49.937 - Interpreted response: DROF
08-10-2006 16:39:49.937 - Recv: 40<cr><lf>
08-10-2006 16:39:51.953 - Recv: <cr><lf>DRON=
08-10-2006 16:39:51.953 - Interpreted response: DRON
08-10-2006 16:39:51.953 - Recv: 20<cr><lf>
08-10-2006 16:39:52.812 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:39:52.812 - Interpreted response: Ring
08-10-2006 16:39:52.812 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:40:04.812 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:40:04.812 - TSP(0000): Closing Call
08-10-2006 16:42:23.609 - Recv: <cr><lf>DRON=
08-10-2006 16:42:23.609 - Interpreted response: DRON
08-10-2006 16:42:23.609 - Recv: 20<cr><lf>
08-10-2006 16:42:24.468 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:42:24.468 - Interpreted response: Ring
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:42:24.468 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:42:24.781 - Recv: <cr><lf>DATE=
08-10-2006 16:42:24.781 - Interpreted response: DATE
08-10-2006 16:42:24.781 - Recv: 0810<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>TIME=
08-10-2006 16:42:24.781 - Interpreted response: TIME
08-10-2006 16:42:24.781 - Recv: 1641<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>NMBR=
08-10-2006 16:42:24.781 - Interpreted response: NMBR
08-10-2006 16:42:24.781 - Recv: 7064649659<cr><lf>
08-10-2006 16:42:24.781 - Recv: <cr><lf>NAME=
08-10-2006 16:42:24.781 - Interpreted response: NAME
08-10-2006 16:42:24.781 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:42:27.593 - Recv: <cr><lf>DROF=
08-10-2006 16:42:27.593 - Interpreted response: DROF
08-10-2006 16:42:27.593 - Recv: 40<cr><lf>
08-10-2006 16:42:29.625 - Recv: <cr><lf>DRON=
08-10-2006 16:42:29.625 - Interpreted response: DRON
08-10-2006 16:42:29.625 - Recv: 20<cr><lf>
08-10-2006 16:42:30.484 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:42:30.484 - Interpreted response: Ring
08-10-2006 16:42:30.484 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:42:42.484 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:42:42.484 - TSP(0000): Closing Call
08-10-2006 16:47:41.125 - Recv: <cr><lf>DRON=
08-10-2006 16:47:41.125 - Interpreted response: DRON
08-10-2006 16:47:41.125 - Recv: 20<cr><lf>
08-10-2006 16:47:41.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:47:41.984 - Interpreted response: Ring
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:47:41.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:47:42.328 - Recv: <cr><lf>DATE=
08-10-2006 16:47:42.328 - Interpreted response: DATE
08-10-2006 16:47:42.328 - Recv: 0810<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>TIME=
08-10-2006 16:47:42.328 - Interpreted response: TIME
08-10-2006 16:47:42.328 - Recv: 1647<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>NMBR=
08-10-2006 16:47:42.328 - Interpreted response: NMBR
08-10-2006 16:47:42.328 - Recv: 7064649659<cr><lf>
08-10-2006 16:47:42.328 - Recv: <cr><lf>NAME=
08-10-2006 16:47:42.328 - Interpreted response: NAME
08-10-2006 16:47:42.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:47:45.171 - Recv: <cr><lf>DROF=
08-10-2006 16:47:45.171 - Interpreted response: DROF
08-10-2006 16:47:45.171 - Recv: 41<cr><lf>
08-10-2006 16:47:47.125 - Recv: <cr><lf>DRON=
08-10-2006 16:47:47.125 - Interpreted response: DRON
08-10-2006 16:47:47.125 - Recv: 19<cr><lf>
08-10-2006 16:47:47.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:47:47.984 - Interpreted response: Ring
08-10-2006 16:47:47.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:47:59.984 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:47:59.984 - TSP(0000): Closing Call
08-10-2006 16:58:36.187 - Recv: <cr><lf>DRON=
08-10-2006 16:58:36.187 - Interpreted response: DRON
08-10-2006 16:58:36.187 - Recv: 20<cr><lf>
08-10-2006 16:58:37.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:37.031 - Interpreted response: Ring
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 16:58:37.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:58:37.359 - Recv: <cr><lf>DATE=
08-10-2006 16:58:37.359 - Interpreted response: DATE
08-10-2006 16:58:37.359 - Recv: 0810<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>TIME=
08-10-2006 16:58:37.359 - Interpreted response: TIME
08-10-2006 16:58:37.359 - Recv: 1658<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>NMBR=
08-10-2006 16:58:37.359 - Interpreted response: NMBR
08-10-2006 16:58:37.359 - Recv: 7064649659<cr><lf>
08-10-2006 16:58:37.359 - Recv: <cr><lf>NAME=
08-10-2006 16:58:37.359 - Interpreted response: NAME
08-10-2006 16:58:37.359 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 16:58:40.187 - Recv: <cr><lf>DROF=
08-10-2006 16:58:40.187 - Interpreted response: DROF
08-10-2006 16:58:40.187 - Recv: 40<cr><lf>
08-10-2006 16:58:42.187 - Recv: <cr><lf>DRON=
08-10-2006 16:58:42.187 - Interpreted response: DRON
08-10-2006 16:58:42.187 - Recv: 20<cr><lf>
08-10-2006 16:58:43.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:43.031 - Interpreted response: Ring
08-10-2006 16:58:43.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:58:46.187 - Recv: <cr><lf>DROF=
08-10-2006 16:58:46.187 - Interpreted response: DROF
08-10-2006 16:58:46.187 - Recv: 40<cr><lf>
08-10-2006 16:58:47.781 - Recv: <cr><lf>DRON=
08-10-2006 16:58:47.781 - Interpreted response: DRON
08-10-2006 16:58:47.781 - Recv: 16<cr><lf>
08-10-2006 16:58:48.640 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 16:58:48.640 - Interpreted response: Ring
08-10-2006 16:58:48.640 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 16:59:00.640 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 16:59:00.640 - TSP(0000): Closing Call
08-10-2006 17:14:04.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:04.140 - Interpreted response: DRON
08-10-2006 17:14:04.140 - Recv: 20<cr><lf>
08-10-2006 17:14:05.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:05.000 - Interpreted response: Ring
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:14:05.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:05.296 - Recv: <cr><lf>DATE=
08-10-2006 17:14:05.296 - Interpreted response: DATE
08-10-2006 17:14:05.296 - Recv: 0810<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>TIME=
08-10-2006 17:14:05.296 - Interpreted response: TIME
08-10-2006 17:14:05.296 - Recv: 1713<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>NMBR=
08-10-2006 17:14:05.296 - Interpreted response: NMBR
08-10-2006 17:14:05.296 - Recv: 7064649659<cr><lf>
08-10-2006 17:14:05.296 - Recv: <cr><lf>NAME=
08-10-2006 17:14:05.296 - Interpreted response: NAME
08-10-2006 17:14:05.296 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:14:08.140 - Recv: <cr><lf>DROF=
08-10-2006 17:14:08.140 - Interpreted response: DROF
08-10-2006 17:14:08.140 - Recv: 40<cr><lf>
08-10-2006 17:14:10.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:10.140 - Interpreted response: DRON
08-10-2006 17:14:10.140 - Recv: 20<cr><lf>
08-10-2006 17:14:11.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:11.000 - Interpreted response: Ring
08-10-2006 17:14:11.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:22.140 - Recv: <cr><lf>DRON=
08-10-2006 17:14:22.140 - Interpreted response: DRON
08-10-2006 17:14:22.140 - Recv: 20<cr><lf>
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:14:23.000 - TSP(0000): Closing Call
08-10-2006 17:14:23.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:14:23.000 - Interpreted response: Ring
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:14:23.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:14:35.000 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:14:35.000 - TSP(0000): Closing Call
08-10-2006 17:16:35.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:35.343 - Interpreted response: DRON
08-10-2006 17:16:35.343 - Recv: 20<cr><lf>
08-10-2006 17:16:36.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:36.203 - Interpreted response: Ring
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:16:36.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:36.500 - Recv: <cr><lf>DATE=
08-10-2006 17:16:36.500 - Interpreted response: DATE
08-10-2006 17:16:36.500 - Recv: 0810<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>TIME=
08-10-2006 17:16:36.500 - Interpreted response: TIME
08-10-2006 17:16:36.500 - Recv: 1716<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>NMBR=
08-10-2006 17:16:36.500 - Interpreted response: NMBR
08-10-2006 17:16:36.500 - Recv: 7064649659<cr><lf>
08-10-2006 17:16:36.500 - Recv: <cr><lf>NAME=
08-10-2006 17:16:36.500 - Interpreted response: NAME
08-10-2006 17:16:36.500 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:16:39.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:39.343 - Interpreted response: DROF
08-10-2006 17:16:39.343 - Recv: 40<cr><lf>
08-10-2006 17:16:41.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:41.343 - Interpreted response: DRON
08-10-2006 17:16:41.343 - Recv: 20<cr><lf>
08-10-2006 17:16:42.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:42.203 - Interpreted response: Ring
08-10-2006 17:16:42.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:45.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:45.343 - Interpreted response: DROF
08-10-2006 17:16:45.343 - Recv: 40<cr><lf>
08-10-2006 17:16:47.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:47.343 - Interpreted response: DRON
08-10-2006 17:16:47.343 - Recv: 20<cr><lf>
08-10-2006 17:16:48.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:48.203 - Interpreted response: Ring
08-10-2006 17:16:48.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:16:51.343 - Recv: <cr><lf>DROF=
08-10-2006 17:16:51.343 - Interpreted response: DROF
08-10-2006 17:16:51.343 - Recv: 40<cr><lf>
08-10-2006 17:16:53.343 - Recv: <cr><lf>DRON=
08-10-2006 17:16:53.343 - Interpreted response: DRON
08-10-2006 17:16:53.343 - Recv: 20<cr><lf>
08-10-2006 17:16:54.203 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:16:54.203 - Interpreted response: Ring
08-10-2006 17:16:54.203 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:17:06.203 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:17:06.203 - TSP(0000): Closing Call
08-10-2006 17:24:53.140 - Recv: <cr><lf>DRON=
08-10-2006 17:24:53.140 - Interpreted response: DRON
08-10-2006 17:24:53.140 - Recv: 20<cr><lf>
08-10-2006 17:24:54.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:24:54.000 - Interpreted response: Ring
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:24:54.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:24:54.328 - Recv: <cr><lf>DATE=
08-10-2006 17:24:54.328 - Interpreted response: DATE
08-10-2006 17:24:54.328 - Recv: 0810<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>TIME=
08-10-2006 17:24:54.328 - Interpreted response: TIME
08-10-2006 17:24:54.328 - Recv: 1724<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>NMBR=
08-10-2006 17:24:54.328 - Interpreted response: NMBR
08-10-2006 17:24:54.328 - Recv: 7064649659<cr><lf>
08-10-2006 17:24:54.328 - Recv: <cr><lf>NAME=
08-10-2006 17:24:54.328 - Interpreted response: NAME
08-10-2006 17:24:54.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:24:57.140 - Recv: <cr><lf>DROF=
08-10-2006 17:24:57.140 - Interpreted response: DROF
08-10-2006 17:24:57.140 - Recv: 40<cr><lf>
08-10-2006 17:24:59.140 - Recv: <cr><lf>DRON=
08-10-2006 17:24:59.140 - Interpreted response: DRON
08-10-2006 17:24:59.140 - Recv: 20<cr><lf>
08-10-2006 17:25:00.000 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:25:00.000 - Interpreted response: Ring
08-10-2006 17:25:00.000 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:25:00.109 - TSP(0000): Answering Call
08-10-2006 17:25:00.125 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 17:25:00.125 - Answering the call.
08-10-2006 17:25:00.125 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:00.140 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.156 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.156 - Interpreted response: OK
08-10-2006 17:25:00.171 - Send: at+vem=1<cr>
08-10-2006 17:25:00.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.187 - Interpreted response: OK
08-10-2006 17:25:00.203 - Send: at+vsp=1<cr>
08-10-2006 17:25:00.203 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.203 - Interpreted response: OK
08-10-2006 17:25:00.203 - TSP Completing Async Operation(0x00010374) Status 0x00000000
08-10-2006 17:25:00.203 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 17:25:00.906 - TSP(0000): WAVE: Start Playback
08-10-2006 17:25:00.906 - Setting wave format.
08-10-2006 17:25:00.921 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.937 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.937 - Interpreted response: OK
08-10-2006 17:25:00.953 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 17:25:00.953 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.953 - Interpreted response: OK
08-10-2006 17:25:00.953 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:00.953 - Starting wave play/record.
08-10-2006 17:25:00.968 - Send: at+fclass=8<cr>
08-10-2006 17:25:00.968 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.968 - Interpreted response: OK
08-10-2006 17:25:00.984 - Send: at+vsd=128,0<cr>
08-10-2006 17:25:00.984 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:00.984 - Interpreted response: OK
08-10-2006 17:25:01.000 - Send: at+vtx<cr>
08-10-2006 17:25:01.000 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 17:25:01.000 - Interpreted response: Connect
08-10-2006 17:25:01.578 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 17:25:06.468 - TSP(0000): WAVE: Stop Streaming
08-10-2006 17:25:06.468 - Ending wave play/record.
08-10-2006 17:25:06.468 - Send: <00><DLE><03>
08-10-2006 17:25:06.609 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.609 - Interpreted response: OK
08-10-2006 17:25:06.781 - TSP(0000): Dropping Call
08-10-2006 17:25:06.781 - Hanging up the modem.
08-10-2006 17:25:06.796 - Send: ATH<cr>
08-10-2006 17:25:06.796 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.796 - Interpreted response: OK
08-10-2006 17:25:06.796 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 17:25:06.796 - Initializing modem.
08-10-2006 17:25:06.812 - Send: AT<cr>
08-10-2006 17:25:06.812 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.812 - Interpreted response: OK
08-10-2006 17:25:06.828 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 17:25:06.828 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.828 - Interpreted response: OK
08-10-2006 17:25:06.843 - Send: ATH<cr>
08-10-2006 17:25:06.843 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.843 - Interpreted response: OK
08-10-2006 17:25:06.859 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 17:25:06.859 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.859 - Interpreted response: OK
08-10-2006 17:25:06.859 - Sending user initialization commands.
08-10-2006 17:25:06.875 - Send: at+vdr=1,10<cr><cr>
08-10-2006 17:25:06.875 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.890 - Interpreted response: OK
08-10-2006 17:25:06.890 - Waiting for a call.
08-10-2006 17:25:06.906 - Send: at+vcid=1<cr>
08-10-2006 17:25:06.906 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.906 - Interpreted response: OK
08-10-2006 17:25:06.921 - Send: ATS0=0<cr>
08-10-2006 17:25:06.921 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 17:25:06.921 - Interpreted response: OK
08-10-2006 17:25:06.921 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 17:25:06.921 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:25:06.921 - TSP Completing Async Operation(0x00010363) Status 0x00000000
08-10-2006 17:25:07.000 - TSP(0000): Closing Call
08-10-2006 17:26:09.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:09.125 - Interpreted response: DRON
08-10-2006 17:26:09.125 - Recv: 19<cr><lf>
08-10-2006 17:26:09.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:09.984 - Interpreted response: Ring
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 17:26:09.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:10.312 - Recv: <cr><lf>DATE=
08-10-2006 17:26:10.312 - Interpreted response: DATE
08-10-2006 17:26:10.312 - Recv: 0810<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>TIME=
08-10-2006 17:26:10.312 - Interpreted response: TIME
08-10-2006 17:26:10.312 - Recv: 1725<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>NMBR=
08-10-2006 17:26:10.312 - Interpreted response: NMBR
08-10-2006 17:26:10.312 - Recv: 7064649659<cr><lf>
08-10-2006 17:26:10.312 - Recv: <cr><lf>NAME=
08-10-2006 17:26:10.328 - Interpreted response: NAME
08-10-2006 17:26:10.328 - Recv: COLUMBUS, GA<cr><lf>
08-10-2006 17:26:13.156 - Recv: <cr><lf>DROF=
08-10-2006 17:26:13.156 - Interpreted response: DROF
08-10-2006 17:26:13.156 - Recv: 41<cr><lf>
08-10-2006 17:26:15.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:15.125 - Interpreted response: DRON
08-10-2006 17:26:15.125 - Recv: 20<cr><lf>
08-10-2006 17:26:15.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:15.984 - Interpreted response: Ring
08-10-2006 17:26:15.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:19.156 - Recv: <cr><lf>DROF=
08-10-2006 17:26:19.156 - Interpreted response: DROF
08-10-2006 17:26:19.156 - Recv: 41<cr><lf>
08-10-2006 17:26:21.125 - Recv: <cr><lf>DRON=
08-10-2006 17:26:21.125 - Interpreted response: DRON
08-10-2006 17:26:21.125 - Recv: 20<cr><lf>
08-10-2006 17:26:21.984 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:21.984 - Interpreted response: Ring
08-10-2006 17:26:21.984 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:25.171 - Recv: <cr><lf>DROF=
08-10-2006 17:26:25.171 - Interpreted response: DROF
08-10-2006 17:26:25.171 - Recv: 41<cr><lf>
08-10-2006 17:26:26.375 - Recv: <cr><lf>DRON=
08-10-2006 17:26:26.375 - Interpreted response: DRON
08-10-2006 17:26:26.375 - Recv: 12<cr><lf>
08-10-2006 17:26:27.234 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 17:26:27.234 - Interpreted response: Ring
08-10-2006 17:26:27.234 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 17:26:39.234 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-10-2006 17:26:39.234 - TSP(0000): Closing Call
08-10-2006 18:42:27.687 - Session Statistics:
08-10-2006 18:42:27.687 - Reads : 217 bytes
08-10-2006 18:42:27.687 - Writes: 0 bytes
08-10-2006 18:45:01.781 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600
08-10-2006 18:45:01.843 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600
08-10-2006 18:45:01.890 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600
08-10-2006 18:45:01.890 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600
08-10-2006 18:45:01.984 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600
08-10-2006 18:45:01.984 - Modem type: BCM V.92 56K Voicemodem
08-10-2006 18:45:01.984 - Modem inf path: oem55.inf
08-10-2006 18:45:01.984 - Modem inf section: BCM4211SP.Modem
08-10-2006 18:45:01.984 - Matching hardware ID: pci\ven_14e4&dev_4212&subsys_00021028
08-10-2006 18:45:02.093 - Opening Modem
08-10-2006 18:45:02.093 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 18:45:02.093 - Initializing modem.
08-10-2006 18:45:02.109 - Send: AT<cr>
08-10-2006 18:45:02.109 - Recv: AT<cr>
08-10-2006 18:45:02.109 - Command Echo
08-10-2006 18:45:02.109 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.109 - Interpreted response: OK
08-10-2006 18:45:02.125 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 18:45:02.125 - Recv: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 18:45:02.125 - Command Echo
08-10-2006 18:45:02.140 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.140 - Interpreted response: OK
08-10-2006 18:45:02.156 - Send: ATH<cr>
08-10-2006 18:45:02.171 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.171 - Interpreted response: OK
08-10-2006 18:45:02.187 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 18:45:02.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.187 - Interpreted response: OK
08-10-2006 18:45:02.187 - Sending user initialization commands.
08-10-2006 18:45:02.203 - Send: at+vdr=1,10<cr><cr>
08-10-2006 18:45:02.203 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.203 - Interpreted response: OK
08-10-2006 18:45:02.203 - Waiting for a call.
08-10-2006 18:45:02.218 - Send: at+vcid=1<cr>
08-10-2006 18:45:02.218 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.218 - Interpreted response: OK
08-10-2006 18:45:02.234 - Send: ATS0=0<cr>
08-10-2006 18:45:02.234 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 18:45:02.234 - Interpreted response: OK
08-10-2006 19:02:35.171 - Recv: <cr><lf>DRON=
08-10-2006 19:02:35.171 - Interpreted response: DRON
08-10-2006 19:02:35.171 - Recv: 20<cr><lf>
08-10-2006 19:02:36.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 19:02:36.031 - Interpreted response: Ring
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINE_NEWCALL
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING
08-10-2006 19:02:36.046 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 19:02:36.312 - Recv: <cr><lf>DATE=
08-10-2006 19:02:36.312 - Interpreted response: DATE
08-10-2006 19:02:36.312 - Recv: 0810<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>TIME=
08-10-2006 19:02:36.312 - Interpreted response: TIME
08-10-2006 19:02:36.312 - Recv: 1902<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>NMBR=
08-10-2006 19:02:36.312 - Interpreted response: NMBR
08-10-2006 19:02:36.312 - Recv: 7028350195<cr><lf>
08-10-2006 19:02:36.312 - Recv: <cr><lf>NAME=
08-10-2006 19:02:36.312 - Interpreted response: NAME
08-10-2006 19:02:36.312 - Recv: LAS VEGAS, NV<cr><lf>
08-10-2006 19:02:39.171 - Recv: <cr><lf>DROF=
08-10-2006 19:02:39.171 - Interpreted response: DROF
08-10-2006 19:02:39.171 - Recv: 40<cr><lf>
08-10-2006 19:02:41.171 - Recv: <cr><lf>DRON=
08-10-2006 19:02:41.171 - Interpreted response: DRON
08-10-2006 19:02:41.171 - Recv: 20<cr><lf>
08-10-2006 19:02:42.031 - Recv: <cr><lf>RING<cr><lf>
08-10-2006 19:02:42.031 - Interpreted response: Ring
08-10-2006 19:02:42.031 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)
08-10-2006 19:02:42.125 - TSP(0000): Answering Call
08-10-2006 19:02:42.125 - TSP(0000): LINEEVENT: LINECALLSTATE_ACCEPTED
08-10-2006 19:02:42.140 - Answering the call.
08-10-2006 19:02:42.140 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:02:42.156 - Send: at+fclass=8<cr>
08-10-2006 19:02:42.171 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.171 - Interpreted response: OK
08-10-2006 19:02:42.187 - Send: at+vem=1<cr>
08-10-2006 19:02:42.187 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.187 - Interpreted response: OK
08-10-2006 19:02:42.203 - Send: at+vsp=1<cr>
08-10-2006 19:02:42.218 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:42.218 - Interpreted response: OK
08-10-2006 19:02:42.218 - TSP Completing Async Operation(0x000101bb) Status 0x00000000
08-10-2006 19:02:42.218 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED
08-10-2006 19:02:42.937 - TSP(0000): WAVE: Start Playback
08-10-2006 19:02:42.984 - Setting wave format.
08-10-2006 19:02:43.000 - Send: at+fclass=8<cr>
08-10-2006 19:02:43.000 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.000 - Interpreted response: OK
08-10-2006 19:02:43.015 - Send: at+vsm=128,8000,128,0<cr>
08-10-2006 19:02:43.015 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.015 - Interpreted response: OK
08-10-2006 19:02:43.015 - 38400,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:02:43.015 - Starting wave play/record.
08-10-2006 19:02:43.031 - Send: at+fclass=8<cr>
08-10-2006 19:02:43.046 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.046 - Interpreted response: OK
08-10-2006 19:02:43.062 - Send: at+vsd=128,0<cr>
08-10-2006 19:02:43.062 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:43.062 - Interpreted response: OK
08-10-2006 19:02:43.078 - Send: at+vtx<cr>
08-10-2006 19:02:43.078 - Recv: <cr><lf>CONNECT<cr><lf>
08-10-2006 19:02:43.078 - Interpreted response: Connect
08-10-2006 19:02:43.578 - Received DLE Raw= 97, Meaning is 2100hz Answer Tone.
08-10-2006 19:02:45.781 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:02:45.781 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)
08-10-2006 19:02:45.906 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:02:47.140 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:02:48.531 - TSP(0000): WAVE: Stop Streaming
08-10-2006 19:02:48.531 - Ending wave play/record.
08-10-2006 19:02:48.531 - Send: <00><DLE><03>
08-10-2006 19:02:48.609 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:02:48.609 - Interpreted response: OK
08-10-2006 19:02:48.781 - TSP(0000): Answering Call
08-10-2006 19:02:57.218 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:03:00.984 - Received DLE Raw=100, Meaning is Dial tone.
08-10-2006 19:03:19.000 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:03:29.640 - Received DLE Raw=114, Meaning is Ring back.
08-10-2006 19:04:41.218 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:05:01.843 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:05:14.234 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:05:16.250 - Received DLE Raw= 72, Meaning is Handset Off Hook.
08-10-2006 19:05:18.750 - Received DLE Raw=104, Meaning is Handset On Hook.
08-10-2006 19:05:20.968 - Received DLE Raw=100, Meaning is Dial tone.
08-10-2006 19:05:38.984 - Received DLE Raw=108, Meaning is Loop current interruption.
08-10-2006 19:05:50.750 - TSP(0000): Closing Call
08-10-2006 19:05:50.750 - Hanging up the modem.
08-10-2006 19:05:50.765 - Send: ATH<cr>
08-10-2006 19:05:50.781 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:05:50.781 - Interpreted response: OK
08-10-2006 19:05:50.781 - Session Statistics:
08-10-2006 19:05:50.781 - Reads : 288 bytes
08-10-2006 19:05:50.781 - Writes: 0 bytes
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600
08-10-2006 19:06:00.921 - Modem type: BCM V.92 56K Voicemodem
08-10-2006 19:06:00.921 - Modem inf path: oem55.inf
08-10-2006 19:06:00.921 - Modem inf section: BCM4211SP.Modem
08-10-2006 19:06:00.921 - Matching hardware ID: pci\ven_14e4&dev_4212&subsys_00021028
08-10-2006 19:06:00.968 - Opening Modem
08-10-2006 19:06:00.968 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-10-2006 19:06:00.968 - Initializing modem.
08-10-2006 19:06:00.984 - Send: AT<cr>
08-10-2006 19:06:01.000 - Recv: AT<cr>
08-10-2006 19:06:01.000 - Command Echo
08-10-2006 19:06:01.000 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.000 - Interpreted response: OK
08-10-2006 19:06:01.015 - Send: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 19:06:01.015 - Recv: AT &F E0 V1 &D2 &C1 S95=47 S0=0<cr>
08-10-2006 19:06:01.015 - Command Echo
08-10-2006 19:06:01.031 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.031 - Interpreted response: OK
08-10-2006 19:06:01.046 - Send: ATH<cr>
08-10-2006 19:06:01.062 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.062 - Interpreted response: OK
08-10-2006 19:06:01.078 - Send: ATS7=60S30=0L0M0\N3%C3&K3B0N1\J1X4<cr>
08-10-2006 19:06:01.078 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.078 - Interpreted response: OK
08-10-2006 19:06:01.078 - Sending user initialization commands.
08-10-2006 19:06:01.093 - Send: at+vdr=1,10<cr><cr>
08-10-2006 19:06:01.093 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.093 - Interpreted response: OK
08-10-2006 19:06:01.093 - Waiting for a call.
08-10-2006 19:06:01.109 - Send: at+vcid=1<cr>
08-10-2006 19:06:01.125 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.125 - Interpreted response: OK
08-10-2006 19:06:01.140 - Send: ATS0=0<cr>
08-10-2006 19:06:01.140 - Recv: <cr><lf>OK<cr><lf>
08-10-2006 19:06:01.140 - Interpreted response: OK
Here is the Modem Reponse Log:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Unimodem\DeviceSpecific\BCM V.92 56K Voicemodem::Broadcom Corporation::Broadcom Corporation\Responses]
"<cr><lf>OK<cr><lf>"=hex:00,00,00,00,00,00,00,00,00,00
"<cr><lf>ERROR<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>RING<cr><lf>"=hex:08,00,00,00,00,00,00,00,00,00
"<cr><lf>NO CARRIER<cr><lf>"=hex:04,00,00,00,00,00,00,00,00,00
"<cr><lf>NO DIALTONE<cr><lf>"=hex:05,00,00,00,00,00,00,00,00,00
"<cr><lf>BUSY<cr><lf>"=hex:06,00,00,00,00,00,00,00,00,00
"<cr><lf>NO ANSWER<cr><lf>"=hex:07,00,00,00,00,00,00,00,00,00
"0<cr>"=hex:00,00,00,00,00,00,00,00,00,00
"2<cr>"=hex:08,00,00,00,00,00,00,00,00,00
"3<cr>"=hex:04,00,00,00,00,00,00,00,00,00
"4<cr>"=hex:03,00,00,00,00,00,00,00,00,00
"6<cr>"=hex:05,00,00,00,00,00,00,00,00,00
"7<cr>"=hex:06,00,00,00,00,00,00,00,00,00
"8<cr>"=hex:07,00,00,00,00,00,00,00,00,00
"<cr><lf>FAX<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>DATA<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>VOICE<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>RINGING<cr><lf>"=hex:01,00,00,00,00,00,00,00,00,00
"<cr><lf>DELAYED<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>BLACKLISTED<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>+FCERROR<cr><lf>"=hex:03,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT<cr><lf>"=hex:02,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/NONE<cr><lf>"=hex:02,00,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/ARQ<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM/V42BIS<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/LAPM/V44<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/MNP<cr><lf>"=hex:02,02,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT/MNP/MNP5<cr><lf>"=hex:02,03,00,00,00,00,00,00,00,00
"<cr><lf>CONNECT 300<cr><lf>"=hex:02,00,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/NONE<cr><lf>"=hex:02,00,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/ARQ<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM/V42BIS<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/LAPM/V44<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/MNP<cr><lf>"=hex:02,02,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 300/MNP/MNP5<cr><lf>"=hex:02,03,2c,01,00,00,00,00,00,00
"<cr><lf>CONNECT 600<cr><lf>"=hex:02,00,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/NONE<cr><lf>"=hex:02,00,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/ARQ<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM/V42BIS<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/LAPM/V44<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/MNP<cr><lf>"=hex:02,02,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 600/MNP/MNP5<cr><lf>"=hex:02,03,58,02,00,00,00,00,00,00
"<cr><lf>CONNECT 1200<cr><lf>"=hex:02,00,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/NONE<cr><lf>"=hex:02,00,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/ARQ<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM/V42BIS<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/LAPM/V44<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/MNP<cr><lf>"=hex:02,02,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 1200/MNP/MNP5<cr><lf>"=hex:02,03,b0,04,00,00,00,00,00,00
"<cr><lf>CONNECT 2400<cr><lf>"=hex:02,00,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/NONE<cr><lf>"=hex:02,00,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/ARQ<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM/V42BIS<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/LAPM/V44<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/MNP<cr><lf>"=hex:02,02,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 2400/MNP/MNP5<cr><lf>"=hex:02,03,60,09,00,00,00,00,00,00
"<cr><lf>CONNECT 4800<cr><lf>"=hex:02,00,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/NONE<cr><lf>"=hex:02,00,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/ARQ<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM/V42BIS<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/LAPM/V44<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/MNP<cr><lf>"=hex:02,02,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 4800/MNP/MNP5<cr><lf>"=hex:02,03,c0,12,00,00,00,00,00,00
"<cr><lf>CONNECT 7200<cr><lf>"=hex:02,00,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/NONE<cr><lf>"=hex:02,00,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/ARQ<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM/V42BIS<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/LAPM/V44<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/MNP<cr><lf>"=hex:02,02,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 7200/MNP/MNP5<cr><lf>"=hex:02,03,20,1c,00,00,00,00,00,00
"<cr><lf>CONNECT 9600<cr><lf>"=hex:02,00,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/NONE<cr><lf>"=hex:02,00,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/ARQ<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM/V42BIS<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/LAPM/V44<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/MNP<cr><lf>"=hex:02,02,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 9600/MNP/MNP5<cr><lf>"=hex:02,03,80,25,00,00,00,00,00,00
"<cr><lf>CONNECT 12000<cr><lf>"=hex:02,00,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/NONE<cr><lf>"=hex:02,00,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/ARQ<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/LAPM<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/LAPM/V42BIS<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00\
"<cr><lf>CONNECT 12000/LAPM/V44<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/MNP<cr><lf>"=hex:02,02,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 12000/MNP/MNP5<cr><lf>"=hex:02,03,e0,2e,00,00,00,00,00,00
"<cr><lf>CONNECT 14400<cr><lf>"=hex:02,00,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/NONE<cr><lf>"=hex:02,00,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/ARQ<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/LAPM<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/LAPM/V42BIS<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00\
"<cr><lf>CONNECT 14400/LAPM/V44<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/MNP<cr><lf>"=hex:02,02,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 14400/MNP/MNP5<cr><lf>"=hex:02,03,40,38,00,00,00,00,00,00
"<cr><lf>CONNECT 16800<cr><lf>"=hex:02,00,a0,41,00,00,00,00,00,00
"<cr><lf>CONNECT 16800/NONE<cr><lf>"=hex:02,00,a0,41,00,00,00,00,00,00
"<cr><lf>CON