Hi, all Can someone tell me where to tell asterisk no to use 127.0.0.1 IP (localhost)? When I am registering with VoIP providers, they get my info as s@127.0.0.1. (This is SIP registration). Also, in SIP logs, when calling I am getting things like this: Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>")> in new stack > -- Executing Dial("SIP/phone2-22c3", "SIP/sipnet/84959741926") in new > stack > We're at 127.0.0.1 port 18900ANy help is appreciated, Thanks, Rudolf
Rehan AllahWala
2006-Jan-21 03:50 UTC
[Asterisk-Users] Asterisk always uses 127.0.0.1 address
in your sip.conf bind it to the ip you want to bind it , change the value from 0.0.0.0 to the ip u want to bind it to. Rehan> Hi, all > > Can someone tell me where to tell asterisk no to use 127.0.0.1 IP > (localhost)? > > When I am registering with VoIP providers, they get my info as > s@127.0.0.1. (This is SIP registration). > > Also, in SIP logs, when calling I am getting things like this: > > Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>") > > in new stack > -- Executing Dial("SIP/phone2-22c3", > "SIP/sipnet/84959741926") in new > stack > We're at 127.0.0.1 port > 18900 > > ANy help is appreciated, > > Thanks, > Rudolf > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersSuper Technologies Inc., Pensacola, Florida http://www.SuperTec.com - Technologies from tomorrow, Today!
Alberto Sagredo
2006-Jan-21 04:06 UTC
[Asterisk-Users] Asterisk always uses 127.0.0.1 address
Maybe you have not configured correcly your sip.conf externip=your_external_ip try this RumaTech escribi?:> Hi, all > > Can someone tell me where to tell asterisk no to use 127.0.0.1 IP > (localhost)? > > When I am registering with VoIP providers, they get my info as > s@127.0.0.1. > (This is SIP registration). > > Also, in SIP logs, when calling I am getting things like this: > > Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>") >> in new stack >> -- Executing Dial("SIP/phone2-22c3", "SIP/sipnet/84959741926") in new >> stack >> We're at 127.0.0.1 port 18900 > > ANy help is appreciated, > > Thanks, > Rudolf > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Alexander Lopez
2006-Jan-21 12:38 UTC
[Asterisk-Users] Asterisk always uses 127.0.0.1 address
Setup your hostname correctly. Asteisk is getting its hostname from the hostname function call and using that from then on. Alex> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of RumaTech > Sent: Saturday, January 21, 2006 5:27 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Asterisk always uses 127.0.0.1 address > > Hi, all > > Can someone tell me where to tell asterisk no to use > 127.0.0.1 IP (localhost)? > > When I am registering with VoIP providers, they get my info > as s@127.0.0.1. > (This is SIP registration). > > Also, in SIP logs, when calling I am getting things like this: > > Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>") > > in new stack > > -- Executing Dial("SIP/phone2-22c3", > "SIP/sipnet/84959741926") in > > new stack We're at 127.0.0.1 port 18900 > > ANy help is appreciated, > > Thanks, > Rudolf > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >