[asterisk-users] Communication between two asterisk server

2008-02-15 Thread preeta.pandey

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

Re: [asterisk-users] Communication between two asterisk server

2008-02-15 Thread Bhrugu Mehta
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:[EMAIL PROTECTED]

[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, [EMAIL PROTECTED] [EMAIL PROTECTED] 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


Re: [asterisk-users] Communication between two asterisk server

2008-02-15 Thread preeta.pandey
Hi Bhrugu ,

Thanks for the reply. I will check it off.

Regards,
Preeta


-Original Message-
From: [EMAIL PROTECTED] 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:[EMAIL PROTECTED]

[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, [EMAIL PROTECTED] [EMAIL PROTECTED] 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

winmail.dat___
-- 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

Re: [asterisk-users] Communication between two asterisk server

2008-02-15 Thread Mattias Andersson
I am using IAX2, easier to get to work trow firewalls.
//Mattias

On Fri, Feb 15, 2008 at 1:14 PM, [EMAIL PROTECTED] wrote:

 Hi Bhrugu ,

 Thanks for the reply. I will check it off.

 Regards,
 Preeta


 -Original Message-
 From: [EMAIL PROTECTED] 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:[EMAIL PROTECTED]

 [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, [EMAIL PROTECTED] [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
___
-- 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