20 Feb
2014
20 Feb
'14
3:10 p.m.
Yes, Buddy you have it right. Let’s break it down: * is the prefix, AKA the function (or start) character. http://ohnosec.org/drupal/node/133 4 is command mode (you exit with #). http://ohnosec.org/drupal/node/21 0 is a shortcut for last node number So for propagate_dtmf to work you have to connect to the remote node and then go into command mode. -- Tim :wq On Feb 20, 2014, at 6:30 AM, Buddy Brannan <buddy@brannan.name> wrote:
Wouldn’t it have to be *4[node number] to guarantee that you’re commanding the right node? *4 is the command to send commands to a remote node, thus *40 would specify to control the most recently connected node, is that not correct? Or did I get the wrong end of this?