From: "Karthik Arumugam" <[EMAIL PROTECTED]>
Date: Mon, 26 Mar 2007 21:35:45 +0530

HI All,

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

"In vain" says vain.  Exactly what does not work?  Any messages?  Errors?

This is my scenario:
  I have a *user A* who has registered with sip server(ONDO), I

Is *user A*'s user name with the server 'test' as your dial plan suggested?

made
asterisk
  to register as a sip client with ONDO, I want to make a call to user A
from
  an extension.

What is "an extension"'s context? Is this extension dexter as your config suggested? You can get much better response if you can help others understand what your problem is.

Yuan Liu

  My configurations
  sip.config
  [general]
  context=default
  register => raja:[EMAIL PROTECTED]/1234
  bindport=5060   ; UDP Port to bind to (SIP standard port is 5060)
  bindaddr=0.0.0.0  ; IP address to bind to ( 0.0.0.0 binds to all)
  srvlookup=yes   ; Enable DNS SRV lookups on outbound calls
  [authentication]
  auth=raja:[EMAIL PROTECTED]
  [*192.xxx.xxx.xxx*-out]
  type=peer             ; we only want to call out, not be called
  secret=adsi6677
  username=raja   ; Authentication user for outbound proxies
  fromuser=raja   ; Many SIP providers require this!
  fromdomain=*192.xxx.xxx.xxx*
  host=*192.xxx.xxx.xxx*

- Ignored:
  context=outgoing

  [dexter]
  type=friend
  username=dexter
  secret=password
  host=dynamic
  context=outgoing

  extensions.conf

  [outgoing]
  exten => 1234,1,Dial(SIP/[EMAIL PROTECTED])

  Here *192.xxx.xxx.xxx* is my sip server host ip (ONDO).

  Please correct me where i am going wrong in this scenario.

  I was able to receive incoming calls to dexter from user A,

  Thanks in advance!!!!!

  Regards
  karthik


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to