Date: Mon, 26 Jun 2006 11:49:20 -0700 From: Robert McIntosh <mcintoshrt@gmail.com> To: freebsd-questions@freebsd.org Subject: vgetty Help Message-ID: <44A02C30.90409@gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm running into problems getting vgetty to function as an answering machine. I've got a Creative ModemBlaster V.92 Serial DE5621 on /dev/cuaa1 I'll call my number and the modem simply does not pick up. I the modem reports to be a voice modem from minicom, so I know it has this capability. Here's my configuration and log sample. Thanks in advance for any pointers, Robert #cat /usr/local/etc/mgetty+send/voice.conf (comments removed) part generic ### voice_log_level 4 voice_shell_log /var/log/vgetty_voice_shell.%s voice_dir /var/spool/voice phone_owner root phone_group phone phone_mode 0660 message_flag_file .flag receive_dir incoming message_dir messages message_list Index backup_message standard.rmd port_speed 38400 voice_shell /bin/sh port_timeout 10 dial_timeout 90 command_delay 100 dtmf_len 30 dtmf_threshold 40 dtmf_wait 7 ignore_fax_dle false raw_data false rec_compression 0 rec_speed 0 rec_silence_len 70 rec_silence_threshold 40 rec_remove_silence false rec_max_len 300 rec_min_len 0 do_hard_flow true beep_frequency 933 beep_length 1500 max_tries 3 retry_delay 5 watchdog_timeout 60 receive_gain -1 transmit_gain -1 enable_command_echo false poll_interval 10 enable_compression_mapping_querry TRUE compression_8bit_linear_signed 0 compression_16bit_linear_signed 0 compression_8bit_linear_unsigned 1 compression_8bit_ulaw 4 compression_8bit_alaw 5 compression_2bit_adpcm 140 compression_4bit_adpcm 141 compression_4bit_ima_adpcm 129 program vgetty ### rings 3 answer_mode voice:fax:data force_autodetect false toll_saver_rings 0 rec_always_keep true button_program call_program dtmf_program dtmf.sh message_program do_message_light false ring_report_delay 15 program vm ### voice_devices cuaa1 dialout_timeout 90 ringback_goes_away 70 ringback_never_came 100 program pvf ### port cuaa1 rings 3 ring_type ring answer_mode voice:fax:data #### Output from the log... #tail -f /var/log/vgetty.cuaa1 06/26 11:38:52 aa1 waiting... 06/26 11:39:11 aa1 wfr: waiting for ``RING'' 06/26 11:39:11 aa1 wfr: waiting for ``RING'' 06/26 11:39:17 aa1 wfr: waiting for ``RING'' 06/26 11:39:23 aa1 reading ring_type ring configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf 06/26 11:40:04 aa1 vgetty: timeout while reading character from voice modem 06/26 11:40:15 aa1 vgetty: timeout while reading character from voice modem 06/26 11:40:15 aa1 vgetty: Could not answer the phone. Strange... -- 06/26 11:40:15 aa1 vgetty: experimental test release 0.9.32 / with duplex patch 06/26 11:40:15 aa1 mgetty: interim release 1.1.34-Nov30 06/26 11:40:15 aa1 reading generic configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf 06/26 11:40:15 aa1 reading program vgetty configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf 06/26 11:40:15 aa1 reading port cuaa1 configuration from config file /usr/local/etc/mgetty+sendfax/voice.conf 06/26 11:40:15 aa1 check for lockfiles 06/26 11:40:15 aa1 locking the line 06/26 11:40:15 aa1 lowering DTR to reset Modem 06/26 11:40:16 aa1 send: ATS0=0Q0&D3&C1[0d] 06/26 11:40:16 aa1 waiting for ``OK'' ** found ** 06/26 11:40:16 aa1 mdm_send: 'ATI' 06/26 11:40:16 aa1 Generic Rockwell modem (56000) 06/26 11:40:16 aa1 mdm_send: 'ATI3' 06/26 11:40:16 aa1 mdm_send: 'ATI4' 06/26 11:40:16 aa1 additional info: 'a007040284C6002F' 06/26 11:40:16 aa1 modem quirks: 0004 06/26 11:40:16 aa1 mdm_send: 'AT+FCLASS=2' -> OK 06/26 11:40:16 aa1 mdm_send: 'AT+FCLASS=0' -> OK 06/26 11:40:16 aa1 mdm_send: 'AT+FAA=1;+FCR=1' -> OK 06/26 11:40:16 aa1 mdm_send: 'AT+FBOR=0' -> OK 06/26 11:40:16 aa1 mdm_send: 'AT+FLID="503.244.7197"' -> OK 06/26 11:40:17 aa1 mdm_send: 'AT+FDCC=1,5,0,2,0,0,0,0' -> OK 06/26 11:40:17 aa1 detecting voice modem type 06/26 11:40:18 aa1 Rockwell detected 06/26 11:40:30 aa1 vgetty: timeout while reading character from voice modem 06/26 11:40:30 aa1 initializing ROCKWELL voice modem 06/26 11:40:30 aa1 vgetty: Modem returned ERROR 06/26 11:40:30 aa1 can't set silence period 06/26 11:40:30 aa1 vgetty: Modem returned ERROR 06/26 11:40:30 aa1 can't set transmit gain 06/26 11:40:30 aa1 vgetty: Modem returned ERROR 06/26 11:40:30 aa1 can't set record gain 06/26 11:40:30 aa1 vgetty: Modem returned ERROR 06/26 11:40:31 aa1 can't disable silence deletion 06/26 11:40:31 aa1 vgetty: Modem returned ERROR 06/26 11:40:31 aa1 can't set DLE responses 06/26 11:40:31 aa1 vgetty: Modem returned ERROR 06/26 11:40:31 aa1 can't set silence threshold 06/26 11:40:31 aa1 vgetty: Modem returned ERROR 06/26 11:40:32 aa1 waiting...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44A02C30.90409>