VoIP Codecs

Hallo,

da wir momentan leider etwas Bandbreitenprobleme haben, möchte ich gerne wissen welche Codecs von der Mobydick unterstützt werden und wie diese eingestellt werden können.

Vielen Dank schonmal.
Grüße

Andi

Hallo,

mobydick*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)
    1048576 (1 << 20) (0x100000)  video   h263p   (H.263+ Video)
mobydick*CLI>

wobei z.B. g729 und h263p kommerziell ist und von digium gekauft werden muss.

Bei der Identität schreibst Du dann in den Optionen rein was du gerne nutzten würdest:

disallow=all
allow=gsm

Schaltet z.B. alle Codecs ab und erlaubt dann nur mehr gsm

LG
Mathias

Vielen Dank für die schnelle Antwort.