<!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.1476" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2>&nbsp;&gt;&nbsp;</FONT></SPAN>In the above example, you have to press 1,2 
or 3 before it will tell you that. I was wanting it to tell me before 
I&nbsp;<SPAN class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2>&nbsp;&gt;&nbsp;</FONT></SPAN>pressed those numbers.<SPAN 
class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2>&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=533122121-19092005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=533122121-19092005><FONT face=Arial color=#0000ff size=2>You 
have to get to a context before you can do any action </FONT>&nbsp;<FONT 
face=Arial color=#0000ff size=2>so you have to dial *something* to get 
to&nbsp;that context. However, with Zapata interfaces (i.e. you are using a 
Digium TDM card + a regular POTS phone) you can specify immediate=yes in 
zapata.conf so as soon as the phone goes off-hook it will be thrown into that 
extension's 's' priority. However, a VoIP phone or an IAXy would have to be set 
to auto-dial an extension as soon as it goes off hook, and this is dependent on 
the model of phone that you have. There are smarter people than me on the list 
that can comment on how this would work with an IAXy.</FONT></SPAN><BR><BR>Can 
an IAX device be setup so that it appears to be an inbound DID, and if so how 
can I do that with the IAXy?<BR><BR><SPAN class=533122121-19092005><FONT 
face=Arial color=#0000ff size=2>Sort of. An IAX device has to be defined in 
IAX.conf with a default context, or Asterisk won't know what context to hand the 
call off to when the IAX device tries to instantiate a call on your Asterisk 
box. You can simulate an "inbound" call simply by making the context entry in 
IAX.conf the same context as what is used for inbound calls. So if your default 
context for PSTN calls is "from-pstn" you would make the context entry for the 
IAXy to "from-pstn" and any time the IAXy dials, Asterisk would throw the call 
into the "from-pstn" context and attempt to match the extension dialled from the 
IAXy to an entry in the "from-pstn" context. If there was no direct match, 
Asterisk would try the 's' extension. If the 's' extension would not yield a 
match, Asterisk would return 404 to the IAXy. </FONT></SPAN></DIV>
<DIV><SPAN class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=533122121-19092005><FONT face=Arial color=#0000ff 
size=2>hth</FONT></SPAN></DIV></BODY></HTML>