> 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 [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 [general] register => [EMAIL PROTECTED] 3. To forward a call from obelix to asterix simply use the following: 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