Hi,<br><br>  I installed a 1-port FXO on my Ubuntu 8.4. I was earlier only hearing<br>a fast clicking sound and now I am not hearing any dial-tone. The FXO<br>card has 2 slots: [phone | line ]. I hve connected the wall-phone-input<br>
to the &quot;line&quot; slot and &quot;phone&quot; to my home-phone. I do not hear any dial-tone on my home-phone.<br><br>Asterisk seems to recognize my hardware....here are the relevant logs/configs:<br><br>Any help would be highly appreciated.<br>
<br>jserver*CLI&gt; core show channeltypes <br>Type        Description                              Devicestate  Indications  Transfer    <br>----------  -----------                              -----------  -----------  --------    <br>
Phone       Standard Linux Telephony API Driver      no           yes          no          <br>Local       Local Proxy Channel Driver               yes          yes          no          <br>Agent       Call Agent Proxy Channel                 yes          yes          no          <br>
Zap         DAHDI Telephony Driver w/PRI             no           yes          no          <br>MGCP        Media Gateway Control Protocol (MGCP)    yes          yes          no          <br>SIP         Session Initiation Protocol (SIP)        yes          yes          yes         <br>
Skinny      Skinny Client Control Protocol (Skinny)  no           yes          no        <br><br>jserver*CLI&gt; zap show channels <br>   Chan Extension  Context         Language   MOH Interpret       <br> pseudo            default                    default             <br>
      1            internal        en         default            <br><br>Zaptel Version: 1.4.12.1<br>Echo Canceller: MG2<br>Configuration<br>======================<br><br><br>Channel map:<br><br>Channel 01: FXS Kewlstart (Default) (Slaves: 01)<br>
<br>1 channels to configure.<br><br><br># dmesg | grep -i fxo<br>[   43.066706] wcfxo: DAA mode is &#39;FCC&#39;<br>[   43.066719] Found a Wildcard FXO: Generic Clone<br><br><br># cat zapata.conf<br><br>[channels]<br>language=en<br>
relaxdtmf=yes<br>callwaiting=yes<br>callwaitingcallerid=yes<br>threewaycalling=yes<br>transfer=yes<br>cancallforward=yes<br>usecallerid=yes<br>echocancel=yes<br>echocancelwhenbridged=no<br>echotraining=800<br>;group=0<br>
signalling=fxs_ks<br>context=internal<br>channel =&gt; 1<br><br># cat zaptel.conf<br>#<br># Zaptel Configuration File<br>#<br>fxsks=1 <br>loadzone = us<br>defaultzone=us<br><br>