I am getting this message: Failed to authenticate device <sip:2010 at X.X.X.X>;tag=149853321 for INVITE, code = -1 but it does not report the "connecting" address. Who is failing connecting ? I either need to block someone or fix something - I'm thinking block - but I dont know who. How do I found out the connecting IP? Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200722/a8529b21/attachment.html>
Administrator
2020-Jul-22 13:00 UTC
[asterisk-users] Failed to authenticate device message
Hi Jerry Le 22/07/2020 à 14:54, Jerry Geis a écrit :> I am getting this message: > Failed to authenticate device <sip:2010 at X.X.X.X>;tag=149853321 for > INVITE, code = -1 > > but it does not report the "connecting" address. Who is failing > connecting ? > I either need to block someone or fix something - I'm thinking block - > but I dont know who. > How do I found out the connecting IP? > > JerryYou should get it with recvip exten = i,1,Verbose(Incoming ANONYMOUS SIP call from ${CALLERID(name)} ${CALLERID(num)} SRC IP ${CHANNEL(recvip)}) -- Daniel
>exten = i,1,Verbose(Incoming ANONYMOUS SIP call from ${CALLERID(name)} >${CALLERID(num)} SRC IP ${CHANNEL(recvip)})Thanks - its not an incoming call - its just a log on the CLI There is nothing before it and nothing after - no incoming call. Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200722/466d591b/attachment.html>
Did you check your security log? There is usually a wealth of info there about who, what, where when and why. Andrew On Wed, 22 Jul 2020 at 11:22 pm, Jerry Geis <jerry.geis at gmail.com> wrote:> >exten = i,1,Verbose(Incoming ANONYMOUS SIP call from ${CALLERID(name)} > >${CALLERID(num)} SRC IP ${CHANNEL(recvip)}) > > > Thanks - its not an incoming call - its just a log on the CLI > There is nothing before it and nothing after - no incoming call. > > Jerry > -- > _____________________________________________________________________ > -- 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-- -- *Andrew Yager, CEO* *(BCompSc, JNCIS-SP, MACS (Snr) CP)* *business nbn™ advisor (advisor 01783150)* Real World Technology Solutions - IT People you can trust Voice | Data | IT Procurement | Managed IT rwts.com.au | 1300 798 718 *Real World is a DellEMC Gold Partner* This document should be read only by those persons to whom it is addressed and its content is not intended for use by any other persons. If you have received this message in error, please notify us immediately. Please also destroy and delete the message from your computer. Any unauthorised form of reproduction of this message is strictly prohibited. We are not liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. Please consider the environment before printing this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200723/49364d25/attachment.html>
>Did you check your security log?>There is usually a wealth of info there about who, what, where when and whyI also checked /var/log/asterisk/messages and it just has the same line. Nothing additional. Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200722/d2b07467/attachment.html>