The Cisco ATA186 supports G.729, G.729A, G.729AB2, G.723.1, G.711a-law and G.711ยต-law codecs.
The problem is if you are using both analog ports and G.729, the second port is limited to using G.711.
Although this is documented in the datasheet(s), sometimes you need to learn from experience. This is an import consideration if deploying analog devices at sites served by limited bandwidth WAN links. You CAN associate new regions and device pools with only the second port to set G.711 as the codec between regions, but you need to be bandwidth cognizant.
Diary of technical happenstance, simple Internet accessible scratchpad, and brain dump to save myself later
Pages
▼
Thursday, July 23, 2009
Monday, July 20, 2009
Dialer.exe missing in Windows XP
My office's Windows XP image does not include the phone dialer application by default.
To find it from a command line, run the following, where is the location of the i386 folder:
expand\i386\dialer.ex_ "C:\Program Files\Windows NT\Dialer.exe"
expand\i386\AVTAPI.DL_ "C:\Program Files\Windows NT\avtapi.dll"
regsvr32.exe "C:\Program Files\Windows NT\avtapi.dll"
To run the application, from the command line you can run "C:\Program Files\Windows NT\Dialer.exe"
To find it from a command line, run the following, where
expand
expand
regsvr32.exe "C:\Program Files\Windows NT\avtapi.dll"
To run the application, from the command line you can run "C:\Program Files\Windows NT\Dialer.exe"