The VOIP_Xfer_C5 state table encapsulates the states needed to concatenate
up to 5 strings. It returns the result as a single string.
Parameters
- String in0
- The first string.
- String in1
- The second string.
- String in2
- The third string.
- String in3
- The fourth string.
- String in4
- The fifth string.
- String out (this value is returned)
- The concatenation of the input strings (in0 + in1 + in2 + in3 + in4).