This payload is sent by Dialogflow to instruct AAEP to perform a VXML bridge transfer to 8141270, with SIP headers and AAI data to be sent to the caller through SIP INVITE. The music.wav file will play until the callee answers. The transfer disconnects after 15 seconds if the callee does not answer (connecttimeout: 15s). The bridge call disconnects 30 seconds after connecting (maxtime: 30s).
"avaya_telephony": {
"transfer": {
"dest": "tel:1234",
“type": “bridge",
"transferaudio": "http://1.2.3.4/prompts/music.wav",
"connecttimeout": “15s",
"maxtime": “30s",
"aai": "FA,2901000246DEE275",
"sip_headers": {
"unknownhdr[0].name": "Random",
"unknownhdr[0].value": "This is an unknown header"
}
}
}