HI All,<br><br>I am new to asterisk. i want to make outbound calls from asterisk. I tried with many times with the given settings but in vain<br><br>This is my scenario:<br> &nbsp; &nbsp;I have a *user A* who has registered with sip server(ONDO), I made asterisk
<br> &nbsp; &nbsp;to register as a sip client with ONDO, I want to make a call to user A from<br> &nbsp; &nbsp;an extension.<br> &nbsp; &nbsp;My configurations<br> &nbsp; &nbsp;sip.config<br> &nbsp; &nbsp;[general]<br> &nbsp; &nbsp;context=default<br> &nbsp; &nbsp;register =&gt; raja:adsi6677@*
192.xxx.xxx.xxx*/1234<br> &nbsp; &nbsp;bindport=5060 &nbsp; ; UDP Port to bind to (SIP standard port is 5060)<br> &nbsp; &nbsp;bindaddr=<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://0.0.0.0/" target="_blank">0.0.0.0</a> &nbsp;; IP address to bind to ( 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://0.0.0.0/" target="_blank">0.0.0.0</a> binds to all)<br> &nbsp; &nbsp;srvlookup=yes &nbsp; ; Enable DNS SRV lookups on outbound calls<br> &nbsp; &nbsp;[authentication]<br> &nbsp; &nbsp;auth=raja:adsi6677@*
192.xxx.xxx.xxx*<br> &nbsp; &nbsp;[*192.xxx.xxx.xxx*-out]<br> &nbsp; &nbsp;type=peer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; we only want to call out, not be called<br> &nbsp; &nbsp;secret=adsi6677<br> &nbsp; &nbsp;username=raja &nbsp; ; Authentication user for outbound proxies<br> &nbsp; &nbsp;fromuser=raja &nbsp; ; Many SIP providers require this!
<br> &nbsp; &nbsp;fromdomain=*192.xxx.xxx.xxx*<br> &nbsp; &nbsp;host=*192.xxx.xxx.xxx*<br><br>- Ignored:<br> &nbsp; &nbsp;context=outgoing<br><br><br> &nbsp; &nbsp;[dexter]<br> &nbsp; &nbsp;type=friend<br> &nbsp; &nbsp;username=dexter<br> &nbsp; &nbsp;secret=password<br> &nbsp; &nbsp;host=dynamic<br>
 &nbsp; &nbsp;context=outgoing<br><br> &nbsp; &nbsp;extensions.conf<br><br> &nbsp; &nbsp;[outgoing]<br> &nbsp; &nbsp;exten =&gt; 1234,1,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SIP/test@192.xxx.xxx.xxx">SIP/test@192.xxx.xxx.xxx
</a>)<br><br> &nbsp; &nbsp;Here *192.xxx.xxx.xxx* is my sip server host ip (ONDO).<br><br> &nbsp; &nbsp;Please correct me where i am going wrong in this scenario.<br><br> &nbsp; &nbsp;I was able to receive incoming calls to dexter from user A,<br><br>
 &nbsp; &nbsp;Thanks in advance!!!!!<br><br> &nbsp; &nbsp;Regards<br> &nbsp; &nbsp;karthik