Re: DVSwitch-Mobile with ASL - control codes ignored and macros lost.
rpt debug level 7
toggle quoted message
Show quoted text
On 6/19/20 6:37 AM, Barry G4MKT via groups.io wrote:
On 19/06/2020 10:50, Steve N4IRS wrote:Barry,Ah OK
As far as saving, the free version will not save changes.
Can you post asection of your messages.log when you send a command?Hi Steve, Thanks for your speedy reply.
Steve N4IRS
There is no such file as messages.log, however there is /var/log/asterisk/messages which I looked at while trying to send commands from DVSwitch but nothing was reported.
Likewise nothing in /var/log/messages.
Running asterisk the output is as follows when connecting from DVSwitch
-----------------------------------
repeater@allstar:~ $ sudo asterisk -rvvvvvvvvvv
AllStarLink Asterisk Version 1.01 2/13/2018 GIT Version adaec47
Copyright (C) 1999 - 2018 Digium, Inc. Jim Dixon, AllStarLink Inc. and others.
Created by Mark Spencer <markster@...>
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.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': Found
Connected to Asterisk GIT Version adaec47 currently running on allstar (pid = 429)
Verbosity was 8 and is now 10
-- Accepting AUTHENTICATED call from 86.191.77.185:
> requested format = unknown,
> requested prefs = (slin|ulaw|adpcm),
> actual format = ulaw,
> host prefs = (ulaw|adpcm|gsm),
> priority = caller
-- Executing [41006@iax-client:1] Ringing("IAX2/G4MKT-1211", "") in new stack
-- Executing [41006@iax-client:2] Wait("IAX2/G4MKT-1211", "3") in new stack
-- Executing [41006@iax-client:3] Answer("IAX2/G4MKT-1211", "") in new stack
-- Executing [41006@iax-client:4] Set("IAX2/G4MKT-1211", "NODENUM=41006") in new stack
-- Executing [41006@iax-client:5] Playback("IAX2/G4MKT-1211", "rpt/node|noanswer") in new stack
-- <IAX2/G4MKT-1211> Playing 'rpt/node' (language 'en')
-- Executing [41006@iax-client:6] SayDigits("IAX2/G4MKT-1211", "41006") in new stack
-- <IAX2/G4MKT-1211> Playing 'digits/4' (language 'en')
-- <IAX2/G4MKT-1211> Playing 'digits/1' (language 'en')
-- <IAX2/G4MKT-1211> Playing 'digits/0' (language 'en')
-- <IAX2/G4MKT-1211> Playing 'digits/0' (language 'en')
-- <IAX2/G4MKT-1211> Playing 'digits/6' (language 'en')
-- Executing [41006@iax-client:7] Set("IAX2/G4MKT-1211", "CALLERID(num)=0") in new stack
-- Executing [41006@iax-client:8] Rpt("IAX2/G4MKT-1211", "41006|P|G4MKT") in new stack
Node Variable dump for node 41006:
XX_RPT_RXKEYED=0
XX_RPT_TXKEYED=0
RPT_NUMLINKS=1
RPT_LINKS=1,TG4MKT
RPT_NUMALINKS=1
RPT_ALINKS=1,G4MKTTU
RPT_TXKEYED=0
RPT_RXKEYED=0
RPT_ETXKEYED=0
RPT_AUTOPATCHUP=0
-- 10 variables
== Spawn extension (iax-client, 41006, 8) exited KEEPALIVE on 'IAX2/G4MKT-1211'
[Jun 19 11:24:52] WARNING[506]: chan_iax2.c:10127 iax2_do_register: REGISTER-LOG: Sending registration request for '41006'
[Jun 19 11:24:52] WARNING[500]: chan_iax2.c:7690 registry_rerequest: REGISTER-LOG: registry rereqquest
-- ast_get_srv: SRV lookup for '_sip._udp.sipgate.co.uk' mapped to host sipgate.co.uk, port 5060
allstar*CLI>
repeater@allstar:~ $
After the initial DVSwitch connect I then sent a *3xxxx connect request to another node number using the DVSwitch keypad and the send button. There was no response in the asterisk output. The background to the command in the DVSwitch UI turned pink on hitting 'Send' - I don't know what that signifies.
Thanks