C o m m u n i c a t i o n s , I n c .
© 2006-2007
PalmMicro Communications, Inc.
Room 0611, Bldg.B Tsinghua Tongfang Technology Plaza, 1 Wangzhuang Road, Beijing, CHINA
14
Update Ring Tone
Use parameter put to update ring tone. Command syntax:
tftp –i host put source (Enter)
“
source
”
is ring tone data file and the filename must begin with “ringtone_”, namely
ringtone_xxx.dat. How to make this file will be described in chapter 4. For example:
Update Call Hold Music
Use parameter put to update call hold music. Command syntax:
tftp –i host put source (Enter)
“
source
”
is call hold music file and the filename must begin with “holdmusic_”, namely
holdmusic_xxx.dat. How to make this file will be described in chapter 4. For example:
Update Settings
Use parameter put to update phone settings. Command syntax:
tftp –i host put source (Enter)
“source” is phone settings file and the filename must begin with “settings_”, namely
settings_xxx.dat. How to make this file will be described in chapter 4. For example:
Read Phone Information
Use get parameter to read phone information and write it to specified file. Command
syntax:
tftp –I host get destination (Enter).
Example:
Update call hold music. Phone IP is 192.168.1.205 and call hold music file is
holdmusic_aiya.dat, command line
:
C:\sdcc\src>tftp -i 192.168.1.205 put holdmusic _aiya.dat (Enter)
Example:
Update ring tone. Phone IP is 192.168.1.205 and ring tone file is ringtone_aiya.dat,
command line
:
C:\sdcc\src>tftp -i 192.168.1.205 put ringtone_aiya.dat (Enter)
Example:
Update phone settings information, phone IP is 192.168.1.205 and settings
information file is settings_82378008.dat. Command syntax:
C:\sdcc\src>tftp -i 192.168.1.205 put settings_82378008.dat (Enter)