Frank,

Your solution is not clear to me. Can you tell me what Step 2 will do?

[general] 
register => [EMAIL PROTECTED]

How will it resolve the name obelix as an authenticated user, assuming
that asterix is reolved using dns? 

Seshu



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frank
Becker
Sent: Saturday, May 14, 2005 5:42 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] How to connect two Asterisk servers

> Pls I want to know how to connect two Asterisk servers with sip,on the

> voip-info.org the iax details exist but the sip there is nothing about

> its details,pls any one can help.

Its quite simple:
Server2 (name obelix) should register at server1 (name asterix)

1. Enter in asterix: /etc/sip.conf - Server 1
[obelix]
;secret=
username=obelix
from_user=obelix
type=friend
context=default
host=dynamic
nat=no

2. in obelix: /etc/sip.conf enter 
the following in the section              - server 2 
[general] 
register => [EMAIL PROTECTED]

3. in obelix: To forward a call to asterix 
   simply use the following:              - Server 2

exten => s,1,Dial(SIP/[EMAIL PROTECTED],30,Ttr)


Hope this helps

Frank
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users 
--------------------------------------------------------
 
NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited. 
 
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to