Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] res_pjsip trunk between Asterisk servers


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
critellia at gmail.com
Guest





PostPosted: Mon Feb 08, 2016 9:16 pm    Post subject: [asterisk-users] res_pjsip trunk between Asterisk servers Reply with quote

Hi all,


My goal is to trunk two Asterisk servers together using res_pjsip. I'm really not familiar with res_pjsip, having only used chan_sip over a year ago now. So, I apologize in advance if this is an overly basic question.



I'm using the below configuration guide for an outbound trunk. My question is: what would the trunk configuration look like on the other Asterisk server? Would it be the same, minus unique things like IP addresses?


https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples


Thanks so much for the help.Sincerely,

Anthony Critelli
www.acritelli.com
Back to top
george.joseph at fairv...
Guest





PostPosted: Mon Feb 08, 2016 10:09 pm    Post subject: [asterisk-users] res_pjsip trunk between Asterisk servers Reply with quote

On Mon, Feb 8, 2016 at 7:16 PM, Anthony Critelli <critellia@gmail.com (critellia@gmail.com)> wrote:
Quote:
Hi all,


My goal is to trunk two Asterisk servers together using res_pjsip. I'm really not familiar with res_pjsip, having only used chan_sip over a year ago now. So, I apologize in advance if this is an overly basic question.



I'm using the below configuration guide for an outbound trunk. My question is: what would the trunk configuration look like on the other Asterisk server? Would it be the same, minus unique things like IP addresses?


https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples



​If the 2 servers have static ip addresses, they don't need to register so you can leave the registration section out. 


If you trust that no one is going to spoof ip addresses you can leave out the auths as well or you can add them in both directions.  I.E.  auth and outbound_auth on both endpoints.  So, yes.  Other than ip addresses, they should look the same.



Use the res_pjsip_config_wizard and pjsip_wizard.conf for an even easier config.
https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard
​Trusted peers at the end.​



 

Quote:



Thanks so much for the help.Sincerely,

Anthony Critelli
www.acritelli.com










--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
critellia at gmail.com
Guest





PostPosted: Wed Feb 17, 2016 5:03 pm    Post subject: [asterisk-users] res_pjsip trunk between Asterisk servers Reply with quote

George, thanks so much for the help on this. The wizards did the trick!

Sincerely,

Anthony Critelli
B.S. Applied Networking and Systems Administration, 2014
www.acritelli.com
(845) 283-4117






On Mon, Feb 8, 2016 at 10:08 PM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
Quote:



On Mon, Feb 8, 2016 at 7:16 PM, Anthony Critelli <critellia@gmail.com (critellia@gmail.com)> wrote:
Quote:
Hi all,


My goal is to trunk two Asterisk servers together using res_pjsip. I'm really not familiar with res_pjsip, having only used chan_sip over a year ago now. So, I apologize in advance if this is an overly basic question.



I'm using the below configuration guide for an outbound trunk. My question is: what would the trunk configuration look like on the other Asterisk server? Would it be the same, minus unique things like IP addresses?


https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples



​If the 2 servers have static ip addresses, they don't need to register so you can leave the registration section out. 


If you trust that no one is going to spoof ip addresses you can leave out the auths as well or you can add them in both directions.  I.E.  auth and outbound_auth on both endpoints.  So, yes.  Other than ip addresses, they should look the same.



Use the res_pjsip_config_wizard and pjsip_wizard.conf for an even easier config.
https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard
​Trusted peers at the end.​



 

Quote:



Thanks so much for the help.Sincerely,

Anthony Critelli
www.acritelli.com










--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
george.joseph at fairv...
Guest





PostPosted: Wed Feb 17, 2016 5:08 pm    Post subject: [asterisk-users] res_pjsip trunk between Asterisk servers Reply with quote

On Wed, Feb 17, 2016 at 3:02 PM, Anthony Critelli <critellia@gmail.com (critellia@gmail.com)> wrote:
Quote:
George, thanks so much for the help on this. The wizards did the trick!




​Cool!  Feedback is always welcomed!​


 
Quote:
Sincerely,

Anthony Critelli
B.S. Applied Networking and Systems Administration, 2014
www.acritelli.com
(845) 283-4117






On Mon, Feb 8, 2016 at 10:08 PM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
Quote:



On Mon, Feb 8, 2016 at 7:16 PM, Anthony Critelli <critellia@gmail.com (critellia@gmail.com)> wrote:
Quote:
Hi all,


My goal is to trunk two Asterisk servers together using res_pjsip. I'm really not familiar with res_pjsip, having only used chan_sip over a year ago now. So, I apologize in advance if this is an overly basic question.



I'm using the below configuration guide for an outbound trunk. My question is: what would the trunk configuration look like on the other Asterisk server? Would it be the same, minus unique things like IP addresses?


https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples



​If the 2 servers have static ip addresses, they don't need to register so you can leave the registration section out. 


If you trust that no one is going to spoof ip addresses you can leave out the auths as well or you can add them in both directions.  I.E.  auth and outbound_auth on both endpoints.  So, yes.  Other than ip addresses, they should look the same.



Use the res_pjsip_config_wizard and pjsip_wizard.conf for an even easier config.
https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard
​Trusted peers at the end.​



 

Quote:



Thanks so much for the help.Sincerely,

Anthony Critelli
www.acritelli.com










--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services