Olivier
2017-Sep-06 09:39 UTC
[asterisk-users] Asterisk 13.X with multiple IP addresses: Can I force a given chan_sip peer to a given IP address ?
Hello, I'm quite sure this question has already be asked previously but before diving into it with a lab setup, I would like to re-ask here the thereafter question. I've got a bunch of very old Asterisk boxes (lastest Asterisk version is 1.6.1.X), all belonging to the same network, I would like to centralize on a single Asterisk instance on a brand new box. This instance will be powered with lastest available LTS Asterisk (Asterisk 13.X, currently). I know this is possible with PJSIP transport setting but with chan_sip, is it possible to specify that to communicate with a given SIP peer, a specific IP address (and only this one) is used ? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170906/fc3b2377/attachment.html>
Dovid Bender
2017-Sep-06 13:53 UTC
[asterisk-users] Asterisk 13.X with multiple IP addresses: Can I force a given chan_sip peer to a given IP address ?
Oliver, Not per peer. What you can do is if you have a few spare IP's is set up OpenSiPS and bounce the calls that way. The call will be Carrier -> OpenSipS -> Asterisk. Asterisk will see the IP of OpenSipS and you can decide there what to do with the call. On Wed, Sep 6, 2017 at 5:39 AM, Olivier <oza.4h07 at gmail.com> wrote:> Hello, > > I'm quite sure this question has already be asked previously but before > diving into it with a lab setup, I would like to re-ask here the thereafter > question. > > I've got a bunch of very old Asterisk boxes (lastest Asterisk version is > 1.6.1.X), all belonging to the same network, I would like to centralize on > a single Asterisk instance on a brand new box. > This instance will be powered with lastest available LTS Asterisk > (Asterisk 13.X, currently). > > I know this is possible with PJSIP transport setting but with chan_sip, is > it possible to specify that to communicate with a given SIP peer, a > specific IP address (and only this one) is used ? > > Best regards > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170906/96f33c0f/attachment.html>
Olivier
2017-Sep-07 06:30 UTC
[asterisk-users] Asterisk 13.X with multiple IP addresses: Can I force a given chan_sip peer to a given IP address ?
2017-09-06 15:53 GMT+02:00 Dovid Bender <dovid at telecurve.com>:> Oliver, > > Not per peer. >That confirms what I thought (feared ?). Maybe, I'm gonna try with PJSIP channel instead as you can specify a peer-specific transport with PJSIP. I'll check if if using a specific IP is PJSIP transport setting.> What you can do is if you have a few spare IP's is set up OpenSiPS and > bounce the calls that way. The call will be Carrier -> OpenSipS -> > Asterisk. Asterisk will see the IP of OpenSipS and you can decide there > what to do with the call. >Yes certainly, that's an interesting solution that also brings other benefits, its main limitation being my current of OpenSiPS experience. Thanks for replying> > > > On Wed, Sep 6, 2017 at 5:39 AM, Olivier <oza.4h07 at gmail.com> wrote: > >> Hello, >> >> I'm quite sure this question has already be asked previously but before >> diving into it with a lab setup, I would like to re-ask here the thereafter >> question. >> >> I've got a bunch of very old Asterisk boxes (lastest Asterisk version is >> 1.6.1.X), all belonging to the same network, I would like to centralize on >> a single Asterisk instance on a brand new box. >> This instance will be powered with lastest available LTS Asterisk >> (Asterisk 13.X, currently). >> >> I know this is possible with PJSIP transport setting but with chan_sip, >> is it possible to specify that to communicate with a given SIP peer, a >> specific IP address (and only this one) is used ? >> >> Best regards >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> Check out the new Asterisk community forum at: >> https://community.asterisk.org/ >> >> New to Asterisk? Start here: >> https://wiki.asterisk.org/wiki/display/AST/Getting+Started >> >> 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 -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170907/c7c42ab4/attachment.html>