vgetty + USR 33.6vi

"Roger A. Unwin" (unwin@stinky.roadkill.com)
Sun, 4 May 1997 00:54:53 -0500 (CDT)


--265248285-989253363-862725293=:278
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

Hello,

 I installed vgetty a few days ago, and have been fighting with it since.
 I am currently having two problems, likely my fault for missing 
 something crucial.

 1. The greeting sounds funny when played.
 2. When I leave a message after the greeting and the beep, the modem 
  doesn't hang up until long after I have.

 Attached to this email are my voice.conf and vgetty log file (log level 6).

 Any help would be appreciated.

Roger Unwin

-------------------------------------------------------------------------
ati3
USRobotics Sportster Voice 33600 Fax RS Rev. 2.0
ati
3361



--265248285-989253363-862725293=:278
Content-Type: TEXT/plain; CHARSET=US-ASCII
Content-Description: voice.conf

#
# Sample voice configuration file
# -------------------------------
#
# $Id: voice.conf-dist,v 1.11 1997/04/11 15:07:13 marc Exp $
#
# This file is read twice: First the program configuration is read and
# second the port configuration. This means that generic values at the
# beginning of the file will override program values on the second read.
# So if you want to make a generic value program dependant, remove it
# from the generic part of the config file.
#
# Watch out! Some options in this file are not yet implemented or only
# available with some modems.
#

#
# Generic default values
# ----------------------
#

part generic

#
# Possible log levels are:
#
# L_FATAL 0
# L_ERROR 1
# L_AUDIT 2
# L_WARN  3
# L_MESG  4
# L_NOISE 5
# L_JUNK  6
#

voice_log_level 6

#
# Primary voice directory for vgetty.
#

voice_dir /var/spool/voice

#
# Location of the flag file for new incoming messages relative to the
# primary voice directory.
#

message_flag_file .flag

#
# Location where vgetty stores the incoming voice messages relative to
# the primary voice directory.
#

receive_dir incoming

#
# Directory containing the messages for vgetty (greeting, handling the
# answering machine) relative to the primary voice directory.
#

message_dir messages

#
# Name of the file in MESSAGE_DIR that contains the names of
# the greeting message files (one per line, no white space).
#

message_list Index

#
# Filename of a backup greeting message in MESSAGE_DIR (used if
# the random selection fails to find a message).
#

backup_message standard.rmd

#
# Default port speed. The bps rate must be high enough for the compression
# mode used. Note that this is an integer, not one of the Bxxxx defines.
# This must be set to 38400 for Rockell modems. The default value is 38400.
#

port_speed 19200

#
# Default shell to invoke for shell scripts. Make sure this shell
# understands things like funtions, because the scripts rely on this.
# The default is "/bin/sh"
#

voice_shell /bin/sh

#
# Default port timeout in seconds for a read or write operation. The
# default value is 10 seconds.
#

port_timeout 5

#
# Default timeout for a dialout in seconds. The default value is 90 seconds.
#

dial_timeout 90

#
# Delay before sending a new voice command to the modem in milliseconds.
# The default is 100 milliseconds.
#

command_delay 50

#
# Minimum length of detected DTMF tones, in milliseconds. This is
# currently only supported by ZyXel modems with a ROM release of 6.12
# or above. The default is 30 milliseconds.
#

dtmf_len 30

#
# DTMF tone detection threshold in percent (0% to 100%). Increase this
# if the modem erroneously detects DTMF tones, decrease it if it fails to
# detect real ones. This is currently only supported by ZyXel modems
# with a ROM release of 6.12 or above. The default is 40%.
#

dtmf_threshold 40

#
# Time to wait for a DTMF tone to arrive when recording or waiting
# for DTMF input in seconds. The default is to wait for 7 seconds.
#

dtmf_wait 7

#
# In Australia the frequency of the busy signal is the same as the
# frequency of the fax calling tone. This causes problems on at least
# some modems. They report a fax calling tone, when there is a busy
# signal in reality. To help those user, vgetty will ignore any fax
# calling tone detected by the modem, when this option is set.
#
# The following companys suffer from this problem:
# - Telstra (formerly Telecom Australia)
# - Optus
# - Austel (regulatory authority)
#
# The default is of course off.
#

ignore_fax_dle false

#
# Output recorded voice samples without header and expect raw voice
# data on input for playback. This feature is turned off by default.
# Don't enable it unless you really know, what you are doing!
#

raw_data false

#
# This is the default compression mode for vgetty for incoming voice
# messages and for the recording option of vm. The mode 0 is a special
# mode, that will automatically choose a sane default value for every
# modem. The default is 0.
#

rec_compression 1

#
# This is the default recording speed for vgetty for incoming voice
# messages and for the recording option of vm. It is the number of samples
# per second. The speed 0 is a special speed, that will automatically
# choose a sane default value for every modem. The default is 0.
#

rec_speed 0

#
# Silence detection length in 0.1 seconds. If the modem detects silence
# for this time, it sends a silence detect to the host. Default is
# 7 seconds (70 * 0.1 seconds).
#

rec_silence_len 30

#
# Silence detection threshold in percent (0% to 100%). Increase this value
# if you have a noisy phone line and the silence detection doesn't work
# reliably. The default is 40%.
#

rec_silence_threshold 40

#
# If REC_REMOVE_SILENCE is enabled, the trailing silence of an incoming
# voice message as detected by the modem will be deleted. This might
# cause you to miss parts of a message if the silence threshold is
# high and the caller is talking very quietly. To be on the safe side,
# don't define this. This feature is turned off by default.
#

rec_remove_silence false

#
# Maximum recording length in seconds. Hang up if somebody talks
# longer than this. Default is 5 minutes (300 seconds).
#

rec_max_len 300

#
# Minimum recording length in seconds. Some modems can not detect
# data or fax modems, so we use the recording time, to decide,
# what it is. This feature is by default disabled.
#

rec_min_len 0

#
# Enable hardware flow in record and playback mode if the modem
# supports it. This option is by default on.
#

do_hard_flow true

#
# Frequency for the beep command in Hz. The default is 933Hz.
#

beep_frequency 933

#
# Length for the beep command in 0.01sec. The default is 1.5 seconds
# (150 * 0.01 seconds).
#

beep_length 150

#
# Number of tries to open a voice modem device. The default is 3.
#

max_tries 3

#
# Delay between two tries to open a voice device in seconds. The default
# is 5 seconds.
#

retry_delay 5

#
# Default timeout for the voice watchdog. If this timer expires, the
# running program will be terminated. The default is 30 seconds.
#

watchdog_timeout 30

#
# Some modems support setting the receive gain. This value can be set in
# percent (0% to 100%). 0% is off, 100% is maximum. To use the modem
# default value set this to -1. The default is -1.
#

receive_gain 100%

#
# Some modems support setting the transmit gain. This value can be set in
# percent (0% to 100%). 0% is off, 100% is maximum. To use the modem
# default value set this to -1. The default is -1.
#

transmit_gain 100%

#
# Usually vgetty will enable the command echo from the modem. Since some
# modems sometimes forget this echo, vgetty complains about it. With this
# option you can turn the command echo off, which might make things more
# reliable, but bugs are much harder to trace. So don't ever think about
# mailing me a bug report with command echo turned off. I will simply ignore
# it. The default is to enable command echo.
#

enable_command_echo true

#
# Program specific initializations
# --------------------------------
#

#
# Default values for vgetty
# -------------------------
#

program vgetty

#
# Default number of rings to wait before picking up the phone.
#
# Instead of a number, you can also give a file name, that contains
# a single number with the desired number of rings. Vgetty will
# automatically append the name of the modem device to the file name.
# The file name must be an absolut path starting with a leading "/".
# E.g. "rings /etc/rings" and the modem device is ttyS0, will
# lead to the file name "/etc/rings.ttyS0". If this file doesn't
# exist, vgetty will check for a file without the modem device name
# appended. In this example, vgetty would check for /etc/rings.
#
# The default is 3
#

rings 2

#
# Default answer mode when vgetty picks up the phone after incoming
# rings.
#
# Instead of an answer mode, you can also give a file name, that
# contains a single line with the desired answer mode. Vgetty will
# automatically append the name of the modem device to the file name.
# The file name must be an absolut path starting with a leading "/".
# E.g. "answer_mode /etc/answer" and the modem device is ttyS0, will
# lead to the file name "/etc/answer.ttyS0". If this file doesn't
# exist, vgetty will check for a file without the modem device name
# appended. In this example, vgetty would check for /etc/answer.
#
# The default is "voice:fax:data".
#

answer_mode voice

#
# When switching to data or fax mode, always switch to fax mode and
# enable autodetection of data/fax. Some modems report wrong DLE codes
# and so the predetection with DLE codes does not work.
#

force_autodetect false

#
# If vgetty knows that there are new messages (the flag file exists),
# it will turn on the AA lamp on an external modem and enable the toll
# saver - it will answer the phone TOLL_SAVER_RINGS earlier than the
# default. This feature is turned off by default.
#

toll_saver_rings 0

#
# Should the recorded voice message file be kept even if data, fax or
# DTMF codes were detected? If this is set, vgetty never deletes
# a recording, if it is not set it will delete the recording, if an
# incoming data or fax call is detected or if DTMF codes were send. Also
# this should work in nearly every situation, it makes you loose the
# recording, if the caller "plays" with DTMF codes to make the message
# even more beautiful. This feature is enabled by default.
#

rec_always_keep true

#
# The programs defined below get called by vgetty.
#
# Define an empty program name, if you want to disabled one of those
# programs.
#

#
# There are two separate uses for the Data/Voice button on a ZyXEL:
#
# - If a RING was detected recently, answer the phone with the
# answer mode set for this case.
# - Otherwise, call an external program to play back messages
#
# If you don't define button_prgogram, vgetty will always pick up
# the phone if Data/Voice is pressed.
#
# The default value is "".
#

button_program

#
# Program called when the phone is answered, this is instead
# of the normal behaviour. Don't define this unless you want
# to e.g. set up a voice mailbox where the normal answering
# machine behaviour would be inappropiate. The C code is probably
# more stable and uses less resources.
#
# The default value is "".
#

call_program

#
# Program called when a DTMF command in the form '*digits#' is received.
# The argument is the string of digits received (without '*' and '#').
# The default value is "dtmf.sh".
#

dtmf_program dtmf.sh

#
# Program called when a voice message has been received.
# The argument is the filename of the recorded message.
# The default value is "".
#

message_program

#
# Should vgetty use the AA LED on some modems to indicate that new
# messages have arrived? This is done by setting the modem register
# S0 to a value of 255. Some modems have a maximum number of rings
# allowed and autoanswer after this, so they can not use this feature.
# This option is by default off.
#

do_message_light false

