SilverNodashi
Expert Member
I applied that setting, but it still doesn't work. Interestingly, if I use that same extension on something like Blink or X-Lite it works fine, but not on the phone itself.
It's there:also on command line
asterisk -rx 'core show codecs'
Code:
INT BINARY HEX TYPE NAME DESCRIPTION
-----------------------------------------------------------------------------------
1 (1 << 0) (0x1) audio g723 (G.723.1)
2 (1 << 1) (0x2) audio gsm (GSM)
4 (1 << 2) (0x4) audio ulaw (G.711 u-law)
8 (1 << 3) (0x8) audio alaw (G.711 A-law)
16 (1 << 4) (0x10) audio g726aal2 (G.726 AAL2)
32 (1 << 5) (0x20) audio adpcm (ADPCM)
64 (1 << 6) (0x40) audio slin (16 bit Signed Linear PCM)
128 (1 << 7) (0x80) audio lpc10 (LPC10)
256 (1 << 8) (0x100) audio g729 (G.729A)
512 (1 << 9) (0x200) audio speex (SpeeX)
1024 (1 << 10) (0x400) audio ilbc (iLBC)
2048 (1 << 11) (0x800) audio g726 (G.726 RFC3551)
4096 (1 << 12) (0x1000) audio g722 (G722)
8192 (1 << 13) (0x2000) audio siren7 (ITU G.722.1 (Siren7, licensed from Polycom))
Thanx, I'll check it out.and
asterisk -rx 'core show translations'
This command doesn't work:
Code:[root@localhost ~]# asterisk -rx 'core show translations' No such command 'core show translations' (type 'core show help core show translations' for other possible commands)
Make sure that g729 is there. I've always had to install it.
http://asterisk.hosting.lv/
Its literally copying the library to /usr/lib/asterisk/modules or /usr/lib64/asterisk/modules and restarting asterisk. And dont worry about this codec being free or whatnot, its good enough for my 50k phone calls a day.
Last edited: