#!/bin/sh
###################################################################
# History :
#
# - create  : wendel
#
# - 2010/04/01 wendel
#    crms00152580 add a new command for voipstats
#
###################################################################
if [ $# -eq 0 ]; then 
/usr/bin/ICTApplication/ICTCliGateLite -call ictaudio:cmdVoipstats -args ""
else
argument=$@
/usr/bin/ICTApplication/ICTCliGateLite -call ictaudio:cmdVoipstats -args "string:${argument}"
fi