#
# Default values for vm
# ---------------------
#

program vm

#
# Voice devices that vm can use e.g. "voice_devices ttyS0:ttyS1". Since
# I don't know to which ports your modems are connected, the default is ""
#

voice_devices ttyS2

#
# Timeout for a dialout operation in seconds. The default is 90 seconds.
#

dialout_timeout 90

#
# Default values for the pvf tools
# --------------------------------
#

program pvf

#
# There are currently no defaults.
#

#
# Port specific configuration
# ---------------------------
#

#
# Here you can optionally set some of the previously set values to different
# ones for specific ports.
#
# E.g. we have a modem on port ttyS0
#

port ttyS2

#
# And we want it to answer after the first ring and only in data mode.
# So we would define:
#
# rings 1
# answer_mode data
#
# The commands are commented out, because I don't want to set some port
# specific defaults in this sample configuration file. I just want to
# show you how to do it.
#
# Now we set the values for the next port e.g. ttyS5
#

#
# And so on for all ports in the system, that need special treatment.
#

#
# Ring type specific configuration
# --------------------------------
#

#
# Here you can optionally set some of the previously set values to different
# ones for specific ring types. The following ring types are possible:
#
# ring  - for a normal ring
# ring1 - for distinctive ring number 1
# ring2 - for distinctive ring number 2
# ring3 - for distinctive ring number 3
# ring4 - for distinctive ring number 4
# ring5 - for distinctive ring number 5
# virtual - for a virtual ring (kill -USR1 <mgetty pid>)
# button - if someone pressed the data/voice button on the modem
#
# Note: The current mgetty implementation maps the data/voice button
# event to a virtual ring event.
#
# Note: ISDN MSNs will be mapped to distinctive rings in the future.
#
# E.g. we want to answer the modem on a virtual ring with answer
# mode "fax:data".
#

ring_type virtual

answer_mode fax:data

#
# Or e.g. we have one modem and want to answer with voice on a normal
# ring and with fax:data on distinctive ring1.
#

ring_type ring

# rings 6
# answer_mode voice

ring_type ring1

# rings 1
# answer_mode fax:data
#
# The commands are commented out, because I don't want to set some ring
# specific defaults in this sample configuration file. I just want to
# show you how to do it.
#
# Note: Setting the number of rings will have no effect until the mgetty
# to vgetty interface is changed.
#
# Note: If you have one modem and distinctive ring, you can simply define
# the answer mode directly in this file for the different rings. If you
# have more than one modem and you want them to react different on the same
# type of ring, you have to define rings and answer_mode as pointers to
# files. E.g.
#
# ring_type ring
#
# rings /etc/rings/ring
# answer_mode /etc/answer/ring
#
# ring_type ring1
#
# rings /etc/rings/ring1
# answer_mode /etc/answer/ring1
#
# and so on. Now you can set up a different number of rings and answer modes
# by creating the files:
#
# /etc/rings/ring  - for the default value
# /etc/rings/ring.ttyS0 - for the value for device ttyS0
# /etc/rings/ring.ttyS1 - for the value for device ttyS1
#
# And the same way you can set the answer modes.
#

--265248285-989253363-862725293=:278
Content-Type: TEXT/plain; CHARSET=US-ASCII
Content-Description: vgetty.ttyS2


--
05/04 00:28:45 yS2 vgetty: experimental test release 0.7.2 / 12Apr97
05/04 00:28:45 yS2 mgetty: experimental test release 1.1.5-Apr16
05/04 00:28:45 yS2 reading generic configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:28:45 yS2 reading program vgetty configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:28:45 yS2 reading port ttyS2 configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:28:45 yS2 reading /usr/local/etc/mgetty+sendfax/voice.conf...
05/04 00:28:45 yS2 conf lib: read: 'part generic'
05/04 00:28:45 yS2 found CT_KEYWORD part generic
05/04 00:28:45 yS2 conf lib: read: 'voice_log_level 6'
05/04 00:28:45 yS2 conf lib: read: 'voice_dir /var/spool/voice'
05/04 00:28:45 yS2 conf lib: read: 'message_flag_file .flag'
05/04 00:28:45 yS2 conf lib: read: 'receive_dir incoming'
05/04 00:28:45 yS2 conf lib: read: 'message_dir messages'
05/04 00:28:45 yS2 conf lib: read: 'message_list Index'
05/04 00:28:45 yS2 conf lib: read: 'backup_message standard.rmd'
05/04 00:28:45 yS2 conf lib: read: 'port_speed 19200'
05/04 00:28:45 yS2 conf lib: read: 'voice_shell /bin/sh'
05/04 00:28:45 yS2 conf lib: read: 'port_timeout 5'
05/04 00:28:45 yS2 conf lib: read: 'dial_timeout 90'
05/04 00:28:45 yS2 conf lib: read: 'command_delay 50'
05/04 00:28:45 yS2 conf lib: read: 'dtmf_len 30'
05/04 00:28:45 yS2 conf lib: read: 'dtmf_threshold 40'
05/04 00:28:45 yS2 conf lib: read: 'dtmf_wait 7'
05/04 00:28:45 yS2 conf lib: read: 'ignore_fax_dle false'
05/04 00:28:45 yS2 conf lib: read: 'raw_data false'
05/04 00:28:45 yS2 conf lib: read: 'rec_compression 1'
05/04 00:28:45 yS2 conf lib: read: 'rec_speed 0'
05/04 00:28:45 yS2 conf lib: read: 'rec_silence_len 30'
05/04 00:28:45 yS2 conf lib: read: 'rec_silence_threshold 40'
05/04 00:28:45 yS2 conf lib: read: 'rec_remove_silence false'
05/04 00:28:45 yS2 conf lib: read: 'rec_max_len 300'
05/04 00:28:45 yS2 conf lib: read: 'rec_min_len 0'
05/04 00:28:45 yS2 conf lib: read: 'do_hard_flow true'
05/04 00:28:45 yS2 conf lib: read: 'beep_frequency 933'
05/04 00:28:45 yS2 conf lib: read: 'beep_length 150'
05/04 00:28:45 yS2 conf lib: read: 'max_tries 3'
05/04 00:28:45 yS2 conf lib: read: 'retry_delay 5'
05/04 00:28:45 yS2 conf lib: read: 'watchdog_timeout 30'
05/04 00:28:45 yS2 conf lib: read: 'receive_gain 100%'
05/04 00:28:45 yS2 conf lib: read: 'transmit_gain 100%'
05/04 00:28:45 yS2 conf lib: read: 'enable_command_echo true'
05/04 00:28:45 yS2 conf lib: read: 'program vgetty'
05/04 00:28:45 yS2 conf lib: read: 'rings 2'
05/04 00:28:45 yS2 conf lib: read: 'answer_mode voice'
05/04 00:28:45 yS2 conf lib: read: 'force_autodetect false'
05/04 00:28:45 yS2 conf lib: read: 'toll_saver_rings 0'
05/04 00:28:45 yS2 conf lib: read: 'rec_always_keep true'
05/04 00:28:45 yS2 conf lib: read: 'button_program '
05/04 00:28:45 yS2 conf lib: read: 'call_program '
05/04 00:28:45 yS2 conf lib: read: 'dtmf_program dtmf.sh'
05/04 00:28:45 yS2 conf lib: read: 'message_program '
05/04 00:28:45 yS2 conf lib: read: 'do_message_light false'
05/04 00:28:45 yS2 conf lib: read: 'program vm'
05/04 00:28:45 yS2 conf lib: read: 'voice_devices ttyS2'
05/04 00:28:45 yS2 conf lib: read: 'dialout_timeout 90'
05/04 00:28:45 yS2 conf lib: read: 'program pvf'
05/04 00:28:45 yS2 conf lib: read: 'port ttyS2'
05/04 00:28:45 yS2 section: port ttyS2, **found**
05/04 00:28:45 yS2 conf lib: read: 'ring_type virtual'
05/04 00:28:45 yS2 found CT_KEYWORD ring_type virtual
05/04 00:28:45 yS2 conf lib: read: 'answer_mode fax:data'
05/04 00:28:45 yS2 conf lib: read: 'ring_type ring'
05/04 00:28:45 yS2 conf lib: read: 'ring_type ring1'
05/04 00:28:45 yS2 key: 'part', type=6, flags=4, data=(ignored)
05/04 00:28:45 yS2 key: 'program', type=6, flags=4, data=(ignored)
05/04 00:28:45 yS2 key: 'port', type=6, flags=4, data=(ignored)
05/04 00:28:45 yS2 key: 'ring_type', type=6, flags=4, data=(ignored)
05/04 00:28:45 yS2 key: 'voice_log_level', type=0, flags=3, data=6
05/04 00:28:45 yS2 key: 'voice_devices', type=1, flags=0, data=(empty)
05/04 00:28:45 yS2 key: 'port_speed', type=0, flags=3, data=19200
05/04 00:28:45 yS2 key: 'port_timeout', type=0, flags=3, data=5
05/04 00:28:45 yS2 key: 'dtmf_len', type=0, flags=3, data=30
05/04 00:28:45 yS2 key: 'dtmf_threshold', type=0, flags=3, data=40
05/04 00:28:45 yS2 key: 'dtmf_wait', type=0, flags=3, data=7
05/04 00:28:45 yS2 key: 'rec_compression', type=0, flags=3, data=1
05/04 00:28:45 yS2 key: 'rec_speed', type=0, flags=3, data=0
05/04 00:28:45 yS2 key: 'rec_silence_len', type=0, flags=3, data=30
05/04 00:28:45 yS2 key: 'rec_silence_threshold', type=0, flags=3, data=40
05/04 00:28:45 yS2 key: 'rec_remove_silence', type=3, flags=3, data=FALSE
05/04 00:28:45 yS2 key: 'rec_max_len', type=0, flags=3, data=300
05/04 00:28:45 yS2 key: 'receive_gain', type=0, flags=3, data=100
05/04 00:28:45 yS2 key: 'transmit_gain', type=0, flags=3, data=100
05/04 00:28:45 yS2 key: 'rings', type=1, flags=3, data=2
05/04 00:28:45 yS2 key: 'answer_mode', type=1, flags=3, data=voice
05/04 00:28:45 yS2 key: 'toll_saver_rings', type=0, flags=3, data=0
05/04 00:28:45 yS2 key: 'rec_always_keep', type=3, flags=3, data=TRUE
05/04 00:28:45 yS2 key: 'voice_dir', type=1, flags=3, data=/var/spool/voice
05/04 00:28:45 yS2 key: 'message_flag_file', type=1, flags=3, data=.flag
05/04 00:28:45 yS2 key: 'receive_dir', type=1, flags=3, data=incoming
05/04 00:28:45 yS2 key: 'message_dir', type=1, flags=3, data=messages
05/04 00:28:45 yS2 key: 'message_list', type=1, flags=3, data=Index
05/04 00:28:45 yS2 key: 'backup_message', type=1, flags=3, data=standard.rmd
05/04 00:28:45 yS2 key: 'dialout_timeout', type=0, flags=1, data=90
05/04 00:28:45 yS2 key: 'beep_frequency', type=0, flags=3, data=933
05/04 00:28:45 yS2 key: 'beep_length', type=0, flags=3, data=150
05/04 00:28:45 yS2 key: 'raw_data', type=3, flags=3, data=FALSE
05/04 00:28:45 yS2 key: 'max_tries', type=0, flags=3, data=3
05/04 00:28:45 yS2 key: 'retry_delay', type=0, flags=3, data=5
05/04 00:28:45 yS2 key: 'voice_shell', type=1, flags=3, data=/bin/sh
05/04 00:28:45 yS2 key: 'button_program', type=1, flags=3, data=
05/04 00:28:45 yS2 key: 'call_program', type=1, flags=3, data=
05/04 00:28:45 yS2 key: 'dtmf_program', type=1, flags=3, data=dtmf.sh
05/04 00:28:45 yS2 key: 'message_program', type=1, flags=3, data=
05/04 00:28:45 yS2 key: 'do_message_light', type=3, flags=3, data=FALSE
05/04 00:28:45 yS2 key: 'do_hard_flow', type=3, flags=3, data=TRUE
05/04 00:28:45 yS2 key: 'force_autodetect', type=3, flags=3, data=FALSE
05/04 00:28:45 yS2 key: 'watchdog_timeout', type=0, flags=3, data=30
05/04 00:28:45 yS2 key: 'rec_min_len', type=0, flags=3, data=0
05/04 00:28:45 yS2 key: 'command_delay', type=0, flags=3, data=50
05/04 00:28:45 yS2 key: 'ignore_fax_dle', type=3, flags=3, data=FALSE
05/04 00:28:45 yS2 key: 'dial_timeout', type=0, flags=3, data=90
05/04 00:28:45 yS2 key: 'enable_command_echo', type=3, flags=3, data=TRUE
05/04 00:28:45 yS2 check for lockfiles
05/04 00:28:45 yS2 checklock: stat failed, no file
05/04 00:28:45 yS2 locking the line
05/04 00:28:45 yS2 makelock(ttyS2) called
05/04 00:28:45 yS2 do_makelock: lock='/var/lock/LCK..ttyS2'
05/04 00:28:45 yS2 lock made
05/04 00:28:46 yS2 tio_get_rs232_lines: status: RTS CTS DSR DTR
05/04 00:28:46 yS2 lowering DTR to reset Modem
05/04 00:28:46 yS2 tss: set speed to 38400 (017)
05/04 00:28:46 yS2 tio_set_flow_control( HARD )
05/04 00:28:46 yS2 waiting for line to clear (VTIME), read: 
05/04 00:28:46 yS2 send: \dATQ0V1H0[0d]
05/04 00:28:47 yS2 waiting for ``OK''
05/04 00:28:47 yS2 got: ATQ0V1H0[0d]
05/04 00:28:47 yS2 CND: ATQ0V1H0[0d][0a]OK ** found **
05/04 00:28:47 yS2 send: ATS0=0Q0&D3&C1[0d]
05/04 00:28:47 yS2 waiting for ``OK''
05/04 00:28:47 yS2 got: [0d]
05/04 00:28:47 yS2 CND: OK[0a]ATS0=0Q0&D3&C1[0d]
05/04 00:28:47 yS2 CND: ATS0=0Q0&D3&C1[0d][0a]OK ** found **
05/04 00:28:47 yS2 mdm_send: 'ATI'
05/04 00:28:47 yS2 got:[0d][0a]ATI[0d]
05/04 00:28:47 yS2 mdm_identify: string 'ATI'
05/04 00:28:47 yS2 got:[0d][0a]3361[0d]
05/04 00:28:47 yS2 mdm_identify: string '3361'
05/04 00:28:47 yS2 unknown numerical modem id 3361
05/04 00:28:47 yS2 got:[0a][0d][0a]OK[0d]
05/04 00:28:47 yS2 mdm_identify: string 'OK' -> OK
05/04 00:28:47 yS2 mdm_send: 'AT+FCLASS=2.0'
05/04 00:28:47 yS2 got:[0a]AT+FCLASS=2.0[0d]
05/04 00:28:47 yS2 mdm_command: string 'AT+FCLASS=2.0'
05/04 00:28:47 yS2 got:[0d][0a]OK[0d]
05/04 00:28:48 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:48 yS2 mdm_send: 'AT+FAA=1;+FCR=1'
05/04 00:28:48 yS2 got:[0a]AT+FAA=1;+FCR=1[0d]
05/04 00:28:48 yS2 mdm_command: string 'AT+FAA=1;+FCR=1'
05/04 00:28:48 yS2 got:[0d][0a]OK[0d]
05/04 00:28:48 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:48 yS2 mdm_send: 'AT+FBO=1'
05/04 00:28:48 yS2 got:[0a]AT+FBO=1[0d]
05/04 00:28:48 yS2 mdm_command: string 'AT+FBO=1'
05/04 00:28:48 yS2 got:[0d][0a]OK[0d]
05/04 00:28:48 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:48 yS2 mdm_send: 'AT+FNR=1,1,1,0'
05/04 00:28:48 yS2 got:[0a]AT+FNR=1,1,1,0[0d]
05/04 00:28:48 yS2 mdm_command: string 'AT+FNR=1,1,1,0'
05/04 00:28:48 yS2 got:[0d][0a]OK[0d]
05/04 00:28:48 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:48 yS2 mdm_send: 'AT+FLI="12173520780"'
05/04 00:28:48 yS2 got:[0a]AT+FLI="12173520780"[0d]
05/04 00:28:48 yS2 mdm_command: string 'AT+FLI="12173520780"'
05/04 00:28:48 yS2 got:[0d][0a]OK[0d]
05/04 00:28:48 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:48 yS2 mdm_send: 'AT+FCC=1,5,0,2,0,0,0,0'
05/04 00:28:48 yS2 got:[0a]AT+FCC=1,5,0,2,0,0,0,0[0d]
05/04 00:28:48 yS2 mdm_command: string 'AT+FCC=1,5,0,2,0,0,0,0'
05/04 00:28:48 yS2 got:[0d][0a]OK[0d]
05/04 00:28:49 yS2 mdm_command: string 'OK' -> OK
05/04 00:28:49 yS2 tss: set speed to 19200 (016)
05/04 00:28:49 yS2 tio_set_flow_control( HARD )
05/04 00:28:49 yS2 detecting voice modem type
05/04 00:28:49 yS2 vgetty: ATE1
05/04 00:28:49 yS2 voice command: '' -> 'OK|ATE1'
05/04 00:28:49 yS2 serial port: ATE1
05/04 00:28:49 yS2 serial port: OK
05/04 00:28:49 yS2 voice command: 'ATI' -> ''
05/04 00:28:49 yS2 vgetty: ATI
05/04 00:28:49 yS2 serial port: ATI
05/04 00:28:49 yS2 serial port: 3361
05/04 00:28:49 yS2 US Robotics detected
05/04 00:28:49 yS2 vgetty: queued event 0x4000 at position 0000
05/04 00:28:49 yS2 US Robotics voice modem
05/04 00:28:49 yS2 This is a driver beta version. V0.4.b3
05/04 00:28:49 yS2 voice command: 'AT&H1&R2&I0' -> 'OK'
05/04 00:28:49 yS2 vgetty: AT&H1&R2&I0
05/04 00:28:49 yS2 US Robotics: OK
05/04 00:28:49 yS2 US Robotics: AT&H1&R2&I0
05/04 00:28:49 yS2 US Robotics: OK
05/04 00:28:49 yS2 tio_set_flow_control( HARD )
05/04 00:28:49 yS2 voice command: 'AT#VTD=3F,3F,3F' -> 'OK'
05/04 00:28:49 yS2 vgetty: AT#VTD=3F,3F,3F
05/04 00:28:49 yS2 US Robotics: AT#VTD=3F,3F,3F
05/04 00:28:49 yS2 US Robotics: OK
05/04 00:28:49 yS2 VTD setup successful
05/04 00:28:49 yS2 waiting for line to clear (VTIME), read: 
05/04 00:28:50 yS2 removing lock file
05/04 00:28:50 yS2 waiting...
05/04 00:28:59 yS2 select returned 1
05/04 00:28:59 yS2 checking lockfiles, locking the line
05/04 00:28:59 yS2 makelock(ttyS2) called
05/04 00:28:59 yS2 do_makelock: lock='/var/lock/LCK..ttyS2'
05/04 00:28:59 yS2 lock made
05/04 00:28:59 yS2 vgetty: number of rings (2) was set directly
05/04 00:28:59 yS2 vgetty: decremented number of rings (2) by 0
05/04 00:28:59 yS2 waiting for ``RING_''
05/04 00:28:59 yS2 got: [0d]
05/04 00:28:59 yS2 CND: OK[0a]RING[0d]
05/04 00:28:59 yS2 CND: RING ** found **
05/04 00:28:59 yS2 waiting for ``RING_''
05/04 00:28:59 yS2 got: [0a][0d][0a]RING[0d]
05/04 00:29:05 yS2 CND: RING ** found **
05/04 00:29:05 yS2 reading ring_type ring configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:29:05 yS2 reading /usr/local/etc/mgetty+sendfax/voice.conf...
05/04 00:29:05 yS2 conf lib: read: 'part generic'
05/04 00:29:05 yS2 found CT_KEYWORD part generic
05/04 00:29:05 yS2 conf lib: read: 'voice_log_level 6'
05/04 00:29:05 yS2 conf lib: read: 'voice_dir /var/spool/voice'
05/04 00:29:05 yS2 conf lib: read: 'message_flag_file .flag'
05/04 00:29:05 yS2 conf lib: read: 'receive_dir incoming'
05/04 00:29:05 yS2 conf lib: read: 'message_dir messages'
05/04 00:29:05 yS2 conf lib: read: 'message_list Index'
05/04 00:29:05 yS2 conf lib: read: 'backup_message standard.rmd'
05/04 00:29:05 yS2 conf lib: read: 'port_speed 19200'
05/04 00:29:05 yS2 conf lib: read: 'voice_shell /bin/sh'
05/04 00:29:05 yS2 conf lib: read: 'port_timeout 5'
05/04 00:29:05 yS2 conf lib: read: 'dial_timeout 90'
05/04 00:29:05 yS2 conf lib: read: 'command_delay 50'
05/04 00:29:05 yS2 conf lib: read: 'dtmf_len 30'
05/04 00:29:05 yS2 conf lib: read: 'dtmf_threshold 40'
05/04 00:29:05 yS2 conf lib: read: 'dtmf_wait 7'
05/04 00:29:05 yS2 conf lib: read: 'ignore_fax_dle false'
05/04 00:29:05 yS2 conf lib: read: 'raw_data false'
05/04 00:29:05 yS2 conf lib: read: 'rec_compression 1'
05/04 00:29:05 yS2 conf lib: read: 'rec_speed 0'
05/04 00:29:05 yS2 conf lib: read: 'rec_silence_len 30'
05/04 00:29:05 yS2 conf lib: read: 'rec_silence_threshold 40'
05/04 00:29:05 yS2 conf lib: read: 'rec_remove_silence false'
05/04 00:29:05 yS2 conf lib: read: 'rec_max_len 300'
05/04 00:29:05 yS2 conf lib: read: 'rec_min_len 0'
05/04 00:29:05 yS2 conf lib: read: 'do_hard_flow true'
05/04 00:29:05 yS2 conf lib: read: 'beep_frequency 933'
05/04 00:29:05 yS2 conf lib: read: 'beep_length 150'
05/04 00:29:05 yS2 conf lib: read: 'max_tries 3'
05/04 00:29:05 yS2 conf lib: read: 'retry_delay 5'
05/04 00:29:05 yS2 conf lib: read: 'watchdog_timeout 30'
05/04 00:29:05 yS2 conf lib: read: 'receive_gain 100%'
05/04 00:29:05 yS2 conf lib: read: 'transmit_gain 100%'
05/04 00:29:05 yS2 conf lib: read: 'enable_command_echo true'
05/04 00:29:05 yS2 conf lib: read: 'program vgetty'
05/04 00:29:05 yS2 conf lib: read: 'rings 2'
05/04 00:29:05 yS2 conf lib: read: 'answer_mode voice'
05/04 00:29:05 yS2 conf lib: read: 'force_autodetect false'
05/04 00:29:05 yS2 conf lib: read: 'toll_saver_rings 0'
05/04 00:29:05 yS2 conf lib: read: 'rec_always_keep true'
05/04 00:29:05 yS2 conf lib: read: 'button_program '
05/04 00:29:05 yS2 conf lib: read: 'call_program '
05/04 00:29:05 yS2 conf lib: read: 'dtmf_program dtmf.sh'
05/04 00:29:05 yS2 conf lib: read: 'message_program '
05/04 00:29:05 yS2 conf lib: read: 'do_message_light false'
05/04 00:29:05 yS2 conf lib: read: 'program vm'
05/04 00:29:05 yS2 conf lib: read: 'voice_devices ttyS2'
05/04 00:29:05 yS2 conf lib: read: 'dialout_timeout 90'
05/04 00:29:05 yS2 conf lib: read: 'program pvf'
05/04 00:29:05 yS2 conf lib: read: 'port ttyS2'
05/04 00:29:05 yS2 conf lib: read: 'ring_type virtual'
05/04 00:29:05 yS2 section: ring_type virtual, ignore
05/04 00:29:05 yS2 conf lib: read: 'answer_mode fax:data'
05/04 00:29:05 yS2 conf lib: read: 'ring_type ring'
05/04 00:29:05 yS2 section: ring_type ring, **found**
05/04 00:29:05 yS2 conf lib: read: 'ring_type ring1'
05/04 00:29:05 yS2 section: ring_type ring1, ignore
05/04 00:29:05 yS2 key: 'part', type=6, flags=4, data=(ignored)
05/04 00:29:05 yS2 key: 'program', type=6, flags=4, data=(ignored)
05/04 00:29:05 yS2 key: 'port', type=6, flags=4, data=(ignored)
05/04 00:29:05 yS2 key: 'ring_type', type=6, flags=4, data=(ignored)
05/04 00:29:05 yS2 key: 'voice_log_level', type=0, flags=3, data=6
05/04 00:29:05 yS2 key: 'voice_devices', type=1, flags=0, data=(empty)
05/04 00:29:05 yS2 key: 'port_speed', type=0, flags=3, data=19200
05/04 00:29:05 yS2 key: 'port_timeout', type=0, flags=3, data=5
05/04 00:29:05 yS2 key: 'dtmf_len', type=0, flags=3, data=30
05/04 00:29:05 yS2 key: 'dtmf_threshold', type=0, flags=3, data=40
05/04 00:29:05 yS2 key: 'dtmf_wait', type=0, flags=3, data=7
05/04 00:29:05 yS2 key: 'rec_compression', type=0, flags=3, data=1
05/04 00:29:05 yS2 key: 'rec_speed', type=0, flags=3, data=0
05/04 00:29:05 yS2 key: 'rec_silence_len', type=0, flags=3, data=30
05/04 00:29:05 yS2 key: 'rec_silence_threshold', type=0, flags=3, data=40
05/04 00:29:05 yS2 key: 'rec_remove_silence', type=3, flags=3, data=FALSE
05/04 00:29:05 yS2 key: 'rec_max_len', type=0, flags=3, data=300
05/04 00:29:05 yS2 key: 'receive_gain', type=0, flags=3, data=100
05/04 00:29:05 yS2 key: 'transmit_gain', type=0, flags=3, data=100
05/04 00:29:05 yS2 key: 'rings', type=1, flags=3, data=2
05/04 00:29:05 yS2 key: 'answer_mode', type=1, flags=3, data=voice
05/04 00:29:05 yS2 key: 'toll_saver_rings', type=0, flags=3, data=0
05/04 00:29:05 yS2 key: 'rec_always_keep', type=3, flags=3, data=TRUE
05/04 00:29:05 yS2 key: 'voice_dir', type=1, flags=3, data=/var/spool/voice
05/04 00:29:05 yS2 key: 'message_flag_file', type=1, flags=3, data=.flag
05/04 00:29:05 yS2 key: 'receive_dir', type=1, flags=3, data=incoming
05/04 00:29:05 yS2 key: 'message_dir', type=1, flags=3, data=messages
05/04 00:29:05 yS2 key: 'message_list', type=1, flags=3, data=Index
05/04 00:29:05 yS2 key: 'backup_message', type=1, flags=3, data=standard.rmd
05/04 00:29:05 yS2 key: 'dialout_timeout', type=0, flags=1, data=90
05/04 00:29:05 yS2 key: 'beep_frequency', type=0, flags=3, data=933
05/04 00:29:05 yS2 key: 'beep_length', type=0, flags=3, data=150
05/04 00:29:05 yS2 key: 'raw_data', type=3, flags=3, data=FALSE
05/04 00:29:05 yS2 key: 'max_tries', type=0, flags=3, data=3
05/04 00:29:05 yS2 key: 'retry_delay', type=0, flags=3, data=5
05/04 00:29:05 yS2 key: 'voice_shell', type=1, flags=3, data=/bin/sh
05/04 00:29:05 yS2 key: 'button_program', type=1, flags=3, data=
05/04 00:29:05 yS2 key: 'call_program', type=1, flags=3, data=
05/04 00:29:05 yS2 key: 'dtmf_program', type=1, flags=3, data=dtmf.sh
05/04 00:29:05 yS2 key: 'message_program', type=1, flags=3, data=
05/04 00:29:05 yS2 key: 'do_message_light', type=3, flags=3, data=FALSE
05/04 00:29:05 yS2 key: 'do_hard_flow', type=3, flags=3, data=TRUE
05/04 00:29:05 yS2 key: 'force_autodetect', type=3, flags=3, data=FALSE
05/04 00:29:05 yS2 key: 'watchdog_timeout', type=0, flags=3, data=30
05/04 00:29:05 yS2 key: 'rec_min_len', type=0, flags=3, data=0
05/04 00:29:05 yS2 key: 'command_delay', type=0, flags=3, data=50
05/04 00:29:05 yS2 key: 'ignore_fax_dle', type=3, flags=3, data=FALSE
05/04 00:29:05 yS2 key: 'dial_timeout', type=0, flags=3, data=90
05/04 00:29:05 yS2 key: 'enable_command_echo', type=3, flags=3, data=TRUE
05/04 00:29:05 yS2 vgetty: answer mode was set directly
05/04 00:29:05 yS2 vgetty: answer mode is [voice]
05/04 00:29:05 yS2 vgetty: opening list file /var/spool/voice/messages/Index
05/04 00:29:05 yS2 vgetty: message name is /var/spool/voice/messages/standard.rmd
05/04 00:29:05 yS2 vgetty: entering voice mode
05/04 00:29:05 yS2 vgetty: Installing signal handlers
05/04 00:29:05 yS2 vgetty: queued event 0x4000 at position 0001
05/04 00:29:05 yS2 voice command: 'AT#CLS?' -> ''
05/04 00:29:05 yS2 vgetty: AT#CLS?
05/04 00:29:05 yS2 US Robotics: AT#CLS?
05/04 00:29:05 yS2 US Robotics: 0
05/04 00:29:05 yS2 voice command: '' -> 'OK'
05/04 00:29:05 yS2 US Robotics: OK
05/04 00:29:05 yS2 voice command: 'AT#CLS=8' -> 'OK'
05/04 00:29:05 yS2 vgetty: AT#CLS=8
05/04 00:29:05 yS2 US Robotics: AT#CLS=8
05/04 00:29:06 yS2 US Robotics: OK
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0002
05/04 00:29:06 yS2 voice command: 'AT#VLS=4A' -> 'VCON'
05/04 00:29:06 yS2 vgetty: AT#VLS=4A
05/04 00:29:06 yS2 US Robotics: AT#VLS=4A
05/04 00:29:06 yS2 US Robotics: VCON
05/04 00:29:06 yS2 playing voice file /var/spool/voice/messages/standard.rmd
05/04 00:29:06 yS2 vgetty: raw modem data header found
05/04 00:29:06 yS2 vgetty: modem type US Robotics found
05/04 00:29:06 yS2 vgetty: compression method 0x0002, speed 8000, bits 0
05/04 00:29:06 yS2 voice command: 'AT#VSM=129,8000' -> 'OK'
05/04 00:29:06 yS2 vgetty: AT#VSM=129,8000
05/04 00:29:06 yS2 US Robotics: AT#VSM=129,8000
05/04 00:29:06 yS2 US Robotics: OK
05/04 00:29:06 yS2 voice command: 'AT#VBS=2' -> 'OK'
05/04 00:29:06 yS2 vgetty: AT#VBS=2
05/04 00:29:06 yS2 US Robotics: AT#VBS=2
05/04 00:29:06 yS2 US Robotics: OK
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0003
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0000
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0001
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0002
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0003
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 tio_set_flow_control( HARD )
05/04 00:29:06 yS2 voice command: 'ATE0#VTX' -> 'CONNECT'
05/04 00:29:06 yS2 vgetty: ATE0#VTX
05/04 00:29:06 yS2 US Robotics: ATE0#VTX
05/04 00:29:06 yS2 US Robotics: CONNECT
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0004
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0004
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0005
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0005
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0006
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0006
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0007
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0007
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0008
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0008
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0009
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0009
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0010
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0010
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0011
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0011
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0012
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0012
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0013
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0013
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0014
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0014
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0015
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0015
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0016
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0016
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0017
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0017
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0018
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0018
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0019
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0019
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0020
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0020
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0021
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0021
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0022
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0022
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0023
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:06 yS2 vgetty: unqueued event 0x4000 at position 0023
05/04 00:29:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:06 yS2 vgetty: queued event 0x4000 at position 0024
05/04 00:29:06 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0024
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0025
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0025
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0026
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0026
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0027
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0027
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0028
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0028
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0029
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0029
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0030
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0030
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0031
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0031
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0032
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0032
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0033
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0033
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0034
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0034
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0035
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0035
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0036
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0036
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0037
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0037
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0038
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0038
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0039
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0039
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0040
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0040
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0041
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0041
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0042
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0042
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0043
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:08 yS2 vgetty: unqueued event 0x4000 at position 0043
05/04 00:29:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:08 yS2 vgetty: queued event 0x4000 at position 0044
05/04 00:29:08 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0044
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0045
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0045
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0046
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0046
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0047
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0047
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0048
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0048
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0049
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0049
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0050
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0050
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0051
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0051
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0052
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0052
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0053
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0053
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0054
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0054
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0055
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0055
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0056
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0056
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0057
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0057
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0058
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0058
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0059
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0059
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0060
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0060
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0061
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0061
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0062
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:10 yS2 vgetty: unqueued event 0x4000 at position 0062
05/04 00:29:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:10 yS2 vgetty: queued event 0x4000 at position 0063
05/04 00:29:10 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0063
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0064
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0064
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0065
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0065
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0066
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0066
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0067
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0067
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0068
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0068
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0069
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0069
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0070
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0070
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0071
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0071
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0072
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0072
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0073
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0073
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0074
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0074
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0075
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0075
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:11 yS2 vgetty: queued event 0x4000 at position 0076
05/04 00:29:11 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:11 yS2 vgetty: unqueued event 0x4000 at position 0076
05/04 00:29:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0077
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:12 yS2 vgetty: unqueued event 0x4000 at position 0077
05/04 00:29:12 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0078
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:12 yS2 vgetty: unqueued event 0x4000 at position 0078
05/04 00:29:12 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0079
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:12 yS2 vgetty: unqueued event 0x4000 at position 0079
05/04 00:29:12 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0080
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:12 yS2 vgetty: unqueued event 0x4000 at position 0080
05/04 00:29:12 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0081
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:12 yS2 vgetty: unqueued event 0x4000 at position 0081
05/04 00:29:12 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:12 yS2 vgetty: queued event 0x4000 at position 0082
05/04 00:29:12 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0082
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0083
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0083
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0084
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0084
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0085
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0085
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0086
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0086
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0087
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0087
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0088
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0088
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0089
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0089
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0090
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0090
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0091
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0091
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0092
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0092
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0093
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0093
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0094
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0094
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0095
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0095
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0096
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0096
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0097
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0097
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0098
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0098
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0099
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0099
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0100
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0100
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0101
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:13 yS2 vgetty: unqueued event 0x4000 at position 0101
05/04 00:29:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:13 yS2 vgetty: queued event 0x4000 at position 0102
05/04 00:29:13 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0102
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0103
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0103
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0104
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0104
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0105
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0105
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0106
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0106
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0107
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0107
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0108
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0108
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0109
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0109
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0110
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0110
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0111
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0111
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0112
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0112
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0113
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0113
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0114
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0114
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0115
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0115
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0116
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0116
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0117
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0117
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0118
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0118
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0119
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0119
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0120
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:15 yS2 vgetty: unqueued event 0x4000 at position 0120
05/04 00:29:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:15 yS2 vgetty: queued event 0x4000 at position 0121
05/04 00:29:15 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0121
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0122
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0122
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0123
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0123
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0124
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0124
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0125
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0125
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0126
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0126
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0127
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0127
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0128
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0128
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0129
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0129
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0130
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0130
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0131
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0131
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0132
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0132
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0133
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0133
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0134
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0134
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0135
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0135
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0136
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0136
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0137
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0137
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0138
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0138
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0139
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:17 yS2 vgetty: unqueued event 0x4000 at position 0139
05/04 00:29:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:17 yS2 vgetty: queued event 0x4000 at position 0140
05/04 00:29:17 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0140
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0141
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0141
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0142
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0142
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0143
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0143
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0144
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0144
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0145
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0145
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0146
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0146
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0147
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0147
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0148
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0148
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0149
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0149
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0150
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0150
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0151
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0151
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0152
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0152
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0153
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0153
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0154
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0154
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0155
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0155
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0156
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0156
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0157
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0157
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0158
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0158
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0159
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:19 yS2 vgetty: unqueued event 0x4000 at position 0159
05/04 00:29:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:19 yS2 vgetty: queued event 0x4000 at position 0160
05/04 00:29:19 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0160
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0161
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0161
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0162
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0162
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0163
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0163
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0164
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0164
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0165
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0165
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0166
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0166
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0167
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0167
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0168
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0168
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0169
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0169
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0170
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0170
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0171
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0171
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0172
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0172
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0173
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0173
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0174
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0174
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0175
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0175
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0176
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0176
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0177
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0177
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0178
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:21 yS2 vgetty: unqueued event 0x4000 at position 0178
05/04 00:29:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:21 yS2 vgetty: queued event 0x4000 at position 0179
05/04 00:29:21 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0179
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0180
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0180
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0181
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0181
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0182
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0182
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0183
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0183
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0184
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0184
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0185
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0185
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0186
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0186
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0187
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0187
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0188
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0188
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0189
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0189
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0190
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0190
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0191
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0191
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0192
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0192
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0193
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0193
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0194
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0194
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0195
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0195
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0196
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0196
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0197
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0197
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0198
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:22 yS2 vgetty: unqueued event 0x4000 at position 0198
05/04 00:29:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:22 yS2 vgetty: queued event 0x4000 at position 0199
05/04 00:29:22 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0199
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0200
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0200
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0201
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0201
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0202
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0202
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0203
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0203
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0204
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0204
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0205
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0205
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0206
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0206
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0207
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0207
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0208
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0208
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0209
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0209
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0210
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0210
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0211
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0211
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0212
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0212
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0213
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0213
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0214
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0214
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0215
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0215
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0216
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0216
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0217
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:24 yS2 vgetty: unqueued event 0x4000 at position 0217
05/04 00:29:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:24 yS2 vgetty: queued event 0x4000 at position 0218
05/04 00:29:24 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0218
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0219
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0219
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0220
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0220
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0221
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0221
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0222
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0222
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0223
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0223
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0224
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0224
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0225
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0225
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0226
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0226
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0227
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0227
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0228
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0228
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0229
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0229
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0230
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0230
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0231
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0231
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0232
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0232
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0233
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0233
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0234
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0234
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0235
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0235
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0236
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0236
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0237
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:26 yS2 vgetty: unqueued event 0x4000 at position 0237
05/04 00:29:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:26 yS2 vgetty: queued event 0x4000 at position 0238
05/04 00:29:26 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0238
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0239
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0239
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0240
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0240
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0241
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0241
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0242
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0242
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0243
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0243
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0244
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0244
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0245
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0245
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0246
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0246
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0247
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0247
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0248
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0248
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0249
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0249
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0250
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0250
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0251
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0251
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0252
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0252
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0253
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0253
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0254
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0254
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0255
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0255
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0256
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:28 yS2 vgetty: unqueued event 0x4000 at position 0256
05/04 00:29:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:28 yS2 vgetty: queued event 0x4000 at position 0257
05/04 00:29:28 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0257
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0258
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0258
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0259
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0259
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0260
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0260
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0261
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0261
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0262
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0262
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0263
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0263
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0264
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0264
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0265
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0265
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0266
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0266
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0267
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0267
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0268
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0268
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0269
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0269
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0270
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0270
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0271
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0271
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0272
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0272
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0273
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0273
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0274
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0274
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0275
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:30 yS2 vgetty: unqueued event 0x4000 at position 0275
05/04 00:29:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:30 yS2 vgetty: queued event 0x4000 at position 0276
05/04 00:29:30 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:31 yS2 vgetty: unqueued event 0x4000 at position 0276
05/04 00:29:31 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:31 yS2 vgetty: queued event 0x4000 at position 0277
05/04 00:29:31 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:31 yS2 vgetty: unqueued event 0x4000 at position 0277
05/04 00:29:31 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:31 yS2 vgetty: queued event 0x4000 at position 0278
05/04 00:29:31 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:31 yS2 vgetty: unqueued event 0x4000 at position 0278
05/04 00:29:31 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:31 yS2 vgetty: queued event 0x4000 at position 0279
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0279
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0280
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0280
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0281
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0281
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0282
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0282
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0283
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0283
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0284
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0284
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0285
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0285
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0286
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0286
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0287
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0287
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0288
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0288
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0289
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0289
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0290
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0290
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0291
05/04 00:29:32 yS2 vgetty: <DATA 200 bytes>
05/04 00:29:32 yS2 vgetty: unqueued event 0x4000 at position 0291
05/04 00:29:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:32 yS2 vgetty: queued event 0x4000 at position 0292
05/04 00:29:32 yS2 vgetty: <DLE> <ETX>
05/04 00:29:32 yS2 voice command: '' -> 'OK|VCON'
05/04 00:29:32 yS2 US Robotics: VCON
05/04 00:29:33 yS2 voice command: '' -> 'OK|VCON'
05/04 00:29:33 yS2 US Robotics: OK
05/04 00:29:33 yS2 voice command: 'AT' -> 'OK'
05/04 00:29:33 yS2 vgetty: AT
05/04 00:29:33 yS2 US Robotics: AT
05/04 00:29:33 yS2 US Robotics: OK
05/04 00:29:33 yS2 vgetty: unqueued event 0x4000 at position 0292
05/04 00:29:33 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:34 yS2 vgetty: queued event 0x4000 at position 0293
05/04 00:29:34 yS2 voice command: 'AT' -> 'OK'
05/04 00:29:34 yS2 vgetty: AT
05/04 00:29:34 yS2 US Robotics: AT
05/04 00:29:35 yS2 US Robotics: OK
05/04 00:29:36 yS2 voice command: 'AT#VTS=[933,0,15]' -> 'OK'
05/04 00:29:36 yS2 vgetty: AT#VTS=[933,0,15]
05/04 00:29:36 yS2 US Robotics: AT#VTS=[933,0,15]
05/04 00:29:37 yS2 US Robotics: OK
05/04 00:29:37 yS2 voice command: 'AT' -> 'OK'
05/04 00:29:37 yS2 vgetty: AT
05/04 00:29:37 yS2 US Robotics: AT
05/04 00:29:37 yS2 US Robotics: OK
05/04 00:29:37 yS2 recording voice file /var/spool/voice/incoming/va23948.rmd
05/04 00:29:37 yS2 voice command: 'AT#VSM=128,8000' -> 'OK'
05/04 00:29:37 yS2 vgetty: AT#VSM=128,8000
05/04 00:29:37 yS2 US Robotics: AT#VSM=128,8000
05/04 00:29:38 yS2 US Robotics: OK
05/04 00:29:38 yS2 vgetty: queued event 0x4000 at position 0294
05/04 00:29:38 yS2 vgetty: unqueued event 0x4000 at position 0293
05/04 00:29:38 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:38 yS2 vgetty: unqueued event 0x4000 at position 0294
05/04 00:29:38 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:38 yS2 tio_set_flow_control( HARD )
05/04 00:29:38 yS2 voice command: 'AT#VSD=1#VSS=1#VSP=30' -> 'OK'
05/04 00:29:38 yS2 vgetty: AT#VSD=1#VSS=1#VSP=30
05/04 00:29:38 yS2 US Robotics: AT#VSD=1#VSS=1#VSP=30
05/04 00:29:38 yS2 US Robotics: OK
05/04 00:29:38 yS2 voice command: 'AT#VRX' -> 'CONNECT'
05/04 00:29:38 yS2 vgetty: AT#VRX
05/04 00:29:38 yS2 US Robotics: AT#VRX
05/04 00:29:38 yS2 US Robotics: CONNECT
05/04 00:29:38 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:38 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 vgetty: queued event 0x4000 at position 0295
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 vgetty: unqueued event 0x4000 at position 0295
05/04 00:29:39 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 vgetty: queued event 0x4000 at position 0296
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 vgetty: unqueued event 0x4000 at position 0296
05/04 00:29:40 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 vgetty: queued event 0x4000 at position 0297
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 vgetty: unqueued event 0x4000 at position 0297
05/04 00:29:41 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 198 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:42 yS2 vgetty: queued event 0x4000 at position 0298
05/04 00:29:42 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:42 yS2 vgetty: unqueued event 0x4000 at position 0298
05/04 00:29:42 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:43 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:43 yS2 vgetty: queued event 0x4000 at position 0299
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 vgetty: unqueued event 0x4000 at position 0299
05/04 00:29:44 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 vgetty: queued event 0x4000 at position 0300
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 vgetty: unqueued event 0x4000 at position 0300
05/04 00:29:45 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 vgetty: queued event 0x4000 at position 0301
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 vgetty: unqueued event 0x4000 at position 0301
05/04 00:29:46 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 vgetty: queued event 0x4000 at position 0302
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 vgetty: unqueued event 0x4000 at position 0302
05/04 00:29:47 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 vgetty: queued event 0x4000 at position 0303
05/04 00:29:48 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:48 yS2 vgetty: unqueued event 0x4000 at position 0303
05/04 00:29:48 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 vgetty: queued event 0x4000 at position 0304
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:49 yS2 vgetty: unqueued event 0x4000 at position 0304
05/04 00:29:49 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:50 yS2 vgetty: queued event 0x4000 at position 0305
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 vgetty: unqueued event 0x4000 at position 0305
05/04 00:29:51 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 vgetty: queued event 0x4000 at position 0306
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 vgetty: unqueued event 0x4000 at position 0306
05/04 00:29:52 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 vgetty: queued event 0x4000 at position 0307
05/04 00:29:53 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:53 yS2 vgetty: unqueued event 0x4000 at position 0307
05/04 00:29:53 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:53 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:54 yS2 vgetty: queued event 0x4000 at position 0308
05/04 00:29:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:54 yS2 vgetty: unqueued event 0x4000 at position 0308
05/04 00:29:54 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 vgetty: queued event 0x4000 at position 0309
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 vgetty: unqueued event 0x4000 at position 0309
05/04 00:29:55 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 vgetty: queued event 0x4000 at position 0310
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:56 yS2 vgetty: unqueued event 0x4000 at position 0310
05/04 00:29:56 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:56 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 vgetty: queued event 0x4000 at position 0311
05/04 00:29:57 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:57 yS2 vgetty: unqueued event 0x4000 at position 0311
05/04 00:29:57 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:58 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:58 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 vgetty: queued event 0x4000 at position 0312
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 vgetty: unqueued event 0x4000 at position 0312
05/04 00:29:59 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 199 bytes>
05/04 00:29:59 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 vgetty: queued event 0x4000 at position 0313
05/04 00:30:00 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:00 yS2 vgetty: unqueued event 0x4000 at position 0313
05/04 00:30:00 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:00 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 197 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:01 yS2 vgetty: queued event 0x4000 at position 0314
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 vgetty: unqueued event 0x4000 at position 0314
05/04 00:30:01 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:01 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 vgetty: queued event 0x4000 at position 0315
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 vgetty: unqueued event 0x4000 at position 0315
05/04 00:30:02 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:02 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:02 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 vgetty: queued event 0x4000 at position 0316
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 vgetty: unqueued event 0x4000 at position 0316
05/04 00:30:03 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:03 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:04 yS2 vgetty: queued event 0x4000 at position 0317
05/04 00:30:04 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:04 yS2 vgetty: unqueued event 0x4000 at position 0317
05/04 00:30:04 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:05 yS2 vgetty: queued event 0x4000 at position 0318
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 vgetty: unqueued event 0x4000 at position 0318
05/04 00:30:06 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:06 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:07 yS2 vgetty: queued event 0x4000 at position 0319
05/04 00:30:07 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:07 yS2 vgetty: unqueued event 0x4000 at position 0319
05/04 00:30:07 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:07 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:07 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 vgetty: queued event 0x4000 at position 0320
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 vgetty: unqueued event 0x4000 at position 0320
05/04 00:30:08 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:08 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 vgetty: queued event 0x4000 at position 0321
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 vgetty: unqueued event 0x4000 at position 0321
05/04 00:30:09 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:09 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 vgetty: queued event 0x4000 at position 0322
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 vgetty: unqueued event 0x4000 at position 0322
05/04 00:30:10 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:10 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:11 yS2 vgetty: queued event 0x4000 at position 0323
05/04 00:30:11 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:11 yS2 vgetty: unqueued event 0x4000 at position 0323
05/04 00:30:11 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:11 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:12 yS2 vgetty: queued event 0x4000 at position 0324
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:13 yS2 vgetty: unqueued event 0x4000 at position 0324
05/04 00:30:13 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:13 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:14 yS2 vgetty: queued event 0x4000 at position 0325
05/04 00:30:14 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:14 yS2 vgetty: unqueued event 0x4000 at position 0325
05/04 00:30:14 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:14 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:14 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 vgetty: queued event 0x4000 at position 0326
05/04 00:30:15 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:15 yS2 vgetty: unqueued event 0x4000 at position 0326
05/04 00:30:15 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:15 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:15 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:16 yS2 vgetty: queued event 0x4000 at position 0327
05/04 00:30:16 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:16 yS2 vgetty: unqueued event 0x4000 at position 0327
05/04 00:30:16 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:16 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:16 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 vgetty: queued event 0x4000 at position 0328
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 vgetty: unqueued event 0x4000 at position 0328
05/04 00:30:17 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:17 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:17 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:18 yS2 vgetty: queued event 0x4000 at position 0329
05/04 00:30:18 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:18 yS2 vgetty: unqueued event 0x4000 at position 0329
05/04 00:30:18 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:18 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:19 yS2 vgetty: queued event 0x4000 at position 0330
05/04 00:30:19 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:19 yS2 vgetty: unqueued event 0x4000 at position 0330
05/04 00:30:19 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:20 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:20 yS2 vgetty: queued event 0x4000 at position 0331
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:21 yS2 vgetty: unqueued event 0x4000 at position 0331
05/04 00:30:21 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:21 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:21 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 vgetty: queued event 0x4000 at position 0332
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 vgetty: unqueued event 0x4000 at position 0332
05/04 00:30:22 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:22 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:22 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:23 yS2 vgetty: queued event 0x4000 at position 0333
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 vgetty: unqueued event 0x4000 at position 0333
05/04 00:30:23 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:23 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:24 yS2 vgetty: queued event 0x4000 at position 0334
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 vgetty: unqueued event 0x4000 at position 0334
05/04 00:30:24 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:24 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 vgetty: queued event 0x4000 at position 0335
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 vgetty: unqueued event 0x4000 at position 0335
05/04 00:30:25 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:25 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 vgetty: queued event 0x4000 at position 0336
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:26 yS2 vgetty: unqueued event 0x4000 at position 0336
05/04 00:30:26 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:26 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:27 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:27 yS2 vgetty: queued event 0x4000 at position 0337
05/04 00:30:28 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:28 yS2 vgetty: unqueued event 0x4000 at position 0337
05/04 00:30:28 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:28 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 vgetty: queued event 0x4000 at position 0338
05/04 00:30:29 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:29 yS2 vgetty: unqueued event 0x4000 at position 0338
05/04 00:30:29 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:29 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:30 yS2 vgetty: queued event 0x4000 at position 0339
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 vgetty: unqueued event 0x4000 at position 0339
05/04 00:30:30 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:30 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 vgetty: queued event 0x4000 at position 0340
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 vgetty: unqueued event 0x4000 at position 0340
05/04 00:30:31 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:31 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 vgetty: queued event 0x4000 at position 0341
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 vgetty: unqueued event 0x4000 at position 0341
05/04 00:30:32 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:32 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:32 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 vgetty: queued event 0x4000 at position 0342
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:33 yS2 vgetty: unqueued event 0x4000 at position 0342
05/04 00:30:33 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:33 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 vgetty: queued event 0x4000 at position 0343
05/04 00:30:34 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:34 yS2 vgetty: unqueued event 0x4000 at position 0343
05/04 00:30:34 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:35 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 vgetty: queued event 0x4000 at position 0344
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 vgetty: unqueued event 0x4000 at position 0344
05/04 00:30:36 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:36 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 vgetty: queued event 0x4000 at position 0345
05/04 00:30:37 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:37 yS2 vgetty: unqueued event 0x4000 at position 0345
05/04 00:30:37 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:37 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 vgetty: queued event 0x4000 at position 0346
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 vgetty: unqueued event 0x4000 at position 0346
05/04 00:30:38 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:38 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 vgetty: queued event 0x4000 at position 0347
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 vgetty: unqueued event 0x4000 at position 0347
05/04 00:30:39 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:39 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 vgetty: queued event 0x4000 at position 0348
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 vgetty: unqueued event 0x4000 at position 0348
05/04 00:30:40 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:40 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 vgetty: queued event 0x4000 at position 0349
05/04 00:30:41 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:41 yS2 vgetty: unqueued event 0x4000 at position 0349
05/04 00:30:41 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:42 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:42 yS2 vgetty: queued event 0x4000 at position 0350
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 vgetty: unqueued event 0x4000 at position 0350
05/04 00:30:43 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:43 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:44 yS2 vgetty: queued event 0x4000 at position 0351
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 vgetty: unqueued event 0x4000 at position 0351
05/04 00:30:44 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:44 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 vgetty: queued event 0x4000 at position 0352
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 vgetty: unqueued event 0x4000 at position 0352
05/04 00:30:45 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:45 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 vgetty: queued event 0x4000 at position 0353
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 vgetty: unqueued event 0x4000 at position 0353
05/04 00:30:46 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:46 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 vgetty: queued event 0x4000 at position 0354
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 vgetty: unqueued event 0x4000 at position 0354
05/04 00:30:47 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:47 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 vgetty: queued event 0x4000 at position 0355
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:48 yS2 vgetty: unqueued event 0x4000 at position 0355
05/04 00:30:48 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:48 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:49 yS2 vgetty: queued event 0x4000 at position 0356
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 vgetty: unqueued event 0x4000 at position 0356
05/04 00:30:50 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:50 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 vgetty: queued event 0x4000 at position 0357
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 vgetty: unqueued event 0x4000 at position 0357
05/04 00:30:51 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:51 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 vgetty: queued event 0x4000 at position 0358
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 vgetty: unqueued event 0x4000 at position 0358
05/04 00:30:52 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:52 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 vgetty: queued event 0x4000 at position 0359
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 vgetty: unqueued event 0x4000 at position 0359
05/04 00:30:53 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:53 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:54 yS2 vgetty: queued event 0x4000 at position 0360
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:54 yS2 vgetty: unqueued event 0x4000 at position 0360
05/04 00:30:54 yS2 vgetty: voice_handle_event got event 0x4000 with data <_>
05/04 00:30:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:54 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:55 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:55 yS2 US Robotics: <DATA 200 bytes>
05/04 00:30:55 yS2 US Robotics: <DATA 199 bytes>
05/04 00:30:55 yS2 US Robotics: <DLE> <q>
05/04 00:30:55 yS2 vgetty: queued event 0x2012 at position 0361
05/04 00:30:55 yS2 US Robotics: <DATA 198 bytes>
05/04 00:30:55 yS2 vgetty: unqueued event 0x2012 at position 0361
05/04 00:30:55 yS2 vgetty: voice_handle_event got event 0x2012 with data <_>
05/04 00:30:55 yS2 US Robotics: <DATA 30 bytes>
05/04 00:30:55 yS2 US Robotics: <DLE> <ETX>
05/04 00:30:55 yS2 US Robotics: OK|VCON
05/04 00:30:55 yS2 voice command: 'AT' -> 'OK'
05/04 00:30:55 yS2 vgetty: AT
05/04 00:30:55 yS2 US Robotics: AT
05/04 00:30:55 yS2 US Robotics: OK
05/04 00:30:56 yS2 vgetty: queued event 0x4000 at position 0362
05/04 00:30:56 yS2 voice command: 'AT' -> 'OK'
05/04 00:30:56 yS2 vgetty: AT
05/04 00:30:56 yS2 US Robotics: AT
05/04 00:30:56 yS2 US Robotics: OK
05/04 00:30:57 yS2 voice command: 'AT#VTS=[933,0,15]' -> 'OK'
05/04 00:30:58 yS2 vgetty: AT#VTS=[933,0,15]
05/04 00:30:58 yS2 US Robotics: AT#VTS=[933,0,15]
05/04 00:30:59 yS2 US Robotics: OK
05/04 00:30:59 yS2 voice command: 'AT' -> 'OK'
05/04 00:30:59 yS2 vgetty: AT
05/04 00:30:59 yS2 US Robotics: AT
05/04 00:30:59 yS2 US Robotics: OK
05/04 00:30:59 yS2 vgetty: queued event 0x4000 at position 0363
05/04 00:30:59 yS2 voice command: 'AT#VLS=0H0' -> 'OK|VCON'
05/04 00:30:59 yS2 vgetty: AT#VLS=0H0
05/04 00:30:59 yS2 US Robotics: AT#VLS=0H0
05/04 00:30:59 yS2 US Robotics: OK
05/04 00:30:59 yS2 vgetty: leaving voice mode
05/04 00:30:59 yS2 vgetty: queued event 0x4000 at position 0364
05/04 00:30:59 yS2 voice command: 'AT#CLS=0' -> 'OK'
05/04 00:30:59 yS2 vgetty: AT#CLS=0
05/04 00:30:59 yS2 US Robotics: AT#CLS=0
05/04 00:31:00 yS2 US Robotics: OK
05/04 00:31:00 yS2 vgetty: Restoring signal handlers
05/04 00:31:00 yS2 closing voice modem device
05/04 00:31:00 yS2 removing lock file
05/04 00:31:00 ##### message keep, length=00:01:18, name='', caller=none, dev=ttyS2, pid=23948

