<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>After battling for days trying to figure 
out what&nbsp;was wrong with my iax.conf it was determined that I do not have 
any inkeys set on the digium server.&nbsp; Now whether that is something new or 
just in a few cases I am not sure.&nbsp; Messing around and reading on IRC and 
the mailing list I could get certain things to work and then break other 
things.&nbsp; Now I can dial a IAXTEL number, 800 number and FWD numbers using 
the IAXTEL service.&nbsp; The iaxtel configuration I am now using 
is.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>iax.conf</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>[general]</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>register&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 
iaxuser:iaxpass@iaxtel.com</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>; For some reason be it a bug or a feature 
from what I have read</FONT></DIV>
<DIV><FONT face="Courier New" size=2>; the iaxtel context must be the last thing 
in your iax.conf file.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>[iaxtel]<BR>type&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
user<BR>host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
iaxtel.com<BR>context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
incoming-iaxtel<BR>disallow&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = all 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; My preference 
YMMV<BR>allow&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = gsm 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; My preference 
YMMV<BR>deny&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
0.0.0.0/0.0.0.0<BR>permit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 
69.73.19.178/255.255.255.255</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>extensions.conf</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>[general]</FONT><FONT face="Courier New" 
size=2><BR>IAXTELUSERNAME&nbsp;= iaxuser<BR>IAXTELPASSWORD&nbsp;= 
iaxpass<BR>IAXTELUSERID&nbsp;&nbsp;&nbsp;= 1700XXXXXXX</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" 
size=2>[incoming-iaxtel]<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
s,1,Dial(Zap/3,20)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; 
Change to something that works for you.</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; 
s,2,Hangup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
; You could add voicemail here.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" 
size=2>[macro-iaxtel]<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
s,1,Dial(IAX/${IAXTELUSERNAME}:${IAXTELPASSWORD}@iaxtel.com/${ARG1}@iaxtel)<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
s,2,Playback(invalid)<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; s,3,Hangup</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>[outbound]</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 
_1700NXXXXXX,1,macro(iaxtel,${EXTEN})<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
_1800NXXXXXX,1,macro(iaxtel,${EXTEN})<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
_1866NXXXXXX,1,macro(iaxtel,${EXTEN})<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; 
_1877NXXXXXX,1,macro(iaxtel,${EXTEN})<BR>exten&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
=&gt; _1888NXXXXXX,1,macro(iaxtel,${EXTEN})</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Before I get a chewing for the spacing in 
my config files. This works for me without any problems just fine.&nbsp; People 
are always telling me you can not have spaces in your config files like this but 
I have no issues with it.&nbsp; I understand that there might be places in the 
config files where spaces are not allowed nor appropriate but so far I have not 
had issues with the spacing I use.&nbsp; For email purposes I have formatted 
this with Courier New at 10 and it looks right in the email message.&nbsp; If 
you have other defaulted fonts and can not change them in this message then my 
apologies.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>This&nbsp;configuration comes from 
different sources with just slight changes but is now finally working on my 
end.&nbsp; If you can not receive calls from IAXTEL either from someone on the 
outside calling you or calling your own IAXTEL number and getting a call waiting 
beep and you have inkeys somewhere in your iax.conf configuration for IAXTEL 
then change your configuration to this and see if you have better results.&nbsp; 
Remember to change your context to something that is valid for your 
setup.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Not sure if someone else has any 
suggestions to add to this but at some point we should add this to the iax.conf 
sample config file so that new users understand and use the correct 
configuration.&nbsp; The samples still show the inkeys for use with RSA and 
another&nbsp;example for pre RSA but neither look like this one.&nbsp; Not sure 
why RSA is not being used anymore or if there is just a problem with the IAXTEL 
signup server but at least this works for now.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>My macros are a lot more complicated but I 
shortened them up here for easy reading.&nbsp; You don't necessarily need to use 
macros but in my case I use them for just about everything.&nbsp; They 
can&nbsp;shorten your extensions.conf file many lines by eliminating repetitive 
code and make for less&nbsp;admin errors not to mention then you only have to 
make the change in one place.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Robert</FONT></DIV></BODY></HTML>