ad_page_contract { Asks the user to input the first few letters of the employee last name or office to look up. You may use this software free under the GNU General Public License. @param passcode The 4-digit passcode, in case someone tries to access this page w/out going through passcode-check.tcl. @author Eve Andersson, eveander@eveander.com @creation-date February 24, 2001 } { passcode:notnull,integer } if { [string compare $passcode [vxml_tellme_phone_dir_passcode]] != 0 } { ns_log Notice "exiting /tellme/name-search-input.tcl due to incorrect passcode" return } set content "
TM_DTMF_DigitString
" vxml_return_content $content