preeta.pandey at wipro.com
2008-Feb-15 08:54 UTC
[asterisk-users] Communication between two asterisk server
Hi, I want that an sjphone registered using serverA can call to an sjphone registered using serverB and vice vers. I want to know how two asterisk server communicate to each other. Please let me know, for that, what configuration file I have to change. Thanking you, Regards, Preeta Pandey The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080215/cea45e1d/attachment.htm
Bhrugu Mehta
2008-Feb-15 11:53 UTC
[asterisk-users] Communication between two asterisk server
hi,preeta you have to change sip.conf in both server. suppose, server 1 and server 2 both are asterisk server. you want to call from server 1 to server 2. then, in ser-1, sip.conf [general] register=> user:pass at ipaddofserv2 [user] type=friend fromuser=user username=user secret=pass host=ipofserver2 context=any in server2, sip.conf [user] type=friend username=user secret=user host=dynamic context=anyyouwant Bhrugu Mehta (SAI INFO SYSTEM LTD.) On 2/15/08, preeta.pandey at wipro.com <preeta.pandey at wipro.com> wrote:> > Hi, > > I want that an sjphone registered using serverA can call to an sjphone > registered using serverB and vice vers. I want to know how two asterisk > server communicate to each other. Please let me know, for that, what > configuration file I have to change. > > Thanking you, > > Regards, > Preeta Pandey > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > >
preeta.pandey at wipro.com
2008-Feb-15 12:14 UTC
[asterisk-users] Communication between two asterisk server
Hi Bhrugu , Thanks for the reply. I will check it off. Regards, Preeta -----Original Message----- From: asterisk-users-bounces at lists.digium.com on behalf of Bhrugu Mehta Sent: Fri 2/15/2008 5:23 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Communication between two asterisk server hi,preeta you have to change sip.conf in both server. suppose, server 1 and server 2 both are asterisk server. you want to call from server 1 to server 2. then, in ser-1, sip.conf [general] register=> user:pass at ipaddofserv2 [user] type=friend fromuser=user username=user secret=pass host=ipofserver2 context=any in server2, sip.conf [user] type=friend username=user secret=user host=dynamic context=anyyouwant Bhrugu Mehta (SAI INFO SYSTEM LTD.) On 2/15/08, preeta.pandey at wipro.com <preeta.pandey at wipro.com> wrote:> > Hi, > > I want that an sjphone registered using serverA can call to an sjphone > registered using serverB and vice vers. I want to know how two asterisk > server communicate to each other. Please let me know, for that, what > configuration file I have to change. > > Thanking you, > > Regards, > Preeta Pandey > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > >_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4047 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080215/57379c90/attachment.bin
Mattias Andersson
2008-Feb-15 15:02 UTC
[asterisk-users] Communication between two asterisk server
I am using IAX2, easier to get to work trow firewalls. //Mattias On Fri, Feb 15, 2008 at 1:14 PM, <preeta.pandey at wipro.com> wrote:> Hi Bhrugu , > > Thanks for the reply. I will check it off. > > Regards, > Preeta > > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com on behalf of Bhrugu Mehta > Sent: Fri 2/15/2008 5:23 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Communication between two asterisk server > > hi,preeta > you have to change sip.conf in both server. > suppose, > server 1 and server 2 both are asterisk server. > you want to call from server 1 to server 2. > then, > in ser-1, sip.conf > > [general] > register=> user:pass at ipaddofserv2 > > [user] > type=friend > fromuser=user > username=user > secret=pass > host=ipofserver2 > context=any > > in server2, sip.conf > [user] > type=friend > username=user > secret=user > host=dynamic > context=anyyouwant > > Bhrugu Mehta (SAI INFO SYSTEM LTD.) > > On 2/15/08, preeta.pandey at wipro.com <preeta.pandey at wipro.com> wrote: > > > > Hi, > > > > I want that an sjphone registered using serverA can call to an sjphone > > registered using serverB and vice vers. I want to know how two asterisk > > server communicate to each other. Please let me know, for that, what > > configuration file I have to change. > > > > Thanking you, > > > > Regards, > > Preeta Pandey > > > > The information contained in this electronic message and any attachments > to > > this message are intended for the exclusive use of the addressee(s) and > may > > contain proprietary, confidential or privileged information. If you are > not > > the intended recipient, you should not disseminate, distribute or copy > this > > e-mail. Please notify the sender immediately and destroy all copies of > this > > message and any attachments. > > > > WARNING: Computer viruses can be transmitted via email. The recipient > should > > check this email and any attachments for the presence of viruses. The > > company accepts no liability for any damage caused by any virus > transmitted > > by this email. > > > > www.wipro.com > > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38 97 Email: eskes1 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080215/6d68ca6f/attachment.htm