[EMAIL PROTECTED] (Jon Lawrence) writes:
> codec's are set to allow all.

Thats your problem.  

I tried this too as an experiment and asterisk appears to take "all"
to mean "all codecs you can think of, not just the ones you have
converters for."

Instead of "all" you may want to try listing the codecs asterisk
actually has (this is from -current):

;
; codecs: a_mu adpcm alaw g726 gsm ilbc lpc10 ulaw
;
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=adpcm
allow=g726
allow=ilbc
;; allow=lpc10  (robotman)

-wolfgang
-- 
Wolfgang S. Rupprecht                http://www.wsrcc.com/wolfgang/
openbsd amd64 http://www.wsrcc.com/wolfgang/ftp/asterisk-openbsd35.patch
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to