Hi all, some body told me that you can make asterisk to register itself to another asterisk server. i just want to know whether it really can be done or not. i have googled a lot but no answeres. -- Regards Rizwan Hisham Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/2b5fa155/attachment.htm
You can by using a register entry in either SIP or IAX connections. Try searching voip-info.org for the details of sip.conf and iax.conf and also connectiong 2 asterisk servers. On 1/17/07, Rizwan Hisham <rizwanhasham@gmail.com> wrote:> > Hi all, > some body told me that you can make asterisk to register itself to another > asterisk server. i just want to know whether it really can be done or not. i > have googled a lot but no answeres. > > -- > Regards > Rizwan Hisham > Software Engineer > _______________________________________________ > --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 > > >-- Bruce Nortex Networks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/c8ea55e1/attachment.htm
On 1/18/07, Rizwan Hisham <rizwanhasham@gmail.com> wrote:> Hi all, > some body told me that you can make asterisk to register itself to another > asterisk server. i just want to know whether it really can be done or not. i > have googled a lot but no answeres. > > -- > Regards > Rizwan Hisham > Software EngineerFor servers A and B, You need to create a user a/c in say Svr A like rizwan with pwd 1234 and then in svr B sip.conf, put in a line register => rizwan:1234@svrB You can now create a trunk that uses this a/c to SvrB to terminate calls there See http://www.asterisk.org/doxygen/1.4/Config_sip.html for more info HTH