[Asterisk-Users] internal & external SIP
Wolfgang S. Rupprecht
list+asterisk-users at lists.wsrcc.com
Fri Jul 9 10:42:59 MST 2004
jon at lawrence.org.uk (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
More information about the asterisk-users
mailing list