Hi Thiru -

 Please clarify one more doubt in extensions.conf file...
 is the following dial plan is right way to call another server(frome
serverA to serverB)

 exten => _5XXXXX,1,Dial(sip/[EMAIL PROTECTED]:6030,15,tr)

 exten => _5XXXXX,2,Hangup

You can dial either via IP or by sip device name (the name in brackets
[] in sip.conf).  Either way, you also have to include the username
and password in the Dial statement(). It looks like this:

exten => _5XXXXX,1,Dial(SIP/UserB:[EMAIL PROTECTED]/${EXTEN},15,tr)

or

exten => _5XXXXX,1,Dial(SIP/UserB:[EMAIL PROTECTED]/${EXTEN},15,tr)

If you want to avoid putting the password in the dialplan, and make
the authentication process a little more secure, you can also use MD5
authentication.  This page on the wiki explains how:

http://www.voip-info.org/tiki-index.php?page=Asterisk+sip+md5secret

- Noah
_______________________________________________
--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