<div>Hi</div>
<div>&nbsp;</div>
<div>better way Look up is</div>
<div>&nbsp;</div>
<div>ngrep or debug mode at asterisk console</div>
<div>&nbsp;</div>
<div>when the call come in, see what happends</div>
<div>&nbsp;</div>
<div>and paste that here so , some experts can answer the problem</div>
<div>&nbsp;</div>
<div>i feel first you register, and see what happend</div>
<div>&nbsp;</div>
<div>Still you feel the problem not solved, paste the Debug here for refernce to assists better.</div>
<div>&nbsp;</div>
<div>Ram<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/12/06, <b class="gmail_sendername">Crazy Boy</b> &lt;<a href="mailto:crazymoonboy@yahoo.com">crazymoonboy@yahoo.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi Ram,<br><br>I have given the onfiguration files in the last of this mail. Please read that. I registered with teliax and making calls to US using Teliax. As you said, I executed the command &quot;sip show registry&quot;. But, Its not showing any registered users. But, how i am doing outgoing calls to US?
</div>
<div><span class="q"><br><br>Looking forward to your response.<br><br></span></div>
<div>Thanks&amp;Regards,<br>Chandra.</div>
<div><span class="e" id="q_10d0150a5a155236_3"><br><br><b><i>ram &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:talk2ram@gmail.com" target="_blank">talk2ram@gmail.com</a>&gt;</i></b> wrote:</span>
</div>
<div>
<blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"></blockquote></div>
<div><span class="e" id="q_10d0150a5a155236_5">
<div>Hi Chandra</div>
<div>&nbsp;</div>
<div>You check in the console&nbsp; asterisk -r</div>
<div>&nbsp;</div>
<div>sip show regis</div>
<div>&nbsp;</div>
<div>will show &nbsp;you the account is Registered with your Voip Provider or not</div>
<div>&nbsp;</div>
<div>If not try add in the conf file </div>
<div>&nbsp;</div>
<div>register=<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://account:password@domain.com/account" target="_blank">account:password@domain.com/account</a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Ram<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/12/06, <b class="gmail_sendername">Crazy Boy</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:crazymoonboy@yahoo.com" target="_blank">crazymoonboy@yahoo.com
</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>Hi,<br><br>Thank you for your response. As you said, I changed the context &quot;default&quot; to &quot;general&quot;. Now,<br>1) When I am making call to our DID, its ringing. But, call is not transferring to 105 extension. 
<br>2) Teliax people told me that my Asterisk server doesn't register with Teliax. But, I am making calls to US using Teliax. Without registering with Teliax, How is it possible?<br>3) How can I know that whether my Asterisk server is registered with Teliax or not? 
<br>4) Registering with Teliax is different for outgoing and incoming or the same?<br><br>Please tell me. Looking forward to your response.<br><br>Thank you.<br><br>Regards,<br>Chandra.</div>
<div><span><br><br><br><b><i>hugolivude &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:hugolivude@gmail.com" target="_blank">hugolivude@gmail.com</a>&gt;</i></b> wrote:</span></div>
<div>
<blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"></blockquote></div>
<div><span>Note that you have:<br><br>&gt; [teliax]<br>&gt; context=default<br><br>but you do not have a &quot;default&quot; context in extensions.conf for this.<br><br>Change the above to:<br><br>&gt; [teliax] <br>&gt; context=general
<br><br>**OR** in extensions.conf change<br><br>&gt; [general]<br>&gt; exten =&gt; 3031234567, 1, Answer()<br>&gt; exten =&gt; 3031234567, 2, Dial(SIP/105,15)<br><br>to:<br><br>&gt; [default<br>&gt; exten =&gt; 3031234567, 1, Answer() 
<br>&gt; exten =&gt; 3031234567, 2, Dial(SIP/105,15)<br><br><br></span></div>
<div><span>On 8/11/06, Crazy Boy wrote:<br>&gt; Hi friends,<br>&gt;<br>&gt; We have installed Asterisk in our organization. We registered with Teliax<br>&gt; and got our DID number. We are making calls to USA successfully through 
<br>&gt; Asterisk. We are making outgoing calls to US. But, we are unable to receive<br>&gt; incoming calls to our DID number. When I executed the &quot;sip show peers&quot;<br>&gt; command, it is showing that my Asterisk server is registered and displaying 
<br>&gt; Teliax IP address also. I checking by doing ping to <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://voip-co1.teliax.com/" target="_blank">voip-co1.teliax.com</a>.<br>&gt; Pinging is also going fine. 
<br>&gt;<br>&gt; Here I am giving the configuration files. Please tell me a solution.<br>&gt;<br>&gt; SIP.CONF contents:<br>&gt;<br>&gt; [general]<br>&gt; register =&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:xyz.abc:xxxxxxx@voip-co1.teliax.com" target="_blank">
xyz.abc:xxxxxxx@voip-co1.teliax.com</a><br>&gt;<br>&gt; [authentication]<br>&gt; auth = <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:xyz.abc:xxxxxxx@voip-co1.teliax.com" target="_blank">xyz.abc:xxxxxxx@voip-co1.teliax.com 
</a><br>&gt; [teliax]<br>&gt; context=default<br>&gt; type=friend<br>&gt; username=xyz.abc<br>&gt; user=xyz.abc<br>&gt; host=<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://voip-co1.teliax.com/" target="_blank">
 voip-co1.teliax.com</a><br>&gt; secret=xxxxxxx<br>&gt; insecure=very<br>&gt; canreinvite=no<br>&gt; disallow=all<br>&gt; allow=ulaw<br>&gt; allow=alaw<br>&gt; allow=gsm<br>&gt;<br>&gt; [105]<br>&gt; type=friend<br>&gt; username=105 
<br>&gt; secret=rani<br>&gt; callerid=&quot;Ranikumar&quot;<br>&gt; host=dynamic<br>&gt; context=leader<br>&gt; canreinvite=no<br>&gt; nat=yes<br>&gt; dtmfmode=rfc2833<br>&gt; allow=all<br>&gt;<br>&gt; EXTENSIONS.CONF contents: 
<br>&gt;<br>&gt; [leader]<br>&gt; exten =&gt; 105,1,Dial(SIP/105,15)<br>&gt; exten =&gt; 105,2,Voicemail(u105)<br>&gt; exten =&gt; 105,3,Voicemail(b105)<br>&gt; exten =&gt; 105,4,Hangup<br>&gt; exten =&gt; _1XXXXXXXXXX,1,DIAL(SIP/teliax/${EXTEN},30,tr) 
<br>&gt;<br>&gt; [general]<br>&gt; exten =&gt; 3031234567, 1, Answer()<br>&gt; exten =&gt; 3031234567, 2, Dial(SIP/105,15)<br>&gt;<br>&gt; Please tell me the solution. Looking forward to your response.<br>&gt;<br>&gt; Thank you. 
<br>&gt;<br>&gt; Regards,<br>&gt; Chandra.<br>&gt;<br>&gt;<br>&gt; ________________________________<br>&gt; Do you Yahoo!?<br>&gt; Get on board. You're invited to try the new Yahoo! Mail Beta.<br>&gt;<br>&gt;<br>&gt; _______________________________________________ 
<br>&gt; --Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit: 
<br>&gt;<br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt; 
<br>&gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">Easynews.com 
</a>--<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></span></div>
<div>
<blockquote></blockquote></div>
<div><span><br>
<div></div>
<hr size="1">
Do you Yahoo!?<br>Everyone is raving about the <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/handraisers" target="_blank">all-new Yahoo! Mail Beta. 
</a>
<div></div>
<div></div></span></div><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br></span></div>
<div>_______________________________________________</div>
<div><span class="q"><br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">Easynews.com</a> --<br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></span></div>
<div>
<blockquote></blockquote></div>
<div><span class="ad"><br>
<p>
<hr size="1">
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com" target="_blank">
Great rates starting at 1¢/min. </a>
<p></p></p></span></div><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>