VoiceXML 2.1 Development Guide Home  |  Frameset Home

  Subdialog Modifications  |  TOC  |  Motorola Porting Table  

ANI Spoofing

On the Nuance VWS1.3 and Motorola platforms, we can spoof the ANI value of an outbound call by using the following syntax:

    <transfer name="MyCall" dest="tel:+1234567890;ani=1112223333"
          bridge="true" connecttimeout="20s" maxtime="60s">


But, the Nuance VWS2.0 browser allows us to to define an ani value as an attribute:

    <transfer name="MyCall" dest="tel:+1234567890 localuri="tel:+1112223333"
          bridge="true" connecttimeout="20s" maxtime="60s">


Since this is not easily accounted for when designing an application for compatibility across all platforms offered at Voxeo, smart developers will write code for both platforms and comment out the one that is currently not used. If the 2.0 browser encounters a syntactically bad ANI value or reference, it will throw a fatal error in the Voxeo logger.




  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login

  Subdialog Modifications  |  TOC  |  Motorola Porting Table  

© 2003-2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site