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 "sip show registry". But, Its not showing any registered users. But, how i am doing outgoing calls to US?<br><br>Looking forward to your response.<br><br>Thanks&amp;Regards,<br>Chandra.<br><br><b><i>ram &lt;talk2ram@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <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 href="http://account:password@domain.com/account">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 href="mailto:crazymoonboy@yahoo.com">crazymoonboy@yahoo.com</a>&gt; wrote:</span> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"> <div>Hi,<br><br>Thank you for your response. As you said, I changed the context "default" to "general". 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 class="q"><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="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"></blockquote></div> <div><span class="q">Note that you have:<br><br>&gt; [teliax]<br>&gt; context=default<br><br>but you do not have a "default" 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 class="e"
 id="q_10d013949c0b3544_4">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 "sip show peers"<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="Ranikumar"<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 class="ad"><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> _______________________________________________<br>--Bandwidth and Colocation provided by Easynews.com --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>  
 http://lists.digium.com/mailman/listinfo/asterisk-users<br></blockquote><br><p>&#32;
                <hr size=1>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com"> Great rates starting at 1¢/min.