<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>"Call did not go through"</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P ALIGN=LEFT><SPAN LANG="en-us">Whenever an outside number is dialed, Asterisk says “We’re sorry. Your call did can not be completed as dialed. Please check the number and dial again or call your attendant to help you.” I have tried many configurations, but let me give the simplest: It fails when a local number is dialed and the context contains only the following rule:</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">[default]</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:1})</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">where</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">TRUNK = Zap/1&Zap/2</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">which are Digium FXO cards.</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">It works with</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us"> exten =>9,1,Dial(${TRUNK}/${EXTEN})</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">Furthermore, it was working before. To my knowledge, the only thing I changed to make it fail was to shut down the working test system, move it to the actual environment, and make it live. I had been testing with only one of the two CO lines. Maybe I changed something in extension.conf, but if so I don’t know what it was.</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">Incoming and intercom calls work fine.</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">Can anyone tell me what is wrong? Thanks.</SPAN></P>
<P ALIGN=LEFT><SPAN LANG="en-us">Jim</SPAN></P>
</BODY>
</HTML>