[Asterisk-Users] IAXy2 Question
Kristian Kielhofner
kris at krisk.org
Tue Oct 5 23:30:43 MST 2004
Martin Keding wrote:
> I just started using a IAXy. It would great but I am a little confused with
> the extensions.conf dial plan. I need to use "exten =>
> 1,Dial(IAX2/testuser,20)" but there are lots of references on the wiki that
> say you should be able to use just "DIAL(IAX/testuser,20)"
>
> Second, I am also using the IAX soft client from Sokol which uses GSM codec.
> Asterisk complains that it is no longer a supported codec, even though in
> iax.conf, there is a place to turn it on. Any ideas?
>
> Martin
>
Martin,
With the iAXY, try this:
extensions.conf:
exten => 100,Dial(IAX2/iaxy,20)
iax.conf :
[global]
(remove any bandwidth= lines)
disallow=all
allow=gsm
allow=ulaw
[iaxy]
disallow=all
allow=gsm
allow=adpcm
allow=ulaw
... and your other stuff ...
That should be perfect for your softclient and iAXY.
--
Kristian Kielhofner
More information about the asterisk-users
mailing list