
8. Digit Maps
9.1 Tftp description
Example2:
X.T: Any digit number and users have waited T seconds after dialed the last digits.
X. [T#*]: Any digit number and users have waited T seconds after dialed the ast digits or used #,* represent as finish dialing.
If the digit dialed match some item in the digit map, or it doesn
’
t match any item,this digit dialed will be call out
013xxxxxxxxx: Any 12 digits number starting with 013.
02[0-57-9] xxxxxxxx: Any number starting with 02, the third number is between 0 and 5 or between 7 and 9, and total length
03[02-689] xxxxxxxx: Any number starting with 03, the third number is 0,between 2 and 6, 8, 9, and total length is 11.
T represents a period of time after the user dialed the last digit and it defined the value of “Digitmap timeout” option. The
minimum value is 3; maximum value is 60, with the unit of second.
Digit map is a set of rules to determine when the user has finished dialing. With digit map, users don
’
t have to press
‘
#
’
key or "call" key after dialing.
Examples of the digit map refer to Fig 5.2.8 and the detail of digit map explaining as below.
X represents any number between 0 and 9.
13xxxxxxxxx: Any 11 digits number starting with 13.
9. Tftp Update
Updating operation of gf300 series phones supports TFTP and HTTP protocols.
Enter DOS window and input tftp(enter), help information for this command displays.
Tftp command syntax:
[destination]
:
specified output destination file.
tftp [-i] host [get | put] source [destination]
"[ ]" denotes optional parameters. We explain parameters only for phone update operation:
[-i]: indicates binary file mode. This mode must be chosen.
Host: to update the phone IP.
9.2 Update Firmware
Use parameter put to update a phone program. Command syntax:
tftp
–
i host put source (Enter)
D:\>tftp -i 192.168.1.205 put gf302_iax2_us_010010.bin (Enter)
Default directory is D:\
Update page0, phone IP is 192.168.1.205, program file is gf302_none_us_010010.bin. Command syntax:
D:\>tftp -i 192.168.1.205 put gf302_none_us_010010.bin (Enter)
“source” is a program file. For example:
Example1:
Update phone program, phone IP is 192.168.1.205 and program file is gf302_iax2_us_010010.bin. Command syntax:
[get]: to read phone information and write to specified file.
[put]: Write the data into the phone. Updating phone program, ring tone and setting information are all writing operation
and this parameter is needed.
Source: source binary file to be written, such as program file, other information file.