Bugfix: add a starting 1 to channel calculation.
When the base number to calculate the channel started with 0, the number was
interpreted as octal and if there any digit bigger than 7 it got a syntax error.
This patch adds a digit 1 to the begining of the base channel number to avoid
the octal interpretation.