Reading the manual at https://wiki.mikrotik.com/wiki/Manual:PPP_AAA
For /ppp profile under section "on-up" it states:
When I insert a script like this:Execute script on user login-event. These are available variables that are accessible for the event script:
user
local-address
remote-address
caller-id
called-id
interface
Code: Select all
/log info message="test $user"
But if I do the following:
Code: Select all
/log info message="test $caller-id"
How do I make use of this variable?