I am having 2 more issues, when starting asterisk I got the below message:<br>
<br>
Dec 17 22:27:54 NOTICE[4554]: indications.c:505 ast_unregister_indication_country: Removed default indication country 'us'<br>
Dec 17 22:27:54 WARNING[4554]: chan_zap.c:10874 setup_zap: Ignoring signalling<br>
Dec 17 22:27:54 WARNING[4554]: chan_zap.c:10874 setup_zap: Ignoring answeronpolarityswitch<br>
Dec 17 22:27:54 WARNING[4554]: chan_zap.c:10874 setup_zap: Ignoring hanguponpolarityswitch<br>
<br>
my setup is : softphone---softswitch(asterisk)----Termination GW(asterisk with TDM card)<br>
when dialing from my softphone I got :<br>
&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/10.8.0.6-0947d008&quot;, &quot;(Zap/g1/6159587)&quot;) in new stack<br>
Dec 17 23:04:16 WARNING[5052]: channel.c:2597 ast_request: No channel type registered for '(Zap'<br>
Dec 17 23:04:16 NOTICE[5052]: app_dial.c:1056 dial_exec_full: Unable to
create channel of type '(Zap' (cause 66 - Channel not implemented)<br>
<br>
my extensions.conf file has:<br>
[globals]<br>

TRUNK=Zap/g1&nbsp; <br>
[topstn]<br>
exten=&gt;_2.,1,Dial,(${TRUNK}/${EXTEN:3})<br>
  <br>
<br>
Please help ...<br>
Thanks,<br><br><div><span class="gmail_quote">On 12/12/06, <b class="gmail_sendername">Tzafrir Cohen</b> &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Dec 11, 2006 at 08:08:18PM -0500, Time Bandit wrote:<br>&gt; &gt; [channels]<br>&gt; &gt; context=default<br>&gt; &gt; signalling=fxs_ls<br>&gt; &gt; ;channel=&gt;1-16<br>&gt; &gt; usecallerid=yes<br>&gt; &gt; hidecallerid=no
<br>&gt; &gt; callwaiting=yes<br>&gt; &gt; restrictcid=no<br>&gt; &gt; echocancel=yes<br>&gt; &gt; echocancelwhenbridged=yes<br>&gt; &gt; rxgain=0.0<br>&gt; &gt; txgain=0.0<br>&gt; &gt; group=1<br>&gt; &gt; ;accountcode=lss0101
<br>&gt; &gt; answeronpolarityswitch=yes<br>&gt; &gt; hanguponpolarityswitch=yes<br>&gt; To the best of my knowledge, all the settings you put after defining<br>&gt; the channles (channel=&gt; line) are useless. You have to set all the
<br>&gt; settings BEFORE you define the channels.<br><br>Should be. However in practice after the first reload all of them will<br>be applied (in this specific case).<br><br>/me points again to genzaptelconf that should have made this thread
<br>unnecessary.<br><br>--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tzafrir Cohen<br>icq#16849755&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:jabber:tzafrir@jabber.org">jabber:tzafrir@jabber.org</a><br>+972-50-7952406&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mailto:<a href="mailto:tzafrir.cohen@xorcom.com">
tzafrir.cohen@xorcom.com</a><br><a href="http://www.xorcom.com">http://www.xorcom.com</a>&nbsp;&nbsp;<a href="http://iax:guest@local.xorcom.com/tzafrir">iax:guest@local.xorcom.com/tzafrir</a><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>