I am running
Asterisk CVS-HEAD-08/25/04-20:11:31. I have two IAX accounts that I use,
FWD and VoicePulse. FWD requires you use ULAW codec to connect.
VoicePulse will work with most all the codecs Asterisk supports.
I recently tried to
force VoicePulse connections to use ILBC or GSM and found it would not work so
long as ULAW was enabled anywhere in the iax.conf file. Below is my
iax.conf file and although I have explicitly disallowed ULAW in the VoicePulse
section, it is still used when I make a VP call.
Only when I disallow
all ULAW usage will I connect to VP with ILBC or GSM... but when I do this FWD
will not work as it requires ULAW. Is this a bug or am I not setting the
parameters correctly. Any help is appreciated.
;
iax.conf
[general]
port=5036
bindaddr=0.0.0.0
port=5036
bindaddr=0.0.0.0
; Specify bandwidth of low, medium, or high to
control which codecs are used
; in general.
;
bandwidth=low
; in general.
;
bandwidth=low
; You can also fine tune codecs here using "allow"
and "disallow" clauses
; with specific codecs. Use "all" to represent all formats.
;
disallow=all
; with specific codecs. Use "all" to represent all formats.
;
disallow=all
allow=gsm
allow=ilbc
allow=ulaw
allow=ilbc
allow=ulaw
jitterbuffer=no
; FWD IAX2 Account
register => aaaaaa:pppppp@iax2.fwdnet.net
register => aaaaaa:pppppp@iax2.fwdnet.net
; VoicePulse Account
register => aaaaaaaa:ppppppp@gwiax-in-01.voicepulse.com
register => aaaaaaaa:ppppppp@gwiax-in-01.voicepulse.com
[iaxfwd]
type=user
context=from-iaxfwd
deny=0.0.0.0/0.0.0.0
permit=65.39.205.0/255.255.255.0
disallow=gsm
disallow=ilbc
allow=ulaw
type=user
context=from-iaxfwd
deny=0.0.0.0/0.0.0.0
permit=65.39.205.0/255.255.255.0
disallow=gsm
disallow=ilbc
allow=ulaw
[voicepulse-in-01]
type=user
context=from-voicepulse
auth=rsa
inkeys=voicepulse01
disallow=ulaw
allow=gsm
allow=ilbc
type=user
context=from-voicepulse
auth=rsa
inkeys=voicepulse01
disallow=ulaw
allow=gsm
allow=ilbc
_______________________________________________ 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
