How Can I Send Custom Unknown Header Data on Blind Transfer?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • huangm
    Member
    • Nov 2016
    • 3

    How Can I Send Custom Unknown Header Data on Blind Transfer?

    Can someone explain how to send out an unknown header on blind transfer? I can get the unknown header on the way in using a capture expression

    The AAOD Dev guide says you can add External Property to the blind transfer node

    AVAYA_SIPHEADER.session.connection.protocol.sip.un knownhdr[0].my_custom_name
    AVAYA_SIPHEADER.session.connection.protocol.sip.un knownhdr[0].value


    <form id="BlindTransferCall">
    <property name="AVAYA_SIPHEADER.session.connection.protocol. sip.unknownhdr[0].name" value="customer_header_name"/>
    <property name="AVAYA_SIPHEADER.session.connection.protocol. sip.unknownhdr[0].value" value="my_value"/>
    <transfer name="TransferCall" dest="tel:12345123456" type="blind" connecttimeout="0s" maxtime="0s" aai="PD,00;C8,uuiashex">
    <catch event="connection.disconnect.transfer">
    <submit next="LogResult?___DDSESSIONID=E024004A453FA9493E8 FE87D6598D8AD%3A%2FAPPName" namelist="TransferCall" method="get"/>
    </catch>
    <filled>
    </filled>
    </transfer>
    </form>


    Example

    Click image for larger version  Name:	Screenshot_3.png Views:	0 Size:	52.4 KB ID:	48464
    Last edited by huangm; 08-29-2024, 03:13 PM.
  • tuan1
    Hot Shot
    .
    • Jul 2016
    • 19

    #2
    Can you please share the way (or how) it is processed on the AAEP and share the log on AAEP/AAOD app?

    Comment

    • huangm
      Member
      • Nov 2016
      • 3

      #3
      Originally posted by tuan1 View Post
      Can you please share the way (or how) it is processed on the AAEP and share the log on AAEP/AAOD app?
      Above is from the AAOD log.

      Comment

      • avc861193901584
        Hot Shot
        • Sep 2024
        • 19

        #4
        I believe the external property you need is AVAYA_SIPHEADER.session.connection.protocol.sip.re ferto.header. (Please remove the space in referto. Not sure why the formatting is broken.)
        There's an example of it in the Orchestration Designer Developer's Guide for the P-Intrinsics header on page 625.
        Adam | Swampfox Technologies Inc. | Avaya Partner
        Solutioning in: Avaya Experience Portal | AXP Connect | AES

        Comment

        Loading