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>
-- Executing Dial("SIP/10.8.0.6-0947d008", "(Zap/g1/6159587)") 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 <br>
[topstn]<br>
exten=>_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> <<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>> 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>> > [channels]<br>> > context=default<br>> > signalling=fxs_ls<br>> > ;channel=>1-16<br>> > usecallerid=yes<br>> > hidecallerid=no
<br>> > callwaiting=yes<br>> > restrictcid=no<br>> > echocancel=yes<br>> > echocancelwhenbridged=yes<br>> > rxgain=0.0<br>> > txgain=0.0<br>> > group=1<br>> > ;accountcode=lss0101
<br>> > answeronpolarityswitch=yes<br>> > hanguponpolarityswitch=yes<br>> To the best of my knowledge, all the settings you put after defining<br>> the channles (channel=> line) are useless. You have to set all the
<br>> 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> Tzafrir Cohen<br>icq#16849755 <a href="mailto:jabber:tzafrir@jabber.org">jabber:tzafrir@jabber.org</a><br>+972-50-7952406 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> <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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>