Print

Sample method for passing AAI as UUI

The following is an example for passing AAI as UUI:

    <transition state="in_dialog init incoming_sip" event="dialog.transfer">      
<var name="dialog_values" expr="event$.values"/>
<assign name="dialog_values.AAI" expr="event$.aai"/>
      <redirect connectionid="main_connectionid" dest="event$.uri" hints="dialog_values"/>
    </transition>
noteNote:

If the customer is using default.ccxml in a SIP environment, then the hints to pass AAI as UUI will already be applied if using a VXML transfer.