Kentrox AI232 User Manual
Page 171

AI232 Version 9.6x User’s Guide
Alias and Call Routing Configuration: Alias Macros
7-25
This example displays an alias where:
z
Alias name
43042*
matches source addresses that start with 43042 and may
end with zero or more characters
z
Called Address
='ASY.'+D((V(?(1))%6)+1)
creates a called address string of
ASY.1
through
ASY.6
.
This example displays an alias where:
z
Alias name
=L(A,P(A,’#’,1)-1)=MYIP(1)
matches the base IP address of AI232
with any port number
z
Called address
=’10.9.8.7#’+R(A,LEN(A)-P(A,’#’,1))
redirects the call to
10.9.8.7 with the same port number
z
Called protocol
TN
specifies that the Telnet protocol is used for the connection
to the called address.
Alias Edit Menu
Alias Name . . . . . ................................................ 43042*
Destination . . . . .......................................................
Caller's Address . . .......................................................
Called Address . . . .............................. ='ASY.'+D((V(?(1))%6)+1)
Call Data . . . . . ................................................. TOSUN
Alias Edit Menu
Alias Name . . . . . ............. =L(A,P(A,’#’,1)-1)=MYIP(1)
Destination . . . . .......................................
Caller's Address . . .......................................
Called Address . . . ... =’10.9.8.7#’+R(A,LEN(A)-P(A,’#’,1))
Call Data . . . . . .......................................
Caller's Protocol ..........................................
Called Protocol . ....................................... TN