Hello, Jeroen Verstegen <jeroen@jota.nl> writes:
Hi all,
excuse me writing in English, my German is worse.
Somehow the standard.tcl script doesn't work in my system. Everything goes fine, the messages are played and recorded, but after that this is what happens:
<E> In "/var/spool/vbox/user/standard.tcl": (line 40). <E> General tcl problem - setting flag to quit program...
Line 40 says:
if { "$vbox_flag_record" == "TRUE" } { ...
It is an exact copy of the standard.tcl.example which is shipped with the package
What am I missing?
Just compare your standard.tcl with followiwng lines # If variable VBOX_FLAG_RECORD is TRUE we must record a new # message... if { "$vbox_flag_record" == "TRUE" } { set VBOX_NEW_MESSAGE "$vbox_var_spooldir/incoming/$vbox_var_savename" set RC [ vbox_get_message $VBOX_NEW_MESSAGE $vbox_var_rectime ] vbox_pause 1000 exec -- $vbox_var_bindir/vboxmail "$VBOX_NEW_MESSAGE" "$vbox_caller_name" "$vbox_caller_id" "$vbox_user_name" if { "$RC" == "HANGUP" } { return } if { "$RC" == "TIMEOUT" } { vbox_put_message $vbox_msg_timeout vbox_pause 500 } } Regards Dieter -- Dieter Kluenter | Systemberatung BFI Rendering und Image Processing Tel: 040.64861967 | Fax: 040.64891521
participants (1)
-
Dieter Kluenter