I am not using a SIP trunk as I normally do. I have an extensions 3382 setup that my server registers to the other SIP system. When the other system calls 3381 on my system I am getting this error: [Jul 27 10:08:50] WARNING[89791][C-00000068] chan_sip.c: username mismatch, have <3381>, digest has <8124> [Jul 27 10:08:50] NOTICE[89791][C-00000068] chan_sip.c: Failed to authenticate device "USCOL TEST" <sip:XXXX at IP>;tag=1c1947164290 for INVITE, code = -2 How I allow this ? I want to allow any SIP call to 3381. Using Astering 18.4.0 Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210808/b13ca639/attachment.html>
On Sunday 08 August 2021 at 21:18:26, Jerry Geis wrote:> [Jul 27 10:08:50] WARNING[89791][C-00000068] chan_sip.c: username mismatch, > have <3381>, digest has <8124>Show us the part of sip.conf which you use to register for this account. Antony. -- Why are sea-faring brigands unable to calculate the circumference of a circle? Because they guess the value of Pi. (Sorry, this joke only really works well in German). Please reply to the list; please *don't* CC me.
On Sun, Aug 8, 2021 at 3:18 PM Jerry Geis <jerry.geis at gmail.com> wrote:> I am not using a SIP trunk as I normally do. > > I have an extensions 3382 setup that my server registers to the other SIP > system. > When the other system calls 3381 on my system I am getting this error: > > [Jul 27 10:08:50] WARNING[89791][C-00000068] chan_sip.c: username > mismatch, have <3381>, digest has <8124> > [Jul 27 10:08:50] NOTICE[89791][C-00000068] chan_sip.c: Failed to > authenticate device "USCOL TEST" <sip:XXXX at IP>;tag=1c1947164290 for > INVITE, code = -2 > > How I allow this ? I want to allow any SIP call to 3381. > Using Astering 18.4.0 > > Thanks, > > Jerry >Sure here it is: [general](+) register => 3382:XX at IP/3382 ; Description: Connection to PBX [3382] type=friend defaultname=3382 defaultuser=3382 secret=XX dtmfmode=RFC2833 host=IP description=Connection to PBX context=incoming rtptimeout=60 rtpholdtimeout=60 rtpkeepalive=60 callerid=3382 qualify=no canreinvite=no nat=never disallow=all allow=ulaw allow=alaw allow=gsm Thanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210809/5fae2627/attachment.html>
On Sunday 08 August 2021 at 21:18:26, Jerry Geis wrote:> I have an extensions 3382 setup that my server registers to the other SIP > system. > When the other system calls 3381 on my system I am getting this error:What's the association between 3381 and 3382? Antony. -- 90% of networking problems are routing problems. 9 of the remaining 10% are routing problems in the other direction. The remaining 1% might be something else, but check the routing anyway. Please reply to the list; please *don't* CC me.