<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=796292721-13092004>I am running&nbsp; 
Asterisk CVS-HEAD-08/25/04-20:11:31.&nbsp; I have two IAX accounts that I use, 
FWD and VoicePulse.&nbsp; FWD requires you use ULAW codec to connect.&nbsp; 
VoicePulse will work with most all the codecs Asterisk supports.&nbsp; 
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=796292721-13092004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=796292721-13092004>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.&nbsp; 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.&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=796292721-13092004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=796292721-13092004>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.&nbsp; Is this a bug or am I not setting the 
parameters correctly.&nbsp; Any help is appreciated.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=796292721-13092004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=796292721-13092004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=796292721-13092004>; 
iax.conf</SPAN></FONT></DIV>
<DIV><FONT face=Arial 
size=2>[general]<BR>port=5036<BR>bindaddr=0.0.0.0</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; Specify bandwidth of low, medium, or high to 
control which codecs are used<BR>; in 
general.<BR>;<BR>bandwidth=low</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; You can also fine tune codecs here using "allow" 
and "disallow" clauses<BR>; with specific codecs.&nbsp; Use "all" to represent 
all formats.<BR>;<BR>disallow=all</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>allow=gsm<BR>allow=ilbc<BR>allow=ulaw</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>jitterbuffer=no<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>; FWD IAX2 Account<BR>register =&gt;&nbsp;<SPAN 
class=796292721-13092004>aaaaaa</SPAN>:<SPAN 
class=796292721-13092004>pppppp</SPAN>@iax2.fwdnet.net</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; VoicePulse Account<BR>register =&gt;&nbsp;<SPAN 
class=796292721-13092004>aaaaaaaa</SPAN>:<SPAN 
class=796292721-13092004>ppppppp</SPAN>@gwiax-in-01.voicepulse.com</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[iaxfwd]<BR>type=user<BR>context=from<SPAN 
class=796292721-13092004>-</SPAN>iaxfwd<BR>deny=0.0.0.0/0.0.0.0<BR>permit=65.39.205.0/255.255.255.0<BR>disallow=gsm<BR>disallow=ilbc<BR>allow=ulaw</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>[voicepulse-in-01]<BR>type=user<BR>context=from-voicepulse<BR>auth=rsa<BR>inkeys=voicepulse01<BR>disallow=ulaw<BR>allow=gsm<BR>allow=ilbc<BR></FONT></DIV></BODY></HTML>