05/04 00:31:00 yS2 vgetty: creating message flag file /var/spool/voice/.flag
--
05/04 00:31:00 yS2 vgetty: experimental test release 0.7.2 / 12Apr97
05/04 00:31:00 yS2 mgetty: experimental test release 1.1.5-Apr16
05/04 00:31:00 yS2 reading generic configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:31:00 yS2 reading program vgetty configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:31:00 yS2 reading port ttyS2 configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf
05/04 00:31:00 yS2 reading /usr/local/etc/mgetty+sendfax/voice.conf...
05/04 00:31:00 yS2 conf lib: read: 'part generic'
05/04 00:31:00 yS2 found CT_KEYWORD part generic
05/04 00:31:00 yS2 conf lib: read: 'voice_log_level 6'
05/04 00:31:00 yS2 conf lib: read: 'voice_dir /var/spool/voice'
05/04 00:31:00 yS2 conf lib: read: 'message_flag_file .flag'
05/04 00:31:00 yS2 conf lib: read: 'receive_dir incoming'
05/04 00:31:00 yS2 conf lib: read: 'message_dir messages'
05/04 00:31:00 yS2 conf lib: read: 'message_list Index'
05/04 00:31:00 yS2 conf lib: read: 'backup_message standard.rmd'
05/04 00:31:00 yS2 conf lib: read: 'port_speed 19200'
05/04 00:31:00 yS2 conf lib: read: 'voice_shell /bin/sh'
05/04 00:31:00 yS2 conf lib: read: 'port_timeout 5'
05/04 00:31:00 yS2 conf lib: read: 'dial_timeout 90'
05/04 00:31:00 yS2 conf lib: read: 'command_delay 50'
05/04 00:31:00 yS2 conf lib: read: 'dtmf_len 30'
05/04 00:31:00 yS2 conf lib: read: 'dtmf_threshold 40'
05/04 00:31:00 yS2 conf lib: read: 'dtmf_wait 7'
05/04 00:31:00 yS2 conf lib: read: 'ignore_fax_dle false'
05/04 00:31:00 yS2 conf lib: read: 'raw_data false'
05/04 00:31:00 yS2 conf lib: read: 'rec_compression 1'
05/04 00:31:00 yS2 conf lib: read: 'rec_speed 0'
05/04 00:31:00 yS2 conf lib: read: 'rec_silence_len 30'
05/04 00:31:00 yS2 conf lib: read: 'rec_silence_threshold 40'
05/04 00:31:00 yS2 conf lib: read: 'rec_remove_silence false'
05/04 00:31:00 yS2 conf lib: read: 'rec_max_len 300'
05/04 00:31:00 yS2 conf lib: read: 'rec_min_len 0'
05/04 00:31:00 yS2 conf lib: read: 'do_hard_flow true'
05/04 00:31:00 yS2 conf lib: read: 'beep_frequency 933'
05/04 00:31:00 yS2 conf lib: read: 'beep_length 150'
05/04 00:31:00 yS2 conf lib: read: 'max_tries 3'
05/04 00:31:00 yS2 conf lib: read: 'retry_delay 5'
05/04 00:31:00 yS2 conf lib: read: 'watchdog_timeout 30'
05/04 00:31:00 yS2 conf lib: read: 'receive_gain 100%'
05/04 00:31:00 yS2 conf lib: read: 'transmit_gain 100%'
05/04 00:31:00 yS2 conf lib: read: 'enable_command_echo true'
05/04 00:31:00 yS2 conf lib: read: 'program vgetty'
05/04 00:31:00 yS2 conf lib: read: 'rings 2'
05/04 00:31:00 yS2 conf lib: read: 'answer_mode voice'
05/04 00:31:00 yS2 conf lib: read: 'force_autodetect false'
05/04 00:31:00 yS2 conf lib: read: 'toll_saver_rings 0'
05/04 00:31:00 yS2 conf lib: read: 'rec_always_keep true'
05/04 00:31:00 yS2 conf lib: read: 'button_program '
05/04 00:31:00 yS2 conf lib: read: 'call_program '
05/04 00:31:00 yS2 conf lib: read: 'dtmf_program dtmf.sh'
05/04 00:31:00 yS2 conf lib: read: 'message_program '
05/04 00:31:00 yS2 conf lib: read: 'do_message_light false'
05/04 00:31:00 yS2 conf lib: read: 'program vm'
05/04 00:31:00 yS2 conf lib: read: 'voice_devices ttyS2'
05/04 00:31:00 yS2 conf lib: read: 'dialout_timeout 90'
05/04 00:31:00 yS2 conf lib: read: 'program pvf'
05/04 00:31:00 yS2 conf lib: read: 'port ttyS2'
05/04 00:31:00 yS2 section: port ttyS2, **found**
05/04 00:31:00 yS2 conf lib: read: 'ring_type virtual'
05/04 00:31:00 yS2 found CT_KEYWORD ring_type virtual
05/04 00:31:00 yS2 conf lib: read: 'answer_mode fax:data'
05/04 00:31:00 yS2 conf lib: read: 'ring_type ring'
05/04 00:31:00 yS2 conf lib: read: 'ring_type ring1'
05/04 00:31:00 yS2 key: 'part', type=6, flags=4, data=(ignored)
05/04 00:31:00 yS2 key: 'program', type=6, flags=4, data=(ignored)
05/04 00:31:00 yS2 key: 'port', type=6, flags=4, data=(ignored)
05/04 00:31:00 yS2 key: 'ring_type', type=6, flags=4, data=(ignored)
05/04 00:31:00 yS2 key: 'voice_log_level', type=0, flags=3, data=6
05/04 00:31:00 yS2 key: 'voice_devices', type=1, flags=0, data=(empty)
05/04 00:31:00 yS2 key: 'port_speed', type=0, flags=3, data=19200
05/04 00:31:00 yS2 key: 'port_timeout', type=0, flags=3, data=5
05/04 00:31:00 yS2 key: 'dtmf_len', type=0, flags=3, data=30
05/04 00:31:00 yS2 key: 'dtmf_threshold', type=0, flags=3, data=40
05/04 00:31:00 yS2 key: 'dtmf_wait', type=0, flags=3, data=7
05/04 00:31:00 yS2 key: 'rec_compression', type=0, flags=3, data=1
05/04 00:31:00 yS2 key: 'rec_speed', type=0, flags=3, data=0
05/04 00:31:00 yS2 key: 'rec_silence_len', type=0, flags=3, data=30
05/04 00:31:00 yS2 key: 'rec_silence_threshold', type=0, flags=3, data=40
05/04 00:31:00 yS2 key: 'rec_remove_silence', type=3, flags=3, data=FALSE
05/04 00:31:00 yS2 key: 'rec_max_len', type=0, flags=3, data=300
05/04 00:31:00 yS2 key: 'receive_gain', type=0, flags=3, data=100
05/04 00:31:00 yS2 key: 'transmit_gain', type=0, flags=3, data=100
05/04 00:31:00 yS2 key: 'rings', type=1, flags=3, data=2
05/04 00:31:00 yS2 key: 'answer_mode', type=1, flags=3, data=voice
05/04 00:31:00 yS2 key: 'toll_saver_rings', type=0, flags=3, data=0
05/04 00:31:00 yS2 key: 'rec_always_keep', type=3, flags=3, data=TRUE
05/04 00:31:00 yS2 key: 'voice_dir', type=1, flags=3, data=/var/spool/voice
05/04 00:31:00 yS2 key: 'message_flag_file', type=1, flags=3, data=.flag
05/04 00:31:00 yS2 key: 'receive_dir', type=1, flags=3, data=incoming
05/04 00:31:00 yS2 key: 'message_dir', type=1, flags=3, data=messages
05/04 00:31:00 yS2 key: 'message_list', type=1, flags=3, data=Index
05/04 00:31:00 yS2 key: 'backup_message', type=1, flags=3, data=standard.rmd
05/04 00:31:00 yS2 key: 'dialout_timeout', type=0, flags=1, data=90
05/04 00:31:00 yS2 key: 'beep_frequency', type=0, flags=3, data=933
05/04 00:31:00 yS2 key: 'beep_length', type=0, flags=3, data=150
05/04 00:31:00 yS2 key: 'raw_data', type=3, flags=3, data=FALSE
05/04 00:31:00 yS2 key: 'max_tries', type=0, flags=3, data=3
05/04 00:31:00 yS2 key: 'retry_delay', type=0, flags=3, data=5
05/04 00:31:00 yS2 key: 'voice_shell', type=1, flags=3, data=/bin/sh
05/04 00:31:00 yS2 key: 'button_program', type=1, flags=3, data=
05/04 00:31:00 yS2 key: 'call_program', type=1, flags=3, data=
05/04 00:31:00 yS2 key: 'dtmf_program', type=1, flags=3, data=dtmf.sh
05/04 00:31:00 yS2 key: 'message_program', type=1, flags=3, data=
05/04 00:31:00 yS2 key: 'do_message_light', type=3, flags=3, data=FALSE
05/04 00:31:00 yS2 key: 'do_hard_flow', type=3, flags=3, data=TRUE
05/04 00:31:00 yS2 key: 'force_autodetect', type=3, flags=3, data=FALSE
05/04 00:31:00 yS2 key: 'watchdog_timeout', type=0, flags=3, data=30
05/04 00:31:00 yS2 key: 'rec_min_len', type=0, flags=3, data=0
05/04 00:31:00 yS2 key: 'command_delay', type=0, flags=3, data=50
05/04 00:31:00 yS2 key: 'ignore_fax_dle', type=3, flags=3, data=FALSE
05/04 00:31:00 yS2 key: 'dial_timeout', type=0, flags=3, data=90
05/04 00:31:00 yS2 key: 'enable_command_echo', type=3, flags=3, data=TRUE
05/04 00:31:00 yS2 check for lockfiles
05/04 00:31:00 yS2 checklock: stat failed, no file
05/04 00:31:00 yS2 locking the line
05/04 00:31:00 yS2 makelock(ttyS2) called
05/04 00:31:00 yS2 do_makelock: lock='/var/lock/LCK..ttyS2'
05/04 00:31:00 yS2 lock made
05/04 00:31:00 yS2 tio_get_rs232_lines: status: RTS CTS DSR DTR
05/04 00:31:00 yS2 lowering DTR to reset Modem
05/04 00:31:01 yS2 tss: set speed to 38400 (017)
05/04 00:31:01 yS2 tio_set_flow_control( HARD )
05/04 00:31:01 yS2 waiting for line to clear (VTIME), read: 
05/04 00:31:01 yS2 send: \dATQ0V1H0[0d]
05/04 00:31:02 yS2 waiting for ``OK''
05/04 00:31:02 yS2 got: ATQ0V1H0[0d]
05/04 00:31:02 yS2 CND: ATQ0V1H0[0d][0a]OK ** found **
05/04 00:31:02 yS2 send: ATS0=0Q0&D3&C1[0d]
05/04 00:31:02 yS2 waiting for ``OK''
05/04 00:31:02 yS2 got: [0d]
05/04 00:31:02 yS2 CND: OK[0a]ATS0=0Q0&D3&C1[0d]
05/04 00:31:02 yS2 CND: ATS0=0Q0&D3&C1[0d][0a]OK ** found **
05/04 00:31:02 yS2 mdm_send: 'ATI'
05/04 00:31:02 yS2 got:[0d][0a]ATI[0d]
05/04 00:31:02 yS2 mdm_identify: string 'ATI'
05/04 00:31:02 yS2 got:[0d][0a]3361[0d]
05/04 00:31:02 yS2 mdm_identify: string '3361'
05/04 00:31:02 yS2 unknown numerical modem id 3361
05/04 00:31:02 yS2 got:[0a][0d][0a]OK[0d]
05/04 00:31:02 yS2 mdm_identify: string 'OK' -> OK
05/04 00:31:02 yS2 mdm_send: 'AT+FCLASS=2.0'
05/04 00:31:02 yS2 got:[0a]AT+FCLASS=2.0[0d]
05/04 00:31:02 yS2 mdm_command: string 'AT+FCLASS=2.0'
05/04 00:31:02 yS2 got:[0d][0a]OK[0d]
05/04 00:31:02 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:02 yS2 mdm_send: 'AT+FAA=1;+FCR=1'
05/04 00:31:02 yS2 got:[0a]AT+FAA=1;+FCR=1[0d]
05/04 00:31:02 yS2 mdm_command: string 'AT+FAA=1;+FCR=1'
05/04 00:31:02 yS2 got:[0d][0a]OK[0d]
05/04 00:31:02 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:02 yS2 mdm_send: 'AT+FBO=1'
05/04 00:31:02 yS2 got:[0a]AT+FBO=1[0d]
05/04 00:31:03 yS2 mdm_command: string 'AT+FBO=1'
05/04 00:31:03 yS2 got:[0d][0a]OK[0d]
05/04 00:31:03 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:03 yS2 mdm_send: 'AT+FNR=1,1,1,0'
05/04 00:31:03 yS2 got:[0a]AT+FNR=1,1,1,0[0d]
05/04 00:31:03 yS2 mdm_command: string 'AT+FNR=1,1,1,0'
05/04 00:31:03 yS2 got:[0d][0a]OK[0d]
05/04 00:31:03 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:03 yS2 mdm_send: 'AT+FLI="12173520780"'
05/04 00:31:03 yS2 got:[0a]AT+FLI="12173520780"[0d]
05/04 00:31:03 yS2 mdm_command: string 'AT+FLI="12173520780"'
05/04 00:31:03 yS2 got:[0d][0a]OK[0d]
05/04 00:31:03 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:03 yS2 mdm_send: 'AT+FCC=1,5,0,2,0,0,0,0'
05/04 00:31:03 yS2 got:[0a]AT+FCC=1,5,0,2,0,0,0,0[0d]
05/04 00:31:03 yS2 mdm_command: string 'AT+FCC=1,5,0,2,0,0,0,0'
05/04 00:31:03 yS2 got:[0d][0a]OK[0d]
05/04 00:31:03 yS2 mdm_command: string 'OK' -> OK
05/04 00:31:03 yS2 tss: set speed to 19200 (016)
05/04 00:31:03 yS2 tio_set_flow_control( HARD )
05/04 00:31:03 yS2 detecting voice modem type
05/04 00:31:03 yS2 vgetty: ATE1
05/04 00:31:03 yS2 voice command: '' -> 'OK|ATE1'
05/04 00:31:03 yS2 serial port: ATE1
05/04 00:31:03 yS2 serial port: OK
05/04 00:31:03 yS2 voice command: 'ATI' -> ''
05/04 00:31:04 yS2 vgetty: ATI
05/04 00:31:04 yS2 serial port: ATI
05/04 00:31:04 yS2 serial port: 3361
05/04 00:31:04 yS2 US Robotics detected
05/04 00:31:04 yS2 vgetty: queued event 0x4000 at position 0000
05/04 00:31:04 yS2 US Robotics voice modem
05/04 00:31:04 yS2 This is a driver beta version. V0.4.b3
05/04 00:31:04 yS2 voice command: 'AT&H1&R2&I0' -> 'OK'
05/04 00:31:04 yS2 vgetty: AT&H1&R2&I0
05/04 00:31:04 yS2 US Robotics: OK
05/04 00:31:04 yS2 US Robotics: AT&H1&R2&I0
05/04 00:31:04 yS2 US Robotics: OK
05/04 00:31:04 yS2 tio_set_flow_control( HARD )
05/04 00:31:04 yS2 voice command: 'AT#VTD=3F,3F,3F' -> 'OK'
05/04 00:31:04 yS2 vgetty: AT#VTD=3F,3F,3F
05/04 00:31:04 yS2 US Robotics: AT#VTD=3F,3F,3F
05/04 00:31:04 yS2 US Robotics: OK
05/04 00:31:04 yS2 VTD setup successful
05/04 00:31:04 yS2 waiting for line to clear (VTIME), read: 
05/04 00:31:04 yS2 removing lock file
05/04 00:31:04 yS2 waiting...
--265248285-989253363-862725293=:278--
.