Fix errors in api_parameters for Twilio
Created by: jmcclelland
The parameters should be separated by an equals sign, not a colon.
Also, the Clickatell extension looks for the mo=1
parameter and if it finds it, it will include a callback parameter to clickatell. However, the twilio code has no such equivalent.