Thomas Haeger
2003-Nov-06 02:54 UTC
[Asterisk-Users] which channel format number is right?
Hi all, if i enter a "show codecs" at cli * response with: 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) MPEG-2 layer 3 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 If i enter a "show channel" * response with Name: H323/ip$XXX.XX.XX.XX:3520/25650 Type: H323 UniqueID: 1068111809.487 Caller ID: <0109901> DNID Digits: (N/A) State: Ringing (5) Rings: 0 NativeFormat: 8 WriteFormat: 8 ReadFormat: 8 1st File Descriptor: 366 Frames in: 0 Frames out: 1240 With wich codec is the channel working now, with ALAW or with g.729A ???? And what is the relevant value "read/write format" or "nativeformat" ? Thanks for help, Thomas.
Thomas Haeger
2003-Nov-06 10:57 UTC
[Asterisk-Users] which channel format number is right?
Hi, is there anybody who knows this very little detail ??? -----Urspr?ngliche Nachricht----- Von: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]Im Auftrag von Thomas Haeger Gesendet: Donnerstag, 6. November 2003 10:54 An: Asterisk User Betreff: [Asterisk-Users] which channel format number is right? Hi all, if i enter a "show codecs" at cli * response with: 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) MPEG-2 layer 3 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 If i enter a "show channel" * response with Name: H323/ip$XXX.XX.XX.XX:3520/25650 Type: H323 UniqueID: 1068111809.487 Caller ID: <0109901> DNID Digits: (N/A) State: Ringing (5) Rings: 0 NativeFormat: 8 WriteFormat: 8 ReadFormat: 8 1st File Descriptor: 366 Frames in: 0 Frames out: 1240 With wich codec is the channel working now, with ALAW or with g.729A ???? And what is the relevant value "read/write format" or "nativeformat" ? Thanks for help, Thomas. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Tilghman Lesher
2003-Nov-06 12:45 UTC
[Asterisk-Users] which channel format number is right?
On Thursday 06 November 2003 11:57, Thomas Haeger wrote:> Hi, > > is there anybody who knows this very little detail ??? > > -----Urspr?ngliche Nachricht----- > > if i enter a "show codecs" at cli * response with:If you enter "show codecs", it says this very important notice: Disclaimer: this command is for informational purposes only. It does not indicate anything about your configuration. -Tilghman
Philipp von Klitzing
2003-Nov-06 13:23 UTC
[Asterisk-Users] which channel format number is right?
Hi!> is there anybody who knows this very little detail ???Why don't you just test this with a codec > 19, then you'll see yourself how it works. Use ilbc or speex, for example. Philipp> 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