| CCXML Voxeo 1.0 Development Guide | Home | Frameset Home |
| version | Data Type: STRING | Default: none - attribute is required |
| The version of this CCXML document (required). The only allowable version number is 1.0. | ||
| xmlns:voxeo | Data Type: http://community.voxeo.com/xmlns/ccxml | Default: none - attribute is optional |
| This attribute defines the XML namespace for any extension elements. This attribute is only required when a developer is using a voxeo-specific CCXML element extension, (such as 'voxeo:sendemail'). The only allowable value for this attribute is 'http://community.voxeo.com/xmlns/ccxml' | ||
| <?xml version="1.0" encoding="UTF-8"?> <ccxml version="1.0"> <eventhandler> <transition event="connection.CONNECTION_ALERTING" name="evt"> <accept/> </transition> <transition event="connection.CONNECTION_CONNECTED"> <log expr="'Call was answered.'"/> <disconnect/> </transition> <transition event="call.CALL_INVALID"> <exit/> </transition> </eventhandler> </ccxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |