HTTP-initiated outbound calls, part II

Just a quick note. In the how-to entry, I note how to initiate a CCXML script using HTTP.

I've discovered that CCXML.start will always start a Voxeo CCXML session instead of a W3C-compliant CCXML session, even if the script is set to execute on port 5063. If you want to start a W3C-compliant CCXML, you have to use CCXML10.start instead.

I'll update the how-to shortly.