Greetings:
Today, I am seeing an issue with my parrot node (55553) and WT authentication. First of all, apologies, it's a HamVoIP node. I know, I know... that will be going away soon.''The node shows as registered.
Here's what I see in the Asterisk log when attempting to make a WT connection from Transceive for Mac OS. Same happens with Repeaterphone.
For some reason, Transceive prefers Speex over ulaw, but that's not the important part.
That'll be good when app_rpt and associated modules properly supports higher sampling rate, I guess.
[root@plano ~]# asterisk -r
Asterisk 1.4.23-pre.hamvoip-V1.7.1-04 app_rpt-0.327-01/22/2022, Copyright (C) 1999 - 2021 HamVoIP.org and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
Connected to Asterisk 1.4.23-pre.hamvoip-V1.7.1-04 app_rpt-0.327-01/22/2022 currently running on plano (pid = 17185)
Verbosity is at least 3
-- Accepting AUTHENTICATED call from 172.59.223.154:
404 Not Foundrequested format = speex,
requested prefs = (),
actual format = ulaw,
host prefs = (slin|ulaw),
priority = mine
-- Executing [s@allstar-public:1] Ringing("IAX2/allstar-public-797", "") in new stack
-- Executing [s@allstar-public:2] Set("IAX2/allstar-public-797", "RESP=
404 Not Found
nginx/1.22.1 ") in new stack -- Executing \[s@allstar-public:3\] Set("IAX2/allstar-public-797", "NODENUM=55553") in new stack -- Executing \[s@allstar-public:4\] GotoIf("IAX2/allstar-public-797", "0?hangit") in new stack -- Executing \[s@allstar-public:5\] GotoIf("IAX2/allstar-public-797", "0?hangit") in new stack -- Executing \[s@allstar-public:6\] GotoIf("IAX2/allstar-public-797", "1?hangit") in new stack -- Goto (allstar-public,s,14) -- Executing \[s@allstar-public:14\] Answer("IAX2/allstar-public-797", "") in new stack -- Executing \[s@allstar-public:15\] Wait("IAX2/allstar-public-797", "1") in new stack -- Executing \[s@allstar-public:16\] Hangup("IAX2/allstar-public-797", "") in new stack == Spawn extension (allstar-public, s, 16) exited non-zero on 'IAX2/allstar-public-797' -- Hungup 'DAHDI/pseudo-1928450498'
By the way, nodes 506315 and 503681, hosted on the same physical machine, work fine with WT mode, and 55553 had been working fine until a couple of hours ago.