Asterisk Man
2010-Dec-24 12:30 UTC
[asterisk-users] Moving asterisk from one network to another.
Friends, Do we need to change any Asterisk configuration files (Or any file related to Asterisk for that matter) when we put Asterisk box from one network to another? It is assumed that DB is on the same box. Asterisk box has got Asterisk running in it with no issues. Probably, it should not complain. I tried to check for IP address in Asterisk files (using ?find . | xargs grep 192.168.X.XX ?sl?), but it seems that Asterisk does not store specific IP in file(s). Your thoughts on this if I m missing something. -AsteriskMan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101224/ebd6bace/attachment.htm>
Asterisk Man
2010-Dec-24 12:37 UTC
[asterisk-users] Moving asterisk from one network to another.
Friends, Do we need to change any Asterisk configuration files (Or any file related to Asterisk for that matter) when we put Asterisk box from one network to another? It is assumed that DB is on the same box. Asterisk box has got Asterisk running in it with no issues. Probably, it should not complain. I tried to check for IP address in Asterisk files (using ?find . | xargs grep 192.168.X.XX ?sl?), but it seems that Asterisk does not store specific IP in file(s). Your thoughts on this if I m missing something. -AsteriskMan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101224/1efcc699/attachment.htm>
Jim Dickenson
2010-Dec-24 12:40 UTC
[asterisk-users] Moving asterisk from one network to another.
If you set bindaddr in any conf file you will need to change the IP address there. -- Jim Dickenson mailto:dickenson at cfmc.com CfMC http://www.cfmc.com/ On Dec 24, 2010, at 4:30 AM, Asterisk Man wrote:> Friends, > > Do we need to change any Asterisk configuration files (Or any file related to Asterisk for that matter) when we put Asterisk box from one network to another? > It is assumed that DB is on the same box. > Asterisk box has got Asterisk running in it with no issues. > Probably, it should not complain. > I tried to check for IP address in Asterisk files (using ?find . | xargs grep 192.168.X.XX ?sl?), but it seems that Asterisk does not store specific IP in file(s). > > Your thoughts on this if I m missing something. > > -AsteriskMan > -- > _____________________________________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101224/4622a630/attachment.htm>
Sherwood McGowan
2010-Dec-25 12:55 UTC
[asterisk-users] Moving asterisk from one network to another.
On Fri, Dec 24, 2010 at 6:40 AM, Jim Dickenson <dickenson at cfmc.com> wrote:> If you set bindaddr in any conf file you will need to change the IP address > there. > -- > Jim Dickenson > mailto:dickenson at cfmc.com > CfMC > http://www.cfmc.com/ > > > On Dec 24, 2010, at 4:30 AM, Asterisk Man wrote: > > Friends, > > > > Do we need to change any Asterisk configuration files (Or any file related > to Asterisk for that matter) when we put Asterisk box from one network to > another? > It is assumed that DB is on the same box. > Asterisk box has got Asterisk running in it with no issues. > Probably, it should not complain. > I tried to check for IP address in Asterisk files (using ?find . | xargs > grep 192.168.X.XX ?sl?), but it seems that Asterisk does not store specific > IP in file(s). > > > > Your thoughts on this if I m missing something. > > > > -AsteriskMan > -- > _____________________________________________________________________ > -- 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 >Other than having an ip address of any sort, such as referencing a database server (which you state is located on the same machine), you should not need to make changes.
Ryan Wagoner
2010-Dec-25 13:37 UTC
[asterisk-users] Moving asterisk from one network to another.
On Fri, Dec 24, 2010 at 7:40 AM, Jim Dickenson <dickenson at cfmc.com> wrote:> If you set bindaddr in any conf file you will need to change the IP address > there. > -- > Jim Dickenson > mailto:dickenson at cfmc.com > CfMC > http://www.cfmc.com/You will also need to change externip and localnet if those are set in sip.conf. Ryan
Sherwood McGowan
2010-Dec-26 07:33 UTC
[asterisk-users] Moving asterisk from one network to another.
On Sat, Dec 25, 2010 at 7:37 AM, Ryan Wagoner <rswagoner at gmail.com> wrote:> On Fri, Dec 24, 2010 at 7:40 AM, Jim Dickenson <dickenson at cfmc.com> wrote: >> If you set bindaddr in any conf file you will need to change the IP address >> there. >> -- >> Jim Dickenson >> mailto:dickenson at cfmc.com >> CfMC >> http://www.cfmc.com/ > > You will also need to change externip and localnet if those are set in sip.conf. > > Ryan > > -- > _____________________________________________________________________ > -- 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 >Good call Ryan! while externip was covered under the "ip address of any sort", I completely forgot about the localnet setting :)