Unable to make a permanent connection to an NNX Node using startup_marcro due to truncation of last number of node

Setup Information

Asterisk: 22.4.1+asl3-3.5.4-1.deb12
ASL [app_rpt]: 3.5.4

Inquiry

I've recently moved over to using NNX and I am wanting to make a permanent connection to a node using the startup macro as shown below:

[999999](node-main)
...
statup_macro = *813123456

However, when restarting asterisk, node [999999] is attempting to connect with node [12345] - the last digit, 6, has been truncated.

Is this a known issue? Is there any change that can be made to dial plans to work around it?

Thanks.

How many DTMF codes do you have configured that start with 8 and paste them in here. DTMF parsing is "shortest wins" so something else is likely matching first.

who is node 99999 ?

Your local private node on this or some other server behind your nat ?
(something that is not using the nodeslist data for connection)

You have to look at the source of the connection attempt to know why they are trying to connect. (a static connection route)

It might be better to state the real node numbers so we can have a look at the actual data in the nodeslist.

secret ?

Can you try connecting to your new NNX node again?

Just the template ones:

806 = ilink,6                     ; Disconnect all links
807 = ilink,7                     ; Last Node to Key Up
808 = ilink,8                     ; Connect specified link -- local monitor only
809 = ilink,9,1999,"Testing"      ; would send a text message to node 1999 replace 1999 with 0 for   all connected nodes
810 = ilink,10                    ; Disconnect all RANGER links (except permalinks)
811 = ilink,11                    ; Disconnect a previously permanently connected link
812 = ilink,12                    ; Permanently connect specified link -- monitor only
813 = ilink,13                    ; Permanently connect specified link -- transceive
815 = ilink,15                    ; Full system status (all nodes)
816 = ilink,16                    ; Reconnect links disconnected with "disconnect all links"
817 = ilink,17                    ; MDC test (for diag purposes)
818 = ilink,18                    ; Permanently connect specified link -- local monitor only

grep search shows no others.

I used these node numbers to highlight the issue.
I had no other startup_macro connections and changing the node number to a non NNX node, had this startup_macro work as it should - so it was 'calling' the correct macro.

Retrying this morning and it is now working? Was something changed?

There's an issue with how the registration server handles the transition from a non-NNX node number into the allocated NNX node number block. All would have been fixed overnight. I just gave a little poke to your node numbers so you didn't need to wait.

Many, many, many thanks.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.