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