#!/bin/sh
###################################################################
# History :
#
# - create  : 09/10/2009 Wende Li
#
# 
# 
#
###################################################################
if [ $# -eq 0 ]; then 
/usr/bin/ICTApplication/ICTCliGateLite -call ictaudio:cmdTonesend -args ""
else
argument=$@
/usr/bin/ICTApplication/ICTCliGateLite -call ictaudio:cmdTonesend -args "string:${argument}"
fi
