|
At factory default, only g711 is configured on the ST780-WL.
To enable g729 codec you will need to configure using Telnet and go into the ST780-WL advanced configuration.
First, configure the Telephony ports (through the webbrowser) with your 7xxxxx account and the sip.gismotel.com SIP proxy as decribed in the
registration email and at our general settings on the main support page at the website.
Then, open a Command Prompt / Dos Box and follow the instructions below:
------
Open Dos box
telnet 192.168.1.254
User: Administrator
Password: (none)
at the Prompt:
{Administrator}=>voice
{Administrator}[voice]=>codec
{Administrator}[voice codec]=>help
Following commands are available:
list: Show the CODEC capability configuration
config: Configure a CODEC capability
--> Now type list
{Administrator}[voice codec]=>list
Codec Type Packet Delay Voice Act. Detection Priority Status
---------------------------------------------------------------------
g711u 20 disabled 3 enabled
g711a 20 disabled 1 enabled
g726_40 20 disabled 4 disabled
g726_32 20 disabled 5 disabled
g726_24 20 disabled 6 disabled
g726_16 20 disabled 7 disabled
g723.1 30 disabled 4 disabled
g729 30 disabled 1 disabled
{Administrator}[voice codec]=>
--> If g729 shows disabled do the following:
{Administrator}[voice codec]=>config
type = g729
[ptime] = 30
[vad] = enter
[priority] = 1
[status] = enabled
:voice codec config type=g729 ptime=30 priority=1 status=enabled
{Administrator}[voice codec]=>
--> Now type list again (then you will see this):
{Administrator}[voice codec]=>list
Codec Type Packet Delay Voice Act. Detection Priority Status
---------------------------------------------------------------------
g711u 20 disabled 3 enabled
g711a 20 disabled 1 enabled
g726_40 20 disabled 4 disabled
g726_32 20 disabled 5 disabled
g726_24 20 disabled 6 disabled
g726_16 20 disabled 7 disabled
g723.1 30 disabled 4 disabled
g729 30 disabled 1 enabled
DONE - g729 is now enabled
Logout and ready to use g729
|