Hello,
Thanks for the continued support and improvements to the ASL3 Software. I updated my nodes but ran into an issue on one of them, chan_usbradio seems to crash asterisk. With the module loaded (in modules.conf) asterisk just doesnât want to start. I havenât been able to find any error messages in the logs, even not in the debug log (after enabling debug logging) the process just doesnât start. Downgrading to 3.0.4 brings the system back online. As I have two nodes I did some testing, one node which normally uses simpleusb runs fine with the new update with simpleusb but also doesnât start asterisk with the usbradio interface. So both nodes seem to have an issue with the new update and the usbradio channel. Both systems are Rpi 3B based. I unfortunattely havenât been able to find any error messages as to the reason why this happens. If you have any idea on howto get more debugging info Iâm off course willing to test further and provide more details.
73, Max PD0SBH
Try running asterisk -cg from the command prompt and see what is reported.
The output:
Asterisk 20.9.3+asl3-3.0.5-1.deb12, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation 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.
=========================================================================
PBX UUID: b91a2437-fc28-487e-9cb8-63e11d35cbf6
[2024-10-04 19:32:37.532] NOTICE[42997]: loader.c:2559 load_modules: 71 modules will be loaded.
[ Initializing Custom Configuration Options ]
[2024-10-04 19:32:37.630] NOTICE[42997]: cdr.c:4568 cdr_toggle_runtime_options: CDR simple logging enabled.
[2024-10-04 19:32:37.636] NOTICE[42997]: dnsmgr.c:493 do_reload: Managed DNS entries will be refreshed every 300 seconds.
[2024-10-04 19:32:37.683] NOTICE[42997]: indications.c:1100 load_indications: Default country for indication tones: us
[2024-10-04 19:32:37.683] NOTICE[42997]: indications.c:424 ast_set_indication_country: Setting default indication country to 'us'
[2024-10-04 19:32:37.858] NOTICE[42997]: res_smdi.c:1424 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
[2024-10-04 19:32:37.875] WARNING[42997]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 19:32:37.875] WARNING[42997]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[2024-10-04 19:32:37.875] NOTICE[42997]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'userbase' (on reload) at line 23.
[2024-10-04 19:32:37.875] NOTICE[42997]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'vmsecret' (on reload) at line 31.
[2024-10-04 19:32:37.875] NOTICE[42997]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hassip' (on reload) at line 35.
[2024-10-04 19:32:37.875] NOTICE[42997]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hasiax' (on reload) at line 39.
[2024-10-04 19:32:37.875] NOTICE[42997]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hasmanager' (on reload) at line 47.
[2024-10-04 19:32:37.875] WARNING[42997]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 19:32:37.875] WARNING[42997]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[2024-10-04 19:32:38.200] NOTICE[42997]: ./xpmr/xpmr.c:1774 createPmrChannel: xpmr rxlpf: 0
[2024-10-04 19:32:38.200] NOTICE[42997]: ./xpmr/xpmr.c:1775 createPmrChannel: xpmr rxhpf: 0
[2024-10-04 19:32:38.200] NOTICE[42997]: ./xpmr/xpmr.c:1776 createPmrChannel: xpmr txlpf: 0
[2024-10-04 19:32:38.200] NOTICE[42997]: ./xpmr/xpmr.c:1777 createPmrChannel: xpmr txhpf: 0
[2024-10-04 19:32:38.302] WARNING[42997]: loader.c:2657 load_modules: Module 'res_adsi' has been loaded but may be removed in a future release.
Asterisk Ready.
*CLI> [2024-10-04 19:32:38.449] NOTICE[43038]: app_rpt.c:5690 rpt_master: Normal Repeater Init 612210
[2024-10-04 19:32:38.451] NOTICE[43043]: chan_usbradio.c:903 hidthread: Channel 612210: Automatically assigned USB device 1-1.1.2:1.0 to USBRadio channel
[2024-10-04 19:32:38.452] NOTICE[43038]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1999
[2024-10-04 19:32:38.456] NOTICE[43042]: chan_usbradio.c:2566 usbradio_setoption: Channel 612210: Set option TONE VERIFY, mode: OFF(0).
[2024-10-04 19:32:38.459] NOTICE[43038]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1995
[2024-10-04 19:32:38.464] NOTICE[43038]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1993
[2024-10-04 19:32:38.476] WARNING[43042]: chan_usbradio.c:2035 usbradio_read: Possibly stuck USB read channel. [612210]
Segmentation fault (core dumped)
Edit: analyzing the core dump using gdb asterisk core end with after multiple [New LWP XXXXX] messages:
[Thread debugging using libthread_db enabled]
Using host libthread_db library â/lib/aarch64-linux-gnu/libthread_db.so.1â.
Core was generated by `asterisk -cgâ.
Program terminated with signal SIGSEGV, Segmentation fault.
âType for more, q to quit, c to continue without pagingâ
#0 0x0000007f62383118 in ?? () from /usr/lib/aarch64-linux-gnu/asterisk/modules/chan_usbradio.so
[Current thread is 1 (Thread 0x7f60d87040 (LWP 43042))]
Can we ask that you do the following :
- Install the debug symbol packages on your system (you should not need to reboot) :
sudo apt install -y asl3-asterisk-dbgsym
sudo apt install -y asl3-asterisk-modules-dbgsym
- Re-exec the
asterisk -cg
command. - When asterisk seg-faults you should be able to exec the
bt
command to get a backtrace.
Having the debug symbols installed should give us some additional insight in the failure.
Analyzing the core dump:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `asterisk -cg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000007f66803118 in usbradio_read (c=0x7f70001768) at ./channels/chan_usbradio.c:2096
2096 ./channels/chan_usbradio.c: No such file or directory.
[Current thread is 1 (Thread 0x7f64fdb040 (LWP 53537))]
The output of running asterisk -gc inside gdb, backtrace:
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/asterisk...
Reading symbols from /usr/lib/debug/.build-id/29/0637be406b63fb8b4c2de3052dc0b9e6459b3e.debug...
(gdb) run -gc
Starting program: /usr/sbin/asterisk -gc
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ff49cf040 (LWP 54093)]
[New Thread 0x7ff4943040 (LWP 54094)]
[New Thread 0x7ff48b7040 (LWP 54095)]
[New Thread 0x7ff482b040 (LWP 54096)]
[New Thread 0x7ff479f040 (LWP 54097)]
[New Thread 0x7ff4713040 (LWP 54098)]
[New Thread 0x7ff4687040 (LWP 54099)]
[New Thread 0x7ff45fb040 (LWP 54100)]
[New Thread 0x7ff456f040 (LWP 54101)]
[New Thread 0x7ff44e3040 (LWP 54102)]
[New Thread 0x7ff4457040 (LWP 54103)]
[New Thread 0x7ff43cb040 (LWP 54104)]
[New Thread 0x7ff433f040 (LWP 54105)]
[New Thread 0x7ff42b3040 (LWP 54106)]
[New Thread 0x7ff4227040 (LWP 54107)]
[New Thread 0x7ff419b040 (LWP 54108)]
[New Thread 0x7ff410f040 (LWP 54109)]
[New Thread 0x7fb3fff040 (LWP 54110)]
Asterisk 20.9.3+asl3-3.0.5-1.deb12, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation 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.
=========================================================================
PBX UUID: b91a2437-fc28-487e-9cb8-63e11d35cbf6
[2024-10-04 21:46:29.965] NOTICE[54091]: loader.c:2559 load_modules: 72 modules will be loaded.
[ Initializing Custom Configuration Options ]
[New Thread 0x7fb142f040 (LWP 54112)]
[New Thread 0x7fb13a3040 (LWP 54113)]
[New Thread 0x7fb1317040 (LWP 54114)]
[2024-10-04 21:46:35.723] NOTICE[54091]: cdr.c:4568 cdr_toggle_runtime_options: CDR simple logging enabled.
[2024-10-04 21:46:35.729] NOTICE[54091]: dnsmgr.c:493 do_reload: Managed DNS entries will be refreshed every 300 seconds.
[New Thread 0x7fb128b040 (LWP 54115)]
[2024-10-04 21:46:35.781] NOTICE[54091]: indications.c:1100 load_indications: Default country for indication tones: us
[2024-10-04 21:46:35.781] NOTICE[54091]: indications.c:424 ast_set_indication_country: Setting default indication country to 'us'
[New Thread 0x7fb11ff040 (LWP 54116)]
[New Thread 0x7fb1173040 (LWP 54117)]
[New Thread 0x7fb10e7040 (LWP 54118)]
[2024-10-04 21:46:35.958] NOTICE[54091]: res_smdi.c:1424 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
[2024-10-04 21:46:35.975] WARNING[54091]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 21:46:35.975] WARNING[54091]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[2024-10-04 21:46:35.975] NOTICE[54091]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'userbase' (on reload) at line 23.
[2024-10-04 21:46:35.975] NOTICE[54091]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'vmsecret' (on reload) at line 31.
[2024-10-04 21:46:35.975] NOTICE[54091]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hassip' (on reload) at line 35.
[2024-10-04 21:46:35.975] NOTICE[54091]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hasiax' (on reload) at line 39.
[2024-10-04 21:46:35.975] NOTICE[54091]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to 'hasmanager' (on reload) at line 47.
[2024-10-04 21:46:35.975] WARNING[54091]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 21:46:35.975] WARNING[54091]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[New Thread 0x7fb105b040 (LWP 54119)]
[New Thread 0x7fb0fcf040 (LWP 54120)]
[New Thread 0x7fb0f43040 (LWP 54121)]
[New Thread 0x7fb0eb7040 (LWP 54122)]
[New Thread 0x7fb0e2b040 (LWP 54123)]
[New Thread 0x7fb0d9f040 (LWP 54124)]
[New Thread 0x7fb0d13040 (LWP 54125)]
[New Thread 0x7fb0c87040 (LWP 54126)]
[New Thread 0x7fb0bfb040 (LWP 54127)]
[New Thread 0x7fb0b6f040 (LWP 54128)]
[New Thread 0x7fb0ae3040 (LWP 54129)]
[New Thread 0x7fb0a57040 (LWP 54130)]
[New Thread 0x7fb09cb040 (LWP 54131)]
[New Thread 0x7fb093f040 (LWP 54132)]
[New Thread 0x7fb08b3040 (LWP 54133)]
[2024-10-04 21:46:36.052] ERROR[54091]: app_gps.c:1151 load_module: is not valid baud rate for iospeed
[New Thread 0x7fb0827040 (LWP 54134)]
[2024-10-04 21:46:36.054] WARNING[54135]: app_gps.c:613 gpsthread: Cannot open serial port
[New Thread 0x7fb079b040 (LWP 54135)]
[Thread 0x7fb079b040 (LWP 54135) exited]
[New Thread 0x7fb06de040 (LWP 54136)]
[New Thread 0x7fb0652040 (LWP 54137)]
[New Thread 0x7fb05c6040 (LWP 54138)]
[New Thread 0x7fb053a040 (LWP 54139)]
[New Thread 0x7f77fff040 (LWP 54140)]
[2024-10-04 21:46:36.336] NOTICE[54091]: ./xpmr/xpmr.c:1774 createPmrChannel: xpmr rxlpf: 0
[2024-10-04 21:46:36.336] NOTICE[54091]: ./xpmr/xpmr.c:1775 createPmrChannel: xpmr rxhpf: 0
[2024-10-04 21:46:36.336] NOTICE[54091]: ./xpmr/xpmr.c:1776 createPmrChannel: xpmr txlpf: 0
[2024-10-04 21:46:36.336] NOTICE[54091]: ./xpmr/xpmr.c:1777 createPmrChannel: xpmr txhpf: 0
[Thread 0x7f77fff040 (LWP 54140) exited]
[2024-10-04 21:46:36.439] WARNING[54091]: loader.c:2657 load_modules: Module 'res_adsi' has been loaded but may be removed in a future release.
Asterisk Ready.
[New Thread 0x7fb04ae040 (LWP 54141)]
[2024-10-04 21:46:36.586] NOTICE[54138]: app_rpt.c:5690 rpt_master: Normal Repeater Init 612210
[New Thread 0x7fb0422040 (LWP 54142)]
[2024-10-04 21:46:36.589] NOTICE[54138]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1999
[New Thread 0x7fb0396040 (LWP 54143)]
[2024-10-04 21:46:36.591] NOTICE[54143]: chan_usbradio.c:903 hidthread: Channel 612210: Automatically assigned USB device 1-1.1.2:1.0 to USBRadio channel
[New Thread 0x7fb030a040 (LWP 54144)]
[2024-10-04 21:46:36.601] NOTICE[54138]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1995
[2024-10-04 21:46:36.608] NOTICE[54142]: chan_usbradio.c:2566 usbradio_setoption: Channel 612210: Set option TONE VERIFY, mode: OFF(0).
[New Thread 0x7fb01f2040 (LWP 54146)]
[New Thread 0x7fb027e040 (LWP 54145)]
[New Thread 0x7fb0166040 (LWP 54147)]
[2024-10-04 21:46:36.665] NOTICE[54138]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1993
[New Thread 0x7fb00da040 (LWP 54148)]
[New Thread 0x7f77fff040 (LWP 54149)]
[New Thread 0x7f777ef040 (LWP 54150)]
[Thread 0x7f777ef040 (LWP 54150) exited]
[Thread 0x7f77fff040 (LWP 54149) exited]
Thread 50 "asterisk" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fb0422040 (LWP 54142)]
0x0000007fb1443118 in usbradio_read (c=0x7fb4001768) at ./channels/chan_usbradio.c:2096
2096 ./channels/chan_usbradio.c: No such file or directory.
(gdb) backtrace
#0 0x0000007fb1443118 in usbradio_read (c=0x7fb4001768) at ./channels/chan_usbradio.c:2096
#1 0x00000055556079f0 in __ast_read (chan=0x7fb4001768, dropaudio=dropaudio@entry=0, dropnondefault=dropnondefault@entry=1)
at ./main/channel.c:3769
#2 0x00000055556088ec in ast_read (chan=<optimized out>) at ./main/channel.c:4301
#3 0x0000007fb322393c in rxchannel_read (myrpt=myrpt@entry=0x7fb32822b0 <rpt_vars>, lasttx=lasttx@entry=0) at ./apps/app_rpt.c:3579
#4 0x0000007fb322c12c in rpt (this=this@entry=0x7fb32822b0 <rpt_vars>) at ./apps/app_rpt.c:5398
#5 0x0000005555702f3c in dummy_start (data=<optimized out>) at ./main/utils.c:1607
#6 0x0000007ff707ee30 in start_thread (arg=0x7fb05c4c17) at ./nptl/pthread_create.c:442
#7 0x0000007ff70e7adc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
(gdb) exit
I updated last night and now asterisk does not runâŚ
root@kryptonite:/etc/asterisk# asterisk -cg
Asterisk 20.9.3+asl3-3.0.5-1.deb12, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation 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.
PBX UUID: 7b3c3ec9-b265-4ed0-9bcf-ee1f2f07da41
[2024-10-04 12:59:59.486] NOTICE[7879]: loader.c:2559 load_modules: 70 modules will be loaded.
[ Initializing Custom Configuration Options ]
[2024-10-04 12:59:59.586] NOTICE[7879]: cdr.c:4568 cdr_toggle_runtime_options: CDR simple logging enabled.
[2024-10-04 12:59:59.593] NOTICE[7879]: dnsmgr.c:493 do_reload: Managed DNS entries will be refreshed every 300 seconds.
[2024-10-04 12:59:59.642] NOTICE[7879]: indications.c:1100 load_indications: Default country for indication tones: us
[2024-10-04 12:59:59.642] NOTICE[7879]: indications.c:424 ast_set_indication_country: Setting default indication country to âusâ
[2024-10-04 12:59:59.830] ERROR[7879]: tcptls.c:869 ast_tcptls_server_start: Unable to bind AMI server to 127.0.0.1:5038: Address already in use
[2024-10-04 12:59:59.873] NOTICE[7879]: res_smdi.c:1424 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
[2024-10-04 12:59:59.899] WARNING[7879]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 12:59:59.899] WARNING[7879]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[2024-10-04 12:59:59.899] NOTICE[7879]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to âuserbaseâ (on reload) at line 23.
[2024-10-04 12:59:59.900] NOTICE[7879]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to âvmsecretâ (on reload) at line 31.
[2024-10-04 12:59:59.900] NOTICE[7879]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to âhassipâ (on reload) at line 35.
[2024-10-04 12:59:59.900] NOTICE[7879]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to âhasiaxâ (on reload) at line 39.
[2024-10-04 12:59:59.900] NOTICE[7879]: chan_dahdi.c:19861 process_dahdi: Ignoring any changes to âhasmanagerâ (on reload) at line 47.
[2024-10-04 12:59:59.900] WARNING[7879]: chan_dahdi.c:18700 process_dahdi: Only FXO signalled channels may belong to a call group
[2024-10-04 12:59:59.900] WARNING[7879]: chan_dahdi.c:18708 process_dahdi: Only FXO signalled channels may belong to a pickup group
[2024-10-04 12:59:59.920] WARNING[7879]: format_cap.c:369 ast_format_cap_update_by_allow_disallow: Cannot allow unknown format âg726aa12â
[2024-10-04 12:59:59.920] WARNING[7879]: format_cap.c:369 ast_format_cap_update_by_allow_disallow: Cannot allow unknown format âg726aa12â
[2024-10-04 13:00:00.223] NOTICE[7879]: ./xpmr/xpmr.c:1774 createPmrChannel: xpmr rxlpf: 0
ERROR: numrxcodes != numtxcodes
[2024-10-04 13:00:00.223] NOTICE[7879]: ./xpmr/xpmr.c:1775 createPmrChannel: xpmr rxhpf: 0
[2024-10-04 13:00:00.223] NOTICE[7879]: ./xpmr/xpmr.c:1776 createPmrChannel: xpmr txlpf: 1
[2024-10-04 13:00:00.223] NOTICE[7879]: ./xpmr/xpmr.c:1777 createPmrChannel: xpmr txhpf: 0
[2024-10-04 13:00:00.332] WARNING[7879]: loader.c:2657 load_modules: Module âres_adsiâ has been loaded but may be removed in a future release.
Asterisk Ready.
*CLI> [2024-10-04 13:00:00.476] NOTICE[7963]: app_rpt.c:5690 rpt_master: Normal Repeater Init 1776
ERROR: numrxcodes != numtxcodes
[2024-10-04 13:00:00.478] NOTICE[7967]: chan_usbradio.c:903 hidthread: Channel 1776: Automatically assigned USB device 1-1.1.3:1.0 to USBRadio channel
[2024-10-04 13:00:00.484] NOTICE[7966]: chan_usbradio.c:2566 usbradio_setoption: Channel 1776: Set option TONE VERIFY, mode: OFF(0).
ERROR: numrxcodes != numtxcodes
[2024-10-04 13:00:00.498] WARNING[7966]: chan_usbradio.c:2035 usbradio_read: Possibly stuck USB read channel. [1776]
Segmentation fault (core dumped)
root@kryptonite:/etc/asterisk#
Just did apt upgrade on raspi appliance. The updated .conf files simpleusb.conf and usbradio.conf needed me to choose to install the package maintainerâs version. Or at least thatâs what I chose so I would get the updated configs. I checked the diff and the only thing I needed to do after was change my node number back from 1999 in simpleusb.conf. So far everything seems to work well. I will have another RA-40 on Monday and will setup a second node on the latest and greatest to start banging on.
To all having issues. First, we apologize and want to get your systems up and running with the latest as soon as possible. Unfortunately, adding multiple reports here for what may or may not be the same issue is going to get confusing real quick. We really need to look at each issue separately.
@PD0SBH, @gameover, and others:
What will help us track down the issue(s) would be to create a new / separate issue @ GitHub ASL3 or @ GitHub app_rpt for each device experiencing crashes.
Please include a copy of the asterisk -cg
backtrace, a copy of your âusbradio.confâ, any relevant log messages, and some details about what type of audio adapter you are using. If we need more info, weâll ask.
Note: to upload the file to GitHub you may need to add a â.txtâ extension to the filename.
@PD0SBH it would be helpful for you to create an issue as requested on github and run /var/lib/asterisk/scripts/ast_coredumper ./core
, where ./core is the path and name of the core file.
It looks like we have a handle on the USBRadio crasher. In the meantime, I have moved the asl3-asterisk-2:20.9.3+asl3-3.0.5* packages back to âbetaâ.
For those who had already upgraded to 3.0.5 and have a SimpleUSB configuration, you should be fine.
Updates to the asl3-asterisk to address the chan_usbradio
crash are now in the beta package stream. If you were having the issue, please test with these packages.
Back to normal. It works!
****for those that donât know how to enable the beta repo:
cd /etc/apt/sources.list.d
nano allstarlink.list
uncomment the beta repo line
comment it back when you do update
or use the asl-repo-switch
command as documented @ Beta Testing