[Asterisk-Users] :: Migrating to 1.0.3 => Attention. ::
Jefferson Carvalho
jefferson at jeffnetworks.com.br
Tue Dec 7 16:56:58 MST 2004
Hello list ,
I´d like to announce possible problems with migrating any version prior to
1.0.2 to 1.0.3.
Pay attention :
1. Codecs
Codecs names/description have been changed .
For example :
versions <= 1.0.2
voip*CLI> show codecs
Disclaimer: this command is for informational purposes only.
It does not indicate anything about your configuration.
1 (1 << 0) G.723.1
2 (1 << 1) GSM
4 (1 << 2) G.711 u-law
8 (1 << 3) G.711 A-law
16 (1 << 4) G.726
32 (1 << 5) ADPCM
64 (1 << 6) 16 bit Signed Linear PCM
128 (1 << 7) LPC10
256 (1 << 8) G.729A audio
512 (1 << 9) SpeeX
1024 (1 << 10) iLBC
65536 (1 << 16) JPEG image
131072 (1 << 17) PNG image
262144 (1 << 18) H.261 Video
524288 (1 << 19) H.263 Video
versions > = 1.0.2
bacural*CLI> show codecs
Disclaimer: this command is for informational purposes only.
It does not indicate anything about your configuration.
INT BINARY HEX TYPE NAME DESC
--------------------------------------------------------------------------------
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 g726 (G.726)
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)
65536 (1 << 16) (0x10000) image jpeg (JPEG image)
131072 (1 << 17) (0x20000) image png (PNG image)
262144 (1 << 18) (0x40000) video h261 (H.261 Video)
524288 (1 << 19) (0x80000) video h263 (H.263 Video)
For example :
If u used
allow=G723.1 , now u have to use : allow=g723 * ( NO CAPS ) !!!
allow=G729 , now u have to use : allow=g729 * ( NO CAPS ) !!!
allow=iLBC , now u have to use : allow=ilbc * ( NO CAPS ) !!!
Please , verify all configurations files ( sip.conf , iax.conf ) before
upgrade.
If u see some message like , codec error , is it.
Good look ,
-Jefferson Carvalho
Jeff Networks
More information about the asterisk-users
mailing